38853e159879857444b8d49fd285b514367a8f0e
[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,2N,ICX]: "{DIR[DTR]}/vpp_performance_results_2n_icx"
45     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
46     DIR[DTR,PERF,VPP,2N,TX2]: "{DIR[DTR]}/vpp_performance_results_2n_tx2"
47     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
48     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
49     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
50     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
51     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
52     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
53     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
54     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
55     DIR[DTR,MRR,VPP,2N,ICX]: "{DIR[DTR]}/vpp_mrr_results_2n_icx"
56     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
57     DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2"
58     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
59     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
60     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
61
62     # Detailed test configurations
63     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
64     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
65     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
66     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
67     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
68     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
69     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
70     DIR[DTC,PERF,VPP,2N,ICX]: "{DIR[DTC]}/vpp_performance_configuration_2n_icx"
71     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
72     DIR[DTC,PERF,VPP,2N,TX2]: "{DIR[DTC]}/vpp_performance_configuration_2n_tx2"
73     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
74     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
75     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
76     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
77     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
78     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
79     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
80     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
81     DIR[DTC,MRR,VPP,2N,ICX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_icx"
82     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
83     DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2"
84     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
85     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
86     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
87
88     # Detailed tests operational data
89     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
90     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
91     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
92     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
93     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
94     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
95     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
96     DIR[DTO,PERF,VPP,2N,ICX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_icx"
97     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
98     DIR[DTO,PERF,VPP,2N,TX2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_tx2"
99     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
100     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
101
102     # Latencies:
103     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
104     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
105
106     # .css patch file to fix tables generated by Sphinx
107     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
108     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
109
110   urls:
111     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
112     URL[S3_STORAGE,LOG]: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
113     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
114     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
115     DIR[NEXUS,DOC]: "report/_static/archive"
116
117   make-dirs:
118   # List the directories which are created while preparing the environment.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[WORKING,DATA]"
121   - "DIR[STATIC,VPP]"
122   - "DIR[STATIC,DPDK]"
123   - "DIR[STATIC,ARCH]"
124   - "DIR[BUILD,LATEX]"
125   - "DIR[WORKING,SRC]"
126   - "DIR[WORKING,SRC,STATIC]"
127
128   remove-dirs:
129   # List the directories which are deleted while cleaning the environment.
130   # All directories MUST be defined in "paths" section.
131   #- "DIR[BUILD,HTML]"
132   - "DIR[WORKING,DATA]"
133
134   build-dirs:
135   # List the directories where the results (build) is stored.
136   # All directories MUST be defined in "paths" section.
137   - "DIR[BUILD,HTML]"
138   - "DIR[BUILD,LATEX]"
139
140 - type: "configuration"
141
142   mapping-file: "mapping_report.yaml"
143
144   limits:
145     nic:
146       x520: 24460000
147       x553: 29761905
148       x710: 35800000
149       xxv710: 35800000
150       xl710: 35800000
151       cx556a: 148809523.81
152       e810cq: 148809523.81
153
154     link:
155       10ge: 14880952.38
156       25ge: 37202380.95
157       40ge: 59523809.52
158       100ge: 148809523.81
159
160     pci:
161       pci-g3-x8: 74404761.90
162       pci-g3-x16: 148809523.81
163
164   data-sets:
165
166     ###########################################################################
167     # Plots:
168
169     # 3n-hsw
170
171     plot-vpp-throughput-lat-tsa-3n-hsw:
172       csit-vpp-perf-report-iterative-2101-3n-hsw:
173         - 64  # rls2101.rel NDRPDR iter env 6
174         - 71  # rls2101.rel NDRPDR iter env 6
175         - 73  # rls2101.rel NDRPDR iter env 6
176         - 74  # rls2101.rel NDRPDR iter env 6
177         - 80  # rls2101.rel NDRPDR iter env 6
178         - 81  # rls2101.rel NDRPDR iter env 6
179         - 82  # rls2101.rel NDRPDR iter env 6
180         - 83  # rls2101.rel NDRPDR iter env 6
181         - 88  # rls2101.rel NDRPDR iter env 6
182         - 89  # rls2101.rel NDRPDR iter env 6
183         - 128 # rls2101.rel NDRPDR iter RND env 6
184         - 129 # rls2101.rel NDRPDR iter RND env 6
185         - 130 # rls2101.rel NDRPDR iter RND env 6
186         - 131 # rls2101.rel NDRPDR iter RND env 6
187         - 132 # rls2101.rel NDRPDR iter RND env 6
188         - 133 # rls2101.rel NDRPDR iter RND env 6
189         - 134 # rls2101.rel NDRPDR iter RND env 6
190         - 135 # rls2101.rel NDRPDR iter RND env 6
191         - 136 # rls2101.rel NDRPDR iter RND env 6
192         - 137 # rls2101.rel NDRPDR iter RND env 6
193
194     plot-vpp-hdrh-lat-3n-hsw:
195       csit-vpp-perf-report-iterative-2101-3n-hsw:
196         - 89  # rls2101.rel NDRPDR iter env 6
197
198     plot-vpp-hdrh-lat-3n-hsw-rnd:
199       csit-vpp-perf-report-iterative-2101-3n-hsw:
200         - 128 # rls2101.rel NDRPDR iter RND env 6
201
202     plot-vpp-ipsec-reconf-3n-hsw:
203       csit-vpp-perf-report-iterative-2101-3n-hsw:
204         - 65  # rls2101.rel NDRPDR reconf iter env 6
205         - 68  # rls2101.rel NDRPDR reconf iter env 6
206         - 77  # rls2101.rel NDRPDR reconf iter env 6
207         - 84  # rls2101.rel NDRPDR reconf iter env 6
208         - 90  # rls2101.rel NDRPDR reconf iter env 6
209         - 96  # rls2101.rel NDRPDR reconf iter env 6
210         - 101 # rls2101.rel NDRPDR reconf iter env 6
211         - 104 # rls2101.rel NDRPDR reconf iter env 6
212         - 105 # rls2101.rel NDRPDR reconf iter env 6
213         - 106 # rls2101.rel NDRPDR reconf iter env 6
214         - 107 # rls2101.rel NDRPDR reconf iter env 6
215         - 108 # rls2101.rel NDRPDR reconf iter env 6
216         - 110 # rls2101.rel NDRPDR reconf iter env 6
217         - 111 # rls2101.rel NDRPDR reconf iter env 6
218         - 112 # rls2101.rel NDRPDR reconf iter env 6
219         - 113 # rls2101.rel NDRPDR reconf iter env 6
220         - 114 # rls2101.rel NDRPDR reconf iter env 6
221         - 115 # rls2101.rel NDRPDR reconf iter env 6
222         - 116 # rls2101.rel NDRPDR reconf iter env 6
223         - 117 # rls2101.rel NDRPDR reconf iter env 6
224
225     plot-vpp-hoststack-3n-hsw:
226       csit-vpp-perf-report-iterative-2101-3n-hsw:
227         - 69  # rls2101.rel Hoststack iter env 6
228         - 70  # rls2101.rel Hoststack iter env 6
229         - 75  # rls2101.rel Hoststack iter env 6
230         - 76  # rls2101.rel Hoststack iter env 6
231         - 78  # rls2101.rel Hoststack iter env 6
232         - 79  # rls2101.rel Hoststack iter env 6
233         - 85  # rls2101.rel Hoststack iter env 6
234         - 86  # rls2101.rel Hoststack iter env 6
235         - 87  # rls2101.rel Hoststack iter env 6
236         - 91  # rls2101.rel Hoststack iter env 6
237         - 92  # rls2101.rel Hoststack iter env 6
238         - 93  # rls2101.rel Hoststack iter env 6
239         - 94  # rls2101.rel Hoststack iter env 6
240         - 95  # rls2101.rel Hoststack iter env 6
241         - 97  # rls2101.rel Hoststack iter env 6
242         - 98  # rls2101.rel Hoststack iter env 6
243         - 99  # rls2101.rel Hoststack iter env 6
244         - 100 # rls2101.rel Hoststack iter env 6
245         - 102 # rls2101.rel Hoststack iter env 6
246         - 103 # rls2101.rel Hoststack iter env 6
247
248     plot-dpdk-throughput-latency-3n-hsw:
249       csit-dpdk-perf-report-iterative-2101-3n-hsw:
250         - 11  # rls2101 NDRPDR iter env 6
251         - 12  # rls2101 NDRPDR iter env 6
252         - 13  # rls2101 NDRPDR iter env 6
253         - 14  # rls2101 NDRPDR iter env 6
254         - 16  # rls2101 NDRPDR iter env 6
255         - 17  # rls2101 NDRPDR iter env 6
256         - 18  # rls2101 NDRPDR iter env 6
257         - 19  # rls2101 NDRPDR iter env 6
258         - 20  # rls2101 NDRPDR iter env 6
259         - 21  # rls2101 NDRPDR iter env 6
260
261     plot-dpdk-hdrh-lat-3n-hsw:
262       csit-dpdk-perf-report-iterative-2101-3n-hsw:
263         - 11  # rls2101 NDRPDR iter env 6
264
265     # 3n-skx
266
267     plot-vpp-throughput-lat-tsa-3n-skx:
268       csit-vpp-perf-report-iterative-2101-3n-skx:
269         - 36  # rls2101.rel NDRPDR iter env 6
270         - 37  # rls2101.rel NDRPDR iter env 6
271         - 38  # rls2101.rel NDRPDR iter env 6
272         - 39  # rls2101.rel NDRPDR iter env 6
273         - 40  # rls2101.rel NDRPDR iter env 6
274         - 41  # rls2101.rel NDRPDR iter env 6
275         - 42  # rls2101.rel NDRPDR iter env 6
276         - 47  # rls2101.rel NDRPDR iter env 6
277         - 48  # rls2101.rel NDRPDR iter env 6
278         - 50  # rls2101.rel NDRPDR iter env 6
279
280     plot-vpp-hdrh-lat-3n-skx:
281       csit-vpp-perf-report-iterative-2101-3n-skx:
282         - 36  # rls2101.rel NDRPDR iter env 6
283
284 #    plot-vpp-nfv-3n-skx-ndrpdr:
285 #      # No data
286 #      csit-vpp-perf-report-iterative-2101-3n-skx:
287
288 #    plot-vpp-nfv-3n-skx-mrr:
289 #      # No data
290 #      csit-vpp-perf-report-iterative-2101-3n-skx:
291
292     plot-dpdk-throughput-latency-3n-skx:
293       csit-dpdk-perf-report-iterative-2101-3n-skx:
294         - 12  # rls2101 NDRPDR iter env 6
295         - 14  # rls2101 NDRPDR iter env 6
296         - 15  # rls2101 NDRPDR iter env 6
297         - 17  # rls2101 NDRPDR iter env 6
298         - 19  # rls2101 NDRPDR iter env 6
299         - 20  # rls2101 NDRPDR iter env 6
300         - 21  # rls2101 NDRPDR iter env 6
301         - 22  # rls2101 NDRPDR iter env 6
302         - 25  # rls2101 NDRPDR iter env 6
303         - 26  # rls2101 NDRPDR iter env 6
304
305     plot-dpdk-hdrh-lat-3n-skx:
306       csit-dpdk-perf-report-iterative-2101-3n-skx:
307         - 12  # rls2101 NDRPDR iter env 6
308
309     # 2n-skx
310
311     plot-vpp-throughput-lat-tsa-2n-skx:
312       csit-vpp-perf-report-iterative-2101-2n-skx:
313         - 63  # rls2101.rel NDRPDR iter env 6
314         - 69  # rls2101.rel NDRPDR iter env 6
315         - 70  # rls2101.rel NDRPDR iter env 6
316         - 75  # rls2101.rel NDRPDR iter env 6
317         - 76  # rls2101.rel NDRPDR iter env 6
318         - 77  # rls2101.rel NDRPDR iter env 6
319         - 82  # rls2101.rel NDRPDR iter env 6
320         - 85  # rls2101.rel NDRPDR iter env 6
321         - 86  # rls2101.rel NDRPDR iter env 6
322         - 94  # rls2101.rel NDRPDR iter env 6
323         - 89  # rls2101.rel NDRPDR iter RND env 6
324         - 90  # rls2101.rel NDRPDR iter RND env 6
325         - 91  # rls2101.rel NDRPDR iter RND env 6
326         - 92  # rls2101.rel NDRPDR iter RND env 6
327         - 93  # rls2101.rel NDRPDR iter RND env 6
328         - 96  # rls2101.rel NDRPDR iter RND env 6
329         - 98  # rls2101.rel NDRPDR iter RND env 6
330         - 99  # rls2101.rel NDRPDR iter RND env 6
331         - 101 # rls2101.rel NDRPDR iter RND env 6
332         - 102 # rls2101.rel NDRPDR iter RND env 6
333         - 116 # rls2101.rel NDRPDR iter NAT env 6
334         - 117 # rls2101.rel NDRPDR iter NAT env 6
335         - 118 # rls2101.rel NDRPDR iter NAT env 6
336         - 119 # rls2101.rel NDRPDR iter NAT env 6
337         - 120 # rls2101.rel NDRPDR iter NAT env 6
338         - 121 # rls2101.rel NDRPDR iter NAT env 6
339         - 122 # rls2101.rel NDRPDR iter NAT env 6
340         - 123 # rls2101.rel NDRPDR iter NAT env 6
341         - 124 # rls2101.rel NDRPDR iter NAT env 6
342         - 125 # rls2101.rel NDRPDR iter NAT env 6
343
344     plot-vpp-hdrh-lat-2n-skx:
345       csit-vpp-perf-report-iterative-2101-2n-skx:
346         - 94  # rls2101.rel NDRPDR iter env 6
347
348     plot-vpp-hdrh-lat-2n-skx-rnd:
349       csit-vpp-perf-report-iterative-2101-2n-skx:
350         - 89  # rls2101.rel NDRPDR iter RND env 6
351
352     plot-vpp-hdrh-lat-2n-skx-nat:
353       csit-vpp-perf-report-iterative-2101-2n-skx:
354         - 118 # rls2101.rel NDRPDR iter NAT env 6
355
356     plot-vpp-soak-2n-skx:
357       csit-vpp-perf-report-iterative-2101-2n-skx:
358         - 68  # rls2101.rel soak env 6
359         - 73  # rls2101.rel soak env 6
360
361     plot-vpp-nfv-2n-skx-ndrpdr:
362       csit-vpp-perf-report-iterative-2101-2n-skx:
363         - 67  # rls2101.rel NDRPDR nf-density iter env 6
364         - 72  # rls2101.rel NDRPDR nf-density iter env 6
365         - 79  # rls2101.rel NDRPDR nf-density iter env 6
366         - 83  # rls2101.rel NDRPDR nf-density iter env 6
367         - 88  # rls2101.rel NDRPDR nf-density iter env 6
368         - 97  # rls2101.rel NDRPDR nf-density iter env 6
369         - 103 # rls2101.rel NDRPDR nf-density iter env 6
370         - 108 # rls2101.rel NDRPDR nf-density iter env 6
371         - 109 # rls2101.rel NDRPDR nf-density iter env 6
372         - 110 # rls2101.rel NDRPDR nf-density iter env 6
373
374     plot-vpp-nfv-2n-skx-mrr:
375       csit-vpp-perf-report-iterative-2101-2n-skx:
376         - 65  # rls2101.rel MRR nf-density iter env 6
377
378     plot-vpp-nfv-reconf-2n-skx:
379       csit-vpp-perf-report-iterative-2101-2n-skx:
380         - 64  # rls2101.rel NDRPDR reconf iter env 6
381         - 66  # rls2101.rel NDRPDR reconf iter env 6
382         - 71  # rls2101.rel NDRPDR reconf iter env 6
383         - 74  # rls2101.rel NDRPDR reconf iter env 6
384         - 78  # rls2101.rel NDRPDR reconf iter env 6
385         - 87  # rls2101.rel NDRPDR reconf iter env 6
386         - 95  # rls2101.rel NDRPDR reconf iter env 6
387         - 100 # rls2101.rel NDRPDR reconf iter env 6
388         - 104 # rls2101.rel NDRPDR reconf iter env 6
389         - 106 # rls2101.rel NDRPDR reconf iter env 6
390
391     plot-vpp-gso-2n-skx:
392       csit-vpp-perf-report-iterative-2101-2n-skx:
393         - 129 # rls2101.rel MRR GSO iter env 6
394
395     plot-dpdk-throughput-latency-2n-skx:
396       csit-dpdk-perf-report-iterative-2101-2n-skx:
397         - 11  # rls2101 NDRPDR iter env 6
398         - 12  # rls2101 NDRPDR iter env 6
399         - 13  # rls2101 NDRPDR iter env 6
400         - 14  # rls2101 NDRPDR iter env 6
401         - 15  # rls2101 NDRPDR iter env 6
402         - 17  # rls2101 NDRPDR iter env 6
403         - 18  # rls2101 NDRPDR iter env 6
404         - 19  # rls2101 NDRPDR iter env 6
405         - 20  # rls2101 NDRPDR iter env 6
406         - 21  # rls2101 NDRPDR iter env 6
407
408     plot-dpdk-hdrh-lat-2n-skx:
409       csit-dpdk-perf-report-iterative-2101-2n-skx:
410         - 11  # rls2101 NDRPDR iter env 6
411
412     # 2n-zn2
413
414     plot-vpp-throughput-lat-tsa-2n-zn2:
415       csit-vpp-perf-report-iterative-2101-2n-zn2:
416         - 31  # rls2101.rel NDRPDR iter env 6
417         - 32  # rls2101.rel NDRPDR iter env 6
418         - 33  # rls2101.rel NDRPDR iter env 6
419         - 34  # rls2101.rel NDRPDR iter env 6
420         - 35  # rls2101.rel NDRPDR iter env 6
421         - 36  # rls2101.rel NDRPDR iter env 6
422         - 37  # rls2101.rel NDRPDR iter env 6
423         - 38  # rls2101.rel NDRPDR iter env 6
424         - 44  # rls2101.rel NDRPDR iter env 6
425         - 49  # rls2101.rel NDRPDR iter env 6
426         - 39  # rls2101.rel NDRPDR iter RND env 6
427         - 40  # rls2101.rel NDRPDR iter RND env 6
428         - 41  # rls2101.rel NDRPDR iter RND env 6
429         - 42  # rls2101.rel NDRPDR iter RND env 6
430         - 43  # rls2101.rel NDRPDR iter RND env 6
431         - 45  # rls2101.rel NDRPDR iter RND env 6
432         - 48  # rls2101.rel NDRPDR iter RND env 6
433         - 50  # rls2101.rel NDRPDR iter RND env 6
434         - 51  # rls2101.rel NDRPDR iter RND env 6
435         - 52  # rls2101.rel NDRPDR iter RND env 6
436
437     plot-vpp-hdrh-lat-2n-zn2:
438       csit-vpp-perf-report-iterative-2101-2n-zn2:
439         - 31  # rls2101.rel NDRPDR iter env 6
440
441     plot-vpp-hdrh-lat-2n-zn2-rnd:
442       csit-vpp-perf-report-iterative-2101-2n-zn2:
443         - 40  # rls2101.rel NDRPDR iter RND env 6
444
445     plot-vpp-gso-2n-zn2:
446       csit-vpp-perf-report-iterative-2101-2n-zn2:
447         - 56  # rls2101.rel MRR GSO iter env 6
448
449     plot-dpdk-throughput-latency-2n-zn2:
450       csit-dpdk-perf-report-iterative-2101-2n-zn2:
451         - 11  # rls2101 NDRPDR iter env 6
452         - 12  # rls2101 NDRPDR iter env 6
453         - 13  # rls2101 NDRPDR iter env 6
454         - 14  # rls2101 NDRPDR iter env 6
455         - 16  # rls2101 NDRPDR iter env 6
456         - 17  # rls2101 NDRPDR iter env 6
457         - 18  # rls2101 NDRPDR iter env 6
458         - 19  # rls2101 NDRPDR iter env 6
459         - 20  # rls2101 NDRPDR iter env 6
460         - 21  # rls2101 NDRPDR iter env 6
461
462     plot-dpdk-hdrh-lat-2n-zn2:
463       csit-dpdk-perf-report-iterative-2101-2n-zn2:
464         - 11  # rls2101 NDRPDR iter env 6
465
466     # 2n-clx
467
468     plot-vpp-throughput-lat-tsa-2n-clx:
469       csit-vpp-perf-report-iterative-2101-2n-clx:
470         - 54  # rls2101.rel NDRPDR iter env 6
471         - 59  # rls2101.rel NDRPDR iter env 6
472         - 60  # rls2101.rel NDRPDR iter env 6
473         - 63  # rls2101.rel NDRPDR iter env 6
474         - 66  # rls2101.rel NDRPDR iter env 6
475         - 68  # rls2101.rel NDRPDR iter env 6
476         - 73  # rls2101.rel NDRPDR iter env 6
477         - 75  # rls2101.rel NDRPDR iter env 6
478         - 86  # rls2101.rel NDRPDR iter env 6
479         - 90  # rls2101.rel NDRPDR iter env 6
480         - 80  # rls2101.rel NDRPDR iter RND env 6
481         - 87  # rls2101.rel NDRPDR iter RND env 6
482         - 91  # rls2101.rel NDRPDR iter RND env 6
483         - 92  # rls2101.rel NDRPDR iter RND env 6
484         - 93  # rls2101.rel NDRPDR iter RND env 6
485         - 94  # rls2101.rel NDRPDR iter RND env 6
486         - 95  # rls2101.rel NDRPDR iter RND env 6
487         - 100 # rls2101.rel NDRPDR iter RND env 6
488         - 106 # rls2101.rel NDRPDR iter RND env 6
489         - 108 # rls2101.rel NDRPDR iter RND env 6
490         - 112 # rls2101.rel NDRPDR iter NAT env 6
491         - 113 # rls2101.rel NDRPDR iter NAT env 6
492         - 114 # rls2101.rel NDRPDR iter NAT env 6
493         - 115 # rls2101.rel NDRPDR iter NAT env 6
494         - 116 # rls2101.rel NDRPDR iter NAT env 6
495         - 117 # rls2101.rel NDRPDR iter NAT env 6
496         - 118 # rls2101.rel NDRPDR iter NAT env 6
497         - 119 # rls2101.rel NDRPDR iter NAT env 6
498         - 120 # rls2101.rel NDRPDR iter NAT env 6
499         - 121 # rls2101.rel NDRPDR iter NAT env 6
500         - 122 # rls2101.rel NDRPDR iter MLX env 6
501         - 123 # rls2101.rel NDRPDR iter MLX env 6
502         - 124 # rls2101.rel NDRPDR iter MLX env 6
503         - 126 # rls2101.rel NDRPDR iter MLX env 6
504         - 127 # rls2101.rel NDRPDR iter MLX env 6
505         - 128 # rls2101.rel NDRPDR iter MLX env 6
506         - 129 # rls2101.rel NDRPDR iter MLX env 6
507         - 130 # rls2101.rel NDRPDR iter MLX env 6
508         - 131 # rls2101.rel NDRPDR iter MLX env 6
509         - 132 # rls2101.rel NDRPDR iter MLX env 6
510
511     plot-vpp-hdrh-lat-2n-clx:
512       csit-vpp-perf-report-iterative-2101-2n-clx:
513         - 75  # rls2101.rel NDRPDR iter env 6
514
515     plot-vpp-hdrh-lat-2n-clx-rnd:
516       csit-vpp-perf-report-iterative-2101-2n-clx:
517         - 87  # rls2101.rel NDRPDR iter RND env 6
518
519     plot-vpp-hdrh-lat-2n-clx-nat:
520       csit-vpp-perf-report-iterative-2101-2n-clx:
521         - 118 # rls2101.rel NDRPDR iter NAT env 6
522
523     plot-vpp-hdrh-lat-2n-clx-mlx:
524       csit-vpp-perf-report-iterative-2101-2n-clx:
525         - 127 # rls2101.rel NDRPDR iter MLX env 6
526
527     plot-vpp-nfv-2n-clx-ndrpdr:
528       csit-vpp-perf-report-iterative-2101-2n-clx:
529         - 57  # rls2101.rel NDRPDR nf-density iter env 6
530         - 62  # rls2101.rel NDRPDR nf-density iter env 6
531         - 70  # rls2101.rel NDRPDR nf-density iter env 6
532         - 71  # rls2101.rel NDRPDR nf-density iter env 6
533         - 82  # rls2101.rel NDRPDR nf-density iter env 6
534         - 88  # rls2101.rel NDRPDR nf-density iter env 6
535         - 89  # rls2101.rel NDRPDR nf-density iter env 6
536         - 96  # rls2101.rel NDRPDR nf-density iter env 6
537         - 97  # rls2101.rel NDRPDR nf-density iter env 6
538         - 98  # rls2101.rel NDRPDR nf-density iter env 6
539
540     plot-vpp-nfv-2n-clx-mrr:
541       csit-vpp-perf-report-iterative-2101-2n-clx:
542         - 72  # rls2101.rel MRR nf-density iter env 6
543
544     plot-vpp-nfv-reconf-2n-clx:
545       csit-vpp-perf-report-iterative-2101-2n-clx:
546         - 55  # rls2101.rel NDRPDR reconf iter env 6
547         - 64  # rls2101.rel NDRPDR reconf iter env 6
548         - 76  # rls2101.rel NDRPDR reconf iter env 6
549         - 83  # rls2101.rel NDRPDR reconf iter env 6
550         - 99  # rls2101.rel NDRPDR reconf iter env 6
551         - 101 # rls2101.rel NDRPDR reconf iter env 6
552         - 102 # rls2101.rel NDRPDR reconf iter env 6
553         - 107 # rls2101.rel NDRPDR reconf iter env 6
554         - 109 # rls2101.rel NDRPDR reconf iter env 6
555         - 110 # rls2101.rel NDRPDR reconf iter env 6
556
557     plot-vpp-soak-2n-clx:
558       csit-vpp-perf-report-iterative-2101-2n-clx:
559         - 58  # rls2101.rel soak env 6
560         - 61  # rls2101.rel soak env 6
561
562     plot-vpp-gso-2n-clx:
563       csit-vpp-perf-report-iterative-2101-2n-clx:
564         - 159 # rls2101.rel MRR GSO iter env 6
565
566     plot-dpdk-throughput-latency-2n-clx:
567       csit-dpdk-perf-report-iterative-2101-2n-clx:
568         - 12  # rls2101 NDRPDR iter env 6
569         - 13  # rls2101 NDRPDR iter env 6
570         - 14  # rls2101 NDRPDR iter env 6
571         - 18  # rls2101 NDRPDR iter env 6
572         - 22  # rls2101 NDRPDR iter env 6
573
574     plot-dpdk-hdrh-lat-2n-clx:
575       csit-dpdk-perf-report-iterative-2101-2n-clx:
576         - 12  # rls2101 NDRPDR iter env 6
577
578     # 2n-icx
579
580     plot-vpp-throughput-lat-tsa-2n-icx:
581       intel-csit-vpp-perf-report-iterative-2101-2n-icx:
582         - 1   # master NDRPDR iter env 6
583
584     plot-vpp-hdrh-lat-2n-icx:
585       intel-csit-vpp-perf-report-iterative-2101-2n-icx:
586         - 1   # master NDRPDR iter env 6
587
588     # 3n-tsh
589
590     plot-vpp-throughput-lat-tsa-3n-tsh:
591       csit-vpp-perf-report-iterative-2101-3n-tsh:
592         - 23  # rls2101.rel NDRPDR iter env 6
593         - 24  # rls2101.rel NDRPDR iter env 6
594         - 25  # rls2101.rel NDRPDR iter env 6
595         - 26  # rls2101.rel NDRPDR iter env 6
596         - 27  # rls2101.rel NDRPDR iter env 6
597         - 28  # rls2101.rel NDRPDR iter env 6
598         - 29  # rls2101.rel NDRPDR iter env 6
599         - 30  # rls2101.rel NDRPDR iter env 6
600         - 31  # rls2101.rel NDRPDR iter env 6
601         - 32  # rls2101.rel NDRPDR iter env 6
602
603     plot-vpp-hdrh-lat-3n-tsh:
604       csit-vpp-perf-report-iterative-2101-3n-tsh:
605         - 23  # rls2101.rel NDRPDR iter env 6
606
607     plot-dpdk-throughput-latency-3n-tsh:
608       csit-dpdk-perf-report-iterative-2101-3n-tsh:
609         - 11  # rls2101 NDRPDR iter env 6
610         - 12  # rls2101 NDRPDR iter env 6
611         - 13  # rls2101 NDRPDR iter env 6
612         - 14  # rls2101 NDRPDR iter env 6
613         - 16  # rls2101 NDRPDR iter env 6
614         - 17  # rls2101 NDRPDR iter env 6
615         - 18  # rls2101 NDRPDR iter env 6
616         - 19  # rls2101 NDRPDR iter env 6
617         - 20  # rls2101 NDRPDR iter env 6
618         - 21  # rls2101 NDRPDR iter env 6
619
620     plot-dpdk-hdrh-lat-3n-tsh:
621       csit-dpdk-perf-report-iterative-2101-3n-tsh:
622         - 21  # rls2101 NDRPDR iter env 6
623
624     # 2n-tx2
625
626     plot-vpp-throughput-lat-tsa-2n-tx2:
627       csit-vpp-perf-report-iterative-2101-2n-tx2:
628         - 22  # rls2101.rel NDRPDR iter env 6
629         - 23  # rls2101.rel NDRPDR iter env 6
630         - 24  # rls2101.rel NDRPDR iter env 6
631         - 25  # rls2101.rel NDRPDR iter env 6
632         - 26  # rls2101.rel NDRPDR iter env 6
633         - 27  # rls2101.rel NDRPDR iter env 6
634         - 28  # rls2101.rel NDRPDR iter env 6
635         - 29  # rls2101.rel NDRPDR iter env 6
636         - 30  # rls2101.rel NDRPDR iter env 6
637         - 31  # rls2101.rel NDRPDR iter env 6
638
639     plot-vpp-hdrh-lat-2n-tx2:
640       csit-vpp-perf-report-iterative-2101-2n-tx2:
641         - 29  # rls2101.rel NDRPDR iter env 6
642
643     plot-dpdk-throughput-latency-2n-tx2:
644       csit-dpdk-perf-report-iterative-2101-2n-tx2:
645         - 4   # rls2101 NDRPDR iter env 6
646         - 6   # rls2101 NDRPDR iter env 6
647         - 7   # rls2101 NDRPDR iter env 6
648         - 8   # rls2101 NDRPDR iter env 6
649         - 9   # rls2101 NDRPDR iter env 6
650         - 10  # rls2101 NDRPDR iter env 6
651         - 11  # rls2101 NDRPDR iter env 6
652         - 12  # rls2101 NDRPDR iter env 6
653         - 13  # rls2101 NDRPDR iter env 6
654         - 14  # rls2101 NDRPDR iter env 6
655
656     plot-dpdk-hdrh-lat-2n-tx2:
657       csit-dpdk-perf-report-iterative-2101-2n-tx2:
658         - 4   # rls2101 NDRPDR iter env 6
659
660     # 3n-dnv
661
662     plot-vpp-throughput-lat-tsa-3n-dnv:
663       csit-vpp-perf-report-iterative-2101-3n-dnv:
664         - 33  # rls2101.rel NDRPDR iter env 6
665         - 34  # rls2101.rel NDRPDR iter env 6
666         - 35  # rls2101.rel NDRPDR iter env 6
667         - 36  # rls2101.rel NDRPDR iter env 6
668         - 37  # rls2101.rel NDRPDR iter env 6
669         - 38  # rls2101.rel NDRPDR iter env 6
670         - 39  # rls2101.rel NDRPDR iter env 6
671         - 40  # rls2101.rel NDRPDR iter env 6
672         - 41  # rls2101.rel NDRPDR iter env 6
673         - 42  # rls2101.rel NDRPDR iter env 6
674         - 43  # rls2101.rel NDRPDR iter RND env 6
675         - 44  # rls2101.rel NDRPDR iter RND env 6
676         - 45  # rls2101.rel NDRPDR iter RND env 6
677         - 46  # rls2101.rel NDRPDR iter RND env 6
678         - 47  # rls2101.rel NDRPDR iter RND env 6
679         - 48  # rls2101.rel NDRPDR iter RND env 6
680         - 49  # rls2101.rel NDRPDR iter RND env 6
681         - 50  # rls2101.rel NDRPDR iter RND env 6
682         - 51  # rls2101.rel NDRPDR iter RND env 6
683         - 52  # rls2101.rel NDRPDR iter RND env 6
684
685 #    plot-dpdk-throughput-latency-3n-dnv:
686 #      # No data
687 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
688
689     # 2n-dnv
690
691     plot-vpp-throughput-lat-tsa-2n-dnv:
692       csit-vpp-perf-report-iterative-2101-2n-dnv:
693         - 32  # rls2101.rel NDRPDR iter env 6
694         - 33  # rls2101.rel NDRPDR iter env 6
695         - 34  # rls2101.rel NDRPDR iter env 6
696         - 35  # rls2101.rel NDRPDR iter env 6
697         - 39  # rls2101.rel NDRPDR iter env 6
698         - 41  # rls2101.rel NDRPDR iter env 6
699         - 42  # rls2101.rel NDRPDR iter env 6
700         - 43  # rls2101.rel NDRPDR iter env 6
701         - 44  # rls2101.rel NDRPDR iter env 6
702         - 45  # rls2101.rel NDRPDR iter env 6
703         - 46  # rls2101.rel NDRPDR iter RND env 6
704         - 47  # rls2101.rel NDRPDR iter RND env 6
705         - 48  # rls2101.rel NDRPDR iter RND env 6
706         - 49  # rls2101.rel NDRPDR iter RND env 6
707         - 50  # rls2101.rel NDRPDR iter RND env 6
708         - 51  # rls2101.rel NDRPDR iter RND env 6
709         - 52  # rls2101.rel NDRPDR iter RND env 6
710         - 53  # rls2101.rel NDRPDR iter RND env 6
711         - 54  # rls2101.rel NDRPDR iter RND env 6
712         - 55  # rls2101.rel NDRPDR iter RND env 6
713
714 #    plot-dpdk-throughput-latency-2n-dnv:
715 #      # No data
716 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
717
718     ###########################################################################
719     # Simple tables (only one data set):
720
721     # NIC Comparisons
722
723     vpp-nic-comparison-3n-skx:
724       csit-vpp-perf-report-iterative-2101-3n-skx:
725         - 36  # rls2101.rel NDRPDR iter env 6
726         - 37  # rls2101.rel NDRPDR iter env 6
727         - 38  # rls2101.rel NDRPDR iter env 6
728         - 39  # rls2101.rel NDRPDR iter env 6
729         - 40  # rls2101.rel NDRPDR iter env 6
730         - 41  # rls2101.rel NDRPDR iter env 6
731         - 42  # rls2101.rel NDRPDR iter env 6
732         - 47  # rls2101.rel NDRPDR iter env 6
733         - 48  # rls2101.rel NDRPDR iter env 6
734         - 50  # rls2101.rel NDRPDR iter env 6
735
736     vpp-nic-comparison-2n-skx:
737       csit-vpp-perf-report-iterative-2101-2n-skx:
738         - 63  # rls2101.rel NDRPDR iter env 6
739         - 69  # rls2101.rel NDRPDR iter env 6
740         - 70  # rls2101.rel NDRPDR iter env 6
741         - 75  # rls2101.rel NDRPDR iter env 6
742         - 76  # rls2101.rel NDRPDR iter env 6
743         - 77  # rls2101.rel NDRPDR iter env 6
744         - 82  # rls2101.rel NDRPDR iter env 6
745         - 85  # rls2101.rel NDRPDR iter env 6
746         - 86  # rls2101.rel NDRPDR iter env 6
747         - 94  # rls2101.rel NDRPDR iter env 6
748         - 89  # rls2101.rel NDRPDR iter RND env 6
749         - 90  # rls2101.rel NDRPDR iter RND env 6
750         - 91  # rls2101.rel NDRPDR iter RND env 6
751         - 92  # rls2101.rel NDRPDR iter RND env 6
752         - 93  # rls2101.rel NDRPDR iter RND env 6
753         - 96  # rls2101.rel NDRPDR iter RND env 6
754         - 98  # rls2101.rel NDRPDR iter RND env 6
755         - 99  # rls2101.rel NDRPDR iter RND env 6
756         - 101 # rls2101.rel NDRPDR iter RND env 6
757         - 102 # rls2101.rel NDRPDR iter RND env 6
758         - 116 # rls2101.rel NDRPDR iter NAT env 6
759         - 117 # rls2101.rel NDRPDR iter NAT env 6
760         - 118 # rls2101.rel NDRPDR iter NAT env 6
761         - 119 # rls2101.rel NDRPDR iter NAT env 6
762         - 120 # rls2101.rel NDRPDR iter NAT env 6
763         - 121 # rls2101.rel NDRPDR iter NAT env 6
764         - 122 # rls2101.rel NDRPDR iter NAT env 6
765         - 123 # rls2101.rel NDRPDR iter NAT env 6
766         - 124 # rls2101.rel NDRPDR iter NAT env 6
767         - 125 # rls2101.rel NDRPDR iter NAT env 6
768
769     vpp-nic-comparison-3n-skx-mrr:
770       csit-vpp-perf-report-iterative-2101-3n-skx:
771         - 35  # rls2101.rel MRR iter env 6
772
773     vpp-nic-comparison-2n-skx-mrr:
774       csit-vpp-perf-report-iterative-2101-2n-skx:
775         - 62  # rls2101.rel MRR iter env 6
776
777     # Results
778
779     vpp-perf-results-3n-hsw:
780       csit-vpp-perf-report-coverage-2101-3n-hsw:
781         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
782         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
783         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
784         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
785         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
786         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
787         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
788         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
789         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
790         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
791         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
792         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
793         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
794         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
795         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
796         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
797         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
798         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
799         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
800         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
801         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
802         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
803         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
804         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
805         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
806         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
807         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
808         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
809         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
810         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
811         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
812         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
813         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
814         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
815         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
816
817     vpp-perf-results-3n-skx:
818       csit-vpp-perf-report-coverage-2101-3n-skx:
819         - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
820         - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
821         - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
822         - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
823         - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
824         - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
825         - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
826         - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
827         - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
828         - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
829         - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
830         - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
831         - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
832         - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
833         - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
834         - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
835         - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
836         - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
837         - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
838         - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
839         - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
840         - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
841         - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
842         - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
843         - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
844         - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
845         - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
846         - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
847         - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
848         - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
849         - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
850         - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
851         - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
852         - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
853         - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
854         - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
855
856     vpp-perf-results-2n-skx:
857       csit-vpp-perf-report-coverage-2101-2n-skx:
858         - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
859         - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
860         - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
861         - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
862         - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
863         - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
864         - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
865         - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
866         - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
867         - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
868         - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
869         - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
870         - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
871         - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
872         - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
873         - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
874         - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
875         - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
876         - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
877
878     vpp-perf-results-2n-zn2:
879       csit-vpp-perf-report-coverage-2101-2n-zn2:
880         - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
881         - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
882         - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
883         - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
884         - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
885         - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
886         - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
887         - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
888         - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
889         - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
890         - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
891         - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
892         - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
893         - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
894         - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
895         - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
896         - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
897
898     vpp-perf-results-2n-clx:
899       csit-vpp-perf-report-coverage-2101-2n-clx:
900         - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
901         - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
902         - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
903         - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
904         - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
905         - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
906         - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
907         - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
908         - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
909         - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
910         - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
911         - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
912         - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
913         - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
914         - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
915         - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
916         - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
917         - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
918         - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
919
920     vpp-perf-results-2n-icx:
921       intel-csit-vpp-perf-report-iterative-2101-2n-icx:
922         - 1   # master NDRPDR iter env 6
923
924     vpp-perf-results-3n-tsh:
925       csit-vpp-perf-report-coverage-2101-3n-tsh:
926         - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
927         - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
928         - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
929         - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
930         - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
931         - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
932         - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
933         - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
934         - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
935         - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
936         - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
937         - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
938         - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
939         - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
940         - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
941         - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
942         - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
943         - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
944
945     vpp-perf-results-2n-tx2:
946       csit-vpp-perf-report-coverage-2101-2n-tx2:
947         - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
948         - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
949         - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
950         - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
951         - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
952         - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
953         - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
954         - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
955         - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
956         - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
957         - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
958         - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
959         - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
960         - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
961
962     vpp-perf-results-3n-dnv:
963       csit-vpp-perf-report-coverage-2101-3n-dnv:
964         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
965         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
966         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
967         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
968         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
969         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
970         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
971         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
972         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
973
974     vpp-perf-results-2n-dnv:
975       csit-vpp-perf-report-coverage-2101-2n-dnv:
976         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
977         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
978         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
979         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
980         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
981         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
982
983     vpp-mrr-results-3n-hsw:
984       csit-vpp-perf-report-iterative-2101-3n-hsw:
985         - 63  # rls2101.rel MRR iter env 6
986
987     vpp-mrr-results-3n-skx:
988       csit-vpp-perf-report-iterative-2101-3n-skx:
989         - 35  # rls2101.rel MRR iter env 6
990
991     vpp-mrr-results-2n-skx:
992       csit-vpp-perf-report-iterative-2101-2n-skx:
993         - 62  # rls2101.rel MRR iter env 6
994
995     vpp-mrr-results-2n-zn2:
996       csit-vpp-perf-report-iterative-2101-2n-zn2:
997         - 30  # rls2101.rel MRR iter env 6
998
999     vpp-mrr-results-2n-clx:
1000       csit-vpp-perf-report-iterative-2101-2n-clx:
1001         - 53  # rls2101.rel MRR iter env 6
1002
1003     vpp-mrr-results-2n-icx:
1004       intel-csit-vpp-perf-report-iterative-2101-2n-icx:
1005         - 1   # master NDRPDR iter env 6
1006
1007     vpp-mrr-results-3n-tsh:
1008       csit-vpp-perf-report-iterative-2101-3n-tsh:
1009         - 22  # rls2101.rel MRR iter env 6
1010
1011     vpp-mrr-results-2n-tx2:
1012       csit-vpp-perf-report-iterative-2101-2n-tx2:
1013         - 21  # rls2101.rel MRR iter env 6
1014
1015     vpp-mrr-results-3n-dnv:
1016       csit-vpp-perf-report-iterative-2101-3n-dnv:
1017         - 32  # rls2101.rel MRR iter env 6
1018
1019     vpp-mrr-results-2n-dnv:
1020       csit-vpp-perf-report-iterative-2101-2n-dnv:
1021         - 31  # rls2101.rel MRR iter env 6
1022
1023     vpp-device-results-ubuntu:
1024       csit-vpp-device-2101-ubuntu1804-1n-skx:
1025         - 358  # rls2101.rel VPP DEV env 6
1026
1027     dpdk-perf-results-3n-hsw:
1028       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1029         - 11  # rls2101 NDRPDR iter env 6
1030
1031     dpdk-perf-results-3n-skx:
1032       csit-dpdk-perf-report-iterative-2101-3n-skx:
1033         - 12  # rls2101 NDRPDR iter env 6
1034
1035     dpdk-perf-results-2n-skx:
1036       csit-dpdk-perf-report-iterative-2101-2n-skx:
1037         - 11  # rls2101 NDRPDR iter env 6
1038
1039     dpdk-perf-results-2n-zn2:
1040       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1041         - 11  # rls2101 NDRPDR iter env 6
1042
1043     dpdk-perf-results-2n-clx:
1044       csit-dpdk-perf-report-iterative-2101-2n-clx:
1045         - 12  # rls2101 NDRPDR iter env 6
1046
1047 #    dpdk-perf-results-2n-dnv:
1048 #      # No data
1049 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1050
1051 #    dpdk-perf-results-3n-dnv:
1052 #      # No data
1053 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1054
1055     dpdk-perf-results-3n-tsh:
1056       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1057         - 21  # rls2101 NDRPDR iter env 6
1058
1059     dpdk-perf-results-2n-tx2:
1060       csit-dpdk-perf-report-iterative-2101-2n-tx2:
1061         - 4   # rls2101 NDRPDR iter env 6
1062
1063 ###########################################################################
1064     # Tables (more than one data set)
1065
1066     # Performance changes
1067
1068     vpp-performance-changes-3n-hsw-h1:
1069       csit-vpp-perf-report-iterative-2009-3n-hsw:
1070         - 9   # rls2005 NDRPDR iter env 5
1071         - 10  # rls2005 NDRPDR iter env 5
1072         - 11  # rls2005 NDRPDR iter env 5
1073         - 12  # rls2005 NDRPDR iter env 5
1074         - 13  # rls2005 NDRPDR iter env 5
1075         - 14  # rls2005 NDRPDR iter env 5
1076         - 15  # rls2005 NDRPDR iter env 5
1077         - 16  # rls2005 NDRPDR iter env 5
1078         - 17  # rls2005 NDRPDR iter env 5
1079         - 19  # rls2005 NDRPDR iter env 5
1080     vpp-performance-changes-3n-hsw-ref-env-old:
1081       csit-vpp-perf-report-iterative-2009-3n-hsw:
1082         - 21  # rls2009 NDRPDR iter env 5
1083         - 22  # rls2009 NDRPDR iter env 5
1084         - 24  # rls2009 NDRPDR iter env 5
1085         - 25  # rls2009 NDRPDR iter env 5
1086         - 26  # rls2009 NDRPDR iter env 5
1087         - 27  # rls2009 NDRPDR iter env 5
1088         - 28  # rls2009 NDRPDR iter env 5
1089         - 29  # rls2009 NDRPDR iter env 5
1090         - 30  # rls2009 NDRPDR iter env 5
1091         - 31  # rls2009 NDRPDR iter env 5
1092     vpp-performance-changes-3n-hsw-ref-env-new:
1093       csit-vpp-perf-report-iterative-2101-3n-hsw:
1094         - 19  # rls2009 NDRPDR iter env 6
1095         - 20  # rls2009 NDRPDR iter env 6
1096         - 21  # rls2009 NDRPDR iter env 6
1097         - 22  # rls2009 NDRPDR iter env 6
1098         - 23  # rls2009 NDRPDR iter env 6
1099         - 24  # rls2009 NDRPDR iter env 6
1100         - 25  # rls2009 NDRPDR iter env 6
1101         - 26  # rls2009 NDRPDR iter env 6
1102         - 27  # rls2009 NDRPDR iter env 6
1103         - 28  # rls2009 NDRPDR iter env 6
1104     vpp-performance-changes-3n-hsw-cmp:
1105       csit-vpp-perf-report-iterative-2101-3n-hsw:
1106         - 64  # rls2101.rel NDRPDR iter env 6
1107         - 71  # rls2101.rel NDRPDR iter env 6
1108         - 73  # rls2101.rel NDRPDR iter env 6
1109         - 74  # rls2101.rel NDRPDR iter env 6
1110         - 80  # rls2101.rel NDRPDR iter env 6
1111         - 81  # rls2101.rel NDRPDR iter env 6
1112         - 82  # rls2101.rel NDRPDR iter env 6
1113         - 83  # rls2101.rel NDRPDR iter env 6
1114         - 88  # rls2101.rel NDRPDR iter env 6
1115         - 89  # rls2101.rel NDRPDR iter env 6
1116         - 128 # rls2101.rel NDRPDR iter RND env 6
1117         - 129 # rls2101.rel NDRPDR iter RND env 6
1118         - 130 # rls2101.rel NDRPDR iter RND env 6
1119         - 131 # rls2101.rel NDRPDR iter RND env 6
1120         - 132 # rls2101.rel NDRPDR iter RND env 6
1121         - 133 # rls2101.rel NDRPDR iter RND env 6
1122         - 134 # rls2101.rel NDRPDR iter RND env 6
1123         - 135 # rls2101.rel NDRPDR iter RND env 6
1124         - 136 # rls2101.rel NDRPDR iter RND env 6
1125         - 137 # rls2101.rel NDRPDR iter RND env 6
1126
1127     vpp-performance-changes-3n-skx-h1:
1128       csit-vpp-perf-report-iterative-2009-3n-skx:
1129         - 13  # rls2005 NDRPDR iter env 5
1130         - 18  # rls2005 NDRPDR iter env 5
1131         - 19  # rls2005 NDRPDR iter env 5
1132         - 41  # rls2005 NDRPDR iter env 5
1133         - 43  # rls2005 NDRPDR iter env 5
1134         - 44  # rls2005 NDRPDR iter env 5
1135         - 45  # rls2005 NDRPDR iter env 5
1136         - 46  # rls2005 NDRPDR iter env 5
1137         - 48  # rls2005 NDRPDR iter env 5
1138         - 49  # rls2005 NDRPDR iter env 5
1139     vpp-performance-changes-3n-skx-ref-env-old:
1140       csit-vpp-perf-report-iterative-2009-3n-skx:
1141         - 26  # rls2009 NDRPDR iter env 5
1142         - 27  # rls2009 NDRPDR iter env 5
1143         - 28  # rls2009 NDRPDR iter env 5
1144         - 29  # rls2009 NDRPDR iter env 5
1145         - 35  # rls2009 NDRPDR iter env 5
1146         - 36  # rls2009 NDRPDR iter env 5
1147         - 37  # rls2009 NDRPDR iter env 5
1148         - 38  # rls2009 NDRPDR iter env 5
1149         - 39  # rls2009 NDRPDR iter env 5
1150         - 40  # rls2009 NDRPDR iter env 5
1151     vpp-performance-changes-3n-skx-ref-env-new:
1152       csit-vpp-perf-report-iterative-2101-3n-skx:
1153         - 14  # rls2009 NDRPDR iter env 6
1154         - 15  # rls2009 NDRPDR iter env 6
1155         - 16  # rls2009 NDRPDR iter env 6
1156         - 17  # rls2009 NDRPDR iter env 6
1157         - 18  # rls2009 NDRPDR iter env 6
1158         - 25  # rls2009 NDRPDR iter env 6
1159         - 26  # rls2009 NDRPDR iter env 6
1160         - 27  # rls2009 NDRPDR iter env 6
1161         - 29  # rls2009 NDRPDR iter env 6
1162         - 31  # rls2009 NDRPDR iter env 6
1163     vpp-performance-changes-3n-skx-cmp:
1164       csit-vpp-perf-report-iterative-2101-3n-skx:
1165         - 36  # rls2101.rel NDRPDR iter env 6
1166         - 37  # rls2101.rel NDRPDR iter env 6
1167         - 38  # rls2101.rel NDRPDR iter env 6
1168         - 39  # rls2101.rel NDRPDR iter env 6
1169         - 40  # rls2101.rel NDRPDR iter env 6
1170         - 41  # rls2101.rel NDRPDR iter env 6
1171         - 42  # rls2101.rel NDRPDR iter env 6
1172         - 47  # rls2101.rel NDRPDR iter env 6
1173         - 48  # rls2101.rel NDRPDR iter env 6
1174         - 50  # rls2101.rel NDRPDR iter env 6
1175
1176     vpp-performance-changes-2n-skx-h1:
1177       csit-vpp-perf-report-iterative-2009-2n-skx:
1178         - 13  # rls2005 NDRPDR iter env 5
1179         - 16  # rls2005 NDRPDR iter env 5
1180         - 17  # rls2005 NDRPDR iter env 5
1181         - 18  # rls2005 NDRPDR iter env 5
1182         - 19  # rls2005 NDRPDR iter env 5
1183         - 21  # rls2005 NDRPDR iter env 5
1184         - 22  # rls2005 NDRPDR iter env 5
1185         - 23  # rls2005 NDRPDR iter env 5
1186         - 24  # rls2005 NDRPDR iter env 5
1187         - 25  # rls2005 NDRPDR iter env 5
1188     vpp-performance-changes-2n-skx-ref-env-old:
1189       csit-vpp-perf-report-iterative-2009-2n-skx:
1190         - 35  # rls2009 NDRPDR iter env 5
1191         - 36  # rls2009 NDRPDR iter env 5
1192         - 37  # rls2009 NDRPDR iter env 5
1193         - 39  # rls2009 NDRPDR iter env 5
1194         - 40  # rls2009 NDRPDR iter env 5
1195         - 42  # rls2009 NDRPDR iter env 5
1196         - 43  # rls2009 NDRPDR iter env 5
1197         - 44  # rls2009 NDRPDR iter env 5
1198         - 46  # rls2009 NDRPDR iter env 5
1199         - 48  # rls2009 NDRPDR iter env 5
1200         - 110 # rls2009 NDRPDR iter NAT44 env 5
1201         - 111 # rls2009 NDRPDR iter NAT44 env 5
1202         - 112 # rls2009 NDRPDR iter NAT44 env 5
1203         - 113 # rls2009 NDRPDR iter NAT44 env 5
1204         - 114 # rls2009 NDRPDR iter NAT44 env 5
1205         - 115 # rls2009 NDRPDR iter NAT44 env 5
1206         - 116 # rls2009 NDRPDR iter NAT44 env 5
1207         - 118 # rls2009 NDRPDR iter NAT44 env 5
1208         - 119 # rls2009 NDRPDR iter NAT44 env 5
1209         - 121 # rls2009 NDRPDR iter NAT44 env 5
1210     vpp-performance-changes-2n-skx-ref-env-new:
1211       csit-vpp-perf-report-iterative-2101-2n-skx:
1212         - 22  # rls2009 NDRPDR iter env 6
1213         - 23  # rls2009 NDRPDR iter env 6
1214         - 24  # rls2009 NDRPDR iter env 6
1215         - 25  # rls2009 NDRPDR iter env 6
1216         - 26  # rls2009 NDRPDR iter env 6
1217         - 28  # rls2009 NDRPDR iter env 6
1218         - 39  # rls2009 NDRPDR iter env 6
1219         - 40  # rls2009 NDRPDR iter env 6
1220         - 41  # rls2009 NDRPDR iter env 6
1221         - 44  # rls2009 NDRPDR iter env 6
1222     vpp-performance-changes-2n-skx-cmp:
1223       csit-vpp-perf-report-iterative-2101-2n-skx:
1224         - 63  # rls2101.rel NDRPDR iter env 6
1225         - 69  # rls2101.rel NDRPDR iter env 6
1226         - 70  # rls2101.rel NDRPDR iter env 6
1227         - 75  # rls2101.rel NDRPDR iter env 6
1228         - 76  # rls2101.rel NDRPDR iter env 6
1229         - 77  # rls2101.rel NDRPDR iter env 6
1230         - 82  # rls2101.rel NDRPDR iter env 6
1231         - 85  # rls2101.rel NDRPDR iter env 6
1232         - 86  # rls2101.rel NDRPDR iter env 6
1233         - 94  # rls2101.rel NDRPDR iter env 6
1234         - 89  # rls2101.rel NDRPDR iter RND env 6
1235         - 90  # rls2101.rel NDRPDR iter RND env 6
1236         - 91  # rls2101.rel NDRPDR iter RND env 6
1237         - 92  # rls2101.rel NDRPDR iter RND env 6
1238         - 93  # rls2101.rel NDRPDR iter RND env 6
1239         - 96  # rls2101.rel NDRPDR iter RND env 6
1240         - 98  # rls2101.rel NDRPDR iter RND env 6
1241         - 99  # rls2101.rel NDRPDR iter RND env 6
1242         - 101 # rls2101.rel NDRPDR iter RND env 6
1243         - 102 # rls2101.rel NDRPDR iter RND env 6
1244         - 116 # rls2101.rel NDRPDR iter NAT env 6
1245         - 117 # rls2101.rel NDRPDR iter NAT env 6
1246         - 118 # rls2101.rel NDRPDR iter NAT env 6
1247         - 119 # rls2101.rel NDRPDR iter NAT env 6
1248         - 120 # rls2101.rel NDRPDR iter NAT env 6
1249         - 121 # rls2101.rel NDRPDR iter NAT env 6
1250         - 122 # rls2101.rel NDRPDR iter NAT env 6
1251         - 123 # rls2101.rel NDRPDR iter NAT env 6
1252         - 124 # rls2101.rel NDRPDR iter NAT env 6
1253         - 125 # rls2101.rel NDRPDR iter NAT env 6
1254
1255     vpp-performance-changes-2n-clx-h1:
1256       csit-vpp-perf-report-iterative-2009-2n-clx:
1257         - 13  # rls2005 NDRPDR iter env 5
1258         - 15  # rls2005 NDRPDR iter env 5
1259         - 17  # rls2005 NDRPDR iter env 5
1260         - 18  # rls2005 NDRPDR iter env 5
1261         - 19  # rls2005 NDRPDR iter env 5
1262         - 20  # rls2005 NDRPDR iter env 5
1263         - 21  # rls2005 NDRPDR iter env 5
1264         - 22  # rls2005 NDRPDR iter env 5
1265         - 23  # rls2005 NDRPDR iter env 5
1266         - 24  # rls2005 NDRPDR iter env 5
1267     vpp-performance-changes-2n-clx-ref-env-old:
1268       csit-vpp-perf-report-iterative-2009-2n-clx:
1269         - 36  # rls2009 NDRPDR iter env 5
1270         - 39  # rls2009 NDRPDR iter env 5
1271         - 40  # rls2009 NDRPDR iter env 5
1272         - 65  # rls2009 NDRPDR iter env 5
1273         - 66  # rls2009 NDRPDR iter env 5
1274         - 79  # rls2009 NDRPDR iter env 5
1275         - 82  # rls2009 NDRPDR iter env 5
1276         - 88  # rls2009 NDRPDR iter env 5
1277         - 89  # rls2009 NDRPDR iter env 5
1278         - 90  # rls2009 NDRPDR iter env 5
1279         - 114 # rls2009 NDRPDR iter NAT44 env 5
1280         - 115 # rls2009 NDRPDR iter NAT44 env 5
1281         - 116 # rls2009 NDRPDR iter NAT44 env 5
1282         - 117 # rls2009 NDRPDR iter NAT44 env 5
1283         - 118 # rls2009 NDRPDR iter NAT44 env 5
1284         - 119 # rls2009 NDRPDR iter NAT44 env 5
1285         - 121 # rls2009 NDRPDR iter NAT44 env 5
1286         - 122 # rls2009 NDRPDR iter NAT44 env 5
1287         - 123 # rls2009 NDRPDR iter NAT44 env 5
1288         - 126 # rls2009 NDRPDR iter NAT44 env 5
1289     vpp-performance-changes-2n-clx-ref-env-new:
1290       csit-vpp-perf-report-iterative-2101-2n-clx:
1291         - 16  # rls2009 NDRPDR iter env 6
1292         - 17  # rls2009 NDRPDR iter env 6
1293         - 18  # rls2009 NDRPDR iter env 6
1294         - 19  # rls2009 NDRPDR iter env 6
1295         - 20  # rls2009 NDRPDR iter env 6
1296         - 21  # rls2009 NDRPDR iter env 6
1297         - 32  # rls2009 NDRPDR iter env 6
1298         - 33  # rls2009 NDRPDR iter env 6
1299         - 34  # rls2009 NDRPDR iter env 6
1300         - 35  # rls2009 NDRPDR iter env 6
1301         - 146 # rls2009 NDRPDR MLX iter env 6
1302         - 147 # rls2009 NDRPDR MLX iter env 6
1303         - 148 # rls2009 NDRPDR MLX iter env 6
1304         - 149 # rls2009 NDRPDR MLX iter env 6
1305         - 150 # rls2009 NDRPDR MLX iter env 6
1306         - 151 # rls2009 NDRPDR MLX iter env 6
1307         - 152 # rls2009 NDRPDR MLX iter env 6
1308         - 153 # rls2009 NDRPDR MLX iter env 6
1309         - 154 # rls2009 NDRPDR MLX iter env 6
1310         - 155 # rls2009 NDRPDR MLX iter env 6
1311     vpp-performance-changes-2n-clx-cmp:
1312       csit-vpp-perf-report-iterative-2101-2n-clx:
1313         - 54  # rls2101.rel NDRPDR iter env 6
1314         - 59  # rls2101.rel NDRPDR iter env 6
1315         - 60  # rls2101.rel NDRPDR iter env 6
1316         - 63  # rls2101.rel NDRPDR iter env 6
1317         - 66  # rls2101.rel NDRPDR iter env 6
1318         - 68  # rls2101.rel NDRPDR iter env 6
1319         - 73  # rls2101.rel NDRPDR iter env 6
1320         - 75  # rls2101.rel NDRPDR iter env 6
1321         - 86  # rls2101.rel NDRPDR iter env 6
1322         - 90  # rls2101.rel NDRPDR iter env 6
1323         - 80  # rls2101.rel NDRPDR iter RND env 6
1324         - 87  # rls2101.rel NDRPDR iter RND env 6
1325         - 91  # rls2101.rel NDRPDR iter RND env 6
1326         - 92  # rls2101.rel NDRPDR iter RND env 6
1327         - 93  # rls2101.rel NDRPDR iter RND env 6
1328         - 94  # rls2101.rel NDRPDR iter RND env 6
1329         - 95  # rls2101.rel NDRPDR iter RND env 6
1330         - 100 # rls2101.rel NDRPDR iter RND env 6
1331         - 106 # rls2101.rel NDRPDR iter RND env 6
1332         - 108 # rls2101.rel NDRPDR iter RND env 6
1333         - 112 # rls2101.rel NDRPDR iter NAT env 6
1334         - 113 # rls2101.rel NDRPDR iter NAT env 6
1335         - 114 # rls2101.rel NDRPDR iter NAT env 6
1336         - 115 # rls2101.rel NDRPDR iter NAT env 6
1337         - 116 # rls2101.rel NDRPDR iter NAT env 6
1338         - 117 # rls2101.rel NDRPDR iter NAT env 6
1339         - 118 # rls2101.rel NDRPDR iter NAT env 6
1340         - 119 # rls2101.rel NDRPDR iter NAT env 6
1341         - 120 # rls2101.rel NDRPDR iter NAT env 6
1342         - 121 # rls2101.rel NDRPDR iter NAT env 6
1343         - 122 # rls2101.rel NDRPDR iter MLX env 6
1344         - 123 # rls2101.rel NDRPDR iter MLX env 6
1345         - 124 # rls2101.rel NDRPDR iter MLX env 6
1346         - 126 # rls2101.rel NDRPDR iter MLX env 6
1347         - 127 # rls2101.rel NDRPDR iter MLX env 6
1348         - 128 # rls2101.rel NDRPDR iter MLX env 6
1349         - 129 # rls2101.rel NDRPDR iter MLX env 6
1350         - 130 # rls2101.rel NDRPDR iter MLX env 6
1351         - 131 # rls2101.rel NDRPDR iter MLX env 6
1352         - 132 # rls2101.rel NDRPDR iter MLX env 6
1353
1354     vpp-performance-changes-2n-zn2-ref-env-old:
1355       csit-vpp-perf-report-iterative-2009-2n-zn2:
1356         - 17  # rls2009 NDRPDR iter env 5
1357         - 18  # rls2009 NDRPDR iter env 5
1358         - 31  # rls2009 NDRPDR iter env 5
1359         - 33  # rls2009 NDRPDR iter env 5
1360         - 34  # rls2009 NDRPDR iter env 5
1361     vpp-performance-changes-2n-zn2-ref-env-new:
1362       csit-vpp-perf-report-iterative-2101-2n-zn2:
1363         - 9   # rls2009 NDRPDR iter env 6
1364         - 10  # rls2009 NDRPDR iter env 6
1365         - 11  # rls2009 NDRPDR iter env 6
1366         - 12  # rls2009 NDRPDR iter env 6
1367         - 13  # rls2009 NDRPDR iter env 6
1368         - 20  # rls2009 NDRPDR iter env 6
1369         - 21  # rls2009 NDRPDR iter env 6
1370         - 22  # rls2009 NDRPDR iter env 6
1371         - 25  # rls2009 NDRPDR iter env 6
1372         - 26  # rls2009 NDRPDR iter env 6
1373     vpp-performance-changes-2n-zn2-cmp:
1374       csit-vpp-perf-report-iterative-2101-2n-zn2:
1375         - 31  # rls2101.rel NDRPDR iter env 6
1376         - 32  # rls2101.rel NDRPDR iter env 6
1377         - 33  # rls2101.rel NDRPDR iter env 6
1378         - 34  # rls2101.rel NDRPDR iter env 6
1379         - 35  # rls2101.rel NDRPDR iter env 6
1380         - 36  # rls2101.rel NDRPDR iter env 6
1381         - 37  # rls2101.rel NDRPDR iter env 6
1382         - 38  # rls2101.rel NDRPDR iter env 6
1383         - 44  # rls2101.rel NDRPDR iter env 6
1384         - 49  # rls2101.rel NDRPDR iter env 6
1385         - 39  # rls2101.rel NDRPDR iter RND env 6
1386         - 40  # rls2101.rel NDRPDR iter RND env 6
1387         - 41  # rls2101.rel NDRPDR iter RND env 6
1388         - 42  # rls2101.rel NDRPDR iter RND env 6
1389         - 43  # rls2101.rel NDRPDR iter RND env 6
1390         - 45  # rls2101.rel NDRPDR iter RND env 6
1391         - 48  # rls2101.rel NDRPDR iter RND env 6
1392         - 50  # rls2101.rel NDRPDR iter RND env 6
1393         - 51  # rls2101.rel NDRPDR iter RND env 6
1394         - 52  # rls2101.rel NDRPDR iter RND env 6
1395
1396     vpp-performance-changes-2n-dnv-h1:
1397       csit-vpp-perf-report-iterative-2009-2n-dnv:
1398         - 16  # rls2005 NDRPDR iter env 5
1399         - 17  # rls2005 NDRPDR iter env 5
1400         - 18  # rls2005 NDRPDR iter env 5
1401         - 19  # rls2005 NDRPDR iter env 5
1402         - 21  # rls2005 NDRPDR iter env 5
1403         - 24  # rls2005 NDRPDR iter env 5
1404         - 27  # rls2005 NDRPDR iter env 5
1405         - 28  # rls2005 NDRPDR iter env 5
1406         - 29  # rls2005 NDRPDR iter env 5
1407         - 30  # rls2005 NDRPDR iter env 5
1408     vpp-performance-changes-2n-dnv-ref-env-old:
1409       csit-vpp-perf-report-iterative-2009-2n-dnv:
1410         - 3   # rls2009 NDRPDR iter env 5
1411         - 5   # rls2009 NDRPDR iter env 5
1412         - 6   # rls2009 NDRPDR iter env 5
1413         - 7   # rls2009 NDRPDR iter env 5
1414         - 9   # rls2009 NDRPDR iter env 5
1415         - 10  # rls2009 NDRPDR iter env 5
1416         - 11  # rls2009 NDRPDR iter env 5
1417         - 12  # rls2009 NDRPDR iter env 5
1418         - 14  # rls2009 NDRPDR iter env 5
1419         - 15  # rls2009 NDRPDR iter env 5
1420     vpp-performance-changes-2n-dnv-ref-env-new:
1421       # TODO: Re-test in new env
1422       csit-vpp-perf-report-iterative-2009-2n-dnv:
1423         - 3   # rls2009 NDRPDR iter env 5
1424         - 5   # rls2009 NDRPDR iter env 5
1425         - 6   # rls2009 NDRPDR iter env 5
1426         - 7   # rls2009 NDRPDR iter env 5
1427         - 9   # rls2009 NDRPDR iter env 5
1428         - 10  # rls2009 NDRPDR iter env 5
1429         - 11  # rls2009 NDRPDR iter env 5
1430         - 12  # rls2009 NDRPDR iter env 5
1431         - 14  # rls2009 NDRPDR iter env 5
1432         - 15  # rls2009 NDRPDR iter env 5
1433     vpp-performance-changes-2n-dnv-cmp:
1434       csit-vpp-perf-report-iterative-2101-2n-dnv:
1435         - 32  # rls2101.rel NDRPDR iter env 6
1436         - 33  # rls2101.rel NDRPDR iter env 6
1437         - 34  # rls2101.rel NDRPDR iter env 6
1438         - 35  # rls2101.rel NDRPDR iter env 6
1439         - 39  # rls2101.rel NDRPDR iter env 6
1440         - 41  # rls2101.rel NDRPDR iter env 6
1441         - 42  # rls2101.rel NDRPDR iter env 6
1442         - 43  # rls2101.rel NDRPDR iter env 6
1443         - 44  # rls2101.rel NDRPDR iter env 6
1444         - 45  # rls2101.rel NDRPDR iter env 6
1445         - 46  # rls2101.rel NDRPDR iter RND env 6
1446         - 47  # rls2101.rel NDRPDR iter RND env 6
1447         - 48  # rls2101.rel NDRPDR iter RND env 6
1448         - 49  # rls2101.rel NDRPDR iter RND env 6
1449         - 50  # rls2101.rel NDRPDR iter RND env 6
1450         - 51  # rls2101.rel NDRPDR iter RND env 6
1451         - 52  # rls2101.rel NDRPDR iter RND env 6
1452         - 53  # rls2101.rel NDRPDR iter RND env 6
1453         - 54  # rls2101.rel NDRPDR iter RND env 6
1454         - 55  # rls2101.rel NDRPDR iter RND env 6
1455
1456     vpp-performance-changes-3n-dnv-h1:
1457       csit-vpp-perf-report-iterative-2009-3n-dnv:
1458         - 16  # rls2005 NDRPDR iter env 5
1459         - 23  # rls2005 NDRPDR iter env 5
1460         - 25  # rls2005 NDRPDR iter env 5
1461         - 26  # rls2005 NDRPDR iter env 5
1462         - 27  # rls2005 NDRPDR iter env 5
1463         - 28  # rls2005 NDRPDR iter env 5
1464         - 29  # rls2005 NDRPDR iter env 5
1465         - 30  # rls2005 NDRPDR iter env 5
1466         - 31  # rls2005 NDRPDR iter env 5
1467         - 32  # rls2005 NDRPDR iter env 5
1468     vpp-performance-changes-3n-dnv-ref-env-old:
1469       csit-vpp-perf-report-iterative-2009-3n-dnv:
1470         - 3   # rls2009 NDRPDR iter env 5
1471         - 6   # rls2009 NDRPDR iter env 5
1472         - 7   # rls2009 NDRPDR iter env 5
1473         - 8   # rls2009 NDRPDR iter env 5
1474         - 10  # rls2009 NDRPDR iter env 5
1475         - 11  # rls2009 NDRPDR iter env 5
1476         - 12  # rls2009 NDRPDR iter env 5
1477         - 14  # rls2009 NDRPDR iter env 5
1478         - 15  # rls2009 NDRPDR iter env 5
1479         - 24  # rls2009 NDRPDR iter env 5
1480     vpp-performance-changes-3n-dnv-ref-env-new:
1481       # TODO: Re-test in new env
1482       csit-vpp-perf-report-iterative-2009-3n-dnv:
1483         - 3   # rls2009 NDRPDR iter env 5
1484         - 6   # rls2009 NDRPDR iter env 5
1485         - 7   # rls2009 NDRPDR iter env 5
1486         - 8   # rls2009 NDRPDR iter env 5
1487         - 10  # rls2009 NDRPDR iter env 5
1488         - 11  # rls2009 NDRPDR iter env 5
1489         - 12  # rls2009 NDRPDR iter env 5
1490         - 14  # rls2009 NDRPDR iter env 5
1491         - 15  # rls2009 NDRPDR iter env 5
1492         - 24  # rls2009 NDRPDR iter env 5
1493     vpp-performance-changes-3n-dnv-cmp:
1494       csit-vpp-perf-report-iterative-2101-3n-dnv:
1495         - 33  # rls2101.rel NDRPDR iter env 6
1496         - 34  # rls2101.rel NDRPDR iter env 6
1497         - 35  # rls2101.rel NDRPDR iter env 6
1498         - 36  # rls2101.rel NDRPDR iter env 6
1499         - 37  # rls2101.rel NDRPDR iter env 6
1500         - 38  # rls2101.rel NDRPDR iter env 6
1501         - 39  # rls2101.rel NDRPDR iter env 6
1502         - 40  # rls2101.rel NDRPDR iter env 6
1503         - 41  # rls2101.rel NDRPDR iter env 6
1504         - 42  # rls2101.rel NDRPDR iter env 6
1505         - 43  # rls2101.rel NDRPDR iter RND env 6
1506         - 44  # rls2101.rel NDRPDR iter RND env 6
1507         - 45  # rls2101.rel NDRPDR iter RND env 6
1508         - 46  # rls2101.rel NDRPDR iter RND env 6
1509         - 47  # rls2101.rel NDRPDR iter RND env 6
1510         - 48  # rls2101.rel NDRPDR iter RND env 6
1511         - 49  # rls2101.rel NDRPDR iter RND env 6
1512         - 50  # rls2101.rel NDRPDR iter RND env 6
1513         - 51  # rls2101.rel NDRPDR iter RND env 6
1514         - 52  # rls2101.rel NDRPDR iter RND env 6
1515
1516     vpp-performance-changes-3n-tsh-h1:
1517       csit-vpp-perf-report-iterative-2009-3n-tsh:
1518         - 8   # rls2005 NDRPDR iter env 5
1519         - 11  # rls2005 NDRPDR iter env 5
1520         - 12  # rls2005 NDRPDR iter env 5
1521         - 24  # rls2005 NDRPDR iter env 5
1522         - 27  # rls2005 NDRPDR iter env 5
1523         - 29  # rls2005 NDRPDR iter env 5
1524         - 31  # rls2005 NDRPDR iter env 5
1525         - 39  # rls2005 NDRPDR iter env 5
1526         - 40  # rls2005 NDRPDR iter env 5
1527         - 42  # rls2005 NDRPDR iter env 5
1528     vpp-performance-changes-3n-tsh-ref-env-old:
1529       csit-vpp-perf-report-iterative-2009-3n-tsh:
1530         - 14  # rls2009 NDRPDR iter env 5
1531         - 20  # rls2009 NDRPDR iter env 5
1532         - 21  # rls2009 NDRPDR iter env 5
1533         - 22  # rls2009 NDRPDR iter env 5
1534         - 23  # rls2009 NDRPDR iter env 5
1535         - 28  # rls2009 NDRPDR iter env 5
1536         - 30  # rls2009 NDRPDR iter env 5
1537         - 33  # rls2009 NDRPDR iter env 5
1538         - 38  # rls2009 NDRPDR iter env 5
1539         - 41  # rls2009 NDRPDR iter env 5
1540     vpp-performance-changes-3n-tsh-ref-env-new:
1541       csit-vpp-perf-report-iterative-2101-3n-tsh:
1542         - 8   # rls2009 NDRPDR iter env 6
1543         - 13  # rls2009 NDRPDR iter env 6
1544         - 14  # rls2009 NDRPDR iter env 6
1545         - 15  # rls2009 NDRPDR iter env 6
1546         - 16  # rls2009 NDRPDR iter env 6
1547         - 17  # rls2009 NDRPDR iter env 6
1548         - 18  # rls2009 NDRPDR iter env 6
1549         - 19  # rls2009 NDRPDR iter env 6
1550         - 21  # rls2009 NDRPDR iter env 6
1551     vpp-performance-changes-3n-tsh-cmp:
1552       csit-vpp-perf-report-iterative-2101-3n-tsh:
1553         - 23  # rls2101.rel NDRPDR iter env 6
1554         - 24  # rls2101.rel NDRPDR iter env 6
1555         - 25  # rls2101.rel NDRPDR iter env 6
1556         - 26  # rls2101.rel NDRPDR iter env 6
1557         - 27  # rls2101.rel NDRPDR iter env 6
1558         - 28  # rls2101.rel NDRPDR iter env 6
1559         - 29  # rls2101.rel NDRPDR iter env 6
1560         - 30  # rls2101.rel NDRPDR iter env 6
1561         - 31  # rls2101.rel NDRPDR iter env 6
1562         - 32  # rls2101.rel NDRPDR iter env 6
1563
1564 #     vpp-performance-changes-2n-tx2-h1:
1565 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1566 #         -
1567 #     vpp-performance-changes-2n-tx2-ref-env-old:
1568 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1569 #         -
1570     vpp-performance-changes-2n-tx2-ref-env-new:
1571       csit-vpp-perf-report-iterative-2101-2n-tx2:
1572         - 6   # rls2009 NDRPDR iter env 6
1573         - 7   # rls2009 NDRPDR iter env 6
1574         - 11  # rls2009 NDRPDR iter env 6
1575         - 12  # rls2009 NDRPDR iter env 6
1576         - 13  # rls2009 NDRPDR iter env 6
1577         - 16  # rls2009 NDRPDR iter env 6
1578         - 17  # rls2009 NDRPDR iter env 6
1579         - 18  # rls2009 NDRPDR iter env 6
1580         - 19  # rls2009 NDRPDR iter env 6
1581         - 20  # rls2009 NDRPDR iter env 6
1582     vpp-performance-changes-2n-tx2-cmp:
1583       csit-vpp-perf-report-iterative-2101-2n-tx2:
1584         - 22  # rls2101.rel NDRPDR iter env 6
1585         - 23  # rls2101.rel NDRPDR iter env 6
1586         - 24  # rls2101.rel NDRPDR iter env 6
1587         - 25  # rls2101.rel NDRPDR iter env 6
1588         - 26  # rls2101.rel NDRPDR iter env 6
1589         - 27  # rls2101.rel NDRPDR iter env 6
1590         - 28  # rls2101.rel NDRPDR iter env 6
1591         - 29  # rls2101.rel NDRPDR iter env 6
1592         - 30  # rls2101.rel NDRPDR iter env 6
1593         - 31  # rls2101.rel NDRPDR iter env 6
1594
1595     vpp-soak-vs-ndr-2n-skx-ref:
1596       csit-vpp-perf-report-iterative-2101-2n-skx:
1597         - 63  # rls2101.rel NDRPDR iter env 6
1598         - 69  # rls2101.rel NDRPDR iter env 6
1599         - 70  # rls2101.rel NDRPDR iter env 6
1600         - 75  # rls2101.rel NDRPDR iter env 6
1601         - 76  # rls2101.rel NDRPDR iter env 6
1602         - 77  # rls2101.rel NDRPDR iter env 6
1603         - 82  # rls2101.rel NDRPDR iter env 6
1604         - 85  # rls2101.rel NDRPDR iter env 6
1605         - 86  # rls2101.rel NDRPDR iter env 6
1606         - 94  # rls2101.rel NDRPDR iter env 6
1607     vpp-soak-vs-ndr-2n-skx-cmp:
1608       csit-vpp-perf-report-iterative-2101-2n-skx:
1609         - 68  # rls2101.rel soak env 6
1610         - 73  # rls2101.rel soak env 6
1611     vpp-soak-vs-ndr-2n-skx:
1612       csit-vpp-perf-report-iterative-2101-2n-skx:
1613         - 63  # rls2101.rel NDRPDR iter env 6
1614         - 69  # rls2101.rel NDRPDR iter env 6
1615         - 70  # rls2101.rel NDRPDR iter env 6
1616         - 75  # rls2101.rel NDRPDR iter env 6
1617         - 76  # rls2101.rel NDRPDR iter env 6
1618         - 77  # rls2101.rel NDRPDR iter env 6
1619         - 82  # rls2101.rel NDRPDR iter env 6
1620         - 85  # rls2101.rel NDRPDR iter env 6
1621         - 86  # rls2101.rel NDRPDR iter env 6
1622         - 94  # rls2101.rel NDRPDR iter env 6
1623         - 68  # rls2101.rel soak env 6
1624         - 73  # rls2101.rel soak env 6
1625
1626     vpp-soak-vs-ndr-2n-clx-ref:
1627       csit-vpp-perf-report-iterative-2101-2n-clx:
1628         - 54  # rls2101.rel NDRPDR iter env 6
1629         - 59  # rls2101.rel NDRPDR iter env 6
1630         - 60  # rls2101.rel NDRPDR iter env 6
1631         - 63  # rls2101.rel NDRPDR iter env 6
1632         - 66  # rls2101.rel NDRPDR iter env 6
1633         - 68  # rls2101.rel NDRPDR iter env 6
1634         - 73  # rls2101.rel NDRPDR iter env 6
1635         - 75  # rls2101.rel NDRPDR iter env 6
1636         - 86  # rls2101.rel NDRPDR iter env 6
1637         - 90  # rls2101.rel NDRPDR iter env 6
1638     vpp-soak-vs-ndr-2n-clx-cmp:
1639       csit-vpp-perf-report-iterative-2101-2n-clx:
1640         - 58  # rls2101.rel soak env 6
1641         - 61  # rls2101.rel soak env 6
1642     vpp-soak-vs-ndr-2n-clx:
1643       csit-vpp-perf-report-iterative-2101-2n-clx:
1644         - 54  # rls2101.rel NDRPDR iter env 6
1645         - 59  # rls2101.rel NDRPDR iter env 6
1646         - 60  # rls2101.rel NDRPDR iter env 6
1647         - 63  # rls2101.rel NDRPDR iter env 6
1648         - 66  # rls2101.rel NDRPDR iter env 6
1649         - 68  # rls2101.rel NDRPDR iter env 6
1650         - 73  # rls2101.rel NDRPDR iter env 6
1651         - 75  # rls2101.rel NDRPDR iter env 6
1652         - 86  # rls2101.rel NDRPDR iter env 6
1653         - 90  # rls2101.rel NDRPDR iter env 6
1654         - 58  # rls2101.rel soak env 6
1655         - 61  # rls2101.rel soak env 6
1656
1657     vpp-performance-changes-3n-hsw-mrr-h1:
1658       csit-vpp-perf-report-iterative-2009-3n-hsw:
1659         - 18  # rls2005 MRR iter env 5
1660     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1661       csit-vpp-perf-report-iterative-2009-3n-hsw:
1662         - 23  # rls2009 MRR iter env 5
1663     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1664       csit-vpp-perf-report-iterative-2101-3n-hsw:
1665         - 17  # rls2009 MRR iter env 6
1666     vpp-performance-changes-3n-hsw-mrr-cmp:
1667       csit-vpp-perf-report-iterative-2101-3n-hsw:
1668         - 63  # rls2101.rel MRR iter env 6
1669
1670     vpp-performance-changes-3n-skx-mrr-h1:
1671       csit-vpp-perf-report-iterative-2009-3n-skx:
1672         - 17  # rls2005 MRR iter env 5
1673     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1674       csit-vpp-perf-report-iterative-2009-3n-skx:
1675         - 24  # rls2009 MRR iter env 5
1676     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1677       csit-vpp-perf-report-iterative-2101-3n-skx:
1678         - 34  # rls2009 MRR iter env 6
1679     vpp-performance-changes-3n-skx-mrr-cmp:
1680       csit-vpp-perf-report-iterative-2101-3n-skx:
1681         - 35  # rls2101.rel MRR iter env 6
1682
1683     vpp-performance-changes-2n-skx-mrr-h1:
1684       csit-vpp-perf-report-iterative-2009-2n-skx:
1685         - 20  # rls2005 MRR iter env 5
1686     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1687       csit-vpp-perf-report-iterative-2009-2n-skx:
1688         - 120 # rls2009 MRR iter env 5
1689     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1690       csit-vpp-perf-report-iterative-2101-2n-skx:
1691         - 21  # rls2009 MRR iter env 6
1692     vpp-performance-changes-2n-skx-mrr-cmp:
1693       csit-vpp-perf-report-iterative-2101-2n-skx:
1694         - 62  # rls2101.rel MRR iter env 6
1695
1696     vpp-performance-changes-2n-clx-mrr-h1:
1697       csit-vpp-perf-report-iterative-2009-2n-clx:
1698         - 77  # rls2005 MRR iter env 5
1699     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1700       csit-vpp-perf-report-iterative-2009-2n-clx:
1701         - 125 # rls2009 MRR iter env 5
1702     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1703       csit-vpp-perf-report-iterative-2101-2n-clx:
1704         - 15  # rls2009 MRR iter env 6
1705         - 142 # rls2009 MRR MLX iter env 6
1706     vpp-performance-changes-2n-clx-mrr-cmp:
1707       csit-vpp-perf-report-iterative-2101-2n-clx:
1708         - 53  # rls2101.rel MRR iter env 6
1709         - 133 # rls2101.rel MRR MLX iter env 6
1710
1711     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1712       csit-vpp-perf-report-iterative-2009-2n-zn2:
1713         - 15  # rls2009 MRR iter env 5
1714     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1715       csit-vpp-perf-report-iterative-2101-2n-zn2:
1716         - 8   # rls2009 MRR iter env6
1717     vpp-performance-changes-2n-zn2-mrr-cmp:
1718       csit-vpp-perf-report-iterative-2101-2n-zn2:
1719         - 30  # rls2101.rel MRR iter env 6
1720
1721     vpp-performance-changes-2n-dnv-mrr-h1:
1722       csit-vpp-perf-report-iterative-2009-2n-dnv:
1723         - 23  # rls2005 MRR iter env 5
1724     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1725       csit-vpp-perf-report-iterative-2009-2n-dnv:
1726         - 13  # rls2009 MRR iter env 5
1727     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1728       # TODO: Re-test in new env
1729       csit-vpp-perf-report-iterative-2009-2n-dnv:
1730         - 13  # rls2009 MRR iter env 5
1731     vpp-performance-changes-2n-dnv-mrr-cmp:
1732       csit-vpp-perf-report-iterative-2101-2n-dnv:
1733         - 31  # rls2101.rel MRR iter env 6
1734
1735     vpp-performance-changes-3n-dnv-mrr-h1:
1736       csit-vpp-perf-report-iterative-2009-3n-dnv:
1737         - 19  # rls2005 MRR iter env 5
1738     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1739       csit-vpp-perf-report-iterative-2009-3n-dnv:
1740         - 22  # rls2009 MRR iter env 5
1741     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1742       # TODO: Re-test in new env
1743       csit-vpp-perf-report-iterative-2009-3n-dnv:
1744         - 22  # rls2009 MRR iter env 5
1745     vpp-performance-changes-3n-dnv-mrr-cmp:
1746       csit-vpp-perf-report-iterative-2101-3n-dnv:
1747         - 32  # rls2101.rel MRR iter env 6
1748
1749     vpp-performance-changes-3n-tsh-mrr-h1:
1750       csit-vpp-perf-report-iterative-2009-3n-tsh:
1751         - 13  # rls2005 MRR iter env 5
1752     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1753       csit-vpp-perf-report-iterative-2009-3n-tsh:
1754         - 15  # rls2009 MRR iter env 5
1755     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1756       csit-vpp-perf-report-iterative-2101-3n-tsh:
1757         - 7   # rls2009 MRR iter env 6
1758     vpp-performance-changes-3n-tsh-mrr-cmp:
1759       csit-vpp-perf-report-iterative-2101-3n-tsh:
1760         - 22  # rls2101.rel MRR iter env 6
1761
1762 #     vpp-performance-changes-2n-tx2-mrr-h1:
1763 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1764 #         -
1765 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1766 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1767 #         -
1768     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1769       csit-vpp-perf-report-iterative-2101-2n-tx2:
1770         - 5   # rls2009 MRR iter env 6
1771     vpp-performance-changes-2n-tx2-mrr-cmp:
1772       csit-vpp-perf-report-iterative-2101-2n-tx2:
1773         - 21  # rls2101.rel MRR iter env 6
1774
1775     dpdk-performance-changes-3n-hsw-h1:
1776       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1777         - 25  # NDRPDR iter
1778         - 26  # NDRPDR iter
1779         - 27  # NDRPDR iter
1780         - 28  # NDRPDR iter
1781         - 29  # NDRPDR iter
1782         - 30  # NDRPDR iter
1783         - 31  # NDRPDR iter
1784         - 32  # NDRPDR iter
1785         - 33  # NDRPDR iter
1786         - 34  # NDRPDR iter
1787     dpdk-performance-changes-3n-hsw-ref:
1788       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1789         - 6   # NDRPDR iter env5
1790         - 7   # NDRPDR iter env5
1791         - 8   # NDRPDR iter env5
1792         - 9   # NDRPDR iter env5
1793         - 10  # NDRPDR iter env5
1794         - 11  # NDRPDR iter env5
1795         - 12  # NDRPDR iter env5
1796         - 13  # NDRPDR iter env5
1797         - 14  # NDRPDR iter env5
1798         - 15  # NDRPDR iter env5
1799     dpdk-performance-changes-3n-hsw-cmp:
1800       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1801         - 11  # rls2101 NDRPDR iter env 6
1802         - 12  # rls2101 NDRPDR iter env 6
1803         - 13  # rls2101 NDRPDR iter env 6
1804         - 14  # rls2101 NDRPDR iter env 6
1805         - 16  # rls2101 NDRPDR iter env 6
1806         - 17  # rls2101 NDRPDR iter env 6
1807         - 18  # rls2101 NDRPDR iter env 6
1808         - 19  # rls2101 NDRPDR iter env 6
1809         - 20  # rls2101 NDRPDR iter env 6
1810         - 21  # rls2101 NDRPDR iter env 6
1811
1812     dpdk-performance-changes-3n-skx-h1:
1813       csit-dpdk-perf-report-iterative-2005-3n-skx:
1814         - 28  # NDRPDR iter
1815         - 29  # NDRPDR iter
1816         - 30  # NDRPDR iter
1817         - 31  # NDRPDR iter
1818         - 32  # NDRPDR iter
1819         - 33  # NDRPDR iter
1820         - 34  # NDRPDR iter
1821         - 35  # NDRPDR iter
1822         - 36  # NDRPDR iter
1823         - 37  # NDRPDR iter
1824     dpdk-performance-changes-3n-skx-ref:
1825       csit-dpdk-perf-report-iterative-2009-3n-skx:
1826         - 4   # NDRPDR sel env5
1827         - 5   # NDRPDR sel env5
1828         - 6   # NDRPDR sel env5
1829         - 7   # NDRPDR sel env5
1830         - 8   # NDRPDR sel env5
1831         - 9   # NDRPDR sel env5
1832         - 14  # NDRPDR sel env5
1833         - 11  # NDRPDR sel env5
1834         - 12  # NDRPDR sel env5
1835         - 13  # NDRPDR sel env5
1836     dpdk-performance-changes-3n-skx-cmp:
1837       csit-dpdk-perf-report-iterative-2101-3n-skx:
1838         - 12  # rls2101 NDRPDR iter env 6
1839         - 14  # rls2101 NDRPDR iter env 6
1840         - 15  # rls2101 NDRPDR iter env 6
1841         - 17  # rls2101 NDRPDR iter env 6
1842         - 19  # rls2101 NDRPDR iter env 6
1843         - 20  # rls2101 NDRPDR iter env 6
1844         - 21  # rls2101 NDRPDR iter env 6
1845         - 22  # rls2101 NDRPDR iter env 6
1846         - 25  # rls2101 NDRPDR iter env 6
1847         - 26  # rls2101 NDRPDR iter env 6
1848
1849     dpdk-performance-changes-2n-skx-h1:
1850       csit-dpdk-perf-report-iterative-2005-2n-skx:
1851         - 20  # NDRPDR iter
1852         - 21  # NDRPDR iter
1853         - 22  # NDRPDR iter
1854         - 23  # NDRPDR iter
1855         - 24  # NDRPDR iter
1856         - 25  # NDRPDR iter
1857         - 26  # NDRPDR iter
1858         - 27  # NDRPDR iter
1859         - 28  # NDRPDR iter
1860         - 29  # NDRPDR iter
1861     dpdk-performance-changes-2n-skx-ref:
1862       csit-dpdk-perf-report-iterative-2009-2n-skx:
1863         - 4   # NDRPDR iter env5
1864         - 5   # NDRPDR iter env5
1865         - 6   # NDRPDR iter env5
1866         - 7   # NDRPDR iter env5
1867         - 8   # NDRPDR iter env5
1868         - 9   # NDRPDR iter env5
1869         - 10  # NDRPDR iter env5
1870         - 11  # NDRPDR iter env5
1871         - 12  # NDRPDR iter env5
1872         - 13  # NDRPDR iter env5
1873     dpdk-performance-changes-2n-skx-cmp:
1874       csit-dpdk-perf-report-iterative-2101-2n-skx:
1875         - 11  # rls2101 NDRPDR iter env 6
1876         - 12  # rls2101 NDRPDR iter env 6
1877         - 13  # rls2101 NDRPDR iter env 6
1878         - 14  # rls2101 NDRPDR iter env 6
1879         - 15  # rls2101 NDRPDR iter env 6
1880         - 17  # rls2101 NDRPDR iter env 6
1881         - 18  # rls2101 NDRPDR iter env 6
1882         - 19  # rls2101 NDRPDR iter env 6
1883         - 20  # rls2101 NDRPDR iter env 6
1884         - 21  # rls2101 NDRPDR iter env 6
1885
1886     dpdk-performance-changes-2n-clx-h1:
1887       csit-dpdk-perf-report-iterative-2005-2n-clx:
1888         - 20  # NDRPDR iter
1889         - 21  # NDRPDR iter
1890         - 22  # NDRPDR iter
1891         - 23  # NDRPDR iter
1892         - 24  # NDRPDR iter
1893         - 25  # NDRPDR iter
1894         - 26  # NDRPDR iter
1895         - 27  # NDRPDR iter
1896         - 28  # NDRPDR iter
1897         - 29  # NDRPDR iter
1898     dpdk-performance-changes-2n-clx-ref:
1899       csit-dpdk-perf-report-iterative-2009-2n-clx:
1900         - 4   # NDRPDR iter env5
1901         - 5   # NDRPDR iter env5
1902         - 6   # NDRPDR iter env5
1903         - 7   # NDRPDR iter env5
1904         - 8   # NDRPDR iter env5
1905         - 9   # NDRPDR iter env5
1906         - 10  # NDRPDR iter env5
1907         - 11  # NDRPDR iter env5
1908         - 12  # NDRPDR iter env5
1909         - 13  # NDRPDR iter env5
1910     dpdk-performance-changes-2n-clx-cmp:
1911       csit-dpdk-perf-report-iterative-2101-2n-clx:
1912         - 12  # rls2101 NDRPDR iter env 6
1913         - 13  # rls2101 NDRPDR iter env 6
1914         - 14  # rls2101 NDRPDR iter env 6
1915         - 18  # rls2101 NDRPDR iter env 6
1916         - 22  # rls2101 NDRPDR iter env 6
1917
1918     dpdk-performance-changes-2n-zn2-ref:
1919       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1920         - 16  # NDRPDR iter env5
1921         - 21  # NDRPDR iter env5
1922         - 22  # NDRPDR iter env5
1923         - 23  # NDRPDR iter env5
1924         - 24  # NDRPDR iter env5
1925         - 25  # NDRPDR iter env5
1926         - 29  # NDRPDR iter env5
1927     dpdk-performance-changes-2n-zn2-cmp:
1928       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1929         - 11  # rls2101 NDRPDR iter env 6
1930         - 12  # rls2101 NDRPDR iter env 6
1931         - 13  # rls2101 NDRPDR iter env 6
1932         - 14  # rls2101 NDRPDR iter env 6
1933         - 16  # rls2101 NDRPDR iter env 6
1934         - 17  # rls2101 NDRPDR iter env 6
1935         - 18  # rls2101 NDRPDR iter env 6
1936         - 19  # rls2101 NDRPDR iter env 6
1937         - 20  # rls2101 NDRPDR iter env 6
1938         - 21  # rls2101 NDRPDR iter env 6
1939
1940 #    dpdk-performance-changes-2n-dnv-h1:
1941 #      csit-dpdk-perf-verify-2101-2n-dnv:
1942 #        - 9   # NDRPDR sel
1943 #        - 10  # NDRPDR sel
1944 #        - 11  # NDRPDR sel
1945 #        - 12  # NDRPDR sel
1946 #        - 13  # NDRPDR sel
1947 #        - 14  # NDRPDR sel
1948 #        - 15  # NDRPDR sel
1949 #        - 16  # NDRPDR sel
1950 #        - 17  # NDRPDR sel
1951 #        - 18  # NDRPDR sel
1952 #    dpdk-performance-changes-2n-dnv-ref:
1953 #      # No data
1954 #    dpdk-performance-changes-2n-dnv-cmp:
1955 #      # No data
1956 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1957
1958 #    dpdk-performance-changes-3n-dnv-h1:
1959 #      csit-dpdk-perf-verify-2101-3n-dnv:
1960 #        - 12  # NDRPDR sel
1961 #        - 13  # NDRPDR sel
1962 #        - 14  # NDRPDR sel
1963 #        - 15  # NDRPDR sel
1964 #        - 16  # NDRPDR sel
1965 #        - 17  # NDRPDR sel
1966 #        - 18  # NDRPDR sel
1967 #        - 19  # NDRPDR sel
1968 #        - 20  # NDRPDR sel
1969 #        - 22  # NDRPDR sel
1970 #    dpdk-performance-changes-3n-dnv-ref:
1971 #      # No data
1972 #    dpdk-performance-changes-3n-dnv-cmp:
1973 #      # No data
1974 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1975
1976     dpdk-performance-changes-3n-tsh-h1:
1977       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1978         - 5   # NDRPDR sel
1979     dpdk-performance-changes-3n-tsh-ref:
1980       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1981         - 1   # NDRPDR iter env5
1982         - 2   # NDRPDR iter env5
1983         - 3   # NDRPDR iter env5
1984         - 4   # NDRPDR iter env5
1985         - 5   # NDRPDR iter env5
1986         - 6   # NDRPDR iter env5
1987         - 7   # NDRPDR iter env5
1988         - 9   # NDRPDR iter env5
1989         - 10  # NDRPDR iter env5
1990         - 11  # NDRPDR iter env5
1991     dpdk-performance-changes-3n-tsh-cmp:
1992       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1993         - 11  # rls2101 NDRPDR iter env 6
1994         - 12  # rls2101 NDRPDR iter env 6
1995         - 13  # rls2101 NDRPDR iter env 6
1996         - 14  # rls2101 NDRPDR iter env 6
1997         - 16  # rls2101 NDRPDR iter env 6
1998         - 17  # rls2101 NDRPDR iter env 6
1999         - 18  # rls2101 NDRPDR iter env 6
2000         - 19  # rls2101 NDRPDR iter env 6
2001         - 20  # rls2101 NDRPDR iter env 6
2002         - 21  # rls2101 NDRPDR iter env 6
2003
2004     # Compare testbeds
2005
2006     vpp-compare-testbeds-ref:
2007       csit-vpp-perf-report-iterative-2101-3n-hsw:
2008         - 64  # rls2101.rel NDRPDR iter env 6
2009         - 71  # rls2101.rel NDRPDR iter env 6
2010         - 73  # rls2101.rel NDRPDR iter env 6
2011         - 74  # rls2101.rel NDRPDR iter env 6
2012         - 80  # rls2101.rel NDRPDR iter env 6
2013         - 81  # rls2101.rel NDRPDR iter env 6
2014         - 82  # rls2101.rel NDRPDR iter env 6
2015         - 83  # rls2101.rel NDRPDR iter env 6
2016         - 88  # rls2101.rel NDRPDR iter env 6
2017         - 89  # rls2101.rel NDRPDR iter env 6
2018     vpp-compare-testbeds-cmp:
2019       csit-vpp-perf-report-iterative-2101-3n-skx:
2020         - 36  # rls2101.rel NDRPDR iter env 6
2021         - 37  # rls2101.rel NDRPDR iter env 6
2022         - 38  # rls2101.rel NDRPDR iter env 6
2023         - 39  # rls2101.rel NDRPDR iter env 6
2024         - 40  # rls2101.rel NDRPDR iter env 6
2025         - 41  # rls2101.rel NDRPDR iter env 6
2026         - 42  # rls2101.rel NDRPDR iter env 6
2027         - 47  # rls2101.rel NDRPDR iter env 6
2028         - 48  # rls2101.rel NDRPDR iter env 6
2029         - 50  # rls2101.rel NDRPDR iter env 6
2030
2031     vpp-compare-testbeds-skx-clx-ref:
2032       csit-vpp-perf-report-iterative-2101-2n-skx:
2033         - 63  # rls2101.rel NDRPDR iter env 6
2034         - 69  # rls2101.rel NDRPDR iter env 6
2035         - 70  # rls2101.rel NDRPDR iter env 6
2036         - 75  # rls2101.rel NDRPDR iter env 6
2037         - 76  # rls2101.rel NDRPDR iter env 6
2038         - 77  # rls2101.rel NDRPDR iter env 6
2039         - 82  # rls2101.rel NDRPDR iter env 6
2040         - 85  # rls2101.rel NDRPDR iter env 6
2041         - 86  # rls2101.rel NDRPDR iter env 6
2042         - 94  # rls2101.rel NDRPDR iter env 6
2043         - 89  # rls2101.rel NDRPDR iter RND env 6
2044         - 90  # rls2101.rel NDRPDR iter RND env 6
2045         - 91  # rls2101.rel NDRPDR iter RND env 6
2046         - 92  # rls2101.rel NDRPDR iter RND env 6
2047         - 93  # rls2101.rel NDRPDR iter RND env 6
2048         - 96  # rls2101.rel NDRPDR iter RND env 6
2049         - 98  # rls2101.rel NDRPDR iter RND env 6
2050         - 99  # rls2101.rel NDRPDR iter RND env 6
2051         - 101 # rls2101.rel NDRPDR iter RND env 6
2052         - 102 # rls2101.rel NDRPDR iter RND env 6
2053         - 116 # rls2101.rel NDRPDR iter NAT env 6
2054         - 117 # rls2101.rel NDRPDR iter NAT env 6
2055         - 118 # rls2101.rel NDRPDR iter NAT env 6
2056         - 119 # rls2101.rel NDRPDR iter NAT env 6
2057         - 120 # rls2101.rel NDRPDR iter NAT env 6
2058         - 121 # rls2101.rel NDRPDR iter NAT env 6
2059         - 122 # rls2101.rel NDRPDR iter NAT env 6
2060         - 123 # rls2101.rel NDRPDR iter NAT env 6
2061         - 124 # rls2101.rel NDRPDR iter NAT env 6
2062         - 125 # rls2101.rel NDRPDR iter NAT env 6
2063     vpp-compare-testbeds-skx-clx-cmp:
2064       csit-vpp-perf-report-iterative-2101-2n-clx:
2065         - 54  # rls2101.rel NDRPDR iter env 6
2066         - 59  # rls2101.rel NDRPDR iter env 6
2067         - 60  # rls2101.rel NDRPDR iter env 6
2068         - 63  # rls2101.rel NDRPDR iter env 6
2069         - 66  # rls2101.rel NDRPDR iter env 6
2070         - 68  # rls2101.rel NDRPDR iter env 6
2071         - 73  # rls2101.rel NDRPDR iter env 6
2072         - 75  # rls2101.rel NDRPDR iter env 6
2073         - 86  # rls2101.rel NDRPDR iter env 6
2074         - 90  # rls2101.rel NDRPDR iter env 6
2075         - 80  # rls2101.rel NDRPDR iter RND env 6
2076         - 87  # rls2101.rel NDRPDR iter RND env 6
2077         - 91  # rls2101.rel NDRPDR iter RND env 6
2078         - 92  # rls2101.rel NDRPDR iter RND env 6
2079         - 93  # rls2101.rel NDRPDR iter RND env 6
2080         - 94  # rls2101.rel NDRPDR iter RND env 6
2081         - 95  # rls2101.rel NDRPDR iter RND env 6
2082         - 100 # rls2101.rel NDRPDR iter RND env 6
2083         - 106 # rls2101.rel NDRPDR iter RND env 6
2084         - 108 # rls2101.rel NDRPDR iter RND env 6
2085         - 112 # rls2101.rel NDRPDR iter NAT env 6
2086         - 113 # rls2101.rel NDRPDR iter NAT env 6
2087         - 114 # rls2101.rel NDRPDR iter NAT env 6
2088         - 115 # rls2101.rel NDRPDR iter NAT env 6
2089         - 116 # rls2101.rel NDRPDR iter NAT env 6
2090         - 117 # rls2101.rel NDRPDR iter NAT env 6
2091         - 118 # rls2101.rel NDRPDR iter NAT env 6
2092         - 119 # rls2101.rel NDRPDR iter NAT env 6
2093         - 120 # rls2101.rel NDRPDR iter NAT env 6
2094         - 121 # rls2101.rel NDRPDR iter NAT env 6
2095         - 122 # rls2101.rel NDRPDR iter MLX env 6
2096         - 123 # rls2101.rel NDRPDR iter MLX env 6
2097         - 124 # rls2101.rel NDRPDR iter MLX env 6
2098         - 126 # rls2101.rel NDRPDR iter MLX env 6
2099         - 127 # rls2101.rel NDRPDR iter MLX env 6
2100         - 128 # rls2101.rel NDRPDR iter MLX env 6
2101         - 129 # rls2101.rel NDRPDR iter MLX env 6
2102         - 130 # rls2101.rel NDRPDR iter MLX env 6
2103         - 131 # rls2101.rel NDRPDR iter MLX env 6
2104         - 132 # rls2101.rel NDRPDR iter MLX env 6
2105
2106     vpp-compare-testbeds-clx-icx-ref:
2107       csit-vpp-perf-report-iterative-2101-2n-clx:
2108         - 54  # rls2101.rel NDRPDR iter env 6
2109         - 59  # rls2101.rel NDRPDR iter env 6
2110         - 60  # rls2101.rel NDRPDR iter env 6
2111         - 63  # rls2101.rel NDRPDR iter env 6
2112         - 66  # rls2101.rel NDRPDR iter env 6
2113         - 68  # rls2101.rel NDRPDR iter env 6
2114         - 73  # rls2101.rel NDRPDR iter env 6
2115         - 75  # rls2101.rel NDRPDR iter env 6
2116         - 86  # rls2101.rel NDRPDR iter env 6
2117         - 90  # rls2101.rel NDRPDR iter env 6
2118     vpp-compare-testbeds-clx-icx-cmp:
2119       intel-csit-vpp-perf-report-iterative-2101-2n-icx:
2120         - 1   # master NDRPDR iter env 6
2121
2122     vpp-compare-testbeds-hsw-clx-ref:
2123       csit-vpp-perf-report-iterative-2101-3n-hsw:
2124         - 64  # rls2101.rel NDRPDR iter env 6
2125         - 71  # rls2101.rel NDRPDR iter env 6
2126         - 73  # rls2101.rel NDRPDR iter env 6
2127         - 74  # rls2101.rel NDRPDR iter env 6
2128         - 80  # rls2101.rel NDRPDR iter env 6
2129         - 81  # rls2101.rel NDRPDR iter env 6
2130         - 82  # rls2101.rel NDRPDR iter env 6
2131         - 83  # rls2101.rel NDRPDR iter env 6
2132         - 88  # rls2101.rel NDRPDR iter env 6
2133         - 89  # rls2101.rel NDRPDR iter env 6
2134         - 128 # rls2101.rel NDRPDR iter RND env 6
2135         - 129 # rls2101.rel NDRPDR iter RND env 6
2136         - 130 # rls2101.rel NDRPDR iter RND env 6
2137         - 131 # rls2101.rel NDRPDR iter RND env 6
2138         - 132 # rls2101.rel NDRPDR iter RND env 6
2139         - 133 # rls2101.rel NDRPDR iter RND env 6
2140         - 134 # rls2101.rel NDRPDR iter RND env 6
2141         - 135 # rls2101.rel NDRPDR iter RND env 6
2142         - 136 # rls2101.rel NDRPDR iter RND env 6
2143         - 137 # rls2101.rel NDRPDR iter RND env 6
2144     vpp-compare-testbeds-hsw-clx-cmp:
2145       csit-vpp-perf-report-iterative-2101-2n-clx:
2146         - 54  # rls2101.rel NDRPDR iter env 6
2147         - 59  # rls2101.rel NDRPDR iter env 6
2148         - 60  # rls2101.rel NDRPDR iter env 6
2149         - 63  # rls2101.rel NDRPDR iter env 6
2150         - 66  # rls2101.rel NDRPDR iter env 6
2151         - 68  # rls2101.rel NDRPDR iter env 6
2152         - 73  # rls2101.rel NDRPDR iter env 6
2153         - 75  # rls2101.rel NDRPDR iter env 6
2154         - 90  # rls2101.rel NDRPDR iter env 6
2155         - 80  # rls2101.rel NDRPDR iter RND env 6
2156         - 87  # rls2101.rel NDRPDR iter RND env 6
2157         - 91  # rls2101.rel NDRPDR iter RND env 6
2158         - 92  # rls2101.rel NDRPDR iter RND env 6
2159         - 93  # rls2101.rel NDRPDR iter RND env 6
2160         - 94  # rls2101.rel NDRPDR iter RND env 6
2161         - 95  # rls2101.rel NDRPDR iter RND env 6
2162         - 100 # rls2101.rel NDRPDR iter RND env 6
2163         - 106 # rls2101.rel NDRPDR iter RND env 6
2164         - 108 # rls2101.rel NDRPDR iter RND env 6
2165         - 112 # rls2101.rel NDRPDR iter NAT env 6
2166         - 113 # rls2101.rel NDRPDR iter NAT env 6
2167         - 114 # rls2101.rel NDRPDR iter NAT env 6
2168         - 115 # rls2101.rel NDRPDR iter NAT env 6
2169         - 116 # rls2101.rel NDRPDR iter NAT env 6
2170         - 117 # rls2101.rel NDRPDR iter NAT env 6
2171         - 118 # rls2101.rel NDRPDR iter NAT env 6
2172         - 119 # rls2101.rel NDRPDR iter NAT env 6
2173         - 120 # rls2101.rel NDRPDR iter NAT env 6
2174         - 121 # rls2101.rel NDRPDR iter NAT env 6
2175         - 122 # rls2101.rel NDRPDR iter MLX env 6
2176         - 123 # rls2101.rel NDRPDR iter MLX env 6
2177         - 124 # rls2101.rel NDRPDR iter MLX env 6
2178         - 126 # rls2101.rel NDRPDR iter MLX env 6
2179         - 127 # rls2101.rel NDRPDR iter MLX env 6
2180         - 128 # rls2101.rel NDRPDR iter MLX env 6
2181         - 129 # rls2101.rel NDRPDR iter MLX env 6
2182         - 130 # rls2101.rel NDRPDR iter MLX env 6
2183         - 131 # rls2101.rel NDRPDR iter MLX env 6
2184         - 132 # rls2101.rel NDRPDR iter MLX env 6
2185
2186     vpp-compare-testbeds-mrr-ref:
2187       csit-vpp-perf-report-iterative-2101-3n-hsw:
2188         - 63  # rls2101.rel MRR iter env 6
2189     vpp-compare-testbeds-mrr-cmp:
2190       csit-vpp-perf-report-iterative-2101-3n-skx:
2191         - 35  # rls2101.rel MRR iter env 6
2192
2193     vpp-compare-testbeds-mrr-skx-clx-ref:
2194       csit-vpp-perf-report-iterative-2101-2n-skx:
2195         - 62  # rls2101.rel MRR iter env 6
2196     vpp-compare-testbeds-mrr-skx-clx-cmp:
2197       csit-vpp-perf-report-iterative-2101-2n-clx:
2198         - 53  # rls2101.rel MRR iter env 6
2199
2200     vpp-compare-testbeds-mrr-hsw-clx-ref:
2201       csit-vpp-perf-report-iterative-2101-3n-hsw:
2202         - 63  # rls2101.rel MRR iter env 6
2203     vpp-compare-testbeds-mrr-hsw-clx-cmp:
2204       csit-vpp-perf-report-iterative-2101-2n-clx:
2205         - 53  # rls2101.rel MRR iter env 6
2206
2207     vpp-compare-testbeds-mrr-clx-icx-ref:
2208       csit-vpp-perf-report-iterative-2101-2n-clx:
2209         - 53  # rls2101.rel MRR iter env 6
2210     vpp-compare-testbeds-mrr-clx-icx-cmp:
2211       intel-csit-vpp-perf-report-iterative-2101-2n-icx:
2212         - 1   # master NDRPDR iter env 6
2213
2214     dpdk-compare-testbeds-ref:
2215       csit-dpdk-perf-report-iterative-2101-3n-hsw:
2216         - 11  # rls2101 NDRPDR iter env 6
2217         - 12  # rls2101 NDRPDR iter env 6
2218         - 13  # rls2101 NDRPDR iter env 6
2219         - 14  # rls2101 NDRPDR iter env 6
2220         - 16  # rls2101 NDRPDR iter env 6
2221         - 17  # rls2101 NDRPDR iter env 6
2222         - 18  # rls2101 NDRPDR iter env 6
2223         - 19  # rls2101 NDRPDR iter env 6
2224         - 20  # rls2101 NDRPDR iter env 6
2225         - 21  # rls2101 NDRPDR iter env 6
2226     dpdk-compare-testbeds-cmp:
2227       csit-dpdk-perf-report-iterative-2101-3n-skx:
2228         - 12  # rls2101 NDRPDR iter env 6
2229         - 14  # rls2101 NDRPDR iter env 6
2230         - 15  # rls2101 NDRPDR iter env 6
2231         - 17  # rls2101 NDRPDR iter env 6
2232         - 19  # rls2101 NDRPDR iter env 6
2233         - 20  # rls2101 NDRPDR iter env 6
2234         - 21  # rls2101 NDRPDR iter env 6
2235         - 22  # rls2101 NDRPDR iter env 6
2236         - 25  # rls2101 NDRPDR iter env 6
2237         - 26  # rls2101 NDRPDR iter env 6
2238
2239     dpdk-compare-testbeds-skx-clx-ref:
2240       csit-dpdk-perf-report-iterative-2101-2n-skx:
2241         - 11  # rls2101 NDRPDR iter env 6
2242         - 12  # rls2101 NDRPDR iter env 6
2243         - 13  # rls2101 NDRPDR iter env 6
2244         - 14  # rls2101 NDRPDR iter env 6
2245         - 15  # rls2101 NDRPDR iter env 6
2246         - 17  # rls2101 NDRPDR iter env 6
2247         - 18  # rls2101 NDRPDR iter env 6
2248         - 19  # rls2101 NDRPDR iter env 6
2249         - 20  # rls2101 NDRPDR iter env 6
2250         - 21  # rls2101 NDRPDR iter env 6
2251     dpdk-compare-testbeds-skx-clx-cmp:
2252       csit-dpdk-perf-report-iterative-2101-2n-clx:
2253         - 12  # rls2101 NDRPDR iter env 6
2254         - 13  # rls2101 NDRPDR iter env 6
2255         - 14  # rls2101 NDRPDR iter env 6
2256         - 18  # rls2101 NDRPDR iter env 6
2257         - 22  # rls2101 NDRPDR iter env 6
2258
2259     # Compare topologies
2260
2261     vpp-compare-topologies-ref:
2262       csit-vpp-perf-report-iterative-2101-3n-skx:
2263         - 36  # rls2101.rel NDRPDR iter env 6
2264         - 37  # rls2101.rel NDRPDR iter env 6
2265         - 38  # rls2101.rel NDRPDR iter env 6
2266         - 39  # rls2101.rel NDRPDR iter env 6
2267         - 40  # rls2101.rel NDRPDR iter env 6
2268         - 41  # rls2101.rel NDRPDR iter env 6
2269         - 42  # rls2101.rel NDRPDR iter env 6
2270         - 47  # rls2101.rel NDRPDR iter env 6
2271         - 48  # rls2101.rel NDRPDR iter env 6
2272         - 50  # rls2101.rel NDRPDR iter env 6
2273     vpp-compare-topologies-cmp:
2274       csit-vpp-perf-report-iterative-2101-2n-skx:
2275         - 63  # rls2101.rel NDRPDR iter env 6
2276         - 69  # rls2101.rel NDRPDR iter env 6
2277         - 70  # rls2101.rel NDRPDR iter env 6
2278         - 75  # rls2101.rel NDRPDR iter env 6
2279         - 76  # rls2101.rel NDRPDR iter env 6
2280         - 77  # rls2101.rel NDRPDR iter env 6
2281         - 82  # rls2101.rel NDRPDR iter env 6
2282         - 85  # rls2101.rel NDRPDR iter env 6
2283         - 86  # rls2101.rel NDRPDR iter env 6
2284         - 94  # rls2101.rel NDRPDR iter env 6
2285
2286     vpp-compare-topologies-mrr-ref:
2287       csit-vpp-perf-report-iterative-2101-3n-skx:
2288         - 35  # rls2101.rel MRR iter env 6
2289     vpp-compare-topologies-mrr-cmp:
2290       csit-vpp-perf-report-iterative-2101-2n-skx:
2291         - 62  # rls2101.rel MRR iter env 6
2292
2293     dpdk-compare-topologies-ref:
2294       csit-dpdk-perf-report-iterative-2101-3n-skx:
2295         - 12  # rls2101 NDRPDR iter env 6
2296         - 14  # rls2101 NDRPDR iter env 6
2297         - 15  # rls2101 NDRPDR iter env 6
2298         - 17  # rls2101 NDRPDR iter env 6
2299         - 19  # rls2101 NDRPDR iter env 6
2300         - 20  # rls2101 NDRPDR iter env 6
2301         - 21  # rls2101 NDRPDR iter env 6
2302         - 22  # rls2101 NDRPDR iter env 6
2303         - 25  # rls2101 NDRPDR iter env 6
2304         - 26  # rls2101 NDRPDR iter env 6
2305     dpdk-compare-topologies-cmp:
2306       csit-dpdk-perf-report-iterative-2101-2n-skx:
2307         - 11  # rls2101 NDRPDR iter env 6
2308         - 12  # rls2101 NDRPDR iter env 6
2309         - 13  # rls2101 NDRPDR iter env 6
2310         - 14  # rls2101 NDRPDR iter env 6
2311         - 15  # rls2101 NDRPDR iter env 6
2312         - 17  # rls2101 NDRPDR iter env 6
2313         - 18  # rls2101 NDRPDR iter env 6
2314         - 19  # rls2101 NDRPDR iter env 6
2315         - 20  # rls2101 NDRPDR iter env 6
2316         - 21  # rls2101 NDRPDR iter env 6
2317
2318   plot-layouts:
2319
2320     plot-soak-throughput:
2321       titlefont:
2322         size: 16
2323       xaxis:
2324         title: "<b>Test Cases [Index]</b>"
2325         titlefont:
2326           size: 14
2327         autorange: True
2328         fixedrange: False
2329         gridcolor: "rgb(230, 230, 230)"
2330         linecolor: "rgb(220, 220, 220)"
2331         linewidth: 1
2332         showgrid: True
2333         showline: True
2334         showticklabels: True
2335         tickcolor: "rgb(220, 220, 220)"
2336         tickmode: "linear"
2337         tickfont:
2338           size: 14
2339         zeroline: False
2340       yaxis:
2341         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
2342         titlefont:
2343           size: 14
2344         gridcolor: "rgb(230, 230, 230)"
2345         hoverformat: ".4r"
2346         tickformat: ".3r"
2347         linecolor: "rgb(220, 220, 220)"
2348         linewidth: 1
2349         showgrid: True
2350         showline: True
2351         showticklabels: True
2352         tickcolor: "rgb(220, 220, 220)"
2353         tickfont:
2354           size: 14
2355         zeroline: False
2356         range: [0,50]
2357       autosize: False
2358       margin:
2359         t: 50
2360         b: 0
2361         l: 80
2362         r: 20
2363       showlegend: True
2364       legend:
2365         orientation: "h"
2366         font:
2367           size: 14
2368       width: 700
2369       height: 900
2370       paper_bgcolor: "#fff"
2371       plot_bgcolor: "#fff"
2372       hoverlabel:
2373         namelength: -1
2374
2375     plot-service-density:
2376       titlefont:
2377         size: 16
2378       xaxis:
2379         side: "top"
2380         autorange: True
2381         fixedrange: False
2382         showgrid: False
2383         showline: False
2384         showticklabels: False
2385         ticks: ""
2386         ticklen: 0
2387         tickwidth: 0
2388         zeroline: False
2389       yaxis:
2390         autorange: "reversed"
2391         showgrid: False
2392         showline: False
2393         showticklabels: False
2394         ticks: ""
2395         ticklen: 0
2396         tickwidth: 0
2397         zeroline: False
2398       showlegend: False
2399       paper_bgcolor: "#fff"
2400       plot_bgcolor: "#fff"
2401       width: 700
2402       height: 700
2403       hoverlabel:
2404         namelength: -1
2405
2406     plot-hoststack:
2407       titlefont:
2408         size: 16
2409       xaxis:
2410         title: "<b>Test Cases [Index]</b>"
2411         titlefont:
2412           size: 14
2413         autorange: True
2414         fixedrange: False
2415         gridcolor: "rgb(230, 230, 230)"
2416         linecolor: "rgb(220, 220, 220)"
2417         linewidth: 1
2418         showgrid: True
2419         showline: True
2420         showticklabels: True
2421         tickcolor: "rgb(220, 220, 220)"
2422         tickmode: "linear"
2423         tickfont:
2424           size: 14
2425         zeroline: False
2426       yaxis:
2427         title: "<b>Bandwidth [Gbps]</b>"
2428         titlefont:
2429           size: 14
2430         gridcolor: "rgb(230, 230, 230)"
2431         hoverformat: ".4s"
2432         linecolor: "rgb(220, 220, 220)"
2433         linewidth: 1
2434         rangemode: "tozero"
2435         showgrid: True
2436         showline: True
2437         showticklabels: True
2438         tickcolor: "rgb(230, 230, 230)"
2439         tickformat: ".3s"
2440         tickfont:
2441           size: 14
2442         zeroline: False
2443       autosize: False
2444       margin:
2445         t: 50
2446         b: 20
2447         l: 80
2448         r: 20
2449       showlegend: True
2450       legend:
2451         orientation: "h"
2452         font:
2453           size: 14
2454       width: 700
2455       height: 800
2456       paper_bgcolor: "#fff"
2457       plot_bgcolor: "#fff"
2458       hoverlabel:
2459         namelength: -1
2460
2461     plot-throughput:
2462       titlefont:
2463         size: 16
2464       xaxis:
2465         title: "<b>Test Cases [Index]</b>"
2466         titlefont:
2467           size: 14
2468         autorange: True
2469         fixedrange: False
2470         gridcolor: "rgb(230, 230, 230)"
2471         linecolor: "rgb(220, 220, 220)"
2472         linewidth: 1
2473         showgrid: True
2474         showline: True
2475         showticklabels: True
2476         tickcolor: "rgb(220, 220, 220)"
2477         tickmode: "linear"
2478         tickfont:
2479           size: 14
2480         zeroline: False
2481       yaxis:
2482         title: "<b>Packet Throughput [Mpps]</b>"
2483         titlefont:
2484           size: 14
2485         gridcolor: "rgb(230, 230, 230)"
2486         hoverformat: ".4r"
2487         tickformat: ".3r"
2488         linecolor: "rgb(220, 220, 220)"
2489         linewidth: 1
2490         showgrid: True
2491         showline: True
2492         showticklabels: True
2493         tickcolor: "rgb(220, 220, 220)"
2494         tickfont:
2495           size: 14
2496         zeroline: False
2497         range: [0,50]
2498       autosize: False
2499       margin:
2500         t: 50
2501         b: 0
2502         l: 80
2503         r: 20
2504       showlegend: True
2505       legend:
2506         orientation: "h"
2507         font:
2508           size: 14
2509       width: 700
2510       height: 900
2511       paper_bgcolor: "#fff"
2512       plot_bgcolor: "#fff"
2513       hoverlabel:
2514         namelength: -1
2515
2516     plot-throughput-gbps:
2517       titlefont:
2518         size: 16
2519       xaxis:
2520         title: "<b>Test Cases [Index]</b>"
2521         titlefont:
2522           size: 14
2523         autorange: True
2524         fixedrange: False
2525         gridcolor: "rgb(230, 230, 230)"
2526         linecolor: "rgb(220, 220, 220)"
2527         linewidth: 1
2528         showgrid: True
2529         showline: True
2530         showticklabels: True
2531         tickcolor: "rgb(220, 220, 220)"
2532         tickmode: "linear"
2533         tickfont:
2534           size: 14
2535         zeroline: False
2536       yaxis:
2537         title: "<b>Data Throughput [Gbps]</b>"
2538         titlefont:
2539           size: 14
2540         gridcolor: "rgb(230, 230, 230)"
2541         hoverformat: ".4r"
2542         tickformat: ".3r"
2543         linecolor: "rgb(220, 220, 220)"
2544         linewidth: 1
2545         showgrid: True
2546         showline: True
2547         showticklabels: True
2548         tickcolor: "rgb(220, 220, 220)"
2549         tickfont:
2550           size: 14
2551         zeroline: False
2552         range: [0,10]
2553       autosize: False
2554       margin:
2555         t: 50
2556         b: 0
2557         l: 80
2558         r: 20
2559       showlegend: True
2560       legend:
2561         orientation: "h"
2562         font:
2563           size: 14
2564       width: 700
2565       height: 900
2566       paper_bgcolor: "#fff"
2567       plot_bgcolor: "#fff"
2568       hoverlabel:
2569         namelength: -1
2570
2571     plot-cps:
2572       titlefont:
2573         size: 16
2574       xaxis:
2575         title: "<b>Test Cases [Index]</b>"
2576         titlefont:
2577           size: 14
2578         autorange: True
2579         fixedrange: False
2580         gridcolor: "rgb(230, 230, 230)"
2581         linecolor: "rgb(220, 220, 220)"
2582         linewidth: 1
2583         showgrid: True
2584         showline: True
2585         showticklabels: True
2586         tickcolor: "rgb(220, 220, 220)"
2587         tickmode: "linear"
2588         tickfont:
2589           size: 14
2590         zeroline: False
2591       yaxis:
2592         title: "<b>Connection Rate [Mcps]</b>"
2593         titlefont:
2594           size: 14
2595         gridcolor: "rgb(230, 230, 230)"
2596         hoverformat: ".4r"
2597         tickformat: ".3s"
2598         linecolor: "rgb(220, 220, 220)"
2599         linewidth: 1
2600         showgrid: True
2601         showline: True
2602         showticklabels: True
2603         tickcolor: "rgb(220, 220, 220)"
2604         tickfont:
2605           size: 14
2606         zeroline: False
2607         range: [0,10]
2608       autosize: False
2609       margin:
2610         t: 50
2611         b: 0
2612         l: 80
2613         r: 20
2614       showlegend: True
2615       legend:
2616         orientation: "h"
2617         font:
2618           size: 14
2619       width: 700
2620       height: 900
2621       paper_bgcolor: "#fff"
2622       plot_bgcolor: "#fff"
2623       hoverlabel:
2624         namelength: -1
2625
2626     plot-throughput-speedup-analysis:
2627       titlefont:
2628         size: 16
2629       xaxis:
2630         title: "<b>Number of Cores [Qty]</b>"
2631         titlefont:
2632           size: 14
2633         autorange: True
2634         fixedrange: False
2635         gridcolor: "rgb(230, 230, 230)"
2636         linecolor: "rgb(220, 220, 220)"
2637         linewidth: 1
2638         showgrid: True
2639         showline: True
2640         showticklabels: True
2641         tickcolor: "rgb(238, 238, 238)"
2642         tickmode: "linear"
2643         tickfont:
2644           size: 14
2645         zeroline: False
2646       yaxis:
2647         title: "<b>Packet Throughput [Mpps]</b>"
2648         titlefont:
2649           size: 14
2650         type: "linear"
2651         gridcolor: "rgb(230, 230, 230)"
2652         hoverformat: ".4s"
2653         linecolor: "rgb(220, 220, 220)"
2654         linewidth: 1
2655         showgrid: True
2656         showline: True
2657         showticklabels: True
2658         tickcolor: "rgb(220, 220, 220)"
2659         tickformat: ".4s"
2660         tickfont:
2661           size: 14
2662         zeroline: True
2663         rangemode: "tozero"
2664         range: [0,100]
2665       legend:
2666         orientation: "h"
2667         font:
2668           size: 14
2669         xanchor: "left"
2670         yanchor: "top"
2671         x: 0
2672         y: -0.2
2673         bgcolor: "rgba(255, 255, 255, 0)"
2674         bordercolor: "rgba(255, 255, 255, 0)"
2675         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2676       autosize: False
2677       margin:
2678           't': 50
2679           'b': 150
2680           'l': 85
2681           'r': 10
2682       showlegend: True
2683       width: 700
2684       height: 700
2685       paper_bgcolor: "#fff"
2686       plot_bgcolor: "#fff"
2687       hoverlabel:
2688         namelength: -1
2689       annotations: [
2690         {
2691           text: "_ _          __          ...",
2692           align: "left",
2693           showarrow: False,
2694           xref: "paper",
2695           yref: "paper",
2696           xanchor: "left",
2697           yanchor: "top",
2698           x: 0,
2699           y: -0.14,
2700           font: {
2701             family: "Consolas, Courier New",
2702             size: 13
2703           },
2704         },
2705         {
2706           text: "    Perfect     Measured     Limit",
2707           align: "left",
2708           showarrow: False,
2709           xref: "paper",
2710           yref: "paper",
2711           xanchor: "left",
2712           yanchor: "top",
2713           x: 0,
2714           y: -0.15,
2715           font: {
2716             family: "Consolas, Courier New",
2717             size: 13
2718           },
2719         },
2720       ]
2721
2722     plot-throughput-speedup-analysis-gbps:
2723       titlefont:
2724         size: 16
2725       xaxis:
2726         title: "<b>Number of Cores [Qty]</b>"
2727         titlefont:
2728           size: 14
2729         autorange: True
2730         fixedrange: False
2731         gridcolor: "rgb(230, 230, 230)"
2732         linecolor: "rgb(220, 220, 220)"
2733         linewidth: 1
2734         showgrid: True
2735         showline: True
2736         showticklabels: True
2737         tickcolor: "rgb(238, 238, 238)"
2738         tickmode: "linear"
2739         tickfont:
2740           size: 14
2741         zeroline: False
2742       yaxis:
2743         title: "<b>Packet Throughput [Gbps]</b>"
2744         titlefont:
2745           size: 14
2746         type: "linear"
2747         gridcolor: "rgb(230, 230, 230)"
2748         hoverformat: ".4s"
2749         linecolor: "rgb(220, 220, 220)"
2750         linewidth: 1
2751         showgrid: True
2752         showline: True
2753         showticklabels: True
2754         tickcolor: "rgb(220, 220, 220)"
2755         tickformat: ".4s"
2756         tickfont:
2757           size: 14
2758         zeroline: True
2759         rangemode: "tozero"
2760         range: [0,100]
2761       legend:
2762         orientation: "h"
2763         font:
2764           size: 14
2765         xanchor: "left"
2766         yanchor: "top"
2767         x: 0
2768         y: -0.2
2769         bgcolor: "rgba(255, 255, 255, 0)"
2770         bordercolor: "rgba(255, 255, 255, 0)"
2771         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2772       autosize: False
2773       margin:
2774           't': 50
2775           'b': 150
2776           'l': 85
2777           'r': 10
2778       showlegend: True
2779       width: 700
2780       height: 700
2781       paper_bgcolor: "#fff"
2782       plot_bgcolor: "#fff"
2783       hoverlabel:
2784         namelength: -1
2785       annotations: [
2786         {
2787           text: "_ _          __",
2788           align: "left",
2789           showarrow: False,
2790           xref: "paper",
2791           yref: "paper",
2792           xanchor: "left",
2793           yanchor: "top",
2794           x: 0,
2795           y: -0.13,
2796           font: {
2797             family: "Consolas, Courier New",
2798             size: 13
2799           },
2800         },
2801         {
2802           text: "    Perfect     Measured",
2803           align: "left",
2804           showarrow: False,
2805           xref: "paper",
2806           yref: "paper",
2807           xanchor: "left",
2808           yanchor: "top",
2809           x: 0,
2810           y: -0.15,
2811           font: {
2812             family: "Consolas, Courier New",
2813             size: 13
2814           },
2815         },
2816       ]
2817
2818     plot-throughput-speedup-analysis-cps:
2819       titlefont:
2820         size: 16
2821       xaxis:
2822         title: "<b>Number of Cores [Qty]</b>"
2823         titlefont:
2824           size: 14
2825         autorange: True
2826         fixedrange: False
2827         gridcolor: "rgb(230, 230, 230)"
2828         linecolor: "rgb(220, 220, 220)"
2829         linewidth: 1
2830         showgrid: True
2831         showline: True
2832         showticklabels: True
2833         tickcolor: "rgb(238, 238, 238)"
2834         tickmode: "linear"
2835         tickfont:
2836           size: 14
2837         zeroline: False
2838       yaxis:
2839         title: "<b>Connection Rate [Mcps]</b>"
2840         titlefont:
2841           size: 14
2842         type: "linear"
2843         gridcolor: "rgb(230, 230, 230)"
2844         hoverformat: ".4s"
2845         linecolor: "rgb(220, 220, 220)"
2846         linewidth: 1
2847         showgrid: True
2848         showline: True
2849         showticklabels: True
2850         tickcolor: "rgb(220, 220, 220)"
2851         tickformat: ".4s"
2852         tickfont:
2853           size: 14
2854         zeroline: True
2855         rangemode: "tozero"
2856         range: [0,100]
2857       legend:
2858         orientation: "h"
2859         font:
2860           size: 14
2861         xanchor: "left"
2862         yanchor: "top"
2863         x: 0
2864         y: -0.2
2865         bgcolor: "rgba(255, 255, 255, 0)"
2866         bordercolor: "rgba(255, 255, 255, 0)"
2867         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2868       autosize: False
2869       margin:
2870           't': 50
2871           'b': 150
2872           'l': 85
2873           'r': 10
2874       showlegend: True
2875       width: 700
2876       height: 700
2877       paper_bgcolor: "#fff"
2878       plot_bgcolor: "#fff"
2879       hoverlabel:
2880         namelength: -1
2881       annotations: [
2882         {
2883           text: "_ _          __",
2884           align: "left",
2885           showarrow: False,
2886           xref: "paper",
2887           yref: "paper",
2888           xanchor: "left",
2889           yanchor: "top",
2890           x: 0,
2891           y: -0.13,
2892           font: {
2893             family: "Consolas, Courier New",
2894             size: 13
2895           },
2896         },
2897         {
2898           text: "    Perfect     Measured",
2899           align: "left",
2900           showarrow: False,
2901           xref: "paper",
2902           yref: "paper",
2903           xanchor: "left",
2904           yanchor: "top",
2905           x: 0,
2906           y: -0.15,
2907           font: {
2908             family: "Consolas, Courier New",
2909             size: 13
2910           },
2911         },
2912       ]
2913
2914     plot-latency:
2915       titlefont:
2916         size: 16
2917       xaxis:
2918         title: "<b>Direction</b>"
2919         titlefont:
2920           size: 14
2921         autorange: True
2922         fixedrange: False
2923         gridcolor: "rgb(230, 230, 230)"
2924         linecolor: "rgb(220, 220, 220)"
2925         linewidth: 1
2926         showgrid: True
2927         showline: True
2928         showticklabels: False
2929         tickcolor: "rgb(220, 220, 220)"
2930         tickmode: "linear"
2931         tickfont:
2932           size: 14
2933         zeroline: False
2934       yaxis:
2935         title: "<b>Packet Latency [uSec]</b>"
2936         titlefont:
2937           size: 14
2938         type: "linear"
2939         gridcolor: "rgb(230, 230, 230)"
2940         hoverformat: ".4s"
2941         linecolor: "rgb(220, 220, 220)"
2942         linewidth: 1
2943         showgrid: True
2944         showline: True
2945         showticklabels: True
2946         tickcolor: "rgb(220, 220, 220)"
2947         tickformat: ".4s"
2948         tickfont:
2949           size: 14
2950         zeroline: True
2951         rangemode: "tozero"
2952       legend:
2953         orientation: "h"
2954         font:
2955           size: 14
2956         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2957       autosize: False
2958       margin:
2959           't': 50
2960           'b': 150
2961           'l': 80
2962           'r': 10
2963       showlegend: True
2964       width: 700
2965       height: 700
2966       paper_bgcolor: "#fff"
2967       plot_bgcolor: "#fff"
2968       hoverlabel:
2969         namelength: -1
2970
2971     plot-hdrh-latency:
2972       title:
2973         text: ""
2974         xanchor: "center"
2975         x: 0.5
2976         font:
2977           size: 16
2978       width: 700
2979       plot_bgcolor: "white"
2980       annotations:
2981         - font:
2982             size: 14
2983           showarrow: False
2984           text: "<b>Packet Latency [uSec]</b>"
2985           x: 1
2986           xanchor: "right"
2987           xref: "paper"
2988           y: -0.045
2989           yanchor: "top"
2990           yref: "paper"
2991         - font:
2992             size: 14
2993           showarrow: False
2994           text: "<b>Probability [%]</b>"
2995           textangle: 270
2996           x: -0.06
2997           xanchor: "center"
2998           xref: "paper"
2999           y: 0.5
3000           yanchor: "middle"
3001           yref: "paper"
3002         - font:
3003             size: 14
3004           showarrow: False
3005           text: "<b>Direction: E-W</b>"
3006           x: 0.24
3007           xanchor: "center"
3008           xref: "paper"
3009           y: 1.05
3010           yanchor: "bottom"
3011           yref: "paper"
3012         - font:
3013             size: 14
3014           showarrow: False
3015           text: "<b>Direction: W-E</b>"
3016           x: 0.74
3017           xanchor: "center"
3018           xref: "paper"
3019           y: 1.05
3020           yanchor: "bottom"
3021           yref: "paper"
3022
3023     plot-hdrh-latency-percentile-x-log:
3024       title:
3025         text: "<b>Latency by Percentile Distribution</b>"
3026         xanchor: "center"
3027         x: 0.5
3028         font:
3029           size: 18
3030       showlegend: True
3031       legend:
3032         traceorder: "normal"
3033         orientation: "h"
3034         font:
3035           size: 16
3036         xanchor: "left"
3037         yanchor: "top"
3038         x: 0
3039         y: -0.2
3040         bgcolor: "rgba(255, 255, 255, 0)"
3041         bordercolor: "rgba(255, 255, 255, 0)"
3042       xaxis:
3043         type: "log"
3044         title: "<b>Percentile [%]</b>"
3045         titlefont:
3046           size: 14
3047         autorange: False
3048         fixedrange: True
3049         gridcolor: "rgb(230, 230, 230)"
3050         linecolor: "rgb(220, 220, 220)"
3051         linewidth: 1
3052         showgrid: True
3053         showline: True
3054         showticklabels: True
3055         tickcolor: "rgb(220, 220, 220)"
3056         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
3057         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
3058         tickfont:
3059           size: 14
3060       yaxis:
3061         title: "<b>One-Way Latency per Direction [uSec]</b>"
3062         titlefont:
3063           size: 14
3064         gridcolor: "rgb(230, 230, 230)"
3065         linecolor: "rgb(220, 220, 220)"
3066         linewidth: 1
3067         showgrid: True
3068         showline: True
3069         showticklabels: True
3070         tickcolor: "rgb(220, 220, 220)"
3071         tickfont:
3072           size: 14
3073       autosize: False
3074       width: 700
3075       height: 700
3076       paper_bgcolor: "white"
3077       plot_bgcolor: "white"
3078
3079     plot-hdrh-latency-by-percentile:
3080       title:
3081         text: "<b>Latency by Percentile Distribution</b>"
3082         xanchor: "center"
3083         x: 0.5
3084         font:
3085           size: 18
3086       showlegend: True
3087       legend:
3088         traceorder: "normal"
3089         orientation: "h"
3090         font:
3091           size: 16
3092         xanchor: "left"
3093         yanchor: "top"
3094         x: 0
3095         y: -0.2
3096         bgcolor: "rgba(255, 255, 255, 0)"
3097         bordercolor: "rgba(255, 255, 255, 0)"
3098       xaxis:
3099         type: "linear"
3100         title: "<b>Percentile [%]</b>"
3101         titlefont:
3102           size: 14
3103         autorange: False
3104         fixedrange: False
3105         range: [0, 100]
3106         gridcolor: "rgb(230, 230, 230)"
3107         linecolor: "rgb(220, 220, 220)"
3108         linewidth: 1
3109         showgrid: True
3110         showline: True
3111         showticklabels: True
3112         tickcolor: "rgb(220, 220, 220)"
3113         tickvals: [0, 25, 50, 75, 100]
3114         ticktext: [0, 25, 50, 75, 100]
3115         tickfont:
3116           size: 14
3117       yaxis:
3118         title: "<b>One-Way Latency per Direction [uSec]</b>"
3119         titlefont:
3120           size: 14
3121         gridcolor: "rgb(230, 230, 230)"
3122         linecolor: "rgb(220, 220, 220)"
3123         linewidth: 1
3124         showgrid: True
3125         showline: True
3126         showticklabels: True
3127         tickcolor: "rgb(220, 220, 220)"
3128         tickfont:
3129           size: 14
3130       width: 700
3131       height: 700
3132       paper_bgcolor: "white"
3133       plot_bgcolor: "white"
3134
3135     plot-scatter-error-bars-gbps:
3136       titlefont:
3137         size: 16
3138       xaxis:
3139         title: "<b>Test Cases [Index]</b>"
3140         titlefont:
3141           size: 14
3142         autorange: True
3143         fixedrange: False
3144         gridcolor: "rgb(230, 230, 230)"
3145         linecolor: "rgb(220, 220, 220)"
3146         linewidth: 1
3147         showgrid: True
3148         showline: True
3149         showticklabels: True
3150         tickcolor: "rgb(220, 220, 220)"
3151         tickmode: "linear"
3152         tickfont:
3153           size: 14
3154         zeroline: False
3155       yaxis:
3156         title: "<b>Data Throughput [Gbps]</b>"
3157         titlefont:
3158           size: 14
3159         gridcolor: "rgb(230, 230, 230)"
3160         hoverformat: ".4r"
3161         tickformat: ".3r"
3162         linecolor: "rgb(220, 220, 220)"
3163         linewidth: 1
3164         showgrid: True
3165         showline: True
3166         showticklabels: True
3167         tickcolor: "rgb(220, 220, 220)"
3168         tickfont:
3169           size: 14
3170         zeroline: False
3171         range: [0,10]
3172       autosize: False
3173       margin:
3174         t: 50
3175         b: 0
3176         l: 80
3177         r: 20
3178       showlegend: True
3179       legend:
3180         orientation: "h"
3181         font:
3182           size: 14
3183       width: 700
3184       height: 900
3185       paper_bgcolor: "#fff"
3186       plot_bgcolor: "#fff"
3187       hoverlabel:
3188         namelength: -1
3189
3190 - type: "static"
3191   src-path: "{DIR[RST]}"
3192   dst-path: "{DIR[WORKING,SRC]}"
3193
3194 - type: "input"
3195   general:
3196     file-name: "output_info.xml.gz"
3197     file-format: ".gz"
3198     arch-file-format:
3199       - ".gz"
3200       - ".zip"
3201     download-path:
3202       - "{job}/{build}/archives/{filename}"
3203       - "{job}/{build}/{filename}"
3204     extract: "output.xml"
3205
3206     zip-file-name: "robot-plugin.zip"
3207     zip-file-format: ".zip"
3208     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
3209     zip-extract: "robot-plugin/output.xml"
3210
3211   builds:
3212
3213     csit-vpp-perf-report-iterative-2009-3n-hsw:
3214       - 18  # rls2005 MRR iter env 5
3215       - 9   # rls2005 NDRPDR iter env 5
3216       - 10  # rls2005 NDRPDR iter env 5
3217       - 11  # rls2005 NDRPDR iter env 5
3218       - 12  # rls2005 NDRPDR iter env 5
3219       - 13  # rls2005 NDRPDR iter env 5
3220       - 14  # rls2005 NDRPDR iter env 5
3221       - 15  # rls2005 NDRPDR iter env 5
3222       - 16  # rls2005 NDRPDR iter env 5
3223       - 17  # rls2005 NDRPDR iter env 5
3224       - 19  # rls2005 NDRPDR iter env 5
3225       - 23  # rls2009 MRR iter env 5
3226       - 21  # rls2009 NDRPDR iter env 5
3227       - 22  # rls2009 NDRPDR iter env 5
3228       - 24  # rls2009 NDRPDR iter env 5
3229       - 25  # rls2009 NDRPDR iter env 5
3230       - 26  # rls2009 NDRPDR iter env 5
3231       - 27  # rls2009 NDRPDR iter env 5
3232       - 28  # rls2009 NDRPDR iter env 5
3233       - 29  # rls2009 NDRPDR iter env 5
3234       - 30  # rls2009 NDRPDR iter env 5
3235       - 31  # rls2009 NDRPDR iter env 5
3236     csit-vpp-perf-report-iterative-2101-3n-hsw:
3237       - 17  # rls2009 MRR iter env 6
3238       - 19  # rls2009 NDRPDR iter env 6
3239       - 20  # rls2009 NDRPDR iter env 6
3240       - 21  # rls2009 NDRPDR iter env 6
3241       - 22  # rls2009 NDRPDR iter env 6
3242       - 23  # rls2009 NDRPDR iter env 6
3243       - 24  # rls2009 NDRPDR iter env 6
3244       - 25  # rls2009 NDRPDR iter env 6
3245       - 26  # rls2009 NDRPDR iter env 6
3246       - 27  # rls2009 NDRPDR iter env 6
3247       - 63  # rls2101.rel MRR iter env 6
3248       - 64  # rls2101.rel NDRPDR iter env 6
3249       - 71  # rls2101.rel NDRPDR iter env 6
3250       - 73  # rls2101.rel NDRPDR iter env 6
3251       - 74  # rls2101.rel NDRPDR iter env 6
3252       - 80  # rls2101.rel NDRPDR iter env 6
3253       - 81  # rls2101.rel NDRPDR iter env 6
3254       - 82  # rls2101.rel NDRPDR iter env 6
3255       - 83  # rls2101.rel NDRPDR iter env 6
3256       - 88  # rls2101.rel NDRPDR iter env 6
3257       - 89  # rls2101.rel NDRPDR iter env 6
3258       - 128 # rls2101.rel NDRPDR iter RND env 6
3259       - 129 # rls2101.rel NDRPDR iter RND env 6
3260       - 130 # rls2101.rel NDRPDR iter RND env 6
3261       - 131 # rls2101.rel NDRPDR iter RND env 6
3262       - 132 # rls2101.rel NDRPDR iter RND env 6
3263       - 133 # rls2101.rel NDRPDR iter RND env 6
3264       - 134 # rls2101.rel NDRPDR iter RND env 6
3265       - 135 # rls2101.rel NDRPDR iter RND env 6
3266       - 136 # rls2101.rel NDRPDR iter RND env 6
3267       - 137 # rls2101.rel NDRPDR iter RND env 6
3268       - 65  # rls2101.rel NDRPDR reconf iter env 6
3269       - 68  # rls2101.rel NDRPDR reconf iter env 6
3270       - 77  # rls2101.rel NDRPDR reconf iter env 6
3271       - 84  # rls2101.rel NDRPDR reconf iter env 6
3272       - 90  # rls2101.rel NDRPDR reconf iter env 6
3273       - 96  # rls2101.rel NDRPDR reconf iter env 6
3274       - 101 # rls2101.rel NDRPDR reconf iter env 6
3275       - 104 # rls2101.rel NDRPDR reconf iter env 6
3276       - 105 # rls2101.rel NDRPDR reconf iter env 6
3277       - 106 # rls2101.rel NDRPDR reconf iter env 6
3278       - 107 # rls2101.rel NDRPDR reconf iter env 6
3279       - 108 # rls2101.rel NDRPDR reconf iter env 6
3280       - 110 # rls2101.rel NDRPDR reconf iter env 6
3281       - 111 # rls2101.rel NDRPDR reconf iter env 6
3282       - 112 # rls2101.rel NDRPDR reconf iter env 6
3283       - 113 # rls2101.rel NDRPDR reconf iter env 6
3284       - 114 # rls2101.rel NDRPDR reconf iter env 6
3285       - 115 # rls2101.rel NDRPDR reconf iter env 6
3286       - 116 # rls2101.rel NDRPDR reconf iter env 6
3287       - 117 # rls2101.rel NDRPDR reconf iter env 6
3288       - 69  # rls2101.rel Hoststack iter env 6
3289       - 70  # rls2101.rel Hoststack iter env 6
3290       - 75  # rls2101.rel Hoststack iter env 6
3291       - 76  # rls2101.rel Hoststack iter env 6
3292       - 78  # rls2101.rel Hoststack iter env 6
3293       - 79  # rls2101.rel Hoststack iter env 6
3294       - 85  # rls2101.rel Hoststack iter env 6
3295       - 86  # rls2101.rel Hoststack iter env 6
3296       - 87  # rls2101.rel Hoststack iter env 6
3297       - 91  # rls2101.rel Hoststack iter env 6
3298       - 92  # rls2101.rel Hoststack iter env 6
3299       - 93  # rls2101.rel Hoststack iter env 6
3300       - 94  # rls2101.rel Hoststack iter env 6
3301       - 95  # rls2101.rel Hoststack iter env 6
3302       - 97  # rls2101.rel Hoststack iter env 6
3303       - 98  # rls2101.rel Hoststack iter env 6
3304       - 99  # rls2101.rel Hoststack iter env 6
3305       - 100 # rls2101.rel Hoststack iter env 6
3306       - 102 # rls2101.rel Hoststack iter env 6
3307       - 103 # rls2101.rel Hoststack iter env 6
3308     csit-vpp-perf-report-coverage-2101-3n-hsw:
3309       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
3310       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
3311       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
3312       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
3313       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
3314       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
3315       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
3316       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
3317       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
3318       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
3319       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
3320       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
3321       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
3322       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
3323       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
3324       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
3325       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
3326       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
3327       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
3328       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
3329       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
3330       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
3331       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
3332       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
3333       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
3334       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
3335       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
3336       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
3337       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
3338       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
3339       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
3340       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
3341       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
3342       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
3343       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
3344
3345     csit-vpp-perf-report-iterative-2009-3n-skx:
3346       - 17  # rls2005 MRR iter env 5
3347       - 13  # rls2005 NDRPDR iter env 5
3348       - 18  # rls2005 NDRPDR iter env 5
3349       - 19  # rls2005 NDRPDR iter env 5
3350       - 41  # rls2005 NDRPDR iter env 5
3351       - 43  # rls2005 NDRPDR iter env 5
3352       - 44  # rls2005 NDRPDR iter env 5
3353       - 45  # rls2005 NDRPDR iter env 5
3354       - 46  # rls2005 NDRPDR iter env 5
3355       - 48  # rls2005 NDRPDR iter env 5
3356       - 49  # rls2005 NDRPDR iter env 5
3357       - 24  # rls2009 MRR iter env 5
3358       - 26  # rls2009 NDRPDR iter env 5
3359       - 27  # rls2009 NDRPDR iter env 5
3360       - 28  # rls2009 NDRPDR iter env 5
3361       - 29  # rls2009 NDRPDR iter env 5
3362       - 35  # rls2009 NDRPDR iter env 5
3363       - 36  # rls2009 NDRPDR iter env 5
3364       - 37  # rls2009 NDRPDR iter env 5
3365       - 38  # rls2009 NDRPDR iter env 5
3366       - 39  # rls2009 NDRPDR iter env 5
3367       - 40  # rls2009 NDRPDR iter env 5
3368     csit-vpp-perf-report-iterative-2101-3n-skx:
3369       - 34  # rls2009 MRR iter env 6
3370       - 14  # rls2009 NDRPDR iter env 6
3371       - 15  # rls2009 NDRPDR iter env 6
3372       - 16  # rls2009 NDRPDR iter env 6
3373       - 17  # rls2009 NDRPDR iter env 6
3374       - 18  # rls2009 NDRPDR iter env 6
3375       - 25  # rls2009 NDRPDR iter env 6
3376       - 26  # rls2009 NDRPDR iter env 6
3377       - 27  # rls2009 NDRPDR iter env 6
3378       - 29  # rls2009 NDRPDR iter env 6
3379       - 31  # rls2009 NDRPDR iter env 6
3380       - 35  # rls2101.rel MRR iter env 6
3381       - 36  # rls2101.rel NDRPDR iter env 6
3382       - 37  # rls2101.rel NDRPDR iter env 6
3383       - 38  # rls2101.rel NDRPDR iter env 6
3384       - 39  # rls2101.rel NDRPDR iter env 6
3385       - 40  # rls2101.rel NDRPDR iter env 6
3386       - 41  # rls2101.rel NDRPDR iter env 6
3387       - 42  # rls2101.rel NDRPDR iter env 6
3388       - 47  # rls2101.rel NDRPDR iter env 6
3389       - 48  # rls2101.rel NDRPDR iter env 6
3390       - 50  # rls2101.rel NDRPDR iter env 6
3391     csit-vpp-perf-report-coverage-2101-3n-skx:
3392       - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
3393       - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
3394       - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
3395       - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
3396       - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
3397       - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
3398       - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
3399       - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
3400       - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
3401       - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
3402       - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3403       - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3404       - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
3405       - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
3406       - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
3407       - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
3408       - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
3409       - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
3410       - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
3411       - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
3412       - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
3413       - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
3414       - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
3415       - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
3416       - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
3417       - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
3418       - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
3419       - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
3420       - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
3421       - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
3422       - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
3423       - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
3424       - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
3425       - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
3426       - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
3427       - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
3428
3429     csit-vpp-perf-report-iterative-2009-2n-skx:
3430       - 20  # rls2005 MRR iter env 5
3431       - 13  # rls2005 NDRPDR iter env 5
3432       - 16  # rls2005 NDRPDR iter env 5
3433       - 17  # rls2005 NDRPDR iter env 5
3434       - 18  # rls2005 NDRPDR iter env 5
3435       - 19  # rls2005 NDRPDR iter env 5
3436       - 21  # rls2005 NDRPDR iter env 5
3437       - 22  # rls2005 NDRPDR iter env 5
3438       - 23  # rls2005 NDRPDR iter env 5
3439       - 24  # rls2005 NDRPDR iter env 5
3440       - 25  # rls2005 NDRPDR iter env 5
3441       - 120 # rls2009 MRR iter env 5
3442       - 35  # rls2009 NDRPDR iter env 5
3443       - 36  # rls2009 NDRPDR iter env 5
3444       - 37  # rls2009 NDRPDR iter env 5
3445       - 39  # rls2009 NDRPDR iter env 5
3446       - 40  # rls2009 NDRPDR iter env 5
3447       - 42  # rls2009 NDRPDR iter env 5
3448       - 43  # rls2009 NDRPDR iter env 5
3449       - 44  # rls2009 NDRPDR iter env 5
3450       - 46  # rls2009 NDRPDR iter env 5
3451       - 48  # rls2009 NDRPDR iter env 5
3452       - 110 # rls2009 NDRPDR iter NAT44 env 5
3453       - 111 # rls2009 NDRPDR iter NAT44 env 5
3454       - 112 # rls2009 NDRPDR iter NAT44 env 5
3455       - 113 # rls2009 NDRPDR iter NAT44 env 5
3456       - 114 # rls2009 NDRPDR iter NAT44 env 5
3457       - 115 # rls2009 NDRPDR iter NAT44 env 5
3458       - 116 # rls2009 NDRPDR iter NAT44 env 5
3459       - 118 # rls2009 NDRPDR iter NAT44 env 5
3460       - 119 # rls2009 NDRPDR iter NAT44 env 5
3461       - 121 # rls2009 NDRPDR iter NAT44 env 5
3462     csit-vpp-perf-report-iterative-2101-2n-skx:
3463       - 21  # rls2009 MRR iter env 6
3464       - 22  # rls2009 NDRPDR iter env 6
3465       - 23  # rls2009 NDRPDR iter env 6
3466       - 24  # rls2009 NDRPDR iter env 6
3467       - 25  # rls2009 NDRPDR iter env 6
3468       - 26  # rls2009 NDRPDR iter env 6
3469       - 28  # rls2009 NDRPDR iter env 6
3470       - 39  # rls2009 NDRPDR iter env 6
3471       - 40  # rls2009 NDRPDR iter env 6
3472       - 41  # rls2009 NDRPDR iter env 6
3473       - 44  # rls2009 NDRPDR iter env 6
3474       - 62  # rls2101.rel MRR iter env 6
3475       - 63  # rls2101.rel NDRPDR iter env 6
3476       - 69  # rls2101.rel NDRPDR iter env 6
3477       - 70  # rls2101.rel NDRPDR iter env 6
3478       - 75  # rls2101.rel NDRPDR iter env 6
3479       - 76  # rls2101.rel NDRPDR iter env 6
3480       - 77  # rls2101.rel NDRPDR iter env 6
3481       - 82  # rls2101.rel NDRPDR iter env 6
3482       - 85  # rls2101.rel NDRPDR iter env 6
3483       - 86  # rls2101.rel NDRPDR iter env 6
3484       - 94  # rls2101.rel NDRPDR iter env 6
3485       - 89  # rls2101.rel NDRPDR iter RND env 6
3486       - 90  # rls2101.rel NDRPDR iter RND env 6
3487       - 91  # rls2101.rel NDRPDR iter RND env 6
3488       - 92  # rls2101.rel NDRPDR iter RND env 6
3489       - 93  # rls2101.rel NDRPDR iter RND env 6
3490       - 96  # rls2101.rel NDRPDR iter RND env 6
3491       - 98  # rls2101.rel NDRPDR iter RND env 6
3492       - 99  # rls2101.rel NDRPDR iter RND env 6
3493       - 101 # rls2101.rel NDRPDR iter RND env 6
3494       - 102 # rls2101.rel NDRPDR iter RND env 6
3495       - 116 # rls2101.rel NDRPDR iter NAT env 6
3496       - 117 # rls2101.rel NDRPDR iter NAT env 6
3497       - 118 # rls2101.rel NDRPDR iter NAT env 6
3498       - 119 # rls2101.rel NDRPDR iter NAT env 6
3499       - 120 # rls2101.rel NDRPDR iter NAT env 6
3500       - 121 # rls2101.rel NDRPDR iter NAT env 6
3501       - 122 # rls2101.rel NDRPDR iter NAT env 6
3502       - 123 # rls2101.rel NDRPDR iter NAT env 6
3503       - 124 # rls2101.rel NDRPDR iter NAT env 6
3504       - 125 # rls2101.rel NDRPDR iter NAT env 6
3505       - 65  # rls2101.rel MRR nf-density iter env 6
3506       - 67  # rls2101.rel NDRPDR nf-density iter env 6
3507       - 72  # rls2101.rel NDRPDR nf-density iter env 6
3508       - 79  # rls2101.rel NDRPDR nf-density iter env 6
3509       - 83  # rls2101.rel NDRPDR nf-density iter env 6
3510       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3511       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3512       - 103 # rls2101.rel NDRPDR nf-density iter env 6
3513       - 108 # rls2101.rel NDRPDR nf-density iter env 6
3514       - 109 # rls2101.rel NDRPDR nf-density iter env 6
3515       - 110 # rls2101.rel NDRPDR nf-density iter env 6
3516       - 64  # rls2101.rel NDRPDR reconf iter env 6
3517       - 66  # rls2101.rel NDRPDR reconf iter env 6
3518       - 71  # rls2101.rel NDRPDR reconf iter env 6
3519       - 74  # rls2101.rel NDRPDR reconf iter env 6
3520       - 78  # rls2101.rel NDRPDR reconf iter env 6
3521       - 87  # rls2101.rel NDRPDR reconf iter env 6
3522       - 95  # rls2101.rel NDRPDR reconf iter env 6
3523       - 100 # rls2101.rel NDRPDR reconf iter env 6
3524       - 104 # rls2101.rel NDRPDR reconf iter env 6
3525       - 106 # rls2101.rel NDRPDR reconf iter env 6
3526       - 68  # rls2101.rel soak env 6
3527       - 73  # rls2101.rel soak env 6
3528       - 129 # rls2101.rel MRR GSO iter env 6
3529     csit-vpp-perf-report-coverage-2101-2n-skx:
3530       - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
3531       - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
3532       - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
3533       - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
3534       - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
3535       - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
3536       - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
3537       - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
3538       - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3539       - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3540       - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
3541       - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
3542       - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
3543       - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
3544       - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
3545       - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
3546       - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
3547       - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
3548       - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
3549
3550     csit-vpp-perf-report-iterative-2009-2n-clx:
3551       - 77  # rls2005 MRR iter env 5
3552       - 13  # rls2005 NDRPDR iter env 5
3553       - 15  # rls2005 NDRPDR iter env 5
3554       - 17  # rls2005 NDRPDR iter env 5
3555       - 18  # rls2005 NDRPDR iter env 5
3556       - 19  # rls2005 NDRPDR iter env 5
3557       - 20  # rls2005 NDRPDR iter env 5
3558       - 21  # rls2005 NDRPDR iter env 5
3559       - 22  # rls2005 NDRPDR iter env 5
3560       - 23  # rls2005 NDRPDR iter env 5
3561       - 24  # rls2005 NDRPDR iter env 5
3562       - 125 # rls2009 MRR iter env 5
3563       - 36  # rls2009 NDRPDR iter env 5
3564       - 39  # rls2009 NDRPDR iter env 5
3565       - 40  # rls2009 NDRPDR iter env 5
3566       - 65  # rls2009 NDRPDR iter env 5
3567       - 66  # rls2009 NDRPDR iter env 5
3568       - 79  # rls2009 NDRPDR iter env 5
3569       - 82  # rls2009 NDRPDR iter env 5
3570       - 88  # rls2009 NDRPDR iter env 5
3571       - 89  # rls2009 NDRPDR iter env 5
3572       - 90  # rls2009 NDRPDR iter env 5
3573       - 114 # rls2009 NDRPDR iter NAT44 env 5
3574       - 115 # rls2009 NDRPDR iter NAT44 env 5
3575       - 116 # rls2009 NDRPDR iter NAT44 env 5
3576       - 117 # rls2009 NDRPDR iter NAT44 env 5
3577       - 118 # rls2009 NDRPDR iter NAT44 env 5
3578       - 119 # rls2009 NDRPDR iter NAT44 env 5
3579       - 121 # rls2009 NDRPDR iter NAT44 env 5
3580       - 122 # rls2009 NDRPDR iter NAT44 env 5
3581       - 123 # rls2009 NDRPDR iter NAT44 env 5
3582       - 126 # rls2009 NDRPDR iter NAT44 env 5
3583     csit-vpp-perf-report-iterative-2101-2n-clx:
3584       - 15  # rls2009 MRR iter env 6
3585       - 142 # rls2009 MRR MLX iter env 6
3586       - 16  # rls2009 NDRPDR iter env 6
3587       - 17  # rls2009 NDRPDR iter env 6
3588       - 18  # rls2009 NDRPDR iter env 6
3589       - 19  # rls2009 NDRPDR iter env 6
3590       - 20  # rls2009 NDRPDR iter env 6
3591       - 21  # rls2009 NDRPDR iter env 6
3592       - 32  # rls2009 NDRPDR iter env 6
3593       - 33  # rls2009 NDRPDR iter env 6
3594       - 34  # rls2009 NDRPDR iter env 6
3595       - 35  # rls2009 NDRPDR iter env 6
3596       - 146 # rls2009 NDRPDR MLX iter env 6
3597       - 147 # rls2009 NDRPDR MLX iter env 6
3598       - 148 # rls2009 NDRPDR MLX iter env 6
3599       - 149 # rls2009 NDRPDR MLX iter env 6
3600       - 150 # rls2009 NDRPDR MLX iter env 6
3601       - 151 # rls2009 NDRPDR MLX iter env 6
3602       - 152 # rls2009 NDRPDR MLX iter env 6
3603       - 153 # rls2009 NDRPDR MLX iter env 6
3604       - 154 # rls2009 NDRPDR MLX iter env 6
3605       - 155 # rls2009 NDRPDR MLX iter env 6
3606       - 53  # rls2101.rel MRR iter env 6
3607       - 133 # rls2101.rel MRR MLX iter env 6
3608       - 54  # rls2101.rel NDRPDR iter env 6
3609       - 59  # rls2101.rel NDRPDR iter env 6
3610       - 60  # rls2101.rel NDRPDR iter env 6
3611       - 63  # rls2101.rel NDRPDR iter env 6
3612       - 66  # rls2101.rel NDRPDR iter env 6
3613       - 68  # rls2101.rel NDRPDR iter env 6
3614       - 73  # rls2101.rel NDRPDR iter env 6
3615       - 75  # rls2101.rel NDRPDR iter env 6
3616       - 86  # rls2101.rel NDRPDR iter env 6
3617       - 90  # rls2101.rel NDRPDR iter env 6
3618       - 80  # rls2101.rel NDRPDR iter RND env 6
3619       - 87  # rls2101.rel NDRPDR iter RND env 6
3620       - 91  # rls2101.rel NDRPDR iter RND env 6
3621       - 92  # rls2101.rel NDRPDR iter RND env 6
3622       - 93  # rls2101.rel NDRPDR iter RND env 6
3623       - 94  # rls2101.rel NDRPDR iter RND env 6
3624       - 95  # rls2101.rel NDRPDR iter RND env 6
3625       - 100 # rls2101.rel NDRPDR iter RND env 6
3626       - 106 # rls2101.rel NDRPDR iter RND env 6
3627       - 108 # rls2101.rel NDRPDR iter RND env 6
3628       - 112 # rls2101.rel NDRPDR iter NAT env 6
3629       - 113 # rls2101.rel NDRPDR iter NAT env 6
3630       - 114 # rls2101.rel NDRPDR iter NAT env 6
3631       - 115 # rls2101.rel NDRPDR iter NAT env 6
3632       - 116 # rls2101.rel NDRPDR iter NAT env 6
3633       - 117 # rls2101.rel NDRPDR iter NAT env 6
3634       - 118 # rls2101.rel NDRPDR iter NAT env 6
3635       - 119 # rls2101.rel NDRPDR iter NAT env 6
3636       - 120 # rls2101.rel NDRPDR iter NAT env 6
3637       - 121 # rls2101.rel NDRPDR iter NAT env 6
3638       - 122 # rls2101.rel NDRPDR iter MLX env 6
3639       - 123 # rls2101.rel NDRPDR iter MLX env 6
3640       - 124 # rls2101.rel NDRPDR iter MLX env 6
3641       - 126 # rls2101.rel NDRPDR iter MLX env 6
3642       - 127 # rls2101.rel NDRPDR iter MLX env 6
3643       - 128 # rls2101.rel NDRPDR iter MLX env 6
3644       - 129 # rls2101.rel NDRPDR iter MLX env 6
3645       - 130 # rls2101.rel NDRPDR iter MLX env 6
3646       - 131 # rls2101.rel NDRPDR iter MLX env 6
3647       - 132 # rls2101.rel NDRPDR iter MLX env 6
3648       - 72  # rls2101.rel MRR nf-density iter env 6
3649       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3650       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3651       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3652       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3653       - 82  # rls2101.rel NDRPDR nf-density iter env 6
3654       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3655       - 89  # rls2101.rel NDRPDR nf-density iter env 6
3656       - 96  # rls2101.rel NDRPDR nf-density iter env 6
3657       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3658       - 98  # rls2101.rel NDRPDR nf-density iter env 6
3659       - 55  # rls2101.rel NDRPDR reconf iter env 6
3660       - 64  # rls2101.rel NDRPDR reconf iter env 6
3661       - 76  # rls2101.rel NDRPDR reconf iter env 6
3662       - 83  # rls2101.rel NDRPDR reconf iter env 6
3663       - 99  # rls2101.rel NDRPDR reconf iter env 6
3664       - 101 # rls2101.rel NDRPDR reconf iter env 6
3665       - 102 # rls2101.rel NDRPDR reconf iter env 6
3666       - 107 # rls2101.rel NDRPDR reconf iter env 6
3667       - 109 # rls2101.rel NDRPDR reconf iter env 6
3668       - 110 # rls2101.rel NDRPDR reconf iter env 6
3669       - 58  # rls2101.rel soak env 6
3670       - 61  # rls2101.rel soak env 6
3671       - 159 # rls2101.rel MRR GSO iter env 6
3672     csit-vpp-perf-report-coverage-2101-2n-clx:
3673       - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
3674       - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
3675       - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
3676       - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
3677       - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
3678       - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
3679       - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
3680       - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
3681       - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3682       - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3683       - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
3684       - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
3685       - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
3686       - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
3687       - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
3688       - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
3689       - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
3690       - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
3691       - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
3692
3693     intel-csit-vpp-perf-report-iterative-2101-2n-icx:
3694       - 1   # master NDRPDR iter env 6
3695
3696     csit-vpp-perf-report-iterative-2009-2n-zn2:
3697       - 15  # rls2009 MRR iter env 5
3698       - 17  # rls2009 NDRPDR iter env 5
3699       - 18  # rls2009 NDRPDR iter env 5
3700       - 31  # rls2009 NDRPDR iter env 5
3701       - 33  # rls2009 NDRPDR iter env 5
3702       - 34  # rls2009 NDRPDR iter env 5
3703     csit-vpp-perf-report-iterative-2101-2n-zn2:
3704       - 8   # rls2009 MRR iter env6
3705       - 9   # rls2009 NDRPDR iter env 6
3706       - 10  # rls2009 NDRPDR iter env 6
3707       - 11  # rls2009 NDRPDR iter env 6
3708       - 12  # rls2009 NDRPDR iter env 6
3709       - 13  # rls2009 NDRPDR iter env 6
3710       - 20  # rls2009 NDRPDR iter env 6
3711       - 21  # rls2009 NDRPDR iter env 6
3712       - 22  # rls2009 NDRPDR iter env 6
3713       - 25  # rls2009 NDRPDR iter env 6
3714       - 26  # rls2009 NDRPDR iter env 6
3715       - 30  # rls2101.rel MRR iter env 6
3716       - 31  # rls2101.rel NDRPDR iter env 6
3717       - 32  # rls2101.rel NDRPDR iter env 6
3718       - 33  # rls2101.rel NDRPDR iter env 6
3719       - 34  # rls2101.rel NDRPDR iter env 6
3720       - 35  # rls2101.rel NDRPDR iter env 6
3721       - 36  # rls2101.rel NDRPDR iter env 6
3722       - 37  # rls2101.rel NDRPDR iter env 6
3723       - 38  # rls2101.rel NDRPDR iter env 6
3724       - 44  # rls2101.rel NDRPDR iter env 6
3725       - 49  # rls2101.rel NDRPDR iter env 6
3726       - 39  # rls2101.rel NDRPDR iter RND env 6
3727       - 40  # rls2101.rel NDRPDR iter RND env 6
3728       - 41  # rls2101.rel NDRPDR iter RND env 6
3729       - 42  # rls2101.rel NDRPDR iter RND env 6
3730       - 43  # rls2101.rel NDRPDR iter RND env 6
3731       - 45  # rls2101.rel NDRPDR iter RND env 6
3732       - 48  # rls2101.rel NDRPDR iter RND env 6
3733       - 50  # rls2101.rel NDRPDR iter RND env 6
3734       - 51  # rls2101.rel NDRPDR iter RND env 6
3735       - 52  # rls2101.rel NDRPDR iter RND env 6
3736       - 56  # rls2101.rel MRR GSO iter env 6
3737     csit-vpp-perf-report-coverage-2101-2n-zn2:
3738       - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
3739       - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
3740       - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
3741       - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
3742       - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
3743       - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
3744       - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
3745       - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
3746       - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
3747       - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
3748       - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
3749       - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
3750       - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
3751       - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
3752       - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3753       - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3754       - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
3755
3756     csit-vpp-perf-report-iterative-2009-3n-tsh:
3757       - 8   # rls2005 NDRPDR iter env 5
3758       - 11  # rls2005 NDRPDR iter env 5
3759       - 12  # rls2005 NDRPDR iter env 5
3760       - 24  # rls2005 NDRPDR iter env 5
3761       - 27  # rls2005 NDRPDR iter env 5
3762       - 29  # rls2005 NDRPDR iter env 5
3763       - 31  # rls2005 NDRPDR iter env 5
3764       - 39  # rls2005 NDRPDR iter env 5
3765       - 40  # rls2005 NDRPDR iter env 5
3766       - 42  # rls2005 NDRPDR iter env 5
3767       - 13  # rls2005 MRR iter env 5
3768       - 14  # rls2009 NDRPDR iter env 5
3769       - 20  # rls2009 NDRPDR iter env 5
3770       - 21  # rls2009 NDRPDR iter env 5
3771       - 22  # rls2009 NDRPDR iter env 5
3772       - 23  # rls2009 NDRPDR iter env 5
3773       - 28  # rls2009 NDRPDR iter env 5
3774       - 30  # rls2009 NDRPDR iter env 5
3775       - 33  # rls2009 NDRPDR iter env 5
3776       - 38  # rls2009 NDRPDR iter env 5
3777       - 41  # rls2009 NDRPDR iter env 5
3778       - 15  # rls2009 MRR iter env 5
3779     csit-vpp-perf-report-iterative-2101-3n-tsh:
3780       - 7   # rls2009 MRR iter env 6
3781       - 8   # rls2009 NDRPDR iter env 6
3782       - 13  # rls2009 NDRPDR iter env 6
3783       - 14  # rls2009 NDRPDR iter env 6
3784       - 15  # rls2009 NDRPDR iter env 6
3785       - 16  # rls2009 NDRPDR iter env 6
3786       - 17  # rls2009 NDRPDR iter env 6
3787       - 18  # rls2009 NDRPDR iter env 6
3788       - 19  # rls2009 NDRPDR iter env 6
3789       - 21  # rls2009 NDRPDR iter env 6
3790       - 22  # rls2101.rel MRR iter env 6
3791       - 23  # rls2101.rel NDRPDR iter env 6
3792       - 24  # rls2101.rel NDRPDR iter env 6
3793       - 25  # rls2101.rel NDRPDR iter env 6
3794       - 26  # rls2101.rel NDRPDR iter env 6
3795       - 27  # rls2101.rel NDRPDR iter env 6
3796       - 28  # rls2101.rel NDRPDR iter env 6
3797       - 29  # rls2101.rel NDRPDR iter env 6
3798       - 30  # rls2101.rel NDRPDR iter env 6
3799       - 31  # rls2101.rel NDRPDR iter env 6
3800       - 32  # rls2101.rel NDRPDR iter env 6
3801     csit-vpp-perf-report-coverage-2101-3n-tsh:
3802       - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
3803       - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
3804       - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
3805       - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
3806       - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
3807       - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
3808       - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
3809       - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
3810       - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
3811       - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
3812       - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
3813       - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
3814       - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
3815       - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
3816       - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
3817       - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
3818       - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
3819       - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
3820
3821     csit-vpp-perf-report-iterative-2101-2n-tx2:
3822       - 5   # rls2009 MRR iter env 6
3823       - 6   # rls2009 NDRPDR iter env 6
3824       - 7   # rls2009 NDRPDR iter env 6
3825       - 11  # rls2009 NDRPDR iter env 6
3826       - 12  # rls2009 NDRPDR iter env 6
3827       - 13  # rls2009 NDRPDR iter env 6
3828       - 16  # rls2009 NDRPDR iter env 6
3829       - 17  # rls2009 NDRPDR iter env 6
3830       - 18  # rls2009 NDRPDR iter env 6
3831       - 19  # rls2009 NDRPDR iter env 6
3832       - 20  # rls2009 NDRPDR iter env 6
3833       - 21  # rls2101.rel MRR iter env 6
3834       - 22  # rls2101.rel NDRPDR iter env 6
3835       - 23  # rls2101.rel NDRPDR iter env 6
3836       - 24  # rls2101.rel NDRPDR iter env 6
3837       - 25  # rls2101.rel NDRPDR iter env 6
3838       - 26  # rls2101.rel NDRPDR iter env 6
3839       - 27  # rls2101.rel NDRPDR iter env 6
3840       - 28  # rls2101.rel NDRPDR iter env 6
3841       - 29  # rls2101.rel NDRPDR iter env 6
3842       - 30  # rls2101.rel NDRPDR iter env 6
3843       - 31  # rls2101.rel NDRPDR iter env 6
3844     csit-vpp-perf-report-coverage-2101-2n-tx2:
3845       - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
3846       - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
3847       - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
3848       - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
3849       - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
3850       - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
3851       - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
3852       - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
3853       - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
3854       - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
3855       - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
3856       - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
3857       - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
3858       - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
3859
3860     csit-vpp-perf-report-iterative-2009-3n-dnv:
3861       - 16  # rls2005 NDRPDR iter env 5
3862       - 23  # rls2005 NDRPDR iter env 5
3863       - 25  # rls2005 NDRPDR iter env 5
3864       - 26  # rls2005 NDRPDR iter env 5
3865       - 27  # rls2005 NDRPDR iter env 5
3866       - 28  # rls2005 NDRPDR iter env 5
3867       - 29  # rls2005 NDRPDR iter env 5
3868       - 30  # rls2005 NDRPDR iter env 5
3869       - 31  # rls2005 NDRPDR iter env 5
3870       - 32  # rls2005 NDRPDR iter env 5
3871       - 19  # rls2005 MRR iter env 5
3872       - 3   # rls2009 NDRPDR iter env 5
3873       - 6   # rls2009 NDRPDR iter env 5
3874       - 7   # rls2009 NDRPDR iter env 5
3875       - 8   # rls2009 NDRPDR iter env 5
3876       - 10  # rls2009 NDRPDR iter env 5
3877       - 11  # rls2009 NDRPDR iter env 5
3878       - 12  # rls2009 NDRPDR iter env 5
3879       - 14  # rls2009 NDRPDR iter env 5
3880       - 15  # rls2009 NDRPDR iter env 5
3881       - 24  # rls2009 NDRPDR iter env 5
3882       - 22  # rls2009 MRR iter env 5
3883     csit-vpp-perf-report-iterative-2101-3n-dnv:
3884       - 32  # rls2101.rel MRR iter env 6
3885       - 33  # rls2101.rel NDRPDR iter env 6
3886       - 34  # rls2101.rel NDRPDR iter env 6
3887       - 35  # rls2101.rel NDRPDR iter env 6
3888       - 36  # rls2101.rel NDRPDR iter env 6
3889       - 37  # rls2101.rel NDRPDR iter env 6
3890       - 38  # rls2101.rel NDRPDR iter env 6
3891       - 39  # rls2101.rel NDRPDR iter env 6
3892       - 40  # rls2101.rel NDRPDR iter env 6
3893       - 41  # rls2101.rel NDRPDR iter env 6
3894       - 42  # rls2101.rel NDRPDR iter env 6
3895       - 43  # rls2101.rel NDRPDR iter RND env 6
3896       - 44  # rls2101.rel NDRPDR iter RND env 6
3897       - 45  # rls2101.rel NDRPDR iter RND env 6
3898       - 46  # rls2101.rel NDRPDR iter RND env 6
3899       - 47  # rls2101.rel NDRPDR iter RND env 6
3900       - 48  # rls2101.rel NDRPDR iter RND env 6
3901       - 49  # rls2101.rel NDRPDR iter RND env 6
3902       - 50  # rls2101.rel NDRPDR iter RND env 6
3903       - 51  # rls2101.rel NDRPDR iter RND env 6
3904       - 52  # rls2101.rel NDRPDR iter RND env 6
3905     csit-vpp-perf-report-coverage-2101-3n-dnv:
3906       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3907       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3908       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3909       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3910       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3911       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3912       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3913       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3914       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3915
3916     csit-vpp-perf-report-iterative-2009-2n-dnv:
3917       - 16  # rls2005 NDRPDR iter env 5
3918       - 17  # rls2005 NDRPDR iter env 5
3919       - 18  # rls2005 NDRPDR iter env 5
3920       - 19  # rls2005 NDRPDR iter env 5
3921       - 21  # rls2005 NDRPDR iter env 5
3922       - 24  # rls2005 NDRPDR iter env 5
3923       - 27  # rls2005 NDRPDR iter env 5
3924       - 28  # rls2005 NDRPDR iter env 5
3925       - 29  # rls2005 NDRPDR iter env 5
3926       - 30  # rls2005 NDRPDR iter env 5
3927       - 23  # rls2005 MRR iter env 5
3928       - 3   # rls2009 NDRPDR iter env 5
3929       - 5   # rls2009 NDRPDR iter env 5
3930       - 6   # rls2009 NDRPDR iter env 5
3931       - 7   # rls2009 NDRPDR iter env 5
3932       - 9   # rls2009 NDRPDR iter env 5
3933       - 10  # rls2009 NDRPDR iter env 5
3934       - 11  # rls2009 NDRPDR iter env 5
3935       - 12  # rls2009 NDRPDR iter env 5
3936       - 14  # rls2009 NDRPDR iter env 5
3937       - 15  # rls2009 NDRPDR iter env 5
3938       - 13  # rls2009 MRR iter env 5
3939     csit-vpp-perf-report-iterative-2101-2n-dnv:
3940       - 31  # rls2101.rel MRR iter env 6
3941       - 32  # rls2101.rel NDRPDR iter env 6
3942       - 33  # rls2101.rel NDRPDR iter env 6
3943       - 34  # rls2101.rel NDRPDR iter env 6
3944       - 35  # rls2101.rel NDRPDR iter env 6
3945       - 39  # rls2101.rel NDRPDR iter env 6
3946       - 41  # rls2101.rel NDRPDR iter env 6
3947       - 42  # rls2101.rel NDRPDR iter env 6
3948       - 43  # rls2101.rel NDRPDR iter env 6
3949       - 44  # rls2101.rel NDRPDR iter env 6
3950       - 45  # rls2101.rel NDRPDR iter env 6
3951       - 46  # rls2101.rel NDRPDR iter RND env 6
3952       - 47  # rls2101.rel NDRPDR iter RND env 6
3953       - 48  # rls2101.rel NDRPDR iter RND env 6
3954       - 49  # rls2101.rel NDRPDR iter RND env 6
3955       - 50  # rls2101.rel NDRPDR iter RND env 6
3956       - 51  # rls2101.rel NDRPDR iter RND env 6
3957       - 52  # rls2101.rel NDRPDR iter RND env 6
3958       - 53  # rls2101.rel NDRPDR iter RND env 6
3959       - 54  # rls2101.rel NDRPDR iter RND env 6
3960       - 55  # rls2101.rel NDRPDR iter RND env 6
3961     csit-vpp-perf-report-coverage-2101-2n-dnv:
3962       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3963       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3964       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3965       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3966       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3967       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3968
3969     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3970       - 25  # NDRPDR iter
3971       - 26  # NDRPDR iter
3972       - 27  # NDRPDR iter
3973       - 28  # NDRPDR iter
3974       - 29  # NDRPDR iter
3975       - 30  # NDRPDR iter
3976       - 31  # NDRPDR iter
3977       - 32  # NDRPDR iter
3978       - 33  # NDRPDR iter
3979       - 34  # NDRPDR iter
3980     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3981       - 6   # NDRPDR iter env5
3982       - 7   # NDRPDR iter env5
3983       - 8   # NDRPDR iter env5
3984       - 9   # NDRPDR iter env5
3985       - 10  # NDRPDR iter env5
3986       - 11  # NDRPDR iter env5
3987       - 12  # NDRPDR iter env5
3988       - 13  # NDRPDR iter env5
3989       - 14  # NDRPDR iter env5
3990       - 15  # NDRPDR iter env5
3991     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3992       - 11  # rls2101 NDRPDR iter env 6
3993       - 12  # rls2101 NDRPDR iter env 6
3994       - 13  # rls2101 NDRPDR iter env 6
3995       - 14  # rls2101 NDRPDR iter env 6
3996       - 16  # rls2101 NDRPDR iter env 6
3997       - 17  # rls2101 NDRPDR iter env 6
3998       - 18  # rls2101 NDRPDR iter env 6
3999       - 19  # rls2101 NDRPDR iter env 6
4000       - 20  # rls2101 NDRPDR iter env 6
4001       - 21  # rls2101 NDRPDR iter env 6
4002
4003     csit-dpdk-perf-report-iterative-2005-3n-skx:
4004       - 28  # NDRPDR iter
4005       - 29  # NDRPDR iter
4006       - 30  # NDRPDR iter
4007       - 31  # NDRPDR iter
4008       - 32  # NDRPDR iter
4009       - 33  # NDRPDR iter
4010       - 34  # NDRPDR iter
4011       - 35  # NDRPDR iter
4012       - 36  # NDRPDR iter
4013       - 37  # NDRPDR iter
4014     csit-dpdk-perf-report-iterative-2009-3n-skx:
4015       - 4   # NDRPDR sel env5
4016       - 5   # NDRPDR sel env5
4017       - 6   # NDRPDR sel env5
4018       - 7   # NDRPDR sel env5
4019       - 8   # NDRPDR sel env5
4020       - 9   # NDRPDR sel env5
4021       - 14  # NDRPDR sel env5
4022       - 11  # NDRPDR sel env5
4023       - 12  # NDRPDR sel env5
4024       - 13  # NDRPDR sel env5
4025     csit-dpdk-perf-report-iterative-2101-3n-skx:
4026       - 12  # rls2101 NDRPDR iter env 6
4027       - 14  # rls2101 NDRPDR iter env 6
4028       - 15  # rls2101 NDRPDR iter env 6
4029       - 17  # rls2101 NDRPDR iter env 6
4030       - 19  # rls2101 NDRPDR iter env 6
4031       - 20  # rls2101 NDRPDR iter env 6
4032       - 21  # rls2101 NDRPDR iter env 6
4033       - 22  # rls2101 NDRPDR iter env 6
4034       - 25  # rls2101 NDRPDR iter env 6
4035       - 26  # rls2101 NDRPDR iter env 6
4036
4037     csit-dpdk-perf-report-iterative-2005-2n-skx:
4038       - 20  # NDRPDR iter
4039       - 21  # NDRPDR iter
4040       - 22  # NDRPDR iter
4041       - 23  # NDRPDR iter
4042       - 24  # NDRPDR iter
4043       - 25  # NDRPDR iter
4044       - 26  # NDRPDR iter
4045       - 27  # NDRPDR iter
4046       - 28  # NDRPDR iter
4047       - 29  # NDRPDR iter
4048     csit-dpdk-perf-report-iterative-2009-2n-skx:
4049       - 4   # NDRPDR iter env5
4050       - 5   # NDRPDR iter env5
4051       - 6   # NDRPDR iter env5
4052       - 7   # NDRPDR iter env5
4053       - 8   # NDRPDR iter env5
4054       - 9   # NDRPDR iter env5
4055       - 10  # NDRPDR iter env5
4056       - 11  # NDRPDR iter env5
4057       - 12  # NDRPDR iter env5
4058       - 13  # NDRPDR iter env5
4059     csit-dpdk-perf-report-iterative-2101-2n-skx:
4060       - 11  # rls2101 NDRPDR iter env 6
4061       - 12  # rls2101 NDRPDR iter env 6
4062       - 13  # rls2101 NDRPDR iter env 6
4063       - 14  # rls2101 NDRPDR iter env 6
4064       - 15  # rls2101 NDRPDR iter env 6
4065       - 17  # rls2101 NDRPDR iter env 6
4066       - 18  # rls2101 NDRPDR iter env 6
4067       - 19  # rls2101 NDRPDR iter env 6
4068       - 20  # rls2101 NDRPDR iter env 6
4069       - 21  # rls2101 NDRPDR iter env 6
4070
4071     csit-dpdk-perf-report-iterative-2005-2n-clx:
4072       - 20  # NDRPDR iter
4073       - 21  # NDRPDR iter
4074       - 22  # NDRPDR iter
4075       - 23  # NDRPDR iter
4076       - 24  # NDRPDR iter
4077       - 25  # NDRPDR iter
4078       - 26  # NDRPDR iter
4079       - 27  # NDRPDR iter
4080       - 28  # NDRPDR iter
4081       - 29  # NDRPDR iter
4082     csit-dpdk-perf-report-iterative-2009-2n-clx:
4083       - 4   # NDRPDR iter env5
4084       - 5   # NDRPDR iter env5
4085       - 6   # NDRPDR iter env5
4086       - 7   # NDRPDR iter env5
4087       - 8   # NDRPDR iter env5
4088       - 9   # NDRPDR iter env5
4089       - 10  # NDRPDR iter env5
4090       - 11  # NDRPDR iter env5
4091       - 12  # NDRPDR iter env5
4092       - 13  # NDRPDR iter env5
4093     csit-dpdk-perf-report-iterative-2101-2n-clx:
4094       - 12  # rls2101 NDRPDR iter env 6
4095       - 13  # rls2101 NDRPDR iter env 6
4096       - 14  # rls2101 NDRPDR iter env 6
4097       - 15  # rls2101 NDRPDR iter env 6
4098       - 17  # rls2101 NDRPDR iter env 6
4099       - 18  # rls2101 NDRPDR iter env 6
4100       - 19  # rls2101 NDRPDR iter env 6
4101       - 20  # rls2101 NDRPDR iter env 6
4102       - 21  # rls2101 NDRPDR iter env 6
4103       - 22  # rls2101 NDRPDR iter env 6
4104
4105     csit-dpdk-perf-report-iterative-2009-2n-zn2:
4106       - 16  # NDRPDR iter env5
4107       - 21  # NDRPDR iter env5
4108       - 22  # NDRPDR iter env5
4109       - 23  # NDRPDR iter env5
4110       - 24  # NDRPDR iter env5
4111       - 25  # NDRPDR iter env5
4112       - 29  # NDRPDR iter env5
4113     csit-dpdk-perf-report-iterative-2101-2n-zn2:
4114       - 11  # rls2101 NDRPDR iter env 6
4115       - 12  # rls2101 NDRPDR iter env 6
4116       - 13  # rls2101 NDRPDR iter env 6
4117       - 14  # rls2101 NDRPDR iter env 6
4118       - 16  # rls2101 NDRPDR iter env 6
4119       - 17  # rls2101 NDRPDR iter env 6
4120       - 18  # rls2101 NDRPDR iter env 6
4121       - 19  # rls2101 NDRPDR iter env 6
4122       - 20  # rls2101 NDRPDR iter env 6
4123       - 21  # rls2101 NDRPDR iter env 6
4124
4125 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
4126 #      # No data
4127 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
4128 #      # No data
4129 #
4130 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
4131 #      # No data
4132 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
4133 #      # No data
4134
4135     csit-dpdk-perf-report-iterative-2005-3n-tsh:
4136       - 5   # NDRPDR sel
4137     csit-dpdk-perf-report-iterative-2009-3n-tsh:
4138       - 1   # NDRPDR iter env5
4139       - 2   # NDRPDR iter env5
4140       - 3   # NDRPDR iter env5
4141       - 4   # NDRPDR iter env5
4142       - 5   # NDRPDR iter env5
4143       - 6   # NDRPDR iter env5
4144       - 7   # NDRPDR iter env5
4145       - 9   # NDRPDR iter env5
4146       - 10  # NDRPDR iter env5
4147       - 11  # NDRPDR iter env5
4148     csit-dpdk-perf-report-iterative-2101-3n-tsh:
4149       - 11  # rls2101 NDRPDR iter env 6
4150       - 12  # rls2101 NDRPDR iter env 6
4151       - 13  # rls2101 NDRPDR iter env 6
4152       - 14  # rls2101 NDRPDR iter env 6
4153       - 16  # rls2101 NDRPDR iter env 6
4154       - 17  # rls2101 NDRPDR iter env 6
4155       - 18  # rls2101 NDRPDR iter env 6
4156       - 19  # rls2101 NDRPDR iter env 6
4157       - 20  # rls2101 NDRPDR iter env 6
4158       - 21  # rls2101 NDRPDR iter env 6
4159
4160     csit-dpdk-perf-report-iterative-2101-2n-tx2:
4161       - 4   # rls2101 NDRPDR iter env 6
4162       - 6   # rls2101 NDRPDR iter env 6
4163       - 7   # rls2101 NDRPDR iter env 6
4164       - 8   # rls2101 NDRPDR iter env 6
4165       - 9   # rls2101 NDRPDR iter env 6
4166       - 10  # rls2101 NDRPDR iter env 6
4167       - 11  # rls2101 NDRPDR iter env 6
4168       - 12  # rls2101 NDRPDR iter env 6
4169       - 13  # rls2101 NDRPDR iter env 6
4170       - 14  # rls2101 NDRPDR iter env 6
4171
4172     csit-vpp-device-2101-ubuntu1804-1n-skx:
4173       - 358  # rls2101.rel VPP DEV env 6
4174
4175 - type: "output"
4176   output: "report"
4177   format:
4178     html:
4179     - full
4180 #     pdf:
4181 #     - minimal
4182
4183 ################################################################################
4184 ###                               T A B L E S                                ###
4185 ################################################################################
4186
4187 # VPP Soak vs NDR - 2n-skx
4188 - type: "table"
4189   title: "VPP Soak vs NDR 2n-skx"
4190   algorithm: "table_soak_vs_ndr"
4191   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
4192   reference:
4193     title: "NDR"
4194     data: "vpp-soak-vs-ndr-2n-skx-ref"
4195   compare:
4196     title: "Soak"
4197     data: "vpp-soak-vs-ndr-2n-skx-cmp"
4198   data: "vpp-soak-vs-ndr-2n-skx"
4199   include-tests: "NDR"
4200   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4201   parameters:
4202     - "throughput"
4203     - "name"
4204     - "parent"
4205
4206 # VPP Soak vs NDR - 2n-clx
4207 - type: "table"
4208   title: "VPP Soak vs NDR 2n-clx"
4209   algorithm: "table_soak_vs_ndr"
4210   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
4211   reference:
4212     title: "NDR"
4213     data: "vpp-soak-vs-ndr-2n-clx-ref"
4214   compare:
4215     title: "Soak"
4216     data: "vpp-soak-vs-ndr-2n-clx-cmp"
4217   data: "vpp-soak-vs-ndr-2n-clx"
4218   include-tests: "NDR"
4219   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4220   parameters:
4221     - "throughput"
4222     - "name"
4223     - "parent"
4224
4225 ################################################################################
4226
4227 # VPP Compare NICs 3n-skx 2t1c ndr
4228 - type: "table"
4229   title: "VPP Compare NICs 3n-skx 2t1c ndr"
4230   algorithm: "table_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
4232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4233   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4234   columns:
4235     - title: "x710"
4236       data-set: "vpp-nic-comparison-3n-skx"
4237       tag: "NIC_Intel-X710"
4238     - title: "xxv710"
4239       data-set: "vpp-nic-comparison-3n-skx"
4240       tag: "NIC_Intel-XXV710"
4241   comparisons:
4242     - title: "Diff"
4243       reference: 1
4244       compare: 2
4245   legend:
4246     - ""
4247     - "x710, xxv710 - NICs tested."
4248     - "Diff - difference between x710 and xxv710 NIC."
4249
4250 # VPP Compare NICs 3n-skx 4t2c ndr
4251 - type: "table"
4252   title: "VPP Compare NICs 3n-skx 4t2c ndr"
4253   algorithm: "table_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
4255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4256   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4257   columns:
4258     - title: "x710"
4259       data-set: "vpp-nic-comparison-3n-skx"
4260       tag: "NIC_Intel-X710"
4261     - title: "xxv710"
4262       data-set: "vpp-nic-comparison-3n-skx"
4263       tag: "NIC_Intel-XXV710"
4264   comparisons:
4265     - title: "Diff"
4266       reference: 1
4267       compare: 2
4268   legend:
4269     - ""
4270     - "x710, xxv710 - NICs tested."
4271     - "Diff - difference between x710 and xxv710 NIC."
4272
4273 # VPP Compare NICs 3n-skx 2t1c pdr
4274 - type: "table"
4275   title: "VPP Compare NICs 3n-skx 2t1c pdr"
4276   algorithm: "table_comparison"
4277   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
4278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4279   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4280   columns:
4281     - title: "x710"
4282       data-set: "vpp-nic-comparison-3n-skx"
4283       tag: "NIC_Intel-X710"
4284     - title: "xxv710"
4285       data-set: "vpp-nic-comparison-3n-skx"
4286       tag: "NIC_Intel-XXV710"
4287   comparisons:
4288     - title: "Diff"
4289       reference: 1
4290       compare: 2
4291   legend:
4292     - ""
4293     - "x710, xxv710 - NICs tested."
4294     - "Diff - difference between x710 and xxv710 NIC."
4295
4296 # VPP Compare NICs 3n-skx 4t2c pdr
4297 - type: "table"
4298   title: "VPP Compare NICs 3n-skx 4t2c pdr"
4299   algorithm: "table_comparison"
4300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
4301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4302   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4303   columns:
4304     - title: "x710"
4305       data-set: "vpp-nic-comparison-3n-skx"
4306       tag: "NIC_Intel-X710"
4307     - title: "xxv710"
4308       data-set: "vpp-nic-comparison-3n-skx"
4309       tag: "NIC_Intel-XXV710"
4310   comparisons:
4311     - title: "Diff"
4312       reference: 1
4313       compare: 2
4314   legend:
4315     - ""
4316     - "x710, xxv710 - NICs tested."
4317     - "Diff - difference between x710 and xxv710 NIC."
4318
4319 # VPP Compare NICs 3n-skx 2t1c mrr
4320 - type: "table"
4321   title: "VPP Compare NICs 3n-skx 2t1c mrr"
4322   algorithm: "table_comparison"
4323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
4324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4325   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4326   columns:
4327     - title: "x710"
4328       data-set: "vpp-nic-comparison-3n-skx-mrr"
4329       tag: "NIC_Intel-X710"
4330     - title: "xxv710"
4331       data-set: "vpp-nic-comparison-3n-skx-mrr"
4332       tag: "NIC_Intel-XXV710"
4333   comparisons:
4334     - title: "Diff"
4335       reference: 1
4336       compare: 2
4337   legend:
4338     - ""
4339     - "x710, xxv710 - NICs tested."
4340     - "Diff - difference between x710 and xxv710 NIC."
4341
4342 # VPP Compare NICs 3n-skx 4t2c mrr
4343 - type: "table"
4344   title: "VPP Compare NICs 3n-skx 4t2c mrr"
4345   algorithm: "table_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
4347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4348   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4349   columns:
4350     - title: "x710"
4351       data-set: "vpp-nic-comparison-3n-skx-mrr"
4352       tag: "NIC_Intel-X710"
4353     - title: "xxv710"
4354       data-set: "vpp-nic-comparison-3n-skx-mrr"
4355       tag: "NIC_Intel-XXV710"
4356   comparisons:
4357     - title: "Diff"
4358       reference: 1
4359       compare: 2
4360   legend:
4361     - ""
4362     - "x710, xxv710 - NICs tested."
4363     - "Diff - difference between x710 and xxv710 NIC."
4364
4365 # VPP Compare NICs 3n-skx 8t4c mrr
4366 - type: "table"
4367   title: "VPP Compare NICs 3n-skx 8t4c mrr"
4368   algorithm: "table_comparison"
4369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
4370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4371   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4372   columns:
4373     - title: "x710"
4374       data-set: "vpp-nic-comparison-3n-skx-mrr"
4375       tag: "NIC_Intel-X710"
4376     - title: "xxv710"
4377       data-set: "vpp-nic-comparison-3n-skx-mrr"
4378       tag: "NIC_Intel-XXV710"
4379   comparisons:
4380     - title: "Diff"
4381       reference: 1
4382       compare: 2
4383   legend:
4384     - ""
4385     - "x710, xxv710 - NICs tested."
4386     - "Diff - difference between x710 and xxv710 NIC."
4387
4388 # VPP Compare NICs 2n-skx 2t1c ndr
4389 - type: "table"
4390   title: "VPP Compare NICs 2n-skx 2t1c ndr"
4391   algorithm: "table_comparison"
4392   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
4393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4394   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4395   columns:
4396     - title: "x710"
4397       data-set: "vpp-nic-comparison-2n-skx"
4398       tag: "NIC_Intel-X710"
4399     - title: "xxv710"
4400       data-set: "vpp-nic-comparison-2n-skx"
4401       tag: "NIC_Intel-XXV710"
4402   comparisons:
4403     - title: "Diff"
4404       reference: 1
4405       compare: 2
4406   legend:
4407     - ""
4408     - "x710, xxv710 - NICs tested."
4409     - "Diff - difference between x710 and xxv710 NIC."
4410
4411 # VPP Compare NICs 2n-skx 4t2c ndr
4412 - type: "table"
4413   title: "VPP Compare NICs 2n-skx 4t2c ndr"
4414   algorithm: "table_comparison"
4415   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
4416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4417   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4418   columns:
4419     - title: "x710"
4420       data-set: "vpp-nic-comparison-2n-skx"
4421       tag: "NIC_Intel-X710"
4422     - title: "xxv710"
4423       data-set: "vpp-nic-comparison-2n-skx"
4424       tag: "NIC_Intel-XXV710"
4425   comparisons:
4426     - title: "Diff"
4427       reference: 1
4428       compare: 2
4429   legend:
4430     - ""
4431     - "x710, xxv710 - NICs tested."
4432     - "Diff - difference between x710 and xxv710 NIC."
4433
4434 # VPP Compare NICs 2n-skx 2t1c pdr
4435 - type: "table"
4436   title: "VPP Compare NICs 2n-skx 2t1c pdr"
4437   algorithm: "table_comparison"
4438   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
4439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4440   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4441   columns:
4442     - title: "x710"
4443       data-set: "vpp-nic-comparison-2n-skx"
4444       tag: "NIC_Intel-X710"
4445     - title: "xxv710"
4446       data-set: "vpp-nic-comparison-2n-skx"
4447       tag: "NIC_Intel-XXV710"
4448   comparisons:
4449     - title: "Diff"
4450       reference: 1
4451       compare: 2
4452   legend:
4453     - ""
4454     - "x710, xxv710 - NICs tested."
4455     - "Diff - difference between x710 and xxv710 NIC."
4456
4457 # VPP Compare NICs 2n-skx 4t2c pdr
4458 - type: "table"
4459   title: "VPP Compare NICs 2n-skx 4t2c pdr"
4460   algorithm: "table_comparison"
4461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
4462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4463   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4464   columns:
4465     - title: "x710"
4466       data-set: "vpp-nic-comparison-2n-skx"
4467       tag: "NIC_Intel-X710"
4468     - title: "xxv710"
4469       data-set: "vpp-nic-comparison-2n-skx"
4470       tag: "NIC_Intel-XXV710"
4471   comparisons:
4472     - title: "Diff"
4473       reference: 1
4474       compare: 2
4475   legend:
4476     - ""
4477     - "x710, xxv710 - NICs tested."
4478     - "Diff - difference between x710 and xxv710 NIC."
4479
4480 # VPP Compare NICs 2n-skx 2t1c mrr
4481 - type: "table"
4482   title: "VPP Compare NICs 2n-skx 2t1c mrr"
4483   algorithm: "table_comparison"
4484   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
4485   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4486   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4487   columns:
4488     - title: "x710"
4489       data-set: "vpp-nic-comparison-2n-skx-mrr"
4490       tag: "NIC_Intel-X710"
4491     - title: "xxv710"
4492       data-set: "vpp-nic-comparison-2n-skx-mrr"
4493       tag: "NIC_Intel-XXV710"
4494   comparisons:
4495     - title: "Diff"
4496       reference: 1
4497       compare: 2
4498   legend:
4499     - ""
4500     - "x710, xxv710 - NICs tested."
4501     - "Diff - difference between x710 and xxv710 NIC."
4502
4503 # VPP Compare NICs 2n-skx 4t2c mrr
4504 - type: "table"
4505   title: "VPP Compare NICs 2n-skx 4t2c mrr"
4506   algorithm: "table_comparison"
4507   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
4508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4509   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4510   columns:
4511     - title: "x710"
4512       data-set: "vpp-nic-comparison-2n-skx-mrr"
4513       tag: "NIC_Intel-X710"
4514     - title: "xxv710"
4515       data-set: "vpp-nic-comparison-2n-skx-mrr"
4516       tag: "NIC_Intel-XXV710"
4517   comparisons:
4518     - title: "Diff"
4519       reference: 1
4520       compare: 2
4521   legend:
4522     - ""
4523     - "x710, xxv710 - NICs tested."
4524     - "Diff - difference between x710 and xxv710 NIC."
4525
4526 # VPP Compare NICs 2n-skx 8t4c mrr
4527 - type: "table"
4528   title: "VPP Compare NICs 2n-skx 8t4c mrr"
4529   algorithm: "table_comparison"
4530   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
4531   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4532   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4533   columns:
4534     - title: "x710"
4535       data-set: "vpp-nic-comparison-2n-skx-mrr"
4536       tag: "NIC_Intel-X710"
4537     - title: "xxv710"
4538       data-set: "vpp-nic-comparison-2n-skx-mrr"
4539       tag: "NIC_Intel-XXV710"
4540   comparisons:
4541     - title: "Diff"
4542       reference: 1
4543       compare: 2
4544   legend:
4545     - ""
4546     - "x710, xxv710 - NICs tested."
4547     - "Diff - difference between x710 and xxv710 NIC."
4548
4549 ################################################################################
4550 # VPP
4551
4552 # VPP Performance Changes 3n-hsw 1t1c pdr
4553 - type: "table"
4554   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
4555   algorithm: "table_comparison"
4556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
4557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4558   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4559   columns:
4560     - title: "2005.0-5"
4561       data-set: "vpp-performance-changes-3n-hsw-h1"
4562     - title: "2009.0-5"
4563       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4564     - title: "2009.0-6"
4565       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4566     - title: "2101.0-6"
4567       data-set: "vpp-performance-changes-3n-hsw-cmp"
4568   comparisons:
4569     - title: "2009.0-6 vs 2009.0-5"
4570       reference: 2
4571       compare: 3
4572 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
4573     - title: "2101.0-6 vs 2009.0-6"
4574       reference: 3
4575       compare: 4
4576 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
4577   legend:
4578     - ''
4579     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4580     - '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).'
4581     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4582     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4583     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4584
4585 # VPP Performance Changes 3n-hsw 2t2c pdr
4586 - type: "table"
4587   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
4588   algorithm: "table_comparison"
4589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
4590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4591   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4592   columns:
4593     - title: "2005.0-5"
4594       data-set: "vpp-performance-changes-3n-hsw-h1"
4595     - title: "2009.0-5"
4596       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4597     - title: "2009.0-6"
4598       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4599     - title: "2101.0-6"
4600       data-set: "vpp-performance-changes-3n-hsw-cmp"
4601   comparisons:
4602     - title: "2009.0-6 vs 2009.0-5"
4603       reference: 2
4604       compare: 3
4605 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
4606     - title: "2101.0-6 vs 2009.0-6"
4607       reference: 3
4608       compare: 4
4609 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
4610   legend:
4611     - ''
4612     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4613     - '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).'
4614     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4615     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4616     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4617
4618 # VPP Performance Changes 3n-hsw 1t1c ndr
4619 - type: "table"
4620   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
4621   algorithm: "table_comparison"
4622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
4623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4624   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4625   columns:
4626     - title: "2005.0-5"
4627       data-set: "vpp-performance-changes-3n-hsw-h1"
4628     - title: "2009.0-5"
4629       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4630     - title: "2009.0-6"
4631       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4632     - title: "2101.0-6"
4633       data-set: "vpp-performance-changes-3n-hsw-cmp"
4634   comparisons:
4635     - title: "2009.0-6 vs 2009.0-5"
4636       reference: 2
4637       compare: 3
4638 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
4639     - title: "2101.0-6 vs 2009.0-6"
4640       reference: 3
4641       compare: 4
4642 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
4643   legend:
4644     - ''
4645     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4646     - '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).'
4647     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4648     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4649     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4650
4651 # VPP Performance Changes 3n-hsw 2t2c ndr
4652 - type: "table"
4653   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
4654   algorithm: "table_comparison"
4655   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
4656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4657   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4658   columns:
4659     - title: "2005.0-5"
4660       data-set: "vpp-performance-changes-3n-hsw-h1"
4661     - title: "2009.0-5"
4662       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4663     - title: "2009.0-6"
4664       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4665     - title: "2101.0-6"
4666       data-set: "vpp-performance-changes-3n-hsw-cmp"
4667   comparisons:
4668     - title: "2009.0-6 vs 2009.0-5"
4669       reference: 2
4670       compare: 3
4671 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
4672     - title: "2101.0-6 vs 2009.0-6"
4673       reference: 3
4674       compare: 4
4675 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
4676   legend:
4677     - ''
4678     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4679     - '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).'
4680     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4681     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4682     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4683
4684 # VPP Performance Changes 3n-skx 2t1c pdr
4685 - type: "table"
4686   title: "VPP Performance Changes 3n-skx 2t1c pdr"
4687   algorithm: "table_comparison"
4688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
4689   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4690   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4691   columns:
4692     - title: "2005.0-5"
4693       data-set: "vpp-performance-changes-3n-skx-h1"
4694     - title: "2009.0-5"
4695       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4696     - title: "2009.0-6"
4697       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4698     - title: "2101.0-6"
4699       data-set: "vpp-performance-changes-3n-skx-cmp"
4700   comparisons:
4701     - title: "2009.0-6 vs 2009.0-5"
4702       reference: 2
4703       compare: 3
4704 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
4705     - title: "2101.0-6 vs 2009.0-6"
4706       reference: 3
4707       compare: 4
4708 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
4709   legend:
4710     - ''
4711     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4712     - '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).'
4713     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4714     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4715     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4716
4717 # VPP Performance Changes 3n-skx 4t2c pdr
4718 - type: "table"
4719   title: "VPP Performance Changes 3n-skx 4t2c pdr"
4720   algorithm: "table_comparison"
4721   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
4722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4723   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4724   columns:
4725     - title: "2005.0-5"
4726       data-set: "vpp-performance-changes-3n-skx-h1"
4727     - title: "2009.0-5"
4728       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4729     - title: "2009.0-6"
4730       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4731     - title: "2101.0-6"
4732       data-set: "vpp-performance-changes-3n-skx-cmp"
4733   comparisons:
4734     - title: "2009.0-6 vs 2009.0-5"
4735       reference: 2
4736       compare: 3
4737 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
4738     - title: "2101.0-6 vs 2009.0-6"
4739       reference: 3
4740       compare: 4
4741 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
4742   legend:
4743     - ''
4744     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4745     - '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).'
4746     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4747     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4748     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4749
4750 # VPP Performance Changes 3n-skx 2t1c ndr
4751 - type: "table"
4752   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4756   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4757   columns:
4758     - title: "2005.0-5"
4759       data-set: "vpp-performance-changes-3n-skx-h1"
4760     - title: "2009.0-5"
4761       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4762     - title: "2009.0-6"
4763       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4764     - title: "2101.0-6"
4765       data-set: "vpp-performance-changes-3n-skx-cmp"
4766   comparisons:
4767     - title: "2009.0-6 vs 2009.0-5"
4768       reference: 2
4769       compare: 3
4770 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4771     - title: "2101.0-6 vs 2009.0-6"
4772       reference: 3
4773       compare: 4
4774 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4775   legend:
4776     - ''
4777     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4778     - '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).'
4779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4780     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4781     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4782
4783 # VPP Performance Changes 3n-skx 4t2c ndr
4784 - type: "table"
4785   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4786   algorithm: "table_comparison"
4787   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4789   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4790   columns:
4791     - title: "2005.0-5"
4792       data-set: "vpp-performance-changes-3n-skx-h1"
4793     - title: "2009.0-5"
4794       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4795     - title: "2009.0-6"
4796       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4797     - title: "2101.0-6"
4798       data-set: "vpp-performance-changes-3n-skx-cmp"
4799   comparisons:
4800     - title: "2009.0-6 vs 2009.0-5"
4801       reference: 2
4802       compare: 3
4803 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4804     - title: "2101.0-6 vs 2009.0-6"
4805       reference: 3
4806       compare: 4
4807 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4808   legend:
4809     - ''
4810     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4811     - '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).'
4812     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4813     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4814     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4815
4816 # VPP Performance Changes 2n-skx 2t1c pdr
4817 - type: "table"
4818   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4819   algorithm: "table_comparison"
4820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4822   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4823   columns:
4824     - title: "2005.0-5"
4825       data-set: "vpp-performance-changes-2n-skx-h1"
4826     - title: "2009.0-5"
4827       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4828     - title: "2009.0-6"
4829       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4830     - title: "2101.0-6"
4831       data-set: "vpp-performance-changes-2n-skx-cmp"
4832   comparisons:
4833     - title: "2009.0-6 vs 2009.0-5"
4834       reference: 2
4835       compare: 3
4836 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4837     - title: "2101.0-6 vs 2009.0-6"
4838       reference: 3
4839       compare: 4
4840 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4841   legend:
4842     - ''
4843     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4844     - '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).'
4845     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4846     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4847     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4848
4849 # VPP Performance Changes 2n-skx 4t2c pdr
4850 - type: "table"
4851   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4852   algorithm: "table_comparison"
4853   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4855   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4856   columns:
4857     - title: "2005.0-5"
4858       data-set: "vpp-performance-changes-2n-skx-h1"
4859     - title: "2009.0-5"
4860       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4861     - title: "2009.0-6"
4862       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4863     - title: "2101.0-6"
4864       data-set: "vpp-performance-changes-2n-skx-cmp"
4865   comparisons:
4866     - title: "2009.0-6 vs 2009.0-5"
4867       reference: 2
4868       compare: 3
4869 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4870     - title: "2101.0-6 vs 2009.0-6"
4871       reference: 3
4872       compare: 4
4873 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4874   legend:
4875     - ''
4876     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4877     - '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).'
4878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4879     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4880     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4881
4882 # VPP Performance Changes 2n-skx 2t1c ndr
4883 - type: "table"
4884   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4885   algorithm: "table_comparison"
4886   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4888   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4889   columns:
4890     - title: "2005.0-5"
4891       data-set: "vpp-performance-changes-2n-skx-h1"
4892     - title: "2009.0-5"
4893       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4894     - title: "2009.0-6"
4895       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4896     - title: "2101.0-6"
4897       data-set: "vpp-performance-changes-2n-skx-cmp"
4898   comparisons:
4899     - title: "2009.0-6 vs 2009.0-5"
4900       reference: 2
4901       compare: 3
4902 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4903     - title: "2101.0-6 vs 2009.0-6"
4904       reference: 3
4905       compare: 4
4906 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4907   legend:
4908     - ''
4909     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4910     - '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).'
4911     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4912     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4913     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4914
4915 # VPP Performance Changes 2n-skx 4t2c ndr
4916 - type: "table"
4917   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4918   algorithm: "table_comparison"
4919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4921   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4922   columns:
4923     - title: "2005.0-5"
4924       data-set: "vpp-performance-changes-2n-skx-h1"
4925     - title: "2009.0-5"
4926       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4927     - title: "2009.0-6"
4928       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4929     - title: "2101.0-6"
4930       data-set: "vpp-performance-changes-2n-skx-cmp"
4931   comparisons:
4932     - title: "2009.0-6 vs 2009.0-5"
4933       reference: 2
4934       compare: 3
4935 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4936     - title: "2101.0-6 vs 2009.0-6"
4937       reference: 3
4938       compare: 4
4939 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4940   legend:
4941     - ''
4942     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4943     - '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).'
4944     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4945     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4946     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4947
4948 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4949 - type: "table"
4950   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4951   algorithm: "table_comparison"
4952   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4954   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4955   columns:
4956     - title: "2005.0-5"
4957       data-set: "vpp-performance-changes-2n-clx-h1"
4958     - title: "2009.0-5"
4959       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4960     - title: "2009.0-6"
4961       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4962     - title: "2101.0-6"
4963       data-set: "vpp-performance-changes-2n-clx-cmp"
4964   comparisons:
4965     - title: "2009.0-6 vs 2009.0-5"
4966       reference: 2
4967       compare: 3
4968 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4969     - title: "2101.0-6 vs 2009.0-6"
4970       reference: 3
4971       compare: 4
4972 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4973   legend:
4974     - ''
4975     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4976     - '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).'
4977     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4978     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4979     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4980
4981 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4982 - type: "table"
4983   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4987   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4988   columns:
4989     - title: "2005.0-5"
4990       data-set: "vpp-performance-changes-2n-clx-h1"
4991     - title: "2009.0-5"
4992       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4993     - title: "2009.0-6"
4994       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4995     - title: "2101.0-6"
4996       data-set: "vpp-performance-changes-2n-clx-cmp"
4997   comparisons:
4998     - title: "2009.0-6 vs 2009.0-5"
4999       reference: 2
5000       compare: 3
5001 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
5002     - title: "2101.0-6 vs 2009.0-6"
5003       reference: 3
5004       compare: 4
5005 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
5006   legend:
5007     - ''
5008     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
5009     - '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).'
5010     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5011     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5012     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5013
5014 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
5015 - type: "table"
5016   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
5017   algorithm: "table_comparison"
5018   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
5019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5020   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5021   columns:
5022     - title: "2005.0-5"
5023       data-set: "vpp-performance-changes-2n-clx-h1"
5024     - title: "2009.0-5"
5025       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5026     - title: "2009.0-6"
5027       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5028     - title: "2101.0-6"
5029       data-set: "vpp-performance-changes-2n-clx-cmp"
5030   comparisons:
5031     - title: "2009.0-6 vs 2009.0-5"
5032       reference: 2
5033       compare: 3
5034 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
5035     - title: "2101.0-6 vs 2009.0-6"
5036       reference: 3
5037       compare: 4
5038 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
5039   legend:
5040     - ''
5041     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
5042     - '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).'
5043     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5044     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5045     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5046
5047 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
5048 - type: "table"
5049   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
5050   algorithm: "table_comparison"
5051   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
5052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5053   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5054   columns:
5055     - title: "2005.0-5"
5056       data-set: "vpp-performance-changes-2n-clx-h1"
5057     - title: "2009.0-5"
5058       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5059     - title: "2009.0-6"
5060       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5061     - title: "2101.0-6"
5062       data-set: "vpp-performance-changes-2n-clx-cmp"
5063   comparisons:
5064     - title: "2009.0-6 vs 2009.0-5"
5065       reference: 2
5066       compare: 3
5067 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
5068     - title: "2101.0-6 vs 2009.0-6"
5069       reference: 3
5070       compare: 4
5071 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
5072   legend:
5073     - ''
5074     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
5075     - '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).'
5076     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5077     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5078     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5079
5080 # VPP Performance Changes 2n-clx-cx556a 2t1c pdr
5081 - type: "table"
5082   title: "VPP Performance Changes 2n-clx-cx556a 2t1c pdr"
5083   algorithm: "table_comparison"
5084   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-pdr"
5085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5086   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5087   columns:
5088     - title: "2005.0-5"
5089       data-set: "vpp-performance-changes-2n-clx-h1"
5090     - title: "2009.0-5"
5091       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5092     - title: "2009.0-6"
5093       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5094     - title: "2101.0-6"
5095       data-set: "vpp-performance-changes-2n-clx-cmp"
5096   comparisons:
5097     - title: "2009.0-6 vs 2009.0-5"
5098       reference: 2
5099       compare: 3
5100 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
5101     - title: "2101.0-6 vs 2009.0-6"
5102       reference: 3
5103       compare: 4
5104 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
5105   legend:
5106     - ''
5107     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
5108     - '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).'
5109     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5110     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5111     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5112
5113 # VPP Performance Changes 2n-clx-cx556a 4t2c pdr
5114 - type: "table"
5115   title: "VPP Performance Changes 2n-clx-cx556a 4t2c pdr"
5116   algorithm: "table_comparison"
5117   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-pdr"
5118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5119   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5120   columns:
5121     - title: "2005.0-5"
5122       data-set: "vpp-performance-changes-2n-clx-h1"
5123     - title: "2009.0-5"
5124       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5125     - title: "2009.0-6"
5126       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5127     - title: "2101.0-6"
5128       data-set: "vpp-performance-changes-2n-clx-cmp"
5129   comparisons:
5130     - title: "2009.0-6 vs 2009.0-5"
5131       reference: 2
5132       compare: 3
5133 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
5134     - title: "2101.0-6 vs 2009.0-6"
5135       reference: 3
5136       compare: 4
5137 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
5138   legend:
5139     - ''
5140     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
5141     - '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).'
5142     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5143     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5144     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5145
5146 # VPP Performance Changes 2n-clx-cx556a 2t1c ndr
5147 - type: "table"
5148   title: "VPP Performance Changes 2n-clx-cx556a 2t1c ndr"
5149   algorithm: "table_comparison"
5150   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-ndr"
5151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5152   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5153   columns:
5154     - title: "2005.0-5"
5155       data-set: "vpp-performance-changes-2n-clx-h1"
5156     - title: "2009.0-5"
5157       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5158     - title: "2009.0-6"
5159       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5160     - title: "2101.0-6"
5161       data-set: "vpp-performance-changes-2n-clx-cmp"
5162   comparisons:
5163     - title: "2009.0-6 vs 2009.0-5"
5164       reference: 2
5165       compare: 3
5166 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
5167     - title: "2101.0-6 vs 2009.0-6"
5168       reference: 3
5169       compare: 4
5170 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
5171   legend:
5172     - ''
5173     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
5174     - '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).'
5175     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5176     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5177     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5178
5179 # VPP Performance Changes 2n-clx-cx556a 4t2c ndr
5180 - type: "table"
5181   title: "VPP Performance Changes 2n-clx-cx556a ndr"
5182   algorithm: "table_comparison"
5183   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-ndr"
5184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5185   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5186   columns:
5187     - title: "2005.0-5"
5188       data-set: "vpp-performance-changes-2n-clx-h1"
5189     - title: "2009.0-5"
5190       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5191     - title: "2009.0-6"
5192       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5193     - title: "2101.0-6"
5194       data-set: "vpp-performance-changes-2n-clx-cmp"
5195   comparisons:
5196     - title: "2009.0-6 vs 2009.0-5"
5197       reference: 2
5198       compare: 3
5199 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
5200     - title: "2101.0-6 vs 2009.0-6"
5201       reference: 3
5202       compare: 4
5203 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
5204   legend:
5205     - ''
5206     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
5207     - '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).'
5208     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5209     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5210     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5211
5212 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
5213 - type: "table"
5214   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
5215   algorithm: "table_comparison"
5216   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
5217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5218   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5219   columns:
5220 #     - title: "2005.0-5"
5221 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5222     - title: "2009.0-5"
5223       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5224     - title: "2009.0-6"
5225       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5226     - title: "2101.0-6"
5227       data-set: "vpp-performance-changes-2n-zn2-cmp"
5228   comparisons:
5229     - title: "2009.0-6 vs 2009.0-5"
5230       reference: 1  # 2
5231       compare: 2  # 3
5232 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
5233     - title: "2101.0-6 vs 2009.0-6"
5234       reference: 2  # 3
5235       compare: 3  # 4
5236 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
5237   legend:
5238     - ''
5239     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
5240     - '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).'
5241     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5242     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5243     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5244
5245 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
5246 - type: "table"
5247   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
5248   algorithm: "table_comparison"
5249   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
5250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5251   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5252   columns:
5253 #     - title: "2005.0-5"
5254 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5255     - title: "2009.0-5"
5256       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5257     - title: "2009.0-6"
5258       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5259     - title: "2101.0-6"
5260       data-set: "vpp-performance-changes-2n-zn2-cmp"
5261   comparisons:
5262     - title: "2009.0-6 vs 2009.0-5"
5263       reference: 1  # 2
5264       compare: 2  # 3
5265 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
5266     - title: "2101.0-6 vs 2009.0-6"
5267       reference: 2  # 3
5268       compare: 3  # 4
5269 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
5270   legend:
5271     - ''
5272     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
5273     - '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).'
5274     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5275     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5276     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5277
5278 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
5279 - type: "table"
5280   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
5281   algorithm: "table_comparison"
5282   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
5283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5284   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5285   columns:
5286 #     - title: "2005.0-5"
5287 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5288     - title: "2009.0-5"
5289       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5290     - title: "2009.0-6"
5291       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5292     - title: "2101.0-6"
5293       data-set: "vpp-performance-changes-2n-zn2-cmp"
5294   comparisons:
5295     - title: "2009.0-6 vs 2009.0-5"
5296       reference: 1  # 2
5297       compare: 2  # 3
5298 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
5299     - title: "2101.0-6 vs 2009.0-6"
5300       reference: 2  # 3
5301       compare: 3  # 4
5302 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
5303   legend:
5304     - ''
5305     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5306     - '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).'
5307     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5308     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5309     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5310
5311 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
5312 - type: "table"
5313   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
5314   algorithm: "table_comparison"
5315   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
5316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5317   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5318   columns:
5319 #     - title: "2005.0-5"
5320 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5321     - title: "2009.0-5"
5322       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5323     - title: "2009.0-6"
5324       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5325     - title: "2101.0-6"
5326       data-set: "vpp-performance-changes-2n-zn2-cmp"
5327   comparisons:
5328     - title: "2009.0-6 vs 2009.0-5"
5329       reference: 1  # 2
5330       compare: 2  # 3
5331 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5332     - title: "2101.0-6 vs 2009.0-6"
5333       reference: 2  # 3
5334       compare: 3  # 4
5335 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5336   legend:
5337     - ''
5338     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5339     - '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).'
5340     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5341     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5342     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5343
5344 # VPP Performance Changes 2n-dnv 1t1c pdr
5345 - type: "table"
5346   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
5347   algorithm: "table_comparison"
5348   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
5349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5350   filter: "'1T1C'"
5351   columns:
5352     - title: "2005.0-5"
5353       data-set: "vpp-performance-changes-2n-dnv-h1"
5354     - title: "2009.0-5"
5355       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5356 #     - title: "2009.0-6"
5357 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5358     - title: "2101.0-6"
5359       data-set: "vpp-performance-changes-2n-dnv-cmp"
5360   comparisons:
5361 #     - title: "2009.0-6 vs 2009.0-5"
5362 #       reference: 2
5363 #       compare: 3
5364     - title: "2101.0-6 vs 2009.0-5"
5365       reference: 2
5366       compare: 3
5367   legend:
5368     - ''
5369     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5370     - '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).'
5371     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5372 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5373     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5374
5375 # VPP Performance Changes 2n-dnv 2t2c pdr
5376 - type: "table"
5377   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
5378   algorithm: "table_comparison"
5379   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
5380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5381   filter: "'2T2C'"
5382   columns:
5383     - title: "2005.0-5"
5384       data-set: "vpp-performance-changes-2n-dnv-h1"
5385     - title: "2009.0-5"
5386       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5387 #     - title: "2009.0-6"
5388 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5389     - title: "2101.0-6"
5390       data-set: "vpp-performance-changes-2n-dnv-cmp"
5391   comparisons:
5392 #     - title: "2009.0-6 vs 2009.0-5"
5393 #       reference: 2
5394 #       compare: 3
5395     - title: "2101.0-6 vs 2009.0-5"
5396       reference: 2
5397       compare: 3
5398   legend:
5399     - ''
5400     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5401     - '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).'
5402     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5403 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5404     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5405
5406 # VPP Performance Changes 2n-dnv 1t1c ndr
5407 - type: "table"
5408   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
5409   algorithm: "table_comparison"
5410   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
5411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5412   filter: "'1T1C'"
5413   columns:
5414     - title: "2005.0-5"
5415       data-set: "vpp-performance-changes-2n-dnv-h1"
5416     - title: "2009.0-5"
5417       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5418 #     - title: "2009.0-6"
5419 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5420     - title: "2101.0-6"
5421       data-set: "vpp-performance-changes-2n-dnv-cmp"
5422   comparisons:
5423 #     - title: "2009.0-6 vs 2009.0-5"
5424 #       reference: 2
5425 #       compare: 3
5426     - title: "2101.0-6 vs 2009.0-5"
5427       reference: 2
5428       compare: 3
5429   legend:
5430     - ''
5431     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5432     - '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).'
5433     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5434 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5435     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5436
5437 # VPP Performance Changes 2n-dnv 2t2c ndr
5438 - type: "table"
5439   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
5440   algorithm: "table_comparison"
5441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
5442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5443   filter: "'2T2C'"
5444   columns:
5445     - title: "2005.0-5"
5446       data-set: "vpp-performance-changes-2n-dnv-h1"
5447     - title: "2009.0-5"
5448       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5449 #     - title: "2009.0-6"
5450 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5451     - title: "2101.0-6"
5452       data-set: "vpp-performance-changes-2n-dnv-cmp"
5453   comparisons:
5454 #     - title: "2009.0-6 vs 2009.0-5"
5455 #       reference: 2
5456 #       compare: 3
5457     - title: "2101.0-6 vs 2009.0-5"
5458       reference: 2
5459       compare: 3
5460   legend:
5461     - ''
5462     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5463     - '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).'
5464     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5465 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5466     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5467
5468 # VPP Performance Changes 3n-dnv 1t1c pdr
5469 - type: "table"
5470   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
5471   algorithm: "table_comparison"
5472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
5473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5474   filter: "'1T1C'"
5475   columns:
5476     - title: "2005.0-5"
5477       data-set: "vpp-performance-changes-3n-dnv-h1"
5478     - title: "2009.0-5"
5479       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5480 #     - title: "2009.0-6"
5481 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5482     - title: "2101.0-6"
5483       data-set: "vpp-performance-changes-3n-dnv-cmp"
5484   comparisons:
5485 #     - title: "2009.0-6 vs 2009.0-5"
5486 #       reference: 2
5487 #       compare: 3
5488     - title: "2101.0-6 vs 2009.0-5"
5489       reference: 2
5490       compare: 3
5491   legend:
5492     - ''
5493     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5494     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5495     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5496 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5497     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5498
5499 # VPP Performance Changes 3n-dnv 2t2c pdr
5500 - type: "table"
5501   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
5502   algorithm: "table_comparison"
5503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
5504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5505   filter: "'2T2C'"
5506   columns:
5507     - title: "2005.0-5"
5508       data-set: "vpp-performance-changes-3n-dnv-h1"
5509     - title: "2009.0-5"
5510       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5511 #     - title: "2009.0-6"
5512 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5513     - title: "2101.0-6"
5514       data-set: "vpp-performance-changes-3n-dnv-cmp"
5515   comparisons:
5516 #     - title: "2009.0-6 vs 2009.0-5"
5517 #       reference: 2
5518 #       compare: 3
5519     - title: "2101.0-6 vs 2009.0-5"
5520       reference: 2
5521       compare: 3
5522   legend:
5523     - ''
5524     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5525     - '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).'
5526     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5527 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5528     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5529
5530 # VPP Performance Changes 3n-dnv 1t1c ndr
5531 - type: "table"
5532   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
5533   algorithm: "table_comparison"
5534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
5535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5536   filter: "'1T1C'"
5537   columns:
5538     - title: "2005.0-5"
5539       data-set: "vpp-performance-changes-3n-dnv-h1"
5540     - title: "2009.0-5"
5541       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5542 #     - title: "2009.0-6"
5543 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5544     - title: "2101.0-6"
5545       data-set: "vpp-performance-changes-3n-dnv-cmp"
5546   comparisons:
5547 #     - title: "2009.0-6 vs 2009.0-5"
5548 #       reference: 2
5549 #       compare: 3
5550     - title: "2101.0-6 vs 2009.0-5"
5551       reference: 2
5552       compare: 3
5553   legend:
5554     - ''
5555     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5556     - '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).'
5557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5558 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5559     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5560
5561 # VPP Performance Changes 3n-dnv 2t2c ndr
5562 - type: "table"
5563   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
5564   algorithm: "table_comparison"
5565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
5566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5567   filter: "'2T2C'"
5568   columns:
5569     - title: "2005.0-5"
5570       data-set: "vpp-performance-changes-3n-dnv-h1"
5571     - title: "2009.0-5"
5572       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5573 #     - title: "2009.0-6"
5574 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5575     - title: "2101.0-6"
5576       data-set: "vpp-performance-changes-3n-dnv-cmp"
5577   comparisons:
5578 #     - title: "2009.0-6 vs 2009.0-5"
5579 #       reference: 2
5580 #       compare: 3
5581     - title: "2101.0-6 vs 2009.0-5"
5582       reference: 2
5583       compare: 3
5584   legend:
5585     - ''
5586     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5587     - '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).'
5588     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5589 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5590     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5591
5592 # VPP Performance Changes 3n-tsh 1t1c pdr
5593 - type: "table"
5594   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
5595   algorithm: "table_comparison"
5596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
5597   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5598   filter: "'1T1C'"
5599   columns:
5600     - title: "2005.0-5"
5601       data-set: "vpp-performance-changes-3n-tsh-h1"
5602     - title: "2009.0-5"
5603       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5604     - title: "2009.0-6"
5605       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5606     - title: "2101.0-6"
5607       data-set: "vpp-performance-changes-3n-tsh-cmp"
5608   comparisons:
5609     - title: "2009.0-6 vs 2009.0-5"
5610       reference: 2
5611       compare: 3
5612 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
5613     - title: "2101.0-6 vs 2009.0-6"
5614       reference: 3
5615       compare: 4
5616 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
5617   legend:
5618     - ''
5619     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5620     - '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).'
5621     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5622     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5623     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5624
5625 # VPP Performance Changes 3n-tsh 2t2c pdr
5626 - type: "table"
5627   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
5628   algorithm: "table_comparison"
5629   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
5630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5631   filter: "'2T2C'"
5632   columns:
5633     - title: "2005.0-5"
5634       data-set: "vpp-performance-changes-3n-tsh-h1"
5635     - title: "2009.0-5"
5636       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5637     - title: "2009.0-6"
5638       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5639     - title: "2101.0-6"
5640       data-set: "vpp-performance-changes-3n-tsh-cmp"
5641   comparisons:
5642     - title: "2009.0-6 vs 2009.0-5"
5643       reference: 2
5644       compare: 3
5645 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
5646     - title: "2101.0-6 vs 2009.0-6"
5647       reference: 3
5648       compare: 4
5649 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
5650   legend:
5651     - ''
5652     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5653     - '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).'
5654     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5655     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5656     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5657
5658 # VPP Performance Changes 3n-tsh 1t1c ndr
5659 - type: "table"
5660   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
5661   algorithm: "table_comparison"
5662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
5663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5664   filter: "'1T1C'"
5665   columns:
5666     - title: "2005.0-5"
5667       data-set: "vpp-performance-changes-3n-tsh-h1"
5668     - title: "2009.0-5"
5669       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5670     - title: "2009.0-6"
5671       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5672     - title: "2101.0-6"
5673       data-set: "vpp-performance-changes-3n-tsh-cmp"
5674   comparisons:
5675     - title: "2009.0-6 vs 2009.0-5"
5676       reference: 2
5677       compare: 3
5678 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5679     - title: "2101.0-6 vs 2009.0-6"
5680       reference: 3
5681       compare: 4
5682 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5683   legend:
5684     - ''
5685     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5686     - '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).'
5687     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5688     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5689     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5690
5691 # VPP Performance Changes 3n-tsh 2t2c ndr
5692 - type: "table"
5693   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5694   algorithm: "table_comparison"
5695   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5697   filter: "'2T2C'"
5698   columns:
5699     - title: "2005.0-5"
5700       data-set: "vpp-performance-changes-3n-tsh-h1"
5701     - title: "2009.0-5"
5702       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5703     - title: "2009.0-6"
5704       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5705     - title: "2101.0-6"
5706       data-set: "vpp-performance-changes-3n-tsh-cmp"
5707   comparisons:
5708     - title: "2009.0-6 vs 2009.0-5"
5709       reference: 2
5710       compare: 3
5711 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5712     - title: "2101.0-6 vs 2009.0-6"
5713       reference: 3
5714       compare: 4
5715 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5716   legend:
5717     - ''
5718     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5719     - '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).'
5720     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5721     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5722     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5723
5724 # VPP Performance Changes 2n-tx2 1t1c pdr
5725 - type: "table"
5726   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
5727   algorithm: "table_comparison"
5728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5730   filter: "'1T1C'"
5731   columns:
5732 #     - title: "2005.0-5"
5733 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5734 #     - title: "2009.0-5"
5735 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5736     - title: "2009.0-6"
5737       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5738     - title: "2101.0-6"
5739       data-set: "vpp-performance-changes-2n-tx2-cmp"
5740   comparisons:
5741 #     - title: "2009.0-6 vs 2009.0-5"
5742 #       reference: 2
5743 #       compare: 3
5744     - title: "2101.0-6 vs 2009.0-6"
5745       reference: 1
5746       compare: 2
5747   legend:
5748     - ''
5749     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5750     - '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).'
5751     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5752 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5753     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5754
5755 # VPP Performance Changes 2n-tx2 2t2c pdr
5756 - type: "table"
5757   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
5758   algorithm: "table_comparison"
5759   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5761   filter: "'2T2C'"
5762   columns:
5763 #     - title: "2005.0-5"
5764 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5765 #     - title: "2009.0-5"
5766 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5767     - title: "2009.0-6"
5768       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5769     - title: "2101.0-6"
5770       data-set: "vpp-performance-changes-2n-tx2-cmp"
5771   comparisons:
5772 #     - title: "2009.0-6 vs 2009.0-5"
5773 #       reference: 2
5774 #       compare: 3
5775     - title: "2101.0-6 vs 2009.0-6"
5776       reference: 1
5777       compare: 2
5778   legend:
5779     - ''
5780     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5781     - '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).'
5782     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5783 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5784     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5785
5786 # VPP Performance Changes 2n-tx2 1t1c ndr
5787 - type: "table"
5788   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
5789   algorithm: "table_comparison"
5790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5792   filter: "'1T1C'"
5793   columns:
5794 #     - title: "2005.0-5"
5795 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5796 #     - title: "2009.0-5"
5797 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5798     - title: "2009.0-6"
5799       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5800     - title: "2101.0-6"
5801       data-set: "vpp-performance-changes-2n-tx2-cmp"
5802   comparisons:
5803 #     - title: "2009.0-6 vs 2009.0-5"
5804 #       reference: 2
5805 #       compare: 3
5806     - title: "2101.0-6 vs 2009.0-6"
5807       reference: 1
5808       compare: 2
5809   legend:
5810     - ''
5811     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5812     - '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).'
5813     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5814 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5815     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5816
5817 # VPP Performance Changes 2n-tx2 2t2c ndr
5818 - type: "table"
5819   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
5820   algorithm: "table_comparison"
5821   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5823   filter: "'2T2C'"
5824   columns:
5825 #     - title: "2005.0-5"
5826 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5827 #     - title: "2009.0-5"
5828 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5829     - title: "2009.0-6"
5830       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5831     - title: "2101.0-6"
5832       data-set: "vpp-performance-changes-2n-tx2-cmp"
5833   comparisons:
5834 #     - title: "2009.0-6 vs 2009.0-5"
5835 #       reference: 2
5836 #       compare: 3
5837     - title: "2101.0-6 vs 2009.0-6"
5838       reference: 1
5839       compare: 2
5840   legend:
5841     - ''
5842     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5843     - '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).'
5844     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5845 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5846     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5847
5848 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5849 - type: "table"
5850   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5851   algorithm: "table_comparison"
5852   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5854   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5855   columns:
5856     - title: "3n-hsw xl710"
5857       data-set: "vpp-compare-testbeds-ref"
5858       tag: "NIC_Intel-XL710"
5859     - title: "3n-skx xxv710"
5860       data-set: "vpp-compare-testbeds-cmp"
5861       tag: "NIC_Intel-XXV710"
5862   comparisons:
5863     - title: "Diff"
5864       reference: 1
5865       compare: 2
5866   legend:
5867     - ""
5868     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5869     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5870
5871 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5872 - type: "table"
5873   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5874   algorithm: "table_comparison"
5875   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5877   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5878   columns:
5879     - title: "3n-hsw xl710"
5880       data-set: "vpp-compare-testbeds-ref"
5881       tag: "NIC_Intel-XL710"
5882     - title: "3n-skx xxv710"
5883       data-set: "vpp-compare-testbeds-cmp"
5884       tag: "NIC_Intel-XXV710"
5885   comparisons:
5886     - title: "Diff"
5887       reference: 1
5888       compare: 2
5889   legend:
5890     - ""
5891     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5892     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5893
5894 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5895 - type: "table"
5896   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5897   algorithm: "table_comparison"
5898   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5900   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5901   columns:
5902     - title: "3n-hsw xl710"
5903       data-set: "vpp-compare-testbeds-ref"
5904       tag: "NIC_Intel-XL710"
5905     - title: "3n-skx xxv710"
5906       data-set: "vpp-compare-testbeds-cmp"
5907       tag: "NIC_Intel-XXV710"
5908   comparisons:
5909     - title: "Diff"
5910       reference: 1
5911       compare: 2
5912   legend:
5913     - ""
5914     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5915     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5916
5917 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5918 - type: "table"
5919   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5920   algorithm: "table_comparison"
5921   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5923   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5924   columns:
5925     - title: "3n-hsw xl710"
5926       data-set: "vpp-compare-testbeds-ref"
5927       tag: "NIC_Intel-XL710"
5928     - title: "3n-skx xxv710"
5929       data-set: "vpp-compare-testbeds-cmp"
5930       tag: "NIC_Intel-XXV710"
5931   comparisons:
5932     - title: "Diff"
5933       reference: 1
5934       compare: 2
5935   legend:
5936     - ""
5937     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5938     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5939
5940 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5941 - type: "table"
5942   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5943   algorithm: "table_comparison"
5944   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5946   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5947   columns:
5948     - title: "2n-skx"
5949       data-set: "vpp-compare-testbeds-skx-clx-ref"
5950     - title: "2n-clx"
5951       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5952   comparisons:
5953     - title: "Diff"
5954       reference: 1
5955       compare: 2
5956   legend:
5957     - ""
5958     - "2n-skx, 2n-clx - testbeds and NICs tested."
5959     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5960
5961 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5962 - type: "table"
5963   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5964   algorithm: "table_comparison"
5965   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5967   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5968   columns:
5969     - title: "2n-skx"
5970       data-set: "vpp-compare-testbeds-skx-clx-ref"
5971     - title: "2n-clx"
5972       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5973   comparisons:
5974     - title: "Diff"
5975       reference: 1
5976       compare: 2
5977   legend:
5978     - ""
5979     - "2n-skx, 2n-clx - testbeds and NICs tested."
5980     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5981
5982 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5983 - type: "table"
5984   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5985   algorithm: "table_comparison"
5986   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5988   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5989   columns:
5990     - title: "2n-skx"
5991       data-set: "vpp-compare-testbeds-skx-clx-ref"
5992     - title: "2n-clx"
5993       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5994   comparisons:
5995     - title: "Diff"
5996       reference: 1
5997       compare: 2
5998   legend:
5999     - ""
6000     - "2n-skx, 2n-clx - testbeds and NICs tested."
6001     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6002
6003 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
6004 - type: "table"
6005   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
6006   algorithm: "table_comparison"
6007   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
6008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6009   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6010   columns:
6011     - title: "2n-skx"
6012       data-set: "vpp-compare-testbeds-skx-clx-ref"
6013     - title: "2n-clx"
6014       data-set: "vpp-compare-testbeds-skx-clx-cmp"
6015   comparisons:
6016     - title: "Diff"
6017       reference: 1
6018       compare: 2
6019   legend:
6020     - ""
6021     - "2n-skx, 2n-clx - testbeds and NICs tested."
6022     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6023
6024 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
6025 - type: "table"
6026   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
6027   algorithm: "table_comparison"
6028   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
6029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6030   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
6031   columns:
6032     - title: "3n-hsw xl710"
6033       data-set: "vpp-compare-testbeds-hsw-clx-ref"
6034       tag: "NIC_Intel-XL710"
6035     - title: "2n-clx xxv710"
6036       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
6037       tag: "NIC_Intel-XXV710"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 1
6041       compare: 2
6042   legend:
6043     - ""
6044     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6045     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6046
6047 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
6048 - type: "table"
6049   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
6052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6053   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
6054   columns:
6055     - title: "3n-hsw xl710"
6056       data-set: "vpp-compare-testbeds-hsw-clx-ref"
6057       tag: "NIC_Intel-XL710"
6058     - title: "2n-clx xxv710"
6059       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
6060       tag: "NIC_Intel-XXV710"
6061   comparisons:
6062     - title: "Diff"
6063       reference: 1
6064       compare: 2
6065   legend:
6066     - ""
6067     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6068     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6069
6070 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
6071 - type: "table"
6072   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
6073   algorithm: "table_comparison"
6074   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
6075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6076   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
6077   columns:
6078     - title: "3n-hsw xl710"
6079       data-set: "vpp-compare-testbeds-hsw-clx-ref"
6080       tag: "NIC_Intel-XL710"
6081     - title: "2n-clx xxv710"
6082       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
6083       tag: "NIC_Intel-XXV710"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 1
6087       compare: 2
6088   legend:
6089     - ""
6090     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6091     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6092
6093 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
6094 - type: "table"
6095   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
6098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6099   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
6100   columns:
6101     - title: "3n-hsw xl710"
6102       data-set: "vpp-compare-testbeds-hsw-clx-ref"
6103       tag: "NIC_Intel-XL710"
6104     - title: "2n-clx xxv710"
6105       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
6106       tag: "NIC_Intel-XXV710"
6107   comparisons:
6108     - title: "Diff"
6109       reference: 1
6110       compare: 2
6111   legend:
6112     - ""
6113     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6114     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6115
6116 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c ndr
6117 - type: "table"
6118   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c ndr"
6119   algorithm: "table_comparison"
6120   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-1c-ndr"
6121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6122   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '1C'"
6123   columns:
6124     - title: "2n-clx xxv710"
6125       data-set: "vpp-compare-testbeds-clx-icx-ref"
6126       tag: "NIC_Intel-XXV710"
6127     - title: "2n-icx e810cq"
6128       data-set: "vpp-compare-testbeds-clx-icx-cmp"
6129       tag: "NIC_Intel-E810CQ"
6130   comparisons:
6131     - title: "Diff"
6132       reference: 1
6133       compare: 2
6134   legend:
6135     - ""
6136     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
6137     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
6138
6139 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c ndr
6140 - type: "table"
6141   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c ndr"
6142   algorithm: "table_comparison"
6143   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-2c-ndr"
6144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6145   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '2C'"
6146   columns:
6147     - title: "2n-clx xxv710"
6148       data-set: "vpp-compare-testbeds-clx-icx-ref"
6149       tag: "NIC_Intel-XXV710"
6150     - title: "2n-icx e810cq"
6151       data-set: "vpp-compare-testbeds-clx-icx-cmp"
6152       tag: "NIC_Intel-E810CQ"
6153   comparisons:
6154     - title: "Diff"
6155       reference: 1
6156       compare: 2
6157   legend:
6158     - ""
6159     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
6160     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
6161
6162 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c pdr
6163 - type: "table"
6164   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c pdr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-1c-pdr"
6167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6168   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '1C'"
6169   columns:
6170     - title: "2n-clx xxv710"
6171       data-set: "vpp-compare-testbeds-clx-icx-ref"
6172       tag: "NIC_Intel-XXV710"
6173     - title: "2n-icx e810cq"
6174       data-set: "vpp-compare-testbeds-clx-icx-cmp"
6175       tag: "NIC_Intel-E810CQ"
6176   comparisons:
6177     - title: "Diff"
6178       reference: 1
6179       compare: 2
6180   legend:
6181     - ""
6182     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
6183     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
6184
6185 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c pdr
6186 - type: "table"
6187   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c pdr"
6188   algorithm: "table_comparison"
6189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-2c-pdr"
6190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6191   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '2C'"
6192   columns:
6193     - title: "2n-clx xxv710"
6194       data-set: "vpp-compare-testbeds-clx-icx-ref"
6195       tag: "NIC_Intel-XXV710"
6196     - title: "2n-icx e810cq"
6197       data-set: "vpp-compare-testbeds-clx-icx-cmp"
6198       tag: "NIC_Intel-E810CQ"
6199   comparisons:
6200     - title: "Diff"
6201       reference: 1
6202       compare: 2
6203   legend:
6204     - ""
6205     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
6206     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
6207
6208 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
6209 - type: "table"
6210   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
6211   algorithm: "table_comparison"
6212   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
6213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6214   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
6215   columns:
6216     - title: "3n-skx"
6217       data-set: "vpp-compare-topologies-ref"
6218     - title: "2n-skx"
6219       data-set: "vpp-compare-topologies-cmp"
6220   comparisons:
6221     - title: "Diff"
6222       reference: 1
6223       compare: 2
6224   legend:
6225     - ""
6226     - "3n-skx, 2n-skx - topologies tested."
6227     - "Diff - difference between 3n-skx and 2n-skx topologies."
6228
6229 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
6230 - type: "table"
6231   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
6232   algorithm: "table_comparison"
6233   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
6234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6235   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
6236   columns:
6237     - title: "3n-skx"
6238       data-set: "vpp-compare-topologies-ref"
6239     - title: "2n-skx"
6240       data-set: "vpp-compare-topologies-cmp"
6241   comparisons:
6242     - title: "Diff"
6243       reference: 1
6244       compare: 2
6245   legend:
6246     - ""
6247     - "3n-skx, 2n-skx - topologies tested."
6248     - "Diff - difference between 3n-skx and 2n-skx topologies."
6249
6250 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
6251 - type: "table"
6252   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
6253   algorithm: "table_comparison"
6254   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
6255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6256   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
6257   columns:
6258     - title: "3n-skx"
6259       data-set: "vpp-compare-topologies-ref"
6260     - title: "2n-skx"
6261       data-set: "vpp-compare-topologies-cmp"
6262   comparisons:
6263     - title: "Diff"
6264       reference: 1
6265       compare: 2
6266   legend:
6267     - ""
6268     - "3n-skx, 2n-skx - topologies tested."
6269     - "Diff - difference between 3n-skx and 2n-skx topologies."
6270
6271 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
6272 - type: "table"
6273   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
6274   algorithm: "table_comparison"
6275   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
6276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6277   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
6278   columns:
6279     - title: "3n-skx"
6280       data-set: "vpp-compare-topologies-ref"
6281     - title: "2n-skx"
6282       data-set: "vpp-compare-topologies-cmp"
6283   comparisons:
6284     - title: "Diff"
6285       reference: 1
6286       compare: 2
6287   legend:
6288     - ""
6289     - "3n-skx, 2n-skx - topologies tested."
6290     - "Diff - difference between 3n-skx and 2n-skx topologies."
6291
6292 # VPP Performance Changes 3n-hsw 1t1c mrr
6293 - type: "table"
6294   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
6295   algorithm: "table_comparison"
6296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
6297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6298   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6299   columns:
6300     - title: "2005.0-5"
6301       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6302     - title: "2009.0-5"
6303       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6304     - title: "2009.0-6"
6305       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6306     - title: "2101.0-6"
6307       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6308   comparisons:
6309     - title: "2009.0-6 vs 2009.0-5"
6310       reference: 2
6311       compare: 3
6312 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
6313     - title: "2101.0-6 vs 2009.0-6"
6314       reference: 3
6315       compare: 4
6316 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
6317   legend:
6318     - ''
6319     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6320     - '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).'
6321     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6322     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6323     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6324
6325 # VPP Performance Changes 3n-hsw 2t2c mrr
6326 - type: "table"
6327   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
6328   algorithm: "table_comparison"
6329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
6330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6331   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6332   columns:
6333     - title: "2005.0-5"
6334       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6335     - title: "2009.0-5"
6336       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6337     - title: "2009.0-6"
6338       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6339     - title: "2101.0-6"
6340       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6341   comparisons:
6342     - title: "2009.0-6 vs 2009.0-5"
6343       reference: 2
6344       compare: 3
6345 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
6346     - title: "2101.0-6 vs 2009.0-6"
6347       reference: 3
6348       compare: 4
6349 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
6350   legend:
6351     - ''
6352     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6353     - '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).'
6354     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6355     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6356     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6357
6358 # VPP Performance Changes 3n-hsw 4t4c mrr
6359 - type: "table"
6360   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
6361   algorithm: "table_comparison"
6362   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
6363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6364   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6365   columns:
6366     - title: "2005.0-5"
6367       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6368     - title: "2009.0-5"
6369       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6370     - title: "2009.0-6"
6371       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6372     - title: "2101.0-6"
6373       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6374   comparisons:
6375     - title: "2009.0-6 vs 2009.0-5"
6376       reference: 2
6377       compare: 3
6378 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
6379     - title: "2101.0-6 vs 2009.0-6"
6380       reference: 3
6381       compare: 4
6382 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
6383   legend:
6384     - ''
6385     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6386     - '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).'
6387     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6388     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6389     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6390
6391 # VPP Performance Changes 3n-skx 2t1c mrr
6392 - type: "table"
6393   title: "VPP Performance Changes 3n-skx 2t1c mrr"
6394   algorithm: "table_comparison"
6395   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
6396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6397   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6398   columns:
6399     - title: "2005.0-5"
6400       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6401     - title: "2009.0-5"
6402       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6403     - title: "2009.0-6"
6404       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6405     - title: "2101.0-6"
6406       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6407   comparisons:
6408     - title: "2009.0-6 vs 2009.0-5"
6409       reference: 2
6410       compare: 3
6411 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
6412     - title: "2101.0-6 vs 2009.0-6"
6413       reference: 3
6414       compare: 4
6415 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
6416   legend:
6417     - ''
6418     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6419     - '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).'
6420     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6421     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6422     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6423
6424 # VPP Performance Changes 3n-skx 4t2c mrr
6425 - type: "table"
6426   title: "VPP Performance Changes 3n-skx 4t2c mrr"
6427   algorithm: "table_comparison"
6428   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
6429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6430   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6431   columns:
6432     - title: "2005.0-5"
6433       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6434     - title: "2009.0-5"
6435       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6436     - title: "2009.0-6"
6437       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6438     - title: "2101.0-6"
6439       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6440   comparisons:
6441     - title: "2009.0-6 vs 2009.0-5"
6442       reference: 2
6443       compare: 3
6444 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
6445     - title: "2101.0-6 vs 2009.0-6"
6446       reference: 3
6447       compare: 4
6448 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
6449   legend:
6450     - ''
6451     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6452     - '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).'
6453     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6454     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6455     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6456
6457 # VPP Performance Changes 3n-skx 8t4c mrr
6458 - type: "table"
6459   title: "VPP Performance Changes 3n-skx 8t4c mrr"
6460   algorithm: "table_comparison"
6461   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
6462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6463   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6464   columns:
6465     - title: "2005.0-5"
6466       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6467     - title: "2009.0-5"
6468       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6469     - title: "2009.0-6"
6470       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6471     - title: "2101.0-6"
6472       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6473   comparisons:
6474     - title: "2009.0-6 vs 2009.0-5"
6475       reference: 2
6476       compare: 3
6477 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
6478     - title: "2101.0-6 vs 2009.0-6"
6479       reference: 3
6480       compare: 4
6481 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
6482   legend:
6483     - ''
6484     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6485     - '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).'
6486     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6487     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6488     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6489
6490 # VPP Performance Changes 2n-skx 2t1c mrr
6491 - type: "table"
6492   title: "VPP Performance Changes 2n-skx 2t1c mrr"
6493   algorithm: "table_comparison"
6494   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
6495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6496   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6497   columns:
6498     - title: "2005.0-5"
6499       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6500     - title: "2009.0-5"
6501       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6502     - title: "2009.0-6"
6503       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6504     - title: "2101.0-6"
6505       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6506   comparisons:
6507     - title: "2009.0-6 vs 2009.0-5"
6508       reference: 2
6509       compare: 3
6510 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
6511     - title: "2101.0-6 vs 2009.0-6"
6512       reference: 3
6513       compare: 4
6514 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
6515   legend:
6516     - ''
6517     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6518     - '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).'
6519     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6520     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6521     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6522
6523 # VPP Performance Changes 2n-skx 4t2c mrr
6524 - type: "table"
6525   title: "VPP Performance Changes 2n-skx 4t2c mrr"
6526   algorithm: "table_comparison"
6527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
6528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6529   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6530   columns:
6531     - title: "2005.0-5"
6532       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6533     - title: "2009.0-5"
6534       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6535     - title: "2009.0-6"
6536       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6537     - title: "2101.0-6"
6538       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6539   comparisons:
6540     - title: "2009.0-6 vs 2009.0-5"
6541       reference: 2
6542       compare: 3
6543 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
6544     - title: "2101.0-6 vs 2009.0-6"
6545       reference: 3
6546       compare: 4
6547 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
6548   legend:
6549     - ''
6550     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6551     - '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).'
6552     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6553     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6554     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6555
6556 # VPP Performance Changes 2n-skx 8t4c mrr
6557 - type: "table"
6558   title: "VPP Performance Changes 2n-skx 8t4c mrr"
6559   algorithm: "table_comparison"
6560   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
6561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6562   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6563   columns:
6564     - title: "2005.0-5"
6565       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6566     - title: "2009.0-5"
6567       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6568     - title: "2009.0-6"
6569       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6570     - title: "2101.0-6"
6571       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6572   comparisons:
6573     - title: "2009.0-6 vs 2009.0-5"
6574       reference: 2
6575       compare: 3
6576 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
6577     - title: "2101.0-6 vs 2009.0-6"
6578       reference: 3
6579       compare: 4
6580 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
6581   legend:
6582     - ''
6583     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6584     - '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).'
6585     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6586     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6587     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6588
6589 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
6590 - type: "table"
6591   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
6592   algorithm: "table_comparison"
6593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
6594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6595   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6596   columns:
6597     - title: "2005.0-5"
6598       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6599     - title: "2009.0-5"
6600       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6601     - title: "2009.0-6"
6602       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6603     - title: "2101.0-6"
6604       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6605   comparisons:
6606     - title: "2009.0-6 vs 2009.0-5"
6607       reference: 2
6608       compare: 3
6609 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
6610     - title: "2101.0-6 vs 2009.0-6"
6611       reference: 3
6612       compare: 4
6613 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
6614   legend:
6615     - ''
6616     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6617     - '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).'
6618     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6619     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6620     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6621
6622 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
6623 - type: "table"
6624   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
6625   algorithm: "table_comparison"
6626   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
6627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6628   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6629   columns:
6630     - title: "2005.0-5"
6631       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6632     - title: "2009.0-5"
6633       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6634     - title: "2009.0-6"
6635       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6636     - title: "2101.0-6"
6637       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6638   comparisons:
6639     - title: "2009.0-6 vs 2009.0-5"
6640       reference: 2
6641       compare: 3
6642 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
6643     - title: "2101.0-6 vs 2009.0-6"
6644       reference: 3
6645       compare: 4
6646 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
6647   legend:
6648     - ''
6649     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6650     - '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).'
6651     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6652     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6653     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6654
6655 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
6656 - type: "table"
6657   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
6658   algorithm: "table_comparison"
6659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
6660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6661   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6662   columns:
6663     - title: "2005.0-5"
6664       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6665     - title: "2009.0-5"
6666       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6667     - title: "2009.0-6"
6668       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6669     - title: "2101.0-6"
6670       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6671   comparisons:
6672     - title: "2009.0-6 vs 2009.0-5"
6673       reference: 2
6674       compare: 3
6675 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
6676     - title: "2101.0-6 vs 2009.0-6"
6677       reference: 3
6678       compare: 4
6679 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
6680   legend:
6681     - ''
6682     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6683     - '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).'
6684     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6685     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6686     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6687
6688 # VPP Performance Changes 2n-clx-cx556a 2t1c mrr
6689 - type: "table"
6690   title: "VPP Performance Changes 2n-clx-cx556a 2t1c mrr"
6691   algorithm: "table_comparison"
6692   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-mrr"
6693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6694   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6695   columns:
6696     - title: "2005.0-5"
6697       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6698     - title: "2009.0-5"
6699       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6700     - title: "2009.0-6"
6701       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6702     - title: "2101.0-6"
6703       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6704   comparisons:
6705     - title: "2009.0-6 vs 2009.0-5"
6706       reference: 2
6707       compare: 3
6708 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca3.yaml"
6709     - title: "2101.0-6 vs 2009.0-6"
6710       reference: 3
6711       compare: 4
6712 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca4.yaml"
6713   legend:
6714     - ''
6715     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6716     - '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).'
6717     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6718     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6719     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6720
6721 # VPP Performance Changes 2n-clx-cx556a 4t2c mrr
6722 - type: "table"
6723   title: "VPP Performance Changes 2n-clx-cx556a 4t2c mrr"
6724   algorithm: "table_comparison"
6725   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-mrr"
6726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6727   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6728   columns:
6729     - title: "2005.0-5"
6730       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6731     - title: "2009.0-5"
6732       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6733     - title: "2009.0-6"
6734       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6735     - title: "2101.0-6"
6736       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6737   comparisons:
6738     - title: "2009.0-6 vs 2009.0-5"
6739       reference: 2
6740       compare: 3
6741 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca3.yaml"
6742     - title: "2101.0-6 vs 2009.0-6"
6743       reference: 3
6744       compare: 4
6745 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca4.yaml"
6746   legend:
6747     - ''
6748     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6749     - '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).'
6750     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6751     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6752     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6753
6754 # VPP Performance Changes 2n-clx-cx556a 8t4c mrr
6755 - type: "table"
6756   title: "VPP Performance Changes 2n-clx-cx556a 8t4c mrr"
6757   algorithm: "table_comparison"
6758   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-8t4c-mrr"
6759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6760   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6761   columns:
6762     - title: "2005.0-5"
6763       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6764     - title: "2009.0-5"
6765       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6766     - title: "2009.0-6"
6767       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6768     - title: "2101.0-6"
6769       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6770   comparisons:
6771     - title: "2009.0-6 vs 2009.0-5"
6772       reference: 2
6773       compare: 3
6774 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca3.yaml"
6775     - title: "2101.0-6 vs 2009.0-6"
6776       reference: 3
6777       compare: 4
6778 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca4.yaml"
6779   legend:
6780     - ''
6781     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6782     - '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).'
6783     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6784     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6785     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6786
6787 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
6788 - type: "table"
6789   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
6790   algorithm: "table_comparison"
6791   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
6792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6793   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
6794   columns:
6795 #     - title: "2005.0-5"
6796 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6797     - title: "2009.0-5"
6798       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6799     - title: "2009.0-6"
6800       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6801     - title: "2101.0-6"
6802       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6803   comparisons:
6804     - title: "2009.0-6 vs 2009.0-5"
6805       reference: 1  # 2
6806       compare: 2  # 3
6807 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
6808     - title: "2101.0-6 vs 2009.0-6"
6809       reference: 2  # 3
6810       compare: 3  # 4
6811 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
6812   legend:
6813     - ''
6814     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6815     - '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).'
6816     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6817     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6818     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6819
6820 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
6821 - type: "table"
6822   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
6823   algorithm: "table_comparison"
6824   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
6825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6826   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
6827   columns:
6828 #     - title: "2005.0-5"
6829 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6830     - title: "2009.0-5"
6831       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6832     - title: "2009.0-6"
6833       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6834     - title: "2101.0-6"
6835       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6836   comparisons:
6837     - title: "2009.0-6 vs 2009.0-5"
6838       reference: 1  # 2
6839       compare: 2  # 3
6840 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
6841     - title: "2101.0-6 vs 2009.0-6"
6842       reference: 2  # 3
6843       compare: 3  # 4
6844 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
6845   legend:
6846     - ''
6847     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6848     - '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).'
6849     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6850     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6851     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6852
6853 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
6854 - type: "table"
6855   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
6856   algorithm: "table_comparison"
6857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
6858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6859   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
6860   columns:
6861 #     - title: "2005.0-5"
6862 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6863     - title: "2009.0-5"
6864       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6865     - title: "2009.0-6"
6866       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6867     - title: "2101.0-6"
6868       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6869   comparisons:
6870     - title: "2009.0-6 vs 2009.0-5"
6871       reference: 1  # 2
6872       compare: 2  # 3
6873 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
6874     - title: "2101.0-6 vs 2009.0-6"
6875       reference: 2  # 3
6876       compare: 3  # 4
6877 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
6878   legend:
6879     - ''
6880     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6881     - '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).'
6882     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6883     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6884     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6885
6886 # VPP Performance Changes 2n-dnv 1t1c mrr
6887 - type: "table"
6888   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6889   algorithm: "table_comparison"
6890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6892   filter: "'1T1C'"
6893   columns:
6894     - title: "2005.0-5"
6895       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6896     - title: "2009.0-5"
6897       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6898 #     - title: "2009.0-6"
6899 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6900     - title: "2101.0-6"
6901       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6902   comparisons:
6903 #     - title: "2009.0-6 vs 2009.0-5"
6904 #       reference: 2
6905 #       compare: 3
6906     - title: "2101.0-6 vs 2009.0-5"
6907       reference: 2
6908       compare: 3
6909   legend:
6910     - ''
6911     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6912     - '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).'
6913     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6914 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6915     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6916
6917 # VPP Performance Changes 2n-dnv 2t2c mrr
6918 - type: "table"
6919   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6920   algorithm: "table_comparison"
6921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6923   filter: "'2T2C'"
6924   columns:
6925     - title: "2005.0-5"
6926       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6927     - title: "2009.0-5"
6928       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6929 #     - title: "2009.0-6"
6930 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6931     - title: "2101.0-6"
6932       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6933   comparisons:
6934 #     - title: "2009.0-6 vs 2009.0-5"
6935 #       reference: 2
6936 #       compare: 3
6937     - title: "2101.0-6 vs 2009.0-5"
6938       reference: 2
6939       compare: 3
6940   legend:
6941     - ''
6942     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6943     - '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).'
6944     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6945 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6946     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6947
6948 # VPP Performance Changes 2n-dnv 4t4c mrr
6949 - type: "table"
6950   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6951   algorithm: "table_comparison"
6952   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6954   filter: "'4T4C'"
6955   columns:
6956     - title: "2005.0-5"
6957       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6958     - title: "2009.0-5"
6959       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6960 #     - title: "2009.0-6"
6961 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6962     - title: "2101.0-6"
6963       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6964   comparisons:
6965 #     - title: "2009.0-6 vs 2009.0-5"
6966 #       reference: 2
6967 #       compare: 3
6968     - title: "2101.0-6 vs 2009.0-5"
6969       reference: 2
6970       compare: 3
6971   legend:
6972     - ''
6973     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6974     - '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).'
6975     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6976 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6977     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6978
6979 # VPP Performance Changes 3n-dnv 1t1c mrr
6980 - type: "table"
6981   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6982   algorithm: "table_comparison"
6983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6985   filter: "'1T1C'"
6986   columns:
6987     - title: "2005.0-5"
6988       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6989     - title: "2009.0-5"
6990       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6991 #     - title: "2009.0-6"
6992 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6993     - title: "2101.0-6"
6994       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6995   comparisons:
6996 #     - title: "2009.0-6 vs 2009.0-5"
6997 #       reference: 2
6998 #       compare: 3
6999     - title: "2101.0-6 vs 2009.0-5"
7000       reference: 2
7001       compare: 3
7002   legend:
7003     - ''
7004     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
7005     - '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).'
7006     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7007 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7008     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
7009
7010 # VPP Performance Changes 3n-dnv 2t2c mrr
7011 - type: "table"
7012   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
7013   algorithm: "table_comparison"
7014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
7015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7016   filter: "'2T2C'"
7017   columns:
7018     - title: "2005.0-5"
7019       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
7020     - title: "2009.0-5"
7021       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
7022 #     - title: "2009.0-6"
7023 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
7024     - title: "2101.0-6"
7025       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
7026   comparisons:
7027 #     - title: "2009.0-6 vs 2009.0-5"
7028 #       reference: 2
7029 #       compare: 3
7030     - title: "2101.0-6 vs 2009.0-5"
7031       reference: 2
7032       compare: 3
7033   legend:
7034     - ''
7035     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
7036     - '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).'
7037     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7038 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7039     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
7040
7041 # VPP Performance Changes 3n-dnv 4t4c mrr
7042 - type: "table"
7043   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
7044   algorithm: "table_comparison"
7045   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
7046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7047   filter: "'4T4C'"
7048   columns:
7049     - title: "2005.0-5"
7050       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
7051     - title: "2009.0-5"
7052       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
7053 #     - title: "2009.0-6"
7054 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
7055     - title: "2101.0-6"
7056       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
7057   comparisons:
7058 #     - title: "2009.0-6 vs 2009.0-5"
7059 #       reference: 2
7060 #       compare: 3
7061     - title: "2101.0-6 vs 2009.0-5"
7062       reference: 2
7063       compare: 3
7064   legend:
7065     - ''
7066     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
7067     - '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).'
7068     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7069 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7070     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
7071
7072 # VPP Performance Changes 3n-tsh 1t1c mrr
7073 - type: "table"
7074   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
7075   algorithm: "table_comparison"
7076   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
7077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7078   filter: "'1T1C'"
7079   columns:
7080     - title: "2005.0-5"
7081       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
7082     - title: "2009.0-5"
7083       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
7084     - title: "2009.0-6"
7085       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
7086     - title: "2101.0-6"
7087       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
7088   comparisons:
7089     - title: "2009.0-6 vs 2009.0-5"
7090       reference: 2
7091       compare: 3
7092     - title: "2101.0-6 vs 2009.0-6"
7093       reference: 3
7094       compare: 4
7095   legend:
7096     - ''
7097     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
7098     - '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).'
7099     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7100     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7101     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7102
7103 # VPP Performance Changes 3n-tsh 2t2c mrr
7104 - type: "table"
7105   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
7106   algorithm: "table_comparison"
7107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
7108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7109   filter: "'2T2C'"
7110   columns:
7111     - title: "2005.0-5"
7112       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
7113     - title: "2009.0-5"
7114       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
7115     - title: "2009.0-6"
7116       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
7117     - title: "2101.0-6"
7118       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
7119   comparisons:
7120     - title: "2009.0-6 vs 2009.0-5"
7121       reference: 2
7122       compare: 3
7123     - title: "2101.0-6 vs 2009.0-6"
7124       reference: 3
7125       compare: 4
7126   legend:
7127     - ''
7128     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
7129     - '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).'
7130     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7131     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7132     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7133
7134 # VPP Performance Changes 3n-tsh 4t4c mrr
7135 - type: "table"
7136   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
7137   algorithm: "table_comparison"
7138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
7139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7140   filter: "'4T4C'"
7141   columns:
7142     - title: "2005.0-5"
7143       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
7144     - title: "2009.0-5"
7145       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
7146     - title: "2009.0-6"
7147       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
7148     - title: "2101.0-6"
7149       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
7150   comparisons:
7151     - title: "2009.0-6 vs 2009.0-5"
7152       reference: 2
7153       compare: 3
7154     - title: "2101.0-6 vs 2009.0-6"
7155       reference: 3
7156       compare: 4
7157   legend:
7158     - ''
7159     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
7160     - '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).'
7161     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7162     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7163     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7164
7165 # VPP Performance Changes 2n-tx2 1t1c mrr
7166 - type: "table"
7167   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
7168   algorithm: "table_comparison"
7169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
7170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7171   filter: "'1T1C'"
7172   columns:
7173 #     - title: "2005.0-5"
7174 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
7175 #     - title: "2009.0-5"
7176 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
7177     - title: "2009.0-6"
7178       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
7179     - title: "2101.0-6"
7180       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
7181   comparisons:
7182 #     - title: "2009.0-6 vs 2009.0-5"
7183 #       reference: 2
7184 #       compare: 3
7185     - title: "2101.0-6 vs 2009.0-6"
7186       reference: 1
7187       compare: 2
7188   legend:
7189     - ''
7190     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7191     - '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).'
7192     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7193 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7194     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7195
7196 # VPP Performance Changes 2n-tx2 2t2c mrr
7197 - type: "table"
7198   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
7199   algorithm: "table_comparison"
7200   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
7201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7202   filter: "'2T2C'"
7203   columns:
7204 #     - title: "2005.0-5"
7205 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
7206 #     - title: "2009.0-5"
7207 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
7208     - title: "2009.0-6"
7209       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
7210     - title: "2101.0-6"
7211       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
7212   comparisons:
7213 #     - title: "2009.0-6 vs 2009.0-5"
7214 #       reference: 2
7215 #       compare: 3
7216     - title: "2101.0-6 vs 2009.0-6"
7217       reference: 1
7218       compare: 2
7219   legend:
7220     - ''
7221     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7222     - '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).'
7223     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7224 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7225     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7226
7227 # VPP Performance Changes 2n-tx2 4t4c mrr
7228 - type: "table"
7229   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
7230   algorithm: "table_comparison"
7231   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
7232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7233   filter: "'4T4C'"
7234   columns:
7235 #     - title: "2005.0-5"
7236 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
7237 #     - title: "2009.0-5"
7238 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
7239     - title: "2009.0-6"
7240       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
7241     - title: "2101.0-6"
7242       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
7243   comparisons:
7244 #     - title: "2009.0-6 vs 2009.0-5"
7245 #       reference: 2
7246 #       compare: 3
7247     - title: "2101.0-6 vs 2009.0-6"
7248       reference: 1
7249       compare: 2
7250   legend:
7251     - ''
7252     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7253     - '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).'
7254     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7255 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7256     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7257
7258 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
7259 - type: "table"
7260   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
7261   algorithm: "table_comparison"
7262   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
7263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7264   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
7265   columns:
7266     - title: "3n-hsw xl710"
7267       data-set: "vpp-compare-testbeds-mrr-ref"
7268       tag: "NIC_Intel-XL710"
7269     - title: "3n-skx xxv710"
7270       data-set: "vpp-compare-testbeds-mrr-cmp"
7271       tag: "NIC_Intel-XXV710"
7272   comparisons:
7273     - title: "Diff"
7274       reference: 1
7275       compare: 2
7276   legend:
7277     - ""
7278     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7279     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7280
7281 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
7282 - type: "table"
7283   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
7284   algorithm: "table_comparison"
7285   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
7286   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7287   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
7288   columns:
7289     - title: "3n-hsw xl710"
7290       data-set: "vpp-compare-testbeds-mrr-ref"
7291       tag: "NIC_Intel-XL710"
7292     - title: "3n-skx xxv710"
7293       data-set: "vpp-compare-testbeds-mrr-cmp"
7294       tag: "NIC_Intel-XXV710"
7295   comparisons:
7296     - title: "Diff"
7297       reference: 1
7298       compare: 2
7299   legend:
7300     - ""
7301     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7302     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7303
7304 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
7305 - type: "table"
7306   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
7307   algorithm: "table_comparison"
7308   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
7309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7310   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
7311   columns:
7312     - title: "3n-hsw xl710"
7313       data-set: "vpp-compare-testbeds-mrr-ref"
7314       tag: "NIC_Intel-XL710"
7315     - title: "3n-skx xxv710"
7316       data-set: "vpp-compare-testbeds-mrr-cmp"
7317       tag: "NIC_Intel-XXV710"
7318   comparisons:
7319     - title: "Diff"
7320       reference: 1
7321       compare: 2
7322   legend:
7323     - ""
7324     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7325     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7326
7327 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
7328 - type: "table"
7329   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
7330   algorithm: "table_comparison"
7331   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
7332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7333   filter: "'2T1C' and 'NIC_Intel-XXV710'"
7334   columns:
7335     - title: "2n-skx"
7336       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7337     - title: "2n-clx"
7338       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7339   comparisons:
7340     - title: "Diff"
7341       reference: 1
7342       compare: 2
7343   legend:
7344     - ""
7345     - "2n-skx, 2n-clx - testbeds and NICs tested."
7346     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7347
7348 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
7349 - type: "table"
7350   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
7351   algorithm: "table_comparison"
7352   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
7353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7354   filter: "'4T2C' and 'NIC_Intel-XXV710'"
7355   columns:
7356     - title: "2n-skx"
7357       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7358     - title: "2n-clx"
7359       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7360   comparisons:
7361     - title: "Diff"
7362       reference: 1
7363       compare: 2
7364   legend:
7365     - ""
7366     - "2n-skx, 2n-clx - testbeds and NICs tested."
7367     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7368
7369 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
7370 - type: "table"
7371   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
7372   algorithm: "table_comparison"
7373   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
7374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7375   filter: "'8T4C' and 'NIC_Intel-XXV710'"
7376   columns:
7377     - title: "2n-skx"
7378       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7379     - title: "2n-clx"
7380       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7381   comparisons:
7382     - title: "Diff"
7383       reference: 1
7384       compare: 2
7385   legend:
7386     - ""
7387     - "2n-skx, 2n-clx - testbeds and NICs tested."
7388     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7389
7390 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
7391 - type: "table"
7392   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
7393   algorithm: "table_comparison"
7394   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
7395   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7396   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
7397   columns:
7398     - title: "3n-skx"
7399       data-set: "vpp-compare-topologies-mrr-ref"
7400     - title: "2n-skx"
7401       data-set: "vpp-compare-topologies-mrr-cmp"
7402   comparisons:
7403     - title: "Diff"
7404       reference: 1
7405       compare: 2
7406   legend:
7407     - ""
7408     - "3n-skx, 2n-skx - topologies tested."
7409     - "Diff - difference between 3n-skx and 2n-skx topologies."
7410
7411 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
7412 - type: "table"
7413   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
7414   algorithm: "table_comparison"
7415   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
7416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7417   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
7418   columns:
7419     - title: "3n-skx"
7420       data-set: "vpp-compare-topologies-mrr-ref"
7421     - title: "2n-skx"
7422       data-set: "vpp-compare-topologies-mrr-cmp"
7423   comparisons:
7424     - title: "Diff"
7425       reference: 1
7426       compare: 2
7427   legend:
7428     - ""
7429     - "3n-skx, 2n-skx - topologies tested."
7430     - "Diff - difference between 3n-skx and 2n-skx topologies."
7431
7432 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
7433 - type: "table"
7434   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
7435   algorithm: "table_comparison"
7436   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
7437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7438   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
7439   columns:
7440     - title: "3n-skx"
7441       data-set: "vpp-compare-topologies-mrr-ref"
7442     - title: "2n-skx"
7443       data-set: "vpp-compare-topologies-mrr-cmp"
7444   comparisons:
7445     - title: "Diff"
7446       reference: 1
7447       compare: 2
7448   legend:
7449     - ""
7450     - "3n-skx, 2n-skx - topologies tested."
7451     - "Diff - difference between 3n-skx and 2n-skx topologies."
7452
7453 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
7454 - type: "table"
7455   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
7456   algorithm: "table_comparison"
7457   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
7458   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7459   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
7460   columns:
7461     - title: "3n-hsw xl710"
7462       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7463       tag: "NIC_Intel-XL710"
7464     - title: "2n-clx xxv710"
7465       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7466       tag: "NIC_Intel-XXV710"
7467   comparisons:
7468     - title: "Diff"
7469       reference: 1
7470       compare: 2
7471   legend:
7472     - ""
7473     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7474     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7475
7476 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
7477 - type: "table"
7478   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
7479   algorithm: "table_comparison"
7480   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
7481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7482   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
7483   columns:
7484     - title: "3n-hsw xl710"
7485       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7486       tag: "NIC_Intel-XL710"
7487     - title: "2n-clx xxv710"
7488       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7489       tag: "NIC_Intel-XXV710"
7490   comparisons:
7491     - title: "Diff"
7492       reference: 1
7493       compare: 2
7494   legend:
7495     - ""
7496     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7497     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7498
7499 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
7500 - type: "table"
7501   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
7502   algorithm: "table_comparison"
7503   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
7504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7505   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
7506   columns:
7507     - title: "3n-hsw xl710"
7508       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7509       tag: "NIC_Intel-XL710"
7510     - title: "2n-clx xxv710"
7511       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7512       tag: "NIC_Intel-XXV710"
7513   comparisons:
7514     - title: "Diff"
7515       reference: 1
7516       compare: 2
7517   legend:
7518     - ""
7519     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7520     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7521
7522 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c mrr
7523 - type: "table"
7524   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c mrr"
7525   algorithm: "table_comparison"
7526   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-1c-mrr"
7527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7528   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'MRR' and '1C'"
7529   columns:
7530     - title: "2n-clx xxv710"
7531       data-set: "vpp-compare-testbeds-mrr-clx-icx-ref"
7532       tag: "NIC_Intel-XXV710"
7533     - title: "2n-icx e810cq"
7534       data-set: "vpp-compare-testbeds-mrr-clx-icx-cmp"
7535       tag: "NIC_Intel-E810CQ"
7536   comparisons:
7537     - title: "Diff"
7538       reference: 1
7539       compare: 2
7540   legend:
7541     - ""
7542     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
7543     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
7544
7545 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c mrr
7546 - type: "table"
7547   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c mrr"
7548   algorithm: "table_comparison"
7549   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-2c-mrr"
7550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7551   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'MRR' and '2C'"
7552   columns:
7553     - title: "2n-clx xxv710"
7554       data-set: "vpp-compare-testbeds-mrr-clx-icx-ref"
7555       tag: "NIC_Intel-XXV710"
7556     - title: "2n-icx e810cq"
7557       data-set: "vpp-compare-testbeds-mrr-clx-icx-cmp"
7558       tag: "NIC_Intel-E810CQ"
7559   comparisons:
7560     - title: "Diff"
7561       reference: 1
7562       compare: 2
7563   legend:
7564     - ""
7565     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
7566     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
7567
7568 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 4c mrr
7569 - type: "table"
7570   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 4c mrr"
7571   algorithm: "table_comparison"
7572   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-4c-mrr"
7573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7574   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'MRR' and '4C'"
7575   columns:
7576     - title: "2n-clx xxv710"
7577       data-set: "vpp-compare-testbeds-mrr-clx-icx-ref"
7578       tag: "NIC_Intel-XXV710"
7579     - title: "2n-icx e810cq"
7580       data-set: "vpp-compare-testbeds-mrr-clx-icx-cmp"
7581       tag: "NIC_Intel-E810CQ"
7582   comparisons:
7583     - title: "Diff"
7584       reference: 1
7585       compare: 2
7586   legend:
7587     - ""
7588     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
7589     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
7590
7591 # Detailed Test Results - VPP Performance Results 3n-hsw
7592 - type: "table"
7593   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
7594   algorithm: "table_merged_details"
7595   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
7596   columns:
7597     - title: " |prein| Test Name |preout| "
7598       data: "data name"
7599     - 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| "
7600       data: "data msg"
7601   data: "vpp-perf-results-3n-hsw"
7602   filter: "all"
7603   parameters:
7604   - "name"
7605   - "parent"
7606   - "msg"
7607
7608 # Detailed Test Results - VPP Performance Results 3n-skx
7609 - type: "table"
7610   title: "Detailed Test Results - VPP Performance Results 3n-skx"
7611   algorithm: "table_merged_details"
7612   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
7613   columns:
7614     - title: " |prein| Test Name |preout| "
7615       data: "data name"
7616     - 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| "
7617       data: "data msg"
7618   data: "vpp-perf-results-3n-skx"
7619   filter: "all"
7620   remove-ndr: False
7621   parameters:
7622   - "name"
7623   - "parent"
7624   - "msg"
7625
7626 # Detailed Test Results - VPP Performance Results 2n-skx
7627 - type: "table"
7628   title: "Detailed Test Results - VPP Performance Results 2n-skx"
7629   algorithm: "table_merged_details"
7630   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
7631   columns:
7632     - title: " |prein| Test Name |preout| "
7633       data: "data name"
7634     - 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| "
7635       data: "data msg"
7636   data: "vpp-perf-results-2n-skx"
7637   filter: "all"
7638   remove-ndr: False
7639   parameters:
7640   - "name"
7641   - "parent"
7642   - "msg"
7643
7644 # Detailed Test Results - VPP Performance Results 2n-zn2
7645 - type: "table"
7646   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
7647   algorithm: "table_merged_details"
7648   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
7649   columns:
7650     - title: " |prein| Test Name |preout| "
7651       data: "data name"
7652     - 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| "
7653       data: "data msg"
7654   data: "vpp-perf-results-2n-zn2"
7655   filter: "all"
7656   remove-ndr: False
7657   parameters:
7658   - "name"
7659   - "parent"
7660   - "msg"
7661
7662 # Detailed Test Results - VPP Performance Results 2n-clx
7663 - type: "table"
7664   title: "Detailed Test Results - VPP Performance Results 2n-clx"
7665   algorithm: "table_merged_details"
7666   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
7667   columns:
7668     - title: " |prein| Test Name |preout| "
7669       data: "data name"
7670     - 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| "
7671       data: "data msg"
7672   data: "vpp-perf-results-2n-clx"
7673   filter: "all"
7674   parameters:
7675   - "name"
7676   - "parent"
7677   - "msg"
7678
7679 # Detailed Test Results - VPP Performance Results 2n-icx
7680 - type: "table"
7681   title: "Detailed Test Results - VPP Performance Results 2n-icx"
7682   algorithm: "table_merged_details"
7683   output-file: "{DIR[DTR,PERF,VPP,2N,ICX]}/"
7684   columns:
7685     - title: " |prein| Test Name |preout| "
7686       data: "data name"
7687     - 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| "
7688       data: "data msg"
7689   data: "vpp-perf-results-2n-icx"
7690   filter: "'NDRPDR'"
7691   parameters:
7692   - "name"
7693   - "parent"
7694   - "msg"
7695
7696 # Detailed Test Results - VPP Performance Results 3n-tsh
7697 - type: "table"
7698   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
7699   algorithm: "table_merged_details"
7700   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
7701   columns:
7702     - title: " |prein| Test Name |preout| "
7703       data: "data name"
7704     - 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| "
7705       data: "data msg"
7706   data: "vpp-perf-results-3n-tsh"
7707   filter: "all"
7708   parameters:
7709   - "name"
7710   - "parent"
7711   - "msg"
7712
7713 # Detailed Test Results - VPP Performance Results 2n-tx2
7714 - type: "table"
7715   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
7716   algorithm: "table_merged_details"
7717   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
7718   columns:
7719     - title: " |prein| Test Name |preout| "
7720       data: "data name"
7721     - 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| "
7722       data: "data msg"
7723   data: "vpp-perf-results-2n-tx2"
7724   filter: "all"
7725   parameters:
7726   - "name"
7727   - "parent"
7728   - "msg"
7729
7730 # Detailed Test Results - VPP Performance Results 3n-dnv
7731 - type: "table"
7732   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
7733   algorithm: "table_merged_details"
7734   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
7735   columns:
7736     - title: " |prein| Test Name |preout| "
7737       data: "data name"
7738     - 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| "
7739       data: "data msg"
7740   data: "vpp-perf-results-3n-dnv"
7741   filter: "all"
7742   parameters:
7743   - "name"
7744   - "parent"
7745   - "msg"
7746
7747 # Detailed Test Results - VPP Performance Results 2n-dnv
7748 - type: "table"
7749   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
7750   algorithm: "table_merged_details"
7751   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
7752   columns:
7753     - title: " |prein| Test Name |preout| "
7754       data: "data name"
7755     - 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| "
7756       data: "data msg"
7757   data: "vpp-perf-results-2n-dnv"
7758   filter: "all"
7759   parameters:
7760   - "name"
7761   - "parent"
7762   - "msg"
7763
7764 # Test configuration - VPP Performance Test Configs 3n-hsw
7765 - type: "table"
7766   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
7767   algorithm: "table_merged_details"
7768   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
7769   columns:
7770     - title: " |prein| Test Name |preout| "
7771       data: "data name"
7772     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7773       data: "data conf-history"
7774   data: "vpp-perf-results-3n-hsw"
7775   filter: "all"
7776   parameters:
7777   - "parent"
7778   - "name"
7779   - "conf-history"
7780
7781 # Test configuration - VPP Performance Test Configs 3n-skx
7782 - type: "table"
7783   title: "Test configuration - VPP Performance Test Configs 3n-skx"
7784   algorithm: "table_merged_details"
7785   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
7786   columns:
7787     - title: " |prein| Test Name |preout| "
7788       data: "data name"
7789     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7790       data: "data conf-history"
7791   data: "vpp-perf-results-3n-skx"
7792   filter: "all"
7793   parameters:
7794   - "parent"
7795   - "name"
7796   - "conf-history"
7797
7798 # Test configuration - VPP Performance Test Configs 2n-skx
7799 - type: "table"
7800   title: "Test configuration - VPP Performance Test Configs 2n-skx"
7801   algorithm: "table_merged_details"
7802   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
7803   columns:
7804     - title: " |prein| Test Name |preout| "
7805       data: "data name"
7806     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7807       data: "data conf-history"
7808   data: "vpp-perf-results-2n-skx"
7809   filter: "all"
7810   parameters:
7811   - "parent"
7812   - "name"
7813   - "conf-history"
7814
7815 # Test configuration - VPP Performance Test Configs 2n-zn2
7816 - type: "table"
7817   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
7818   algorithm: "table_merged_details"
7819   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
7820   columns:
7821     - title: " |prein| Test Name |preout| "
7822       data: "data name"
7823     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7824       data: "data conf-history"
7825   data: "vpp-perf-results-2n-zn2"
7826   filter: "all"
7827   parameters:
7828   - "parent"
7829   - "name"
7830   - "conf-history"
7831
7832 # Test configuration - VPP Performance Test Configs 2n-clx
7833 - type: "table"
7834   title: "Test configuration - VPP Performance Test Configs 2n-clx"
7835   algorithm: "table_merged_details"
7836   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
7837   columns:
7838     - title: " |prein| Test Name |preout| "
7839       data: "data name"
7840     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7841       data: "data conf-history"
7842   data: "vpp-perf-results-2n-clx"
7843   filter: "all"
7844   parameters:
7845   - "parent"
7846   - "name"
7847   - "conf-history"
7848
7849 # Test configuration - VPP Performance Test Configs 2n-icx
7850 - type: "table"
7851   title: "Test configuration - VPP Performance Test Configs 2n-icx"
7852   algorithm: "table_merged_details"
7853   output-file: "{DIR[DTC,PERF,VPP,2N,ICX]}/"
7854   columns:
7855     - title: " |prein| Test Name |preout| "
7856       data: "data name"
7857     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7858       data: "data conf-history"
7859   data: "vpp-perf-results-2n-icx"
7860   filter: "'NDRPDR'"
7861   parameters:
7862   - "parent"
7863   - "name"
7864   - "conf-history"
7865
7866 # Test configuration - VPP Performance Test Configs 3n-tsh
7867 - type: "table"
7868   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
7869   algorithm: "table_merged_details"
7870   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
7871   columns:
7872     - title: " |prein| Test Name |preout| "
7873       data: "data name"
7874     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7875       data: "data conf-history"
7876   data: "vpp-perf-results-3n-tsh"
7877   filter: "all"
7878   parameters:
7879   - "parent"
7880   - "name"
7881   - "conf-history"
7882
7883 # Test configuration - VPP Performance Test Configs 2n-tx2
7884 - type: "table"
7885   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
7886   algorithm: "table_merged_details"
7887   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
7888   columns:
7889     - title: " |prein| Test Name |preout| "
7890       data: "data name"
7891     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7892       data: "data conf-history"
7893   data: "vpp-perf-results-2n-tx2"
7894   filter: "all"
7895   parameters:
7896   - "parent"
7897   - "name"
7898   - "conf-history"
7899
7900 # Test configuration - VPP Performance Test Configs 3n-dnv
7901 - type: "table"
7902   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
7903   algorithm: "table_merged_details"
7904   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
7905   columns:
7906     - title: " |prein| Test Name |preout| "
7907       data: "data name"
7908     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7909       data: "data conf-history"
7910   data: "vpp-perf-results-3n-dnv"
7911   filter: "all"
7912   parameters:
7913   - "parent"
7914   - "name"
7915   - "conf-history"
7916
7917 # Test configuration - VPP Performance Test Configs 2n-dnv
7918 - type: "table"
7919   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
7920   algorithm: "table_merged_details"
7921   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
7922   columns:
7923     - title: " |prein| Test Name |preout| "
7924       data: "data name"
7925     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7926       data: "data conf-history"
7927   data: "vpp-perf-results-2n-dnv"
7928   filter: "all"
7929   parameters:
7930   - "parent"
7931   - "name"
7932   - "conf-history"
7933
7934 # Test Operational Data - VPP Performance Operational Data 3n-hsw
7935 - type: "table"
7936   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
7937   algorithm: "table_oper_data_html"
7938   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
7939   data: "vpp-perf-results-3n-hsw"
7940   filter: "all"
7941
7942 # Test Operational Data - VPP Performance Operational Data 3n-skx
7943 - type: "table"
7944   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
7945   algorithm: "table_oper_data_html"
7946   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
7947   data: "vpp-perf-results-3n-skx"
7948   filter: "all"
7949
7950 # Test Operational Data - VPP Performance Operational Data 2n-skx
7951 - type: "table"
7952   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
7953   algorithm: "table_oper_data_html"
7954   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
7955   data: "vpp-perf-results-2n-skx"
7956   filter: "all"
7957
7958 # Test Operational Data - VPP Performance Operational Data 2n-zn2
7959 - type: "table"
7960   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
7961   algorithm: "table_oper_data_html"
7962   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
7963   data: "vpp-perf-results-2n-zn2"
7964   filter: "all"
7965
7966 # Test Operational Data - VPP Performance Operational Data 2n-clx
7967 - type: "table"
7968   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
7969   algorithm: "table_oper_data_html"
7970   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
7971   data: "vpp-perf-results-2n-clx"
7972   filter: "all"
7973
7974 # Test Operational Data - VPP Performance Operational Data 2n-icx
7975 - type: "table"
7976   title: "Test Operational Data - VPP Performance Operational Data 2n-icx"
7977   algorithm: "table_oper_data_html"
7978   output-file: "{DIR[DTO,PERF,VPP,2N,ICX]}/"
7979   data: "vpp-perf-results-2n-icx"
7980   filter: "'NDRPDR'"
7981
7982 # Test Operational Data - VPP Performance Operational Data 3n-tsh
7983 - type: "table"
7984   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
7985   algorithm: "table_oper_data_html"
7986   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
7987   data: "vpp-perf-results-3n-tsh"
7988   filter: "all"
7989
7990 # Test Operational Data - VPP Performance Operational Data 2n-tx2
7991 - type: "table"
7992   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
7993   algorithm: "table_oper_data_html"
7994   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
7995   data: "vpp-perf-results-2n-tx2"
7996   filter: "all"
7997
7998 # Test Operational Data - VPP Performance Operational Data 3n-dnv
7999 - type: "table"
8000   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
8001   algorithm: "table_oper_data_html"
8002   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
8003   data: "vpp-perf-results-3n-dnv"
8004   filter: "all"
8005
8006 # Test Operational Data - VPP Performance Operational Data 2n-dnv
8007 - type: "table"
8008   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
8009   algorithm: "table_oper_data_html"
8010   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
8011   data: "vpp-perf-results-2n-dnv"
8012   filter: "all"
8013
8014 # Detailed Test Results - VPP MRR Results 3n-hsw
8015 - type: "table"
8016   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
8017   algorithm: "table_merged_details"
8018   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
8019   columns:
8020     - title: " |prein| Test Name |preout| "
8021       data: "data name"
8022     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8023       data: "data msg"
8024   data: "vpp-mrr-results-3n-hsw"
8025   filter: "all"
8026   parameters:
8027   - "name"
8028   - "parent"
8029   - "msg"
8030
8031 # Detailed Test Results - VPP MRR Results 3n-skx
8032 - type: "table"
8033   title: "Detailed Test Results - VPP MRR Results 3n-skx"
8034   algorithm: "table_merged_details"
8035   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
8036   columns:
8037     - title: " |prein| Test Name |preout| "
8038       data: "data name"
8039     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8040       data: "data msg"
8041   data: "vpp-mrr-results-3n-skx"
8042   filter: "all"
8043   parameters:
8044   - "name"
8045   - "parent"
8046   - "msg"
8047
8048 # Detailed Test Results - VPP MRR Results 2n-skx
8049 - type: "table"
8050   title: "Detailed Test Results - VPP MRR Results 2n-skx"
8051   algorithm: "table_merged_details"
8052   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
8053   columns:
8054     - title: " |prein| Test Name |preout| "
8055       data: "data name"
8056     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8057       data: "data msg"
8058   data: "vpp-mrr-results-2n-skx"
8059   filter: "all"
8060   parameters:
8061   - "name"
8062   - "parent"
8063   - "msg"
8064
8065 # Detailed Test Results - VPP MRR Results 2n-zn2
8066 - type: "table"
8067   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
8068   algorithm: "table_merged_details"
8069   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
8070   columns:
8071     - title: " |prein| Test Name |preout| "
8072       data: "data name"
8073     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8074       data: "data msg"
8075   data: "vpp-mrr-results-2n-zn2"
8076   filter: "all"
8077   parameters:
8078   - "name"
8079   - "parent"
8080   - "msg"
8081
8082 # Detailed Test Results - VPP MRR Results 2n-clx
8083 - type: "table"
8084   title: "Detailed Test Results - VPP MRR Results 2n-clx"
8085   algorithm: "table_merged_details"
8086   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
8087   columns:
8088     - title: " |prein| Test Name |preout| "
8089       data: "data name"
8090     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8091       data: "data msg"
8092   data: "vpp-mrr-results-2n-clx"
8093   filter: "all"
8094   parameters:
8095   - "name"
8096   - "parent"
8097   - "msg"
8098
8099 # Detailed Test Results - VPP MRR Results 2n-icx
8100 - type: "table"
8101   title: "Detailed Test Results - VPP MRR Results 2n-icx"
8102   algorithm: "table_merged_details"
8103   output-file: "{DIR[DTR,MRR,VPP,2N,ICX]}/"
8104   columns:
8105     - title: " |prein| Test Name |preout| "
8106       data: "data name"
8107     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8108       data: "data msg"
8109   data: "vpp-mrr-results-2n-icx"
8110   filter: "'MRR'"
8111   parameters:
8112   - "name"
8113   - "parent"
8114   - "msg"
8115
8116 # Detailed Test Results - VPP MRR Results 3n-tsh
8117 - type: "table"
8118   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
8119   algorithm: "table_merged_details"
8120   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
8121   columns:
8122     - title: " |prein| Test Name |preout| "
8123       data: "data name"
8124     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8125       data: "data msg"
8126   data: "vpp-mrr-results-3n-tsh"
8127   filter: "all"
8128   parameters:
8129   - "name"
8130   - "parent"
8131   - "msg"
8132
8133 # Detailed Test Results - VPP MRR Results 2n-tx2
8134 - type: "table"
8135   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
8136   algorithm: "table_merged_details"
8137   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
8138   columns:
8139     - title: " |prein| Test Name |preout| "
8140       data: "data name"
8141     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8142       data: "data msg"
8143   data: "vpp-mrr-results-2n-tx2"
8144   filter: "all"
8145   parameters:
8146   - "name"
8147   - "parent"
8148   - "msg"
8149
8150 # Detailed Test Results - VPP MRR Results 3n-dnv
8151 - type: "table"
8152   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
8153   algorithm: "table_merged_details"
8154   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
8155   columns:
8156     - title: " |prein| Test Name |preout| "
8157       data: "data name"
8158     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8159       data: "data msg"
8160   data: "vpp-mrr-results-3n-dnv"
8161   filter: "all"
8162   parameters:
8163   - "name"
8164   - "parent"
8165   - "msg"
8166
8167 # Detailed Test Results - VPP MRR Results 2n-dnv
8168 - type: "table"
8169   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
8170   algorithm: "table_merged_details"
8171   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
8172   columns:
8173     - title: " |prein| Test Name |preout| "
8174       data: "data name"
8175     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
8176       data: "data msg"
8177   data: "vpp-mrr-results-2n-dnv"
8178   filter: "all"
8179   parameters:
8180   - "name"
8181   - "parent"
8182   - "msg"
8183
8184 # Test configuration - VPP MRR Test Configs 3n-hsw
8185 - type: "table"
8186   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
8187   algorithm: "table_merged_details"
8188   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
8189   columns:
8190     - title: " |prein| Test Name |preout| "
8191       data: "data name"
8192     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8193       data: "data conf-history"
8194   data: "vpp-mrr-results-3n-hsw"
8195   filter: "all"
8196   parameters:
8197   - "parent"
8198   - "name"
8199   - "conf-history"
8200
8201 # Test configuration - VPP MRR Test Configs 3n-skx
8202 - type: "table"
8203   title: "Test configuration - VPP MRR Test Configs 3n-skx"
8204   algorithm: "table_merged_details"
8205   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
8206   columns:
8207     - title: " |prein| Test Name |preout| "
8208       data: "data name"
8209     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8210       data: "data conf-history"
8211   data: "vpp-mrr-results-3n-skx"
8212   filter: "all"
8213   parameters:
8214   - "parent"
8215   - "name"
8216   - "conf-history"
8217
8218 # Test configuration - VPP MRR Test Configs 2n-skx
8219 - type: "table"
8220   title: "Test configuration - VPP MRR Test Configs 2n-skx"
8221   algorithm: "table_merged_details"
8222   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
8223   columns:
8224     - title: " |prein| Test Name |preout| "
8225       data: "data name"
8226     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8227       data: "data conf-history"
8228   data: "vpp-mrr-results-2n-skx"
8229   filter: "all"
8230   parameters:
8231   - "parent"
8232   - "name"
8233   - "conf-history"
8234
8235 # Test configuration - VPP MRR Test Configs 2n-zn2
8236 - type: "table"
8237   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
8238   algorithm: "table_merged_details"
8239   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
8240   columns:
8241     - title: " |prein| Test Name |preout| "
8242       data: "data name"
8243     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8244       data: "data conf-history"
8245   data: "vpp-mrr-results-2n-zn2"
8246   filter: "all"
8247   parameters:
8248   - "parent"
8249   - "name"
8250   - "conf-history"
8251
8252 # Test configuration - VPP MRR Test Configs 2n-clx
8253 - type: "table"
8254   title: "Test configuration - VPP MRR Test Configs 2n-clx"
8255   algorithm: "table_merged_details"
8256   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
8257   columns:
8258     - title: " |prein| Test Name |preout| "
8259       data: "data name"
8260     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8261       data: "data conf-history"
8262   data: "vpp-mrr-results-2n-clx"
8263   filter: "all"
8264   parameters:
8265   - "parent"
8266   - "name"
8267   - "conf-history"
8268
8269 # Test configuration - VPP MRR Test Configs 2n-icx
8270 - type: "table"
8271   title: "Test configuration - VPP MRR Test Configs 2n-icx"
8272   algorithm: "table_merged_details"
8273   output-file: "{DIR[DTC,MRR,VPP,2N,ICX]}/"
8274   columns:
8275     - title: " |prein| Test Name |preout| "
8276       data: "data name"
8277     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8278       data: "data conf-history"
8279   data: "vpp-mrr-results-2n-icx"
8280   filter: "'MRR'"
8281   parameters:
8282   - "parent"
8283   - "name"
8284   - "conf-history"
8285
8286 # Test configuration - VPP MRR Test Configs 3n-tsh
8287 - type: "table"
8288   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
8289   algorithm: "table_merged_details"
8290   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
8291   columns:
8292     - title: " |prein| Test Name |preout| "
8293       data: "data name"
8294     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8295       data: "data conf-history"
8296   data: "vpp-mrr-results-3n-tsh"
8297   filter: "all"
8298   parameters:
8299   - "parent"
8300   - "name"
8301   - "conf-history"
8302
8303 # Test configuration - VPP MRR Test Configs 2n-tx2
8304 - type: "table"
8305   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
8306   algorithm: "table_merged_details"
8307   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
8308   columns:
8309     - title: " |prein| Test Name |preout| "
8310       data: "data name"
8311     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8312       data: "data conf-history"
8313   data: "vpp-mrr-results-2n-tx2"
8314   filter: "all"
8315   parameters:
8316   - "parent"
8317   - "name"
8318   - "conf-history"
8319
8320 # Test configuration - VPP MRR Test Configs 3n-dnv
8321 - type: "table"
8322   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
8323   algorithm: "table_merged_details"
8324   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
8325   columns:
8326     - title: " |prein| Test Name |preout| "
8327       data: "data name"
8328     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8329       data: "data conf-history"
8330   data: "vpp-mrr-results-3n-dnv"
8331   filter: "all"
8332   parameters:
8333   - "parent"
8334   - "name"
8335   - "conf-history"
8336
8337 # Test configuration - VPP MRR Test Configs 2n-dnv
8338 - type: "table"
8339   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
8340   algorithm: "table_merged_details"
8341   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
8342   columns:
8343     - title: " |prein| Test Name |preout| "
8344       data: "data name"
8345     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8346       data: "data conf-history"
8347   data: "vpp-mrr-results-2n-dnv"
8348   filter: "all"
8349   parameters:
8350   - "parent"
8351   - "name"
8352   - "conf-history"
8353
8354 # Detailed Test Results - VPP Device Results - Ubuntu
8355 - type: "table"
8356   title: "Detailed Test Results - VPP Device Results - Ubuntu"
8357   algorithm: "table_merged_details"
8358   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
8359   columns:
8360     - title: " |prein| Test Name |preout| "
8361       data: "data name"
8362     - title: " |prein| Status |preout| "
8363       data: "data status"
8364   data: "vpp-device-results-ubuntu"
8365   filter: "all"
8366   parameters:
8367   - "name"
8368   - "parent"
8369   - "doc"
8370   - "status"
8371
8372 # Test configuration - VPP Device Test Configs - Ubuntu
8373 - type: "table"
8374   title: "Test configuration - VPP Device Test Configs - Ubuntu"
8375   algorithm: "table_merged_details"
8376   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
8377   columns:
8378     - title: " |prein| Test Name |preout| "
8379       data: "data name"
8380     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8381       data: "data conf-history"
8382   data: "vpp-device-results-ubuntu"
8383   filter: "all"
8384   parameters:
8385   - "parent"
8386   - "name"
8387   - "conf-history"
8388
8389 ################################################################################
8390
8391 # DPDK Performance Changes 3n-hsw 1t1c pdr
8392 - type: "table"
8393   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
8394   algorithm: "table_comparison"
8395   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
8396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8397   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8398   columns:
8399     - title: "2005"
8400       data-set: "dpdk-performance-changes-3n-hsw-h1"
8401     - title: "2009"
8402       data-set: "dpdk-performance-changes-3n-hsw-ref"
8403     - title: "2101"
8404       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8405   comparisons:
8406     - title: "Diff"
8407       reference: 2
8408       compare: 3
8409   legend:
8410     - ""
8411     - "2005, 2009, 2101 - DPDK versions tested."
8412     - "Diff - difference between 2009 and 2101 DPDK version."
8413
8414 # DPDK Performance Changes 3n-hsw 2t2c pdr
8415 - type: "table"
8416   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
8417   algorithm: "table_comparison"
8418   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
8419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8420   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8421   columns:
8422     - title: "2005"
8423       data-set: "dpdk-performance-changes-3n-hsw-h1"
8424     - title: "2009"
8425       data-set: "dpdk-performance-changes-3n-hsw-ref"
8426     - title: "2101"
8427       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8428   comparisons:
8429     - title: "Diff"
8430       reference: 2
8431       compare: 3
8432   legend:
8433     - ""
8434     - "2005, 2009, 2101 - DPDK versions tested."
8435     - "Diff - difference between 2009 and 2101 DPDK version."
8436
8437 # DPDK Performance Changes 3n-hsw 1t1c pdr
8438 - type: "table"
8439   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
8440   algorithm: "table_comparison"
8441   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
8442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8443   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8444   columns:
8445     - title: "2005"
8446       data-set: "dpdk-performance-changes-3n-hsw-h1"
8447     - title: "2009"
8448       data-set: "dpdk-performance-changes-3n-hsw-ref"
8449     - title: "2101"
8450       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8451   comparisons:
8452     - title: "Diff"
8453       reference: 2
8454       compare: 3
8455   legend:
8456     - ""
8457     - "2005, 2009, 2101 - DPDK versions tested."
8458     - "Diff - difference between 2009 and 2101 DPDK version."
8459
8460 # DPDK Performance Changes 3n-hsw 2t2c ndr
8461 - type: "table"
8462   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
8463   algorithm: "table_comparison"
8464   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
8465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8466   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8467   columns:
8468     - title: "2005"
8469       data-set: "dpdk-performance-changes-3n-hsw-h1"
8470     - title: "2009"
8471       data-set: "dpdk-performance-changes-3n-hsw-ref"
8472     - title: "2101"
8473       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8474   comparisons:
8475     - title: "Diff"
8476       reference: 2
8477       compare: 3
8478   legend:
8479     - ""
8480     - "2005, 2009, 2101 - DPDK versions tested."
8481     - "Diff - difference between 2009 and 2101 DPDK version."
8482
8483 # DPDK Performance Changes 3n-skx 2t1c pdr
8484 - type: "table"
8485   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
8486   algorithm: "table_comparison"
8487   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
8488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8489   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8490   columns:
8491     - title: "2005"
8492       data-set: "dpdk-performance-changes-3n-skx-h1"
8493     - title: "2009"
8494       data-set: "dpdk-performance-changes-3n-skx-ref"
8495     - title: "2101"
8496       data-set: "dpdk-performance-changes-3n-skx-cmp"
8497   comparisons:
8498     - title: "Diff"
8499       reference: 2
8500       compare: 3
8501   legend:
8502     - ""
8503     - "2005, 2009, 2101 - DPDK versions tested."
8504     - "Diff - difference between 2009 and 2101 DPDK version."
8505
8506 # DPDK Performance Changes 3n-skx 4t2c pdr
8507 - type: "table"
8508   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
8509   algorithm: "table_comparison"
8510   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
8511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8512   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8513   columns:
8514     - title: "2005"
8515       data-set: "dpdk-performance-changes-3n-skx-h1"
8516     - title: "2009"
8517       data-set: "dpdk-performance-changes-3n-skx-ref"
8518     - title: "2101"
8519       data-set: "dpdk-performance-changes-3n-skx-cmp"
8520   comparisons:
8521     - title: "Diff"
8522       reference: 2
8523       compare: 3
8524   legend:
8525     - ""
8526     - "2005, 2009, 2101 - DPDK versions tested."
8527     - "Diff - difference between 2009 and 2101 DPDK version."
8528
8529 # DPDK Performance Changes 3n-skx 2t1c ndr
8530 - type: "table"
8531   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
8532   algorithm: "table_comparison"
8533   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
8534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8535   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8536   columns:
8537     - title: "2005"
8538       data-set: "dpdk-performance-changes-3n-skx-h1"
8539     - title: "2009"
8540       data-set: "dpdk-performance-changes-3n-skx-ref"
8541     - title: "2101"
8542       data-set: "dpdk-performance-changes-3n-skx-cmp"
8543   comparisons:
8544     - title: "Diff"
8545       reference: 2
8546       compare: 3
8547   legend:
8548     - ""
8549     - "2005, 2009, 2101 - DPDK versions tested."
8550     - "Diff - difference between 2009 and 2101 DPDK version."
8551
8552 # DPDK Performance Changes 3n-skx 4t2c ndr
8553 - type: "table"
8554   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
8555   algorithm: "table_comparison"
8556   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
8557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8558   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8559   columns:
8560     - title: "2005"
8561       data-set: "dpdk-performance-changes-3n-skx-h1"
8562     - title: "2009"
8563       data-set: "dpdk-performance-changes-3n-skx-ref"
8564     - title: "2101"
8565       data-set: "dpdk-performance-changes-3n-skx-cmp"
8566   comparisons:
8567     - title: "Diff"
8568       reference: 2
8569       compare: 3
8570   legend:
8571     - ""
8572     - "2005, 2009, 2101 - DPDK versions tested."
8573     - "Diff - difference between 2009 and 2101 DPDK version."
8574
8575 # DPDK Performance Changes 2n-skx 2t1c pdr
8576 - type: "table"
8577   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
8578   algorithm: "table_comparison"
8579   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
8580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8581   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8582   columns:
8583     - title: "2005"
8584       data-set: "dpdk-performance-changes-2n-skx-h1"
8585     - title: "2009"
8586       data-set: "dpdk-performance-changes-2n-skx-ref"
8587     - title: "2101"
8588       data-set: "dpdk-performance-changes-2n-skx-cmp"
8589   comparisons:
8590     - title: "Diff"
8591       reference: 2
8592       compare: 3
8593   legend:
8594     - ""
8595     - "2005, 2009, 2101 - DPDK versions tested."
8596     - "Diff - difference between 2009 and 2101 DPDK version."
8597
8598 # DPDK Performance Changes 2n-skx 4t2c pdr
8599 - type: "table"
8600   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
8601   algorithm: "table_comparison"
8602   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
8603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8604   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8605   columns:
8606     - title: "2005"
8607       data-set: "dpdk-performance-changes-2n-skx-h1"
8608     - title: "2009"
8609       data-set: "dpdk-performance-changes-2n-skx-ref"
8610     - title: "2101"
8611       data-set: "dpdk-performance-changes-2n-skx-cmp"
8612   comparisons:
8613     - title: "Diff"
8614       reference: 2
8615       compare: 3
8616   legend:
8617     - ""
8618     - "2005, 2009, 2101 - DPDK versions tested."
8619     - "Diff - difference between 2009 and 2101 DPDK version."
8620
8621 # DPDK Performance Changes 2n-skx 2t1c ndr
8622 - type: "table"
8623   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
8624   algorithm: "table_comparison"
8625   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
8626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8627   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8628   columns:
8629     - title: "2005"
8630       data-set: "dpdk-performance-changes-2n-skx-h1"
8631     - title: "2009"
8632       data-set: "dpdk-performance-changes-2n-skx-ref"
8633     - title: "2101"
8634       data-set: "dpdk-performance-changes-2n-skx-cmp"
8635   comparisons:
8636     - title: "Diff"
8637       reference: 2
8638       compare: 3
8639   legend:
8640     - ""
8641     - "2005, 2009, 2101 - DPDK versions tested."
8642     - "Diff - difference between 2009 and 2101 DPDK version."
8643
8644 # DPDK Performance Changes 2n-skx 4t2c ndr
8645 - type: "table"
8646   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
8647   algorithm: "table_comparison"
8648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
8649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8650   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8651   columns:
8652     - title: "2005"
8653       data-set: "dpdk-performance-changes-2n-skx-h1"
8654     - title: "2009"
8655       data-set: "dpdk-performance-changes-2n-skx-ref"
8656     - title: "2101"
8657       data-set: "dpdk-performance-changes-2n-skx-cmp"
8658   comparisons:
8659     - title: "Diff"
8660       reference: 2
8661       compare: 3
8662   legend:
8663     - ""
8664     - "2005, 2009, 2101 - DPDK versions tested."
8665     - "Diff - difference between 2009 and 2101 DPDK version."
8666
8667 # DPDK Performance Changes 2n-clx 2t1c pdr
8668 - type: "table"
8669   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
8670   algorithm: "table_comparison"
8671   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
8672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8673   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8674   columns:
8675     - title: "2005"
8676       data-set: "dpdk-performance-changes-2n-clx-h1"
8677     - title: "2009"
8678       data-set: "dpdk-performance-changes-2n-clx-ref"
8679     - title: "2101"
8680       data-set: "dpdk-performance-changes-2n-clx-cmp"
8681   comparisons:
8682     - title: "Diff"
8683       reference: 2
8684       compare: 3
8685   legend:
8686     - ""
8687     - "2005, 2009, 2101 - DPDK versions tested."
8688     - "Diff - difference between 2009 and 2101 DPDK version."
8689
8690 # DPDK Performance Changes 2n-clx 4t2c pdr
8691 - type: "table"
8692   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
8693   algorithm: "table_comparison"
8694   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
8695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8696   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8697   columns:
8698     - title: "2005"
8699       data-set: "dpdk-performance-changes-2n-clx-h1"
8700     - title: "2009"
8701       data-set: "dpdk-performance-changes-2n-clx-ref"
8702     - title: "2101"
8703       data-set: "dpdk-performance-changes-2n-clx-cmp"
8704   comparisons:
8705     - title: "Diff"
8706       reference: 2
8707       compare: 3
8708   legend:
8709     - ""
8710     - "2005, 2009, 2101 - DPDK versions tested."
8711     - "Diff - difference between 2009 and 2101 DPDK version."
8712
8713 # DPDK Performance Changes 2n-clx 2t1c ndr
8714 - type: "table"
8715   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
8716   algorithm: "table_comparison"
8717   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
8718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8719   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8720   columns:
8721     - title: "2005"
8722       data-set: "dpdk-performance-changes-2n-clx-h1"
8723     - title: "2009"
8724       data-set: "dpdk-performance-changes-2n-clx-ref"
8725     - title: "2101"
8726       data-set: "dpdk-performance-changes-2n-clx-cmp"
8727   comparisons:
8728     - title: "Diff"
8729       reference: 2
8730       compare: 3
8731   legend:
8732     - ""
8733     - "2005, 2009, 2101 - DPDK versions tested."
8734     - "Diff - difference between 2009 and 2101 DPDK version."
8735
8736 # DPDK Performance Changes 2n-clx 4t2c ndr
8737 - type: "table"
8738   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
8739   algorithm: "table_comparison"
8740   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
8741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8742   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8743   columns:
8744     - title: "2005"
8745       data-set: "dpdk-performance-changes-2n-clx-h1"
8746     - title: "2009"
8747       data-set: "dpdk-performance-changes-2n-clx-ref"
8748     - title: "2101"
8749       data-set: "dpdk-performance-changes-2n-clx-cmp"
8750   comparisons:
8751     - title: "Diff"
8752       reference: 2
8753       compare: 3
8754   legend:
8755     - ""
8756     - "2005, 2009, 2101 - DPDK versions tested."
8757     - "Diff - difference between 2009 and 2101 DPDK version."
8758
8759 # DPDK Performance Changes 2n-zn2 2t1c pdr
8760 - type: "table"
8761   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
8762   algorithm: "table_comparison"
8763   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
8764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8765   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8766   columns:
8767 #     - title: "2005"
8768 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8769     - title: "2009"
8770       data-set: "dpdk-performance-changes-2n-zn2-ref"
8771     - title: "2101"
8772       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8773   comparisons:
8774     - title: "Diff"
8775       reference: 1  # 2
8776       compare: 2  # 3
8777   legend:
8778     - ""
8779     - "2009, 2101 - DPDK versions tested."
8780     - "Diff - difference between 2009 and 2101 DPDK version."
8781
8782 # DPDK Performance Changes 2n-zn2 4t2c pdr
8783 - type: "table"
8784   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
8785   algorithm: "table_comparison"
8786   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
8787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8789   columns:
8790 #     - title: "2005"
8791 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8792     - title: "2009"
8793       data-set: "dpdk-performance-changes-2n-zn2-ref"
8794     - title: "2101"
8795       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8796   comparisons:
8797     - title: "Diff"
8798       reference: 1  # 2
8799       compare: 2  # 3
8800   legend:
8801     - ""
8802     - "2009, 2101 - DPDK versions tested."
8803     - "Diff - difference between 2009 and 2101 DPDK version."
8804
8805 # DPDK Performance Changes 2n-zn2 2t1c ndr
8806 - type: "table"
8807   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
8808   algorithm: "table_comparison"
8809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
8810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8811   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8812   columns:
8813 #     - title: "2005"
8814 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8815     - title: "2009"
8816       data-set: "dpdk-performance-changes-2n-zn2-ref"
8817     - title: "2101"
8818       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8819   comparisons:
8820     - title: "Diff"
8821       reference: 1  # 2
8822       compare: 2  # 3
8823   legend:
8824     - ""
8825     - "2009, 2101 - DPDK versions tested."
8826     - "Diff - difference between 2009 and 2101 DPDK version."
8827
8828 # DPDK Performance Changes 2n-zn2 4t2c ndr
8829 - type: "table"
8830   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
8831   algorithm: "table_comparison"
8832   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
8833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8834   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8835   columns:
8836 #     - title: "2005"
8837 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8838     - title: "2009"
8839       data-set: "dpdk-performance-changes-2n-zn2-ref"
8840     - title: "2101"
8841       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8842   comparisons:
8843     - title: "Diff"
8844       reference: 1  # 2
8845       compare: 2  # 3
8846   legend:
8847     - ""
8848     - "2009, 2101 - DPDK versions tested."
8849     - "Diff - difference between 2009 and 2101 DPDK version."
8850
8851 ## DPDK Performance Changes 2n-dnv 1t1c pdr
8852 #- type: "table"
8853 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
8854 #  algorithm: "table_comparison"
8855 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
8856 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8857 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8858 #  columns:
8859 #    - title: "2001"
8860 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8861 #    - title: "2005"
8862 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8863 #    - title: "2009"
8864 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8865 #  comparisons:
8866 #    - title: "Diff"
8867 #      reference: 2
8868 #      compare: 3
8869 #  legend:
8870 #    - ""
8871 #    - "2001, 2005, 2009 - DPDK versions tested."
8872 #    - "Diff - difference between 2005 and 2009 DPDK version."
8873 #
8874 ## DPDK Performance Changes 2n-dnv 2t2c pdr
8875 #- type: "table"
8876 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
8877 #  algorithm: "table_comparison"
8878 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
8879 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8880 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8881 #  columns:
8882 #    - title: "2001"
8883 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8884 #    - title: "2005"
8885 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8886 #    - title: "2009"
8887 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8888 #  comparisons:
8889 #    - title: "Diff"
8890 #      reference: 2
8891 #      compare: 3
8892 #  legend:
8893 #    - ""
8894 #    - "2001, 2005, 2009 - DPDK versions tested."
8895 #    - "Diff - difference between 2005 and 2009 DPDK version."
8896 #
8897 ## DPDK Performance Changes 2n-dnv 1t1c ndr
8898 #- type: "table"
8899 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
8900 #  algorithm: "table_comparison"
8901 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
8902 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8903 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8904 #  columns:
8905 #    - title: "2001"
8906 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8907 #    - title: "2005"
8908 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8909 #    - title: "2009"
8910 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8911 #  comparisons:
8912 #    - title: "Diff"
8913 #      reference: 2
8914 #      compare: 3
8915 #  legend:
8916 #    - ""
8917 #    - "2001, 2005, 2009 - DPDK versions tested."
8918 #    - "Diff - difference between 2005 and 2009 DPDK version."
8919 #
8920 ## DPDK Performance Changes 2n-dnv 2t2c ndr
8921 #- type: "table"
8922 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
8923 #  algorithm: "table_comparison"
8924 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
8925 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8926 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8927 #  columns:
8928 #    - title: "2001"
8929 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8930 #    - title: "2005"
8931 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8932 #    - title: "2009"
8933 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8934 #  comparisons:
8935 #    - title: "Diff"
8936 #      reference: 2
8937 #      compare: 3
8938 #  legend:
8939 #    - ""
8940 #    - "2001, 2005, 2009 - DPDK versions tested."
8941 #    - "Diff - difference between 2005 and 2009 DPDK version."
8942 #
8943 ## DPDK Performance Changes 3n-dnv 1t1c pdr
8944 #- type: "table"
8945 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
8946 #  algorithm: "table_comparison"
8947 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
8948 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8949 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8950 #  columns:
8951 #    - title: "2001"
8952 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8953 #    - title: "2005"
8954 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8955 #    - title: "2009"
8956 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8957 #  comparisons:
8958 #    - title: "Diff"
8959 #      reference: 2
8960 #      compare: 3
8961 #  legend:
8962 #    - ""
8963 #    - "2001, 2005, 2009 - DPDK versions tested."
8964 #    - "Diff - difference between 2005 and 2009 DPDK version."
8965 #
8966 ## DPDK Performance Changes 3n-dnv 2t2c pdr
8967 #- type: "table"
8968 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
8969 #  algorithm: "table_comparison"
8970 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
8971 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8972 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8973 #  columns:
8974 #    - title: "2001"
8975 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8976 #    - title: "2005"
8977 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8978 #    - title: "2009"
8979 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8980 #  comparisons:
8981 #    - title: "Diff"
8982 #      reference: 2
8983 #      compare: 3
8984 #  legend:
8985 #    - ""
8986 #    - "2001, 2005, 2009 - DPDK versions tested."
8987 #    - "Diff - difference between 2005 and 2009 DPDK version."
8988 #
8989 ## DPDK Performance Changes 3n-dnv 1t1c ndr
8990 #- type: "table"
8991 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
8992 #  algorithm: "table_comparison"
8993 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
8994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8995 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8996 #  columns:
8997 #    - title: "2001"
8998 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8999 #    - title: "2005"
9000 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
9001 #    - title: "2009"
9002 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
9003 #  comparisons:
9004 #    - title: "Diff"
9005 #      reference: 2
9006 #      compare: 3
9007 #  legend:
9008 #    - ""
9009 #    - "2001, 2005, 2009 - DPDK versions tested."
9010 #    - "Diff - difference between 2005 and 2009 DPDK version."
9011 #
9012 ## DPDK Performance Changes 3n-dnv 2t2c ndr
9013 #- type: "table"
9014 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
9015 #  algorithm: "table_comparison"
9016 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
9017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9018 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
9019 #  columns:
9020 #    - title: "2001"
9021 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
9022 #    - title: "2005"
9023 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
9024 #    - title: "2009"
9025 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
9026 #  comparisons:
9027 #    - title: "Diff"
9028 #      reference: 2
9029 #      compare: 3
9030 #  legend:
9031 #    - ""
9032 #    - "2001, 2005, 2009 - DPDK versions tested."
9033 #    - "Diff - difference between 2005 and 2009 DPDK version."
9034
9035 # DPDK Performance Changes 3n-tsh 1t1c pdr
9036 - type: "table"
9037   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
9038   algorithm: "table_comparison"
9039   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
9040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9041   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
9042   columns:
9043     - title: "2005"
9044       data-set: "dpdk-performance-changes-3n-tsh-h1"
9045     - title: "2009"
9046       data-set: "dpdk-performance-changes-3n-tsh-ref"
9047     - title: "2101"
9048       data-set: "dpdk-performance-changes-3n-tsh-cmp"
9049   comparisons:
9050     - title: "Diff"
9051       reference: 2
9052       compare: 3
9053   legend:
9054     - ""
9055     - "2005, 2009, 2101 - DPDK versions tested."
9056     - "Diff - difference between 2009 and 2101 DPDK version."
9057
9058 # DPDK Performance Changes 3n-tsh 2t2c pdr
9059 - type: "table"
9060   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
9061   algorithm: "table_comparison"
9062   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
9063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9064   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
9065   columns:
9066     - title: "2005"
9067       data-set: "dpdk-performance-changes-3n-tsh-h1"
9068     - title: "2009"
9069       data-set: "dpdk-performance-changes-3n-tsh-ref"
9070     - title: "2101"
9071       data-set: "dpdk-performance-changes-3n-tsh-cmp"
9072   comparisons:
9073     - title: "Diff"
9074       reference: 2
9075       compare: 3
9076   legend:
9077     - ""
9078     - "2005, 2009, 2101 - DPDK versions tested."
9079     - "Diff - difference between 2009 and 2101 DPDK version."
9080
9081 # DPDK Performance Changes 3n-tsh 1t1c ndr
9082 - type: "table"
9083   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
9084   algorithm: "table_comparison"
9085   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
9086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9087   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
9088   columns:
9089     - title: "2005"
9090       data-set: "dpdk-performance-changes-3n-tsh-h1"
9091     - title: "2009"
9092       data-set: "dpdk-performance-changes-3n-tsh-ref"
9093     - title: "2101"
9094       data-set: "dpdk-performance-changes-3n-tsh-cmp"
9095   comparisons:
9096     - title: "Diff"
9097       reference: 2
9098       compare: 3
9099   legend:
9100     - ""
9101     - "2005, 2009, 2101 - DPDK versions tested."
9102     - "Diff - difference between 2009 and 2101 DPDK version."
9103
9104 # DPDK Performance Changes 3n-tsh 2t2c ndr
9105 - type: "table"
9106   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
9107   algorithm: "table_comparison"
9108   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
9109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9110   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
9111   columns:
9112     - title: "2005"
9113       data-set: "dpdk-performance-changes-3n-tsh-h1"
9114     - title: "2009"
9115       data-set: "dpdk-performance-changes-3n-tsh-ref"
9116     - title: "2101"
9117       data-set: "dpdk-performance-changes-3n-tsh-cmp"
9118   comparisons:
9119     - title: "Diff"
9120       reference: 2
9121       compare: 3
9122   legend:
9123     - ""
9124     - "2005, 2009, 2101 - DPDK versions tested."
9125     - "Diff - difference between 2009 and 2101 DPDK version."
9126
9127 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
9128 - type: "table"
9129   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
9130   algorithm: "table_comparison"
9131   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
9132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9133   filter: "'NIC_Intel-X710'"
9134   columns:
9135     - title: "3n-hsw x710"
9136       data-set: "dpdk-compare-testbeds-ref"
9137     - title: "3n-skx x710"
9138       data-set: "dpdk-compare-testbeds-cmp"
9139   comparisons:
9140     - title: "Diff"
9141       reference: 1
9142       compare: 2
9143   legend:
9144     - ""
9145     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
9146     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
9147
9148 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
9149 - type: "table"
9150   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
9151   algorithm: "table_comparison"
9152   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
9153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9154   filter: "'NIC_Intel-X710'"
9155   columns:
9156     - title: "3n-hsw x710"
9157       data-set: "dpdk-compare-testbeds-ref"
9158     - title: "3n-skx x710"
9159       data-set: "dpdk-compare-testbeds-cmp"
9160   comparisons:
9161     - title: "Diff"
9162       reference: 1
9163       compare: 2
9164   legend:
9165     - ""
9166     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
9167     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
9168
9169 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
9170 - type: "table"
9171   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
9172   algorithm: "table_comparison"
9173   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
9174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9175   filter: "'NIC_Intel-XXV710'"
9176   columns:
9177     - title: "2n-skx"
9178       data-set: "dpdk-compare-testbeds-skx-clx-ref"
9179     - title: "2n-clx"
9180       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
9181   comparisons:
9182     - title: "Diff"
9183       reference: 1
9184       compare: 2
9185   legend:
9186     - ""
9187     - "2n-skx, 2n-clx - testbeds and NICs tested."
9188     - "Diff - difference between 2n-skx and 2n-clx testbeds."
9189
9190 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
9191 - type: "table"
9192   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
9193   algorithm: "table_comparison"
9194   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
9195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9196   filter: "'NIC_Intel-XXV710'"
9197   columns:
9198     - title: "2n-skx"
9199       data-set: "dpdk-compare-testbeds-skx-clx-ref"
9200     - title: "2n-clx"
9201       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
9202   comparisons:
9203     - title: "Diff"
9204       reference: 1
9205       compare: 2
9206   legend:
9207     - ""
9208     - "2n-skx, 2n-clx - testbeds and NICs tested."
9209     - "Diff - difference between 2n-skx and 2n-clx testbeds."
9210
9211 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
9212 - type: "table"
9213   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
9214   algorithm: "table_comparison"
9215   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
9216   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9217   filter: "'NIC_Intel-XXV710'"
9218   columns:
9219     - title: "3n-skx"
9220       data-set: "dpdk-compare-topologies-ref"
9221     - title: "2n-skx"
9222       data-set: "dpdk-compare-topologies-cmp"
9223   comparisons:
9224     - title: "Diff"
9225       reference: 1
9226       compare: 2
9227   legend:
9228     - ""
9229     - "3n-skx, 2n-skx - topologies tested."
9230     - "Diff - difference between 3n-skx and 2n-skx topologies."
9231
9232 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
9233 - type: "table"
9234   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
9235   algorithm: "table_comparison"
9236   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
9237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9238   filter: "'NIC_Intel-XXV710'"
9239   columns:
9240     - title: "3n-skx"
9241       data-set: "dpdk-compare-topologies-ref"
9242     - title: "2n-skx"
9243       data-set: "dpdk-compare-topologies-cmp"
9244   comparisons:
9245     - title: "Diff"
9246       reference: 1
9247       compare: 2
9248   legend:
9249     - ""
9250     - "3n-skx, 2n-skx - topologies tested."
9251     - "Diff - difference between 3n-skx and 2n-skx topologies."
9252
9253 # Detailed Test Results - DPDK Performance Results 3n-hsw
9254 - type: "table"
9255   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
9256   algorithm: "table_merged_details"
9257   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
9258   columns:
9259     - title: " |prein| Test Name |preout| "
9260       data: "data name"
9261     - 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| "
9262       data: "data msg"
9263   data: "dpdk-perf-results-3n-hsw"
9264   filter: "all"
9265   parameters:
9266   - "name"
9267   - "parent"
9268   - "msg"
9269
9270 # Detailed Test Results - DPDK Performance Results 3n-skx
9271 - type: "table"
9272   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
9273   algorithm: "table_merged_details"
9274   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
9275   columns:
9276     - title: " |prein| Test Name |preout| "
9277       data: "data name"
9278     - 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| "
9279       data: "data msg"
9280   data: "dpdk-perf-results-3n-skx"
9281   filter: "all"
9282   remove-ndr: False
9283   parameters:
9284   - "name"
9285   - "parent"
9286   - "msg"
9287
9288 # Detailed Test Results - DPDK Performance Results 2n-skx
9289 - type: "table"
9290   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
9291   algorithm: "table_merged_details"
9292   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
9293   columns:
9294     - title: " |prein| Test Name |preout| "
9295       data: "data name"
9296     - 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| "
9297       data: "data msg"
9298   data: "dpdk-perf-results-2n-skx"
9299   filter: "all"
9300   remove-ndr: False
9301   parameters:
9302   - "name"
9303   - "parent"
9304   - "msg"
9305
9306 # Detailed Test Results - DPDK Performance Results 2n-zn2
9307 - type: "table"
9308   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
9309   algorithm: "table_merged_details"
9310   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
9311   columns:
9312     - title: " |prein| Test Name |preout| "
9313       data: "data name"
9314     - 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| "
9315       data: "data msg"
9316   data: "dpdk-perf-results-2n-zn2"
9317   filter: "all"
9318   remove-ndr: False
9319   parameters:
9320   - "name"
9321   - "parent"
9322   - "msg"
9323
9324 # Detailed Test Results - DPDK Performance Results 2n-clx
9325 - type: "table"
9326   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
9327   algorithm: "table_merged_details"
9328   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
9329   columns:
9330     - title: " |prein| Test Name |preout| "
9331       data: "data name"
9332     - 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| "
9333       data: "data msg"
9334   data: "dpdk-perf-results-2n-clx"
9335   filter: "all"
9336   parameters:
9337   - "name"
9338   - "parent"
9339   - "msg"
9340
9341 ## Detailed Test Results - DPDK Performance Results 2n-dnv
9342 #- type: "table"
9343 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
9344 #  algorithm: "table_merged_details"
9345 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
9346 #  columns:
9347 #    - title: " |prein| Test Name |preout| "
9348 #      data: "data name"
9349 #    - 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| "
9350 #      data: "data msg"
9351 #  data: "dpdk-perf-results-2n-dnv"
9352 #  filter: "all"
9353 #  parameters:
9354 #  - "name"
9355 #  - "parent"
9356 #  - "msg"
9357 #
9358 ## Detailed Test Results - DPDK Performance Results 3n-dnv
9359 #- type: "table"
9360 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
9361 #  algorithm: "table_merged_details"
9362 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
9363 #  columns:
9364 #    - title: " |prein| Test Name |preout| "
9365 #      data: "data name"
9366 #    - 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| "
9367 #      data: "data msg"
9368 #  data: "dpdk-perf-results-3n-dnv"
9369 #  filter: "all"
9370 #  parameters:
9371 #  - "name"
9372 #  - "parent"
9373 #  - "msg"
9374
9375 # Detailed Test Results - DPDK Performance Results 3n-tsh
9376 - type: "table"
9377   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
9378   algorithm: "table_merged_details"
9379   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
9380   columns:
9381     - title: " |prein| Test Name |preout| "
9382       data: "data name"
9383     - 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| "
9384       data: "data msg"
9385   data: "dpdk-perf-results-3n-tsh"
9386   filter: "all"
9387   parameters:
9388   - "name"
9389   - "parent"
9390   - "msg"
9391
9392 # Detailed Test Results - DPDK Performance Results 2n-tx2
9393 - type: "table"
9394   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
9395   algorithm: "table_merged_details"
9396   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
9397   columns:
9398     - title: " |prein| Test Name |preout| "
9399       data: "data name"
9400     - 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| "
9401       data: "data msg"
9402   data: "dpdk-perf-results-2n-tx2"
9403   filter: "all"
9404   parameters:
9405   - "name"
9406   - "parent"
9407   - "msg"
9408
9409 ################################################################################
9410 ###                                F I L E S                                 ###
9411 ################################################################################
9412
9413 # VPP Performance Results
9414 - type: "file"
9415   title: "VPP Performance Results"
9416   algorithm: "file_details_split"
9417   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
9418   dir-tables:
9419     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
9420     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
9421     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
9422     - "{DIR[DTR,PERF,VPP,2N,ICX]}"
9423     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
9424     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
9425     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
9426     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
9427     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
9428     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
9429   data:
9430     - "vpp-perf-results-2n-skx"
9431     - "vpp-perf-results-3n-skx"
9432     - "vpp-perf-results-2n-clx"
9433     - "vpp-perf-results-2n-icx"
9434     - "vpp-perf-results-2n-zn2"
9435     - "vpp-perf-results-3n-hsw"
9436     - "vpp-perf-results-3n-tsh"
9437     - "vpp-perf-results-2n-tx2"
9438     - "vpp-perf-results-2n-dnv"
9439     - "vpp-perf-results-3n-dnv"
9440   filter: "'NDRPDR'"
9441   data-start-level: 4
9442   order-chapters:
9443     level-1:
9444       - "l2"
9445       - "ip4"
9446       - "ip6"
9447       - "srv6"
9448       - "ip4_tunnels"
9449       - "ip6_tunnels"
9450       - "vm_vhost"
9451       - "container_memif"
9452       - "crypto"
9453       - "vts"
9454       - "lb"
9455       - "nfv_density"
9456       - "hoststack"
9457     level-2:
9458       - "2n-skx"
9459       - "3n-skx"
9460       - "2n-clx"
9461       - "2n-icx"
9462       - "2n-zn2"
9463       - "3n-hsw"
9464       - "3n-tsh"
9465       - "2n-tx2"
9466       - "2n-dnv"
9467       - "3n-dnv"
9468     level-3:
9469       - "xl710"
9470       - "x520"
9471       - "xxv710"
9472       - "x710"
9473       - "e810cq"
9474       - "x553"
9475       - "cx556a"
9476       - "vic1227"
9477       - "vic1385"
9478
9479 # VPP Performance Configuration
9480 - type: "file"
9481   title: "VPP Performance Configuration"
9482   algorithm: "file_details_split"
9483   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
9484   dir-tables:
9485     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
9486     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
9487     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
9488     - "{DIR[DTC,PERF,VPP,2N,ICX]}"
9489     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
9490     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
9491     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
9492     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
9493     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
9494     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
9495   data:
9496     - "vpp-perf-results-2n-skx"
9497     - "vpp-perf-results-3n-skx"
9498     - "vpp-perf-results-2n-clx"
9499     - "vpp-perf-results-2n-icx"
9500     - "vpp-perf-results-2n-zn2"
9501     - "vpp-perf-results-3n-hsw"
9502     - "vpp-perf-results-3n-tsh"
9503     - "vpp-perf-results-2n-tx2"
9504     - "vpp-perf-results-2n-dnv"
9505     - "vpp-perf-results-3n-dnv"
9506   filter: "'NDRPDR'"
9507   data-start-level: 4
9508   order-chapters:
9509     level-1:
9510       - "l2"
9511       - "ip4"
9512       - "ip6"
9513       - "srv6"
9514       - "ip4_tunnels"
9515       - "ip6_tunnels"
9516       - "vm_vhost"
9517       - "container_memif"
9518       - "crypto"
9519       - "vts"
9520       - "lb"
9521       - "nfv_density"
9522       - "hoststack"
9523     level-2:
9524       - "2n-skx"
9525       - "3n-skx"
9526       - "2n-clx"
9527       - "2n-icx"
9528       - "2n-zn2"
9529       - "3n-hsw"
9530       - "3n-tsh"
9531       - "2n-tx2"
9532       - "2n-dnv"
9533       - "3n-dnv"
9534     level-3:
9535       - "xl710"
9536       - "x520"
9537       - "xxv710"
9538       - "x710"
9539       - "e810cq"
9540       - "x553"
9541       - "cx556a"
9542       - "vic1227"
9543       - "vic1385"
9544
9545 # VPP Performance Operational
9546 - type: "file"
9547   title: "VPP Performance Operational"
9548   algorithm: "file_details_split_html"
9549   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
9550   dir-tables:
9551     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
9552     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
9553     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
9554     - "{DIR[DTO,PERF,VPP,2N,ICX]}"
9555     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
9556     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
9557     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
9558     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
9559     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
9560     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
9561   data:
9562     - "vpp-perf-results-2n-skx"
9563     - "vpp-perf-results-3n-skx"
9564     - "vpp-perf-results-2n-clx"
9565     - "vpp-perf-results-2n-icx"
9566     - "vpp-perf-results-2n-zn2"
9567     - "vpp-perf-results-3n-hsw"
9568     - "vpp-perf-results-3n-tsh"
9569     - "vpp-perf-results-2n-tx2"
9570     - "vpp-perf-results-2n-dnv"
9571     - "vpp-perf-results-3n-dnv"
9572   filter: "'NDRPDR'"
9573   data-start-level: 4
9574   order-chapters:
9575     level-1:
9576       - "l2"
9577       - "ip4"
9578       - "ip6"
9579       - "srv6"
9580       - "ip4_tunnels"
9581       - "ip6_tunnels"
9582       - "vm_vhost"
9583       - "container_memif"
9584       - "crypto"
9585       - "vts"
9586       - "lb"
9587       - "nfv_density"
9588       - "hoststack"
9589     level-2:
9590       - "2n-skx"
9591       - "3n-skx"
9592       - "2n-clx"
9593       - "2n-icx"
9594       - "2n-zn2"
9595       - "3n-hsw"
9596       - "3n-tsh"
9597       - "2n-tx2"
9598       - "2n-dnv"
9599       - "3n-dnv"
9600     level-3:
9601       - "xl710"
9602       - "x520"
9603       - "xxv710"
9604       - "x710"
9605       - "e810cq"
9606       - "x553"
9607       - "cx556a"
9608       - "vic1227"
9609       - "vic1385"
9610
9611 # VPP MRR Results
9612 - type: "file"
9613   title: "VPP MRR Results"
9614   algorithm: "file_details_split"
9615   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
9616   dir-tables:
9617     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
9618     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
9619     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
9620     - "{DIR[DTR,MRR,VPP,2N,ICX]}"
9621     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
9622     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
9623     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
9624     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
9625     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
9626     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
9627   data:
9628     - "vpp-mrr-results-2n-skx"
9629     - "vpp-mrr-results-3n-skx"
9630     - "vpp-mrr-results-2n-clx"
9631     - "vpp-mrr-results-2n-icx"
9632     - "vpp-mrr-results-2n-zn2"
9633     - "vpp-mrr-results-3n-hsw"
9634     - "vpp-mrr-results-3n-tsh"
9635     - "vpp-mrr-results-2n-tx2"
9636     - "vpp-mrr-results-2n-dnv"
9637     - "vpp-mrr-results-3n-dnv"
9638   filter: "'MRR'"
9639   data-start-level: 4
9640   order-chapters:
9641     level-1:
9642       - "l2"
9643       - "ip4"
9644       - "ip6"
9645       - "srv6"
9646       - "ip4_tunnels"
9647       - "ip6_tunnels"
9648       - "vm_vhost"
9649       - "container_memif"
9650       - "crypto"
9651       - "vts"
9652       - "lb"
9653       - "nfv_density"
9654       - "hoststack"
9655     level-2:
9656       - "2n-skx"
9657       - "3n-skx"
9658       - "2n-clx"
9659       - "2n-icx"
9660       - "2n-zn2"
9661       - "3n-hsw"
9662       - "3n-tsh"
9663       - "2n-tx2"
9664       - "2n-dnv"
9665       - "3n-dnv"
9666     level-3:
9667       - "xl710"
9668       - "x520"
9669       - "xxv710"
9670       - "x710"
9671       - "e810cq"
9672       - "x553"
9673       - "cx556a"
9674       - "vic1227"
9675       - "vic1385"
9676
9677 # VPP MRR Configuration
9678 - type: "file"
9679   title: "VPP MRR Configuration"
9680   algorithm: "file_details_split"
9681   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
9682   dir-tables:
9683     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
9684     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
9685     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
9686     - "{DIR[DTC,MRR,VPP,2N,ICX]}"
9687     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
9688     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
9689     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
9690     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
9691     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
9692     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
9693   data:
9694     - "vpp-mrr-results-2n-skx"
9695     - "vpp-mrr-results-3n-skx"
9696     - "vpp-mrr-results-2n-clx"
9697     - "vpp-mrr-results-2n-icx"
9698     - "vpp-mrr-results-2n-zn2"
9699     - "vpp-mrr-results-3n-hsw"
9700     - "vpp-mrr-results-3n-tsh"
9701     - "vpp-mrr-results-2n-tx2"
9702     - "vpp-mrr-results-2n-dnv"
9703     - "vpp-mrr-results-3n-dnv"
9704   filter: "'MRR'"
9705   data-start-level: 4
9706   order-chapters:
9707     level-1:
9708       - "l2"
9709       - "ip4"
9710       - "ip6"
9711       - "srv6"
9712       - "ip4_tunnels"
9713       - "ip6_tunnels"
9714       - "vm_vhost"
9715       - "container_memif"
9716       - "crypto"
9717       - "vts"
9718       - "lb"
9719       - "nfv_density"
9720       - "hoststack"
9721     level-2:
9722       - "2n-skx"
9723       - "3n-skx"
9724       - "2n-clx"
9725       - "2n-icx"
9726       - "2n-zn2"
9727       - "3n-hsw"
9728       - "3n-tsh"
9729       - "2n-tx2"
9730       - "2n-dnv"
9731       - "3n-dnv"
9732     level-3:
9733       - "xl710"
9734       - "x520"
9735       - "xxv710"
9736       - "x710"
9737       - "e810cq"
9738       - "x553"
9739       - "cx556a"
9740       - "vic1227"
9741       - "vic1385"
9742
9743 # VPP Device Results - Ubuntu
9744 - type: "file"
9745   title: "VPP Device Results - Ubuntu"
9746   algorithm: "file_test_results"
9747   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9748   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9749   data: "vpp-device-results-ubuntu"
9750   filter: "all"
9751   data-start-level: 4
9752
9753 # VPP Device Configuration - Ubuntu
9754 - type: "file"
9755   title: "VPP Device Configuration - Ubuntu"
9756   algorithm: "file_test_results"
9757   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9758   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9759   data: "vpp-device-results-ubuntu"
9760   filter: "all"
9761   data-start-level: 4
9762
9763 # DPDK Performance Results 3n-hsw
9764 - type: "file"
9765   title: "DPDK Performance Results 3n-hsw"
9766   algorithm: "file_test_results"
9767   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9768   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9769   data: "dpdk-perf-results-3n-hsw"
9770   filter: "all"
9771   data-start-level: 4
9772
9773 # DPDK Performance Results 3n-skx
9774 - type: "file"
9775   title: "DPDK Performance Results 3n-skx"
9776   algorithm: "file_test_results"
9777   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9778   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9779   data: "dpdk-perf-results-3n-skx"
9780   filter: "all"
9781   data-start-level: 4
9782
9783 # DPDK Performance Results 2n-skx
9784 - type: "file"
9785   title: "DPDK Performance Results 2n-skx"
9786   algorithm: "file_test_results"
9787   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9788   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9789   data: "dpdk-perf-results-2n-skx"
9790   filter: "all"
9791   data-start-level: 4
9792
9793 # DPDK Performance Results 2n-zn2
9794 - type: "file"
9795   title: "DPDK Performance Results 2n-zn2"
9796   algorithm: "file_test_results"
9797   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9798   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9799   data: "dpdk-perf-results-2n-zn2"
9800   filter: "all"
9801   data-start-level: 4
9802
9803 # DPDK Performance Results 2n-clx
9804 - type: "file"
9805   title: "DPDK Performance Results 2n-clx"
9806   algorithm: "file_test_results"
9807   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9808   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9809   data: "dpdk-perf-results-2n-clx"
9810   filter: "all"
9811   data-start-level: 4
9812
9813 ## DPDK Performance Results 2n-dnv
9814 #- type: "file"
9815 #  title: "DPDK Performance Results 2n-dnv"
9816 #  algorithm: "file_test_results"
9817 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9818 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9819 #  data: "dpdk-perf-results-2n-dnv"
9820 #  filter: "all"
9821 #  data-start-level: 4
9822 #
9823 ## DPDK Performance Results 3n-dnv
9824 #- type: "file"
9825 #  title: "DPDK Performance Results 3n-dnv"
9826 #  algorithm: "file_test_results"
9827 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9828 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9829 #  data: "dpdk-perf-results-3n-dnv"
9830 #  filter: "all"
9831 #  data-start-level: 4
9832
9833 # DPDK Performance Results 3n-tsh
9834 - type: "file"
9835   title: "DPDK Performance Results 3n-tsh"
9836   algorithm: "file_test_results"
9837   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9838   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9839   data: "dpdk-perf-results-3n-tsh"
9840   filter: "all"
9841   data-start-level: 4
9842
9843 # DPDK Performance Results 2n-tx2
9844 - type: "file"
9845   title: "DPDK Performance Results 2n-tx2"
9846   algorithm: "file_test_results"
9847   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9848   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9849   data: "dpdk-perf-results-2n-tx2"
9850   filter: "all"
9851   data-start-level: 4
9852
9853 ################################################################################
9854 ###                                P L O T S                                 ###
9855 ################################################################################
9856
9857 # Hoststack tests 3n-hsw
9858
9859 - type: "plot"
9860   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9861   algorithm: "plot_perf_box_name"
9862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
9863   data: "plot-vpp-hoststack-3n-hsw"
9864   include:
9865     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
9866     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
9867   layout:
9868     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9869     layout: "plot-hoststack"
9870
9871 - type: "plot"
9872   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9873   algorithm: "plot_perf_box_name"
9874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
9875   data: "plot-vpp-hoststack-3n-hsw"
9876   include:
9877     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
9878     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
9879   layout:
9880     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9881     layout: "plot-hoststack"
9882
9883 - type: "plot"
9884   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9885   algorithm: "plot_perf_box_name"
9886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
9887   data: "plot-vpp-hoststack-3n-hsw"
9888   include:
9889     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
9890     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
9891     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
9892     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
9893   layout:
9894     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9895     layout: "plot-hoststack"
9896
9897 ################################################################################
9898
9899 # Soak Test (PLRsearch), boxes - 2n-clx
9900 - type: "plot"
9901   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9902   algorithm: "plot_perf_box_name"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
9905   data: "plot-vpp-soak-2n-clx"
9906   include:
9907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9913   layout:
9914     title: "30 Minutes Soak Test (PLRsearch)"
9915     layout: "plot-soak-throughput"
9916
9917 # Soak Test (PLRsearch), boxes - 2n-clx
9918 - type: "plot"
9919   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9920   algorithm: "plot_perf_box_name"
9921   output-file-type: ".html"
9922   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
9923   data: "plot-vpp-soak-2n-clx"
9924   include:
9925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9930     - "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"
9931   layout:
9932     title: "30 Minutes Soak Test (PLRsearch)"
9933     layout: "plot-soak-throughput"
9934
9935 # Soak Test (PLRsearch), boxes - 2n-skx
9936 - type: "plot"
9937   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9938   algorithm: "plot_perf_box_name"
9939   output-file-type: ".html"
9940   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
9941   data: "plot-vpp-soak-2n-skx"
9942   include:
9943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9949   layout:
9950     title: "30 Minutes Soak Test (PLRsearch)"
9951     layout: "plot-soak-throughput"
9952
9953 # Soak Test (PLRsearch), boxes - 2n-skx
9954 - type: "plot"
9955   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9956   algorithm: "plot_perf_box_name"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
9959   data: "plot-vpp-soak-2n-skx"
9960   include:
9961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9966     - "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"
9967   layout:
9968     title: "30 Minutes Soak Test (PLRsearch)"
9969     layout: "plot-soak-throughput"
9970
9971 ###############################################################################
9972
9973 # Reconf tests 2n-skx
9974
9975 - type: "plot"
9976   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9977   algorithm: "plot_nf_reconf_box_name"
9978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-reconf"
9979   data: "plot-vpp-nfv-reconf-2n-skx"
9980   core: ["2t1c", "4t2c", "8t4c"]
9981   include:
9982     - "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"
9983     - "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"
9984     - "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"
9985     - "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"
9986     - "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"
9987     - "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"
9988   layout:
9989     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9990     layout: "plot-throughput"
9991
9992 ###############################################################################
9993
9994 # Reconf tests 2n-clx
9995
9996 - type: "plot"
9997   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9998   algorithm: "plot_nf_reconf_box_name"
9999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-reconf"
10000   data: "plot-vpp-nfv-reconf-2n-clx"
10001   core: ["2t1c", "4t2c", "8t4c"]
10002   include:
10003     - "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"
10004     - "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"
10005     - "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"
10006     - "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"
10007   layout:
10008     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
10009     layout: "plot-throughput"
10010
10011 ###############################################################################
10012
10013 # Reconf tests 3n-hsw
10014
10015 - type: "plot"
10016   title: "Effective Blocked Time: 3n-hsw-xl710-64b-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
10017   algorithm: "plot_nf_reconf_box_name"
10018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
10019   data: "plot-vpp-ipsec-reconf-3n-hsw"
10020   core: ["1t1c", "2t2c", "4t4c"]
10021   include:
10022     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
10023     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
10024     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
10025     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
10026   layout:
10027     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
10028     layout: "plot-throughput"
10029
10030 - type: "plot"
10031   title: "Effective Blocked Time: 3n-hsw-xl710-64b-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
10032   algorithm: "plot_nf_reconf_box_name"
10033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
10034   data: "plot-vpp-ipsec-reconf-3n-hsw"
10035   core: ["1t1c", "2t2c", "4t4c"]
10036   include:
10037     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
10038     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
10039     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
10040     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
10041   layout:
10042     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
10043     layout: "plot-throughput"
10044
10045 - type: "plot"
10046   title: "Effective Blocked Time: 3n-hsw-xl710-64b-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
10047   algorithm: "plot_nf_reconf_box_name"
10048   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
10049   data: "plot-vpp-ipsec-reconf-3n-hsw"
10050   core: ["1t1c", "2t2c", "4t4c"]
10051   include:
10052     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
10053     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
10054     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
10055     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
10056   layout:
10057     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
10058     layout: "plot-throughput"
10059
10060 ###############################################################################
10061
10062 # Plots - NF Density - 2n-skx - VSC - MRR IMIX
10063 - type: "plot"
10064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
10065   algorithm: "plot_nf_heatmap"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-{test_type}"
10067   data: "plot-vpp-nfv-2n-skx-mrr"
10068   core: ["2t1c", "4t2c", "8t4c"]
10069   test-type: ["mrr", ]
10070   include:
10071     - "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"
10072     - "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"
10073     - "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"
10074     - "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"
10075     - "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"
10076     - "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"
10077     - "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"
10078     - "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"
10079   x-axis: "X = VNFs per Service Chain"
10080   y-axis: "Y = Number of Service Chains"
10081   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10082   layout:
10083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
10084     layout: "plot-service-density"
10085
10086 # Plots - NF Density - 2n-skx - VSC - NDRPDR IMIX
10087 - type: "plot"
10088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
10089   algorithm: "plot_nf_heatmap"
10090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-{test_type}"
10091   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10092   core: ["2t1c", "4t2c", "8t4c"]
10093   include:
10094     - "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"
10095     - "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"
10096     - "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"
10097     - "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"
10098     - "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"
10099     - "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"
10100     - "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"
10101     - "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"
10102   x-axis: "X = VNFs per Service Chain"
10103   y-axis: "Y = Number of Service Chains"
10104   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10105   layout:
10106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
10107     layout: "plot-service-density"
10108
10109 # Plots - NF Density - 2n-skx - VSC vxlan - MRR IMIX
10110 - type: "plot"
10111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
10112   algorithm: "plot_nf_heatmap"
10113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
10114   data: "plot-vpp-nfv-2n-skx-mrr"
10115   core: ["2t1c", "4t2c", "8t4c"]
10116   test-type: ["mrr", ]
10117   include:
10118     - "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"
10119     - "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"
10120     - "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"
10121     - "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"
10122   x-axis: "X = VNFs per Service Chain"
10123   y-axis: "Y = Number of Service Chains"
10124   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10125   layout:
10126     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
10127     layout: "plot-service-density"
10128
10129 # Plots - NF Density - 2n-skx - VSC vxlan - NDRPDR IMIX
10130 - type: "plot"
10131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
10132   algorithm: "plot_nf_heatmap"
10133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
10134   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10135   core: ["2t1c", "4t2c", "8t4c"]
10136   include:
10137     - "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"
10138     - "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"
10139     - "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"
10140     - "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"
10141   x-axis: "X = VNFs per Service Chain"
10142   y-axis: "Y = Number of Service Chains"
10143   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
10146     layout: "plot-service-density"
10147
10148 ###############################################################################
10149
10150 # Plots - NF Density - 2n-skx - CSC - MRR IMIX
10151 - type: "plot"
10152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
10153   algorithm: "plot_nf_heatmap"
10154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csc-{test_type}"
10155   data: "plot-vpp-nfv-2n-skx-mrr"
10156   core: ["2t1c", "4t2c", "8t4c"]
10157   test-type: ["mrr", ]
10158   include:
10159     - "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"
10160     - "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"
10161     - "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"
10162     - "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"
10163     - "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"
10164     - "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"
10165     - "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"
10166     - "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"
10167   x-axis: "X = CNFs per Service Chain"
10168   y-axis: "Y = Number of Service Chains"
10169   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10170   layout:
10171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
10172     layout: "plot-service-density"
10173
10174 # Plots - NF Density - 2n-skx - CSC - NDRPDR IMIX
10175 - type: "plot"
10176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
10177   algorithm: "plot_nf_heatmap"
10178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csc-{test_type}"
10179   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10180   core: ["2t1c", "4t2c", "8t4c"]
10181   include:
10182     - "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"
10183     - "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"
10184     - "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"
10185     - "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"
10186     - "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"
10187     - "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"
10188     - "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"
10189     - "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"
10190   x-axis: "X = CNFs per Service Chain"
10191   y-axis: "Y = Number of Service Chains"
10192   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10193   layout:
10194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
10195     layout: "plot-service-density"
10196
10197 ###############################################################################
10198
10199 # Plots - NF Density - 2n-skx - CSP - MRR IMIX
10200 - type: "plot"
10201   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
10202   algorithm: "plot_nf_heatmap"
10203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csp-{test_type}"
10204   data: "plot-vpp-nfv-2n-skx-mrr"
10205   core: ["2t1c", "4t2c", "8t4c"]
10206   test-type: ["mrr", ]
10207   include:
10208     - "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"
10209     - "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"
10210     - "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"
10211     - "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"
10212     - "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"
10213     - "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"
10214     - "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"
10215     - "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"
10216   x-axis: "X = CNFs per Service Pipeline"
10217   y-axis: "Y = Number of Service Pipelines"
10218   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10219   layout:
10220     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
10221     layout: "plot-service-density"
10222
10223 # Plots - NF Density - 2n-skx - CSP - NDRPDR IMIX
10224 - type: "plot"
10225   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
10226   algorithm: "plot_nf_heatmap"
10227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csp-{test_type}"
10228   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10229   core: ["2t1c", "4t2c", "8t4c"]
10230   include:
10231     - "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"
10232     - "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"
10233     - "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"
10234     - "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"
10235     - "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"
10236     - "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"
10237     - "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"
10238     - "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"
10239   x-axis: "X = CNFs per Service Pipeline"
10240   y-axis: "Y = Number of Service Pipelines"
10241   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10242   layout:
10243     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
10244     layout: "plot-service-density"
10245
10246 ###############################################################################
10247
10248 # Plots - NF Density - 2n-clx - VSC - MRR IMIX
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
10251   algorithm: "plot_nf_heatmap"
10252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-{test_type}"
10253   data: "plot-vpp-nfv-2n-clx-mrr"
10254   core: ["2t1c", "4t2c", "8t4c"]
10255   test-type: ["mrr", ]
10256   include:
10257     - "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"
10258     - "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"
10259     - "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"
10260     - "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"
10261     - "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"
10262     - "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"
10263     - "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"
10264     - "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"
10265   x-axis: "X = VNFs per Service Chain"
10266   y-axis: "Y = Number of Service Chains"
10267   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10268   layout:
10269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
10270     layout: "plot-service-density"
10271
10272 # Plots - NF Density - 2n-clx - VSC - NDRPDR IMIX
10273 - type: "plot"
10274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
10275   algorithm: "plot_nf_heatmap"
10276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-{test_type}"
10277   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10278   core: ["2t1c", "4t2c", "8t4c"]
10279   include:
10280     - "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"
10281     - "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"
10282     - "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"
10283     - "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"
10284     - "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"
10285     - "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"
10286     - "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"
10287     - "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"
10288   x-axis: "X = VNFs per Service Chain"
10289   y-axis: "Y = Number of Service Chains"
10290   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10291   layout:
10292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
10293     layout: "plot-service-density"
10294
10295 # Plots - NF Density - 2n-clx - VSC vxlan - MRR IMIX
10296 - type: "plot"
10297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
10298   algorithm: "plot_nf_heatmap"
10299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
10300   data: "plot-vpp-nfv-2n-clx-mrr"
10301   core: ["2t1c", "4t2c", "8t4c"]
10302   test-type: ["mrr", ]
10303   include:
10304     - "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"
10305     - "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"
10306     - "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"
10307     - "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"
10308   x-axis: "X = VNFs per Service Chain"
10309   y-axis: "Y = Number of Service Chains"
10310   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10311   layout:
10312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
10313     layout: "plot-service-density"
10314
10315 # Plots - NF Density - 2n-clx - VSC vxlan - NDRPDR IMIX
10316 - type: "plot"
10317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
10318   algorithm: "plot_nf_heatmap"
10319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
10320   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10321   core: ["2t1c", "4t2c", "8t4c"]
10322   include:
10323     - "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"
10324     - "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"
10325     - "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"
10326     - "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"
10327   x-axis: "X = VNFs per Service Chain"
10328   y-axis: "Y = Number of Service Chains"
10329   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10330   layout:
10331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
10332     layout: "plot-service-density"
10333
10334 ###############################################################################
10335
10336 # Plots - NF Density - 2n-clx - CSC - MRR IMIX
10337 - type: "plot"
10338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
10339   algorithm: "plot_nf_heatmap"
10340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csc-{test_type}"
10341   data: "plot-vpp-nfv-2n-clx-mrr"
10342   core: ["2t1c", "4t2c", "8t4c"]
10343   test-type: ["mrr", ]
10344   include:
10345     - "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"
10346     - "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"
10347     - "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"
10348     - "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"
10349     - "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"
10350     - "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"
10351     - "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"
10352     - "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"
10353   x-axis: "X = CNFs per Service Chain"
10354   y-axis: "Y = Number of Service Chains"
10355   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10356   layout:
10357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
10358     layout: "plot-service-density"
10359
10360 # Plots - NF Density - 2n-clx - CSC - NDRPDR IMIX
10361 - type: "plot"
10362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
10363   algorithm: "plot_nf_heatmap"
10364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csc-{test_type}"
10365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10366   core: ["2t1c", "4t2c", "8t4c"]
10367   include:
10368     - "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"
10369     - "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"
10370     - "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"
10371     - "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"
10372     - "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"
10373     - "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"
10374     - "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"
10375   x-axis: "X = CNFs per Service Chain"
10376   y-axis: "Y = Number of Service Chains"
10377   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
10380     layout: "plot-service-density"
10381
10382 ###############################################################################
10383
10384 # Plots - NF Density - 2n-clx - CSP - MRR IMIX
10385 - type: "plot"
10386   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
10387   algorithm: "plot_nf_heatmap"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csp-{test_type}"
10389   data: "plot-vpp-nfv-2n-clx-mrr"
10390   core: ["2t1c", "4t2c", "8t4c"]
10391   test-type: ["mrr", ]
10392   include:
10393     - "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"
10394     - "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"
10395     - "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"
10396     - "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"
10397     - "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"
10398     - "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"
10399     - "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"
10400     - "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"
10401   x-axis: "X = CNFs per Service Pipeline"
10402   y-axis: "Y = Number of Service Pipelines"
10403   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
10406     layout: "plot-service-density"
10407
10408 # Plots - NF Density - 2n-clx - CSP - NDRPDR IMIX
10409 - type: "plot"
10410   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
10411   algorithm: "plot_nf_heatmap"
10412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csp-{test_type}"
10413   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10414   core: ["2t1c", "4t2c", "8t4c"]
10415   include:
10416     - "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"
10417     - "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"
10418     - "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"
10419     - "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"
10420     - "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"
10421     - "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"
10422     - "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"
10423     - "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"
10424   x-axis: "X = CNFs per Service Pipeline"
10425   y-axis: "Y = Number of Service Pipelines"
10426   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10427   layout:
10428     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
10429     layout: "plot-service-density"
10430
10431 ################################################################################
10432
10433 # Packet Throughput
10434
10435 - type: "plot"
10436   title: "Throughput: 2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10437   algorithm: "plot_ndrpdr_box_name"
10438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10440   core: ["2t1c", ]
10441   include:
10442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10446   layout:
10447     title: "2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10448     layout: "plot-throughput"
10449
10450 - type: "plot"
10451   title: "Throughput: 2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10452   algorithm: "plot_ndrpdr_box_name"
10453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10455   core: ["2t1c", ]
10456   include:
10457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10461   layout:
10462     title: "2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10463     layout: "plot-throughput"
10464
10465 - type: "plot"
10466   title: "Throughput: 3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10467   algorithm: "plot_ndrpdr_box_name"
10468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10470   core: ["2t1c", ]
10471   include:
10472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10476     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10477   layout:
10478     title: "3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10479     layout: "plot-throughput"
10480
10481 - type: "plot"
10482   title: "Throughput: 3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10483   algorithm: "plot_ndrpdr_box_name"
10484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10486   core: ["2t1c", ]
10487   include:
10488     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10489     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10490     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10492     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10493   layout:
10494     title: "3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10495     layout: "plot-throughput"
10496
10497 - type: "plot"
10498   title: "Throughput: 3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
10499   algorithm: "plot_ndrpdr_box_name"
10500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
10501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10502   core: ["2t1c", ]
10503   include:
10504     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10505     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10506     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10508     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10509   layout:
10510     title: "3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
10511     layout: "plot-throughput"
10512
10513 - type: "plot"
10514   title: "Throughput: 2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10515   algorithm: "plot_ndrpdr_box_name"
10516   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10518   core: ["2t1c", ]
10519   include:
10520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10526   layout:
10527     title: "2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10528     layout: "plot-throughput"
10529
10530 - type: "plot"
10531   title: "Throughput: 2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10532   algorithm: "plot_ndrpdr_box_name"
10533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10535   core: ["2t1c", ]
10536   include:
10537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
10540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
10542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10545   layout:
10546     title: "2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10547     layout: "plot-throughput"
10548
10549 - type: "plot"
10550   title: "Throughput: 2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10551   algorithm: "plot_ndrpdr_box_name"
10552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10554   core: ["2t1c", ]
10555   include:
10556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
10560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
10562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
10564   layout:
10565     title: "2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10566     layout: "plot-throughput"
10567
10568 - type: "plot"
10569   title: "Throughput: 2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10570   algorithm: "plot_ndrpdr_box_name"
10571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10573   core: ["2t1c", ]
10574   include:
10575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10581   layout:
10582     title: "2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10583     layout: "plot-throughput"
10584
10585 - type: "plot"
10586   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10587   algorithm: "plot_ndrpdr_box_name"
10588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10590   core: ["2t1c", ]
10591   include:
10592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
10594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
10595     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
10596     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
10597   layout:
10598     title: "2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10599     layout: "plot-throughput"
10600
10601 - type: "plot"
10602   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10603   algorithm: "plot_ndrpdr_box_name"
10604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10606   core: ["2t1c", ]
10607   include:
10608     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
10609     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
10610     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
10611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
10612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
10613   layout:
10614     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10615     layout: "plot-throughput"
10616
10617 - type: "plot"
10618   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10619   algorithm: "plot_ndrpdr_box_name"
10620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10622   core: ["2t1c", ]
10623   include:
10624     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
10625     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
10626     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
10627     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
10628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
10629     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
10630     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
10631     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
10632     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
10633     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
10634   layout:
10635     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10636     layout: "plot-cps"
10637
10638 - type: "plot"
10639   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10640   algorithm: "plot_ndrpdr_box_name"
10641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10643   core: ["2t1c", ]
10644   include:
10645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10647     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10655   layout:
10656     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10657     layout: "plot-throughput"
10658
10659 - type: "plot"
10660   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10661   algorithm: "plot_ndrpdr_box_name"
10662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10664   core: ["2t1c", ]
10665   include:
10666     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
10667     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
10668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
10669     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
10670     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
10671     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
10672     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
10673     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
10674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
10675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
10676   layout:
10677     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10678     layout: "plot-cps"
10679
10680 - type: "plot"
10681   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10682   algorithm: "plot_ndrpdr_box_name"
10683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10685   core: ["2t1c", ]
10686   include:
10687     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10688     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10689     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10690     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10691     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10692     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10693     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10694     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10697   layout:
10698     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10699     layout: "plot-throughput"
10700
10701 - type: "plot"
10702   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10703   algorithm: "plot_ndrpdr_box_name"
10704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10706   core: ["2t1c", ]
10707   include:
10708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10714     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10718   layout:
10719     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10720     layout: "plot-throughput"
10721
10722 - type: "plot"
10723   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10724   algorithm: "plot_ndrpdr_box_name"
10725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10727   core: ["2t1c", ]
10728   include:
10729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10737     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10739   layout:
10740     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10741     layout: "plot-throughput"
10742
10743 - type: "plot"
10744   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
10745   algorithm: "plot_ndrpdr_box_name"
10746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
10747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10748   core: ["2t1c", ]
10749   include:
10750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10760   layout:
10761     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
10766   algorithm: "plot_ndrpdr_box_name"
10767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
10768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10769   core: ["2t1c", ]
10770   include:
10771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10775     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10777     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10781   layout:
10782     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10783     layout: "plot-throughput"
10784
10785 - type: "plot"
10786   title: "Throughput: 2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10787   algorithm: "plot_ndrpdr_box_name"
10788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10790   core: ["2t1c", ]
10791   include:
10792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10798   layout:
10799     title: "2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10800     layout: "plot-throughput"
10801
10802 - type: "plot"
10803   title: "Throughput: 2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10804   algorithm: "plot_ndrpdr_box_name"
10805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10807   core: ["2t1c", ]
10808   include:
10809     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
10810     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
10813     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
10814   layout:
10815     title: "2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10816     layout: "plot-throughput"
10817
10818 - type: "plot"
10819   title: "Throughput: 3n-hsw-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10820   algorithm: "plot_ndrpdr_box_name"
10821   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10823   core: ["1t1c", ]
10824   include:
10825     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
10829   layout:
10830     title: "3n-hsw-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10831     layout: "plot-throughput"
10832
10833 - type: "plot"
10834   title: "Throughput: 3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10835   algorithm: "plot_ndrpdr_box_name"
10836   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10838   core: ["2t1c", ]
10839   include:
10840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10844 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10845   layout:
10846     title: "3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10847     layout: "plot-throughput"
10848
10849 - type: "plot"
10850   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10851   algorithm: "plot_ndrpdr_box_name"
10852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10854   core: ["2t1c", ]
10855   include:
10856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10861   layout:
10862     title: "3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10863     layout: "plot-throughput"
10864
10865 - type: "plot"
10866   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10867   algorithm: "plot_ndrpdr_box_name"
10868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10870   core: ["2t1c", ]
10871   include:
10872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10877   layout:
10878     title: "3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10879     layout: "plot-throughput"
10880
10881 - type: "plot"
10882   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10883   algorithm: "plot_ndrpdr_box_name"
10884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10886   core: ["2t1c", ]
10887   include:
10888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10892   layout:
10893     title: "3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10894     layout: "plot-throughput"
10895
10896 - type: "plot"
10897   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10898   algorithm: "plot_ndrpdr_box_name"
10899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10901   core: ["2t1c", ]
10902   include:
10903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10908   layout:
10909     title: "3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10910     layout: "plot-throughput"
10911
10912 - type: "plot"
10913   title: "Throughput: 3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10914   algorithm: "plot_ndrpdr_box_name"
10915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10917   core: ["1t1c", ]
10918   include:
10919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10924   layout:
10925     title: "3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10930   algorithm: "plot_ndrpdr_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10933   core: ["1t1c", ]
10934   include:
10935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10939   layout:
10940     title: "3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10941     layout: "plot-throughput"
10942
10943 - type: "plot"
10944   title: "Throughput: 2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10945   algorithm: "plot_ndrpdr_box_name"
10946   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10947   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10948   core: ["1t1c", ]
10949   include:
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
10956   layout:
10957     title: "2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10958     layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "Throughput: 2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10962   algorithm: "plot_ndrpdr_box_name"
10963   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10964   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10965   core: ["1t1c", ]
10966   include:
10967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10973   layout:
10974     title: "2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10975     layout: "plot-throughput"
10976
10977 - type: "plot"
10978   title: "Throughput: 3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10979   algorithm: "plot_ndrpdr_box_name"
10980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10982   core: ["1t1c", ]
10983   include:
10984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
10990   layout:
10991     title: "3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10996   algorithm: "plot_ndrpdr_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10998   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10999   core: ["1t1c", ]
11000   include:
11001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11006   layout:
11007     title: "3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 3n-hsw-xl710-64b-{core}-ip4tunnel-base-dpdk-{test_type}"
11012   algorithm: "plot_ndrpdr_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ip4tunnel-base-dpdk-{test_type}"
11014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11015   core: ["1t1c", ]
11016   include:
11017     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11019   layout:
11020     title: "3n-hsw-xl710-64b-{core}-ip4tunnel-base-dpdk-{test_type}"
11021     layout: "plot-throughput"
11022
11023 - type: "plot"
11024   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
11025   algorithm: "plot_ndrpdr_box_name"
11026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
11027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11028   core: ["2t1c", ]
11029   include:
11030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2xcbase-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11034   layout:
11035     title: "3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
11036     layout: "plot-throughput"
11037
11038 - type: "plot"
11039   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
11040   algorithm: "plot_ndrpdr_box_name"
11041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
11042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11043   core: ["2t1c", ]
11044   include:
11045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11049   layout:
11050     title: "3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
11055   algorithm: "plot_ndrpdr_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
11057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11058   core: ["1t1c", ]
11059   include:
11060     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11064   layout:
11065     title: "3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "Throughput: 3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
11070   algorithm: "plot_ndrpdr_box_name"
11071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
11072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11073   core: ["1t1c", ]
11074   include:
11075     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11079   layout:
11080     title: "3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
11085   algorithm: "plot_ndrpdr_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
11087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11088   core: ["2t1c", ]
11089   include:
11090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11097   layout:
11098     title: "2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11103   algorithm: "plot_ndrpdr_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11106   core: ["2t1c", ]
11107   include:
11108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
11116   layout:
11117     title: "2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "Throughput: 2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11122   algorithm: "plot_ndrpdr_box_name"
11123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11125   core: ["2t1c", ]
11126   include:
11127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
11135   layout:
11136     title: "2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11137     layout: "plot-throughput"
11138
11139 - type: "plot"
11140   title: "Throughput: 3n-hsw-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11141   algorithm: "plot_ndrpdr_box_name"
11142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11144   core: ["1t1c", ]
11145   include:
11146     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
11150   layout:
11151     title: "3n-hsw-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11156   algorithm: "plot_ndrpdr_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11159   core: ["2t1c", ]
11160   include:
11161     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
11164   layout:
11165     title: "3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11166     layout: "plot-throughput"
11167
11168 - type: "plot"
11169   title: "Throughput: 3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11170   algorithm: "plot_ndrpdr_box_name"
11171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11173   core: ["2t1c", ]
11174   include:
11175     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11180   layout:
11181     title: "3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11186   algorithm: "plot_ndrpdr_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11189   core: ["2t1c", ]
11190   include:
11191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
11196   layout:
11197     title: "3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
11198     layout: "plot-throughput"
11199
11200 - type: "plot"
11201   title: "Throughput: 3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11202   algorithm: "plot_ndrpdr_box_name"
11203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11205   core: ["1t1c", ]
11206   include:
11207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11212   layout:
11213     title: "3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11214     layout: "plot-throughput"
11215
11216 - type: "plot"
11217   title: "Throughput: 2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11218   algorithm: "plot_ndrpdr_box_name"
11219   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11220   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11221   core: ["1t1c", ]
11222   include:
11223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11228   layout:
11229     title: "2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11230     layout: "plot-throughput"
11231
11232 - type: "plot"
11233   title: "Throughput: 3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11234   algorithm: "plot_ndrpdr_box_name"
11235   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11236   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11237   core: ["1t1c", ]
11238   include:
11239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11244   layout:
11245     title: "3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "Throughput: 3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
11250   algorithm: "plot_ndrpdr_box_name"
11251   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
11252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11253   core: ["1t1c", ]
11254   include:
11255     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11256     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11257     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11261   layout:
11262     title: "3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
11263     layout: "plot-throughput"
11264
11265 - type: "plot"
11266   title: "Throughput: 3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
11267   algorithm: "plot_ndrpdr_box_name"
11268   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
11269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11270   core: ["1t1c", ]
11271   include:
11272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11276   layout:
11277     title: "3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
11282   algorithm: "plot_ndrpdr_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
11284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11285   core: ["2t1c", ]
11286   include:
11287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11289     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11290     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11293   layout:
11294     title: "3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11299   algorithm: "plot_ndrpdr_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11302   core: ["2t1c", ]
11303   include:
11304     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11305     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11306     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11308     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11309     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11310   layout:
11311     title: "3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11312     layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11316   algorithm: "plot_ndrpdr_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11319   core: ["2t1c", ]
11320   include:
11321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11327   layout:
11328     title: "3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11333   algorithm: "plot_ndrpdr_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11336   core: ["1t1c", ]
11337   include:
11338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11340     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11341     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11342     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11344   layout:
11345     title: "3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11346     layout: "plot-throughput"
11347
11348 - type: "plot"
11349   title: "Throughput: 3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11350   algorithm: "plot_ndrpdr_box_name"
11351   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11352   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11353   core: ["1t1c", ]
11354   include:
11355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11356     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11357     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11358     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11359     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11360     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11361   layout:
11362     title: "3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
11367   algorithm: "plot_ndrpdr_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
11369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11370   core: ["2t1c", ]
11371   include:
11372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11378   layout:
11379     title: "2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
11380     layout: "plot-throughput"
11381
11382 - type: "plot"
11383   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11384   algorithm: "plot_ndrpdr_box_name"
11385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11387   core: ["2t1c", ]
11388   include:
11389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
11390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11394   layout:
11395     title: "2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11400   algorithm: "plot_ndrpdr_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11403   core: ["2t1c", ]
11404   include:
11405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11410   layout:
11411     title: "2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11416   algorithm: "plot_ndrpdr_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11419   core: ["2t1c", ]
11420   include:
11421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11425   layout:
11426     title: "2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11431   algorithm: "plot_ndrpdr_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11434   core: ["2t1c", ]
11435   include:
11436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11440   layout:
11441     title: "2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-hsw-xl710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11446   algorithm: "plot_ndrpdr_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11449   core: ["1t1c", ]
11450   include:
11451     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11452     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11453     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11454     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11455     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11456     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11457   layout:
11458     title: "3n-hsw-xl710-64b-{core}-base-scale-dpdk-{test_type}"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11463   algorithm: "plot_ndrpdr_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11466   core: ["2t1c", ]
11467   include:
11468     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11469     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11470     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11471     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11472     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11473   layout:
11474     title: "3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11479   algorithm: "plot_ndrpdr_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11482   core: ["2t1c", ]
11483   include:
11484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
11485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11489   layout:
11490     title: "3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11495   algorithm: "plot_ndrpdr_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11498   core: ["2t1c", ]
11499   include:
11500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11504   layout:
11505     title: "3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11510   algorithm: "plot_ndrpdr_box_name"
11511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11513   core: ["2t1c", ]
11514   include:
11515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11521   layout:
11522     title: "3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11527   algorithm: "plot_ndrpdr_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11530   core: ["2t1c", ]
11531   include:
11532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11538   layout:
11539     title: "3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
11544   algorithm: "plot_ndrpdr_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
11546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11547   core: ["2t1c", ]
11548   include:
11549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11555   layout:
11556     title: "3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
11557     layout: "plot-throughput"
11558
11559 - type: "plot"
11560   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11561   algorithm: "plot_ndrpdr_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11564   core: ["2t1c", ]
11565   include:
11566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11572   layout:
11573     title: "3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
11578   algorithm: "plot_ndrpdr_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
11580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11581   core: ["1t1c", ]
11582   include:
11583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11587   layout:
11588     title: "3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11593   algorithm: "plot_ndrpdr_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11596   core: ["1t1c", ]
11597   include:
11598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11604   layout:
11605     title: "3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11610   algorithm: "plot_ndrpdr_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11613   core: ["1t1c", ]
11614   include:
11615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11621   layout:
11622     title: "3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11627   algorithm: "plot_ndrpdr_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11629   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11630   core: ["1t1c", ]
11631   include:
11632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11636   layout:
11637     title: "2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11642   algorithm: "plot_ndrpdr_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11644   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11645   core: ["1t1c", ]
11646   include:
11647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11653   layout:
11654     title: "2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11659   algorithm: "plot_ndrpdr_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11661   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11662   core: ["1t1c", ]
11663   include:
11664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11668   layout:
11669     title: "3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11674   algorithm: "plot_ndrpdr_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11676   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11677   core: ["1t1c", ]
11678   include:
11679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11685   layout:
11686     title: "3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11687     layout: "plot-throughput"
11688
11689 - type: "plot"
11690   title: "Throughput: 3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11691   algorithm: "plot_ndrpdr_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11693   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11694   core: ["1t1c", ]
11695   include:
11696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11697     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11698     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11699     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11702   layout:
11703     title: "3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "Throughput: 3n-hsw-xl710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11708   algorithm: "plot_ndrpdr_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11711   core: ["1t1c", ]
11712   include:
11713     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11714     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11715     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11716     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11717     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11718     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11719   layout:
11720     title: "3n-hsw-xl710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "Throughput: 3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
11725   algorithm: "plot_ndrpdr_box_name"
11726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
11727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11728   core: ["2t1c", ]
11729   include:
11730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11732     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11733 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11734 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11735 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11736   layout:
11737     title: "3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11742   algorithm: "plot_ndrpdr_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11745   core: ["2t1c", ]
11746   include:
11747     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11748     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11749     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11750     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11751     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11752     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11753   layout:
11754     title: "3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
11759   algorithm: "plot_ndrpdr_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
11761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11762   core: ["1t1c", ]
11763   include:
11764     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11765     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11766     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11767     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11768     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11769     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11770   layout:
11771     title: "3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
11772     layout: "plot-throughput"
11773
11774 - type: "plot"
11775   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11776   algorithm: "plot_ndrpdr_box_name"
11777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11779   core: ["2t1c", ]
11780   include:
11781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11786   layout:
11787     title: "2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11792   algorithm: "plot_ndrpdr_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11795   core: ["2t1c", ]
11796   include:
11797     - "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"
11798     - "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"
11799     - "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"
11800     - "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"
11801     - "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"
11802   layout:
11803     title: "2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11808   algorithm: "plot_ndrpdr_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11811   core: ["2t1c", ]
11812   include:
11813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11818   layout:
11819     title: "2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11824   algorithm: "plot_ndrpdr_box_name"
11825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11827   core: ["2t1c", ]
11828   include:
11829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11834   layout:
11835     title: "2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-hsw-xl710-64b-{core}-vhost-base-dpdk-{test_type}"
11840   algorithm: "plot_ndrpdr_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-vhost-base-dpdk-{test_type}"
11842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11843   core: ["1t1c", ]
11844   include:
11845     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11846     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11847     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11848     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11849     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11850   layout:
11851     title: "3n-hsw-xl710-64b-{core}-vhost-base-dpdk-{test_type}"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 3n-hsw-xl710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11856   algorithm: "plot_ndrpdr_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11859   core: ["1t1c", ]
11860   include:
11861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11866   layout:
11867     title: "3n-hsw-xl710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11872   algorithm: "plot_ndrpdr_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11875   core: ["2t1c", ]
11876   include:
11877     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11878     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11879     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11880     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11881   layout:
11882     title: "3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11887   algorithm: "plot_ndrpdr_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11890   core: ["2t1c", ]
11891   include:
11892     - "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"
11893     - "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"
11894     - "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"
11895     - "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"
11896   layout:
11897     title: "3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11902   algorithm: "plot_ndrpdr_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11905   core: ["2t1c", ]
11906   include:
11907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11913   layout:
11914     title: "3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11919   algorithm: "plot_ndrpdr_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11922   core: ["2t1c", ]
11923   include:
11924     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11925     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11930   layout:
11931     title: "3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11936   algorithm: "plot_ndrpdr_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11939   core: ["2t1c", ]
11940   include:
11941     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11942     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11943     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11947   layout:
11948     title: "3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11949     layout: "plot-throughput"
11950
11951 - type: "plot"
11952   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11953   algorithm: "plot_ndrpdr_box_name"
11954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11956   core: ["2t1c", ]
11957   include:
11958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11963   layout:
11964     title: "3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11969   algorithm: "plot_ndrpdr_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11972   core: ["2t1c", ]
11973   include:
11974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11976   layout:
11977     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11982   algorithm: "plot_ndrpdr_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11985   core: ["2t1c", ]
11986   include:
11987     - "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"
11988     - "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"
11989   layout:
11990     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
11995   algorithm: "plot_ndrpdr_box_name"
11996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
11997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11998   core: ["2t1c", ]
11999   include:
12000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12002   layout:
12003     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
12008   algorithm: "plot_ndrpdr_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
12010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12011   core: ["2t1c", ]
12012   include:
12013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12015   layout:
12016     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
12021   algorithm: "plot_ndrpdr_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
12023   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12024   core: ["1t1c", ]
12025   include:
12026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12032   layout:
12033     title: "3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
12038   algorithm: "plot_ndrpdr_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
12040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12041   core: ["1t1c", ]
12042   include:
12043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12047     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12049   layout:
12050     title: "3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 2n-skx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
12055   algorithm: "plot_ndrpdr_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
12057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12058   core: ["2t1c", ]
12059   include:
12060     - "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"
12061     - "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"
12062     - "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"
12063     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12064     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12065     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12066   layout:
12067     title: "2n-skx-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
12072   algorithm: "plot_ndrpdr_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
12074   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
12075   core: ["1t1c", ]
12076   include:
12077     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
12082   layout:
12083     title: "2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 2n-tx2-xl710-64b-{core}-features-ip4routing-base-scale-dpdk-{test_type}"
12088   algorithm: "plot_ndrpdr_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-features-ip4routing-base-scale-dpdk-{test_type}"
12090   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
12091   core: ["1t1c", ]
12092   include:
12093     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-{core}-ethip4-ip4base-iacldstbase-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12098   layout:
12099     title: "2n-tx2-xl710-64b-{core}-ip4routing-features-base-scale-dpdk-{test_type}"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 2n-tx2-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
12104   algorithm: "plot_ndrpdr_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
12106   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
12107   core: ["1t1c", ]
12108   include:
12109     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-{core}-ethip6-ip6base-iacldstbase-ndrpdr"
12115   layout:
12116     title: "2n-tx2-xl710-78b-{core}-ip4routing-base-scale-dpdk-{test_type}"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
12121   algorithm: "plot_ndrpdr_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
12123   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
12124   core: ["1t1c", ]
12125   include:
12126     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
12128     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
12131   layout:
12132     title: "2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
12137   algorithm: "plot_ndrpdr_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
12139   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
12140   core: ["1t1c", ]
12141   include:
12142     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
12143     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
12144     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
12146   layout:
12147     title: "2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 2n-tx2-xl710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
12152   algorithm: "plot_ndrpdr_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
12154   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
12155   core: ["1t1c", ]
12156   include:
12157     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12158     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12159     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12162   layout:
12163     title: "2n-tx2-xl710-64b-{core}-features-l2switching-base-{test_type}"
12164     layout: "plot-throughput"
12165
12166 ################################################################################
12167
12168 # Packet Speedup
12169
12170 - type: "plot"
12171   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
12172   algorithm: "plot_tsa_name"
12173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
12174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12180   layout:
12181     title: "2n-skx-xxv710-64b-memif-base-avf-{test_type}"
12182     layout: "plot-throughput-speedup-analysis"
12183
12184 - type: "plot"
12185   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
12186   algorithm: "plot_tsa_name"
12187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
12188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12193     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12194   layout:
12195     title: "2n-skx-xxv710-64b-memif-base-dpdk-{test_type}"
12196     layout: "plot-throughput-speedup-analysis"
12197
12198 - type: "plot"
12199   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
12200   algorithm: "plot_tsa_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
12202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12205     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12206     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12207     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12208     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12209   layout:
12210     title: "3n-skx-xxv710-64b-memif-base-avf-{test_type}"
12211     layout: "plot-throughput-speedup-analysis"
12212
12213 - type: "plot"
12214   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
12215   algorithm: "plot_tsa_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
12217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12218   include:
12219     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12222     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12223     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12224   layout:
12225     title: "3n-skx-xxv710-64b-memif-base-dpdk-{test_type}"
12226     layout: "plot-throughput-speedup-analysis"
12227
12228 - type: "plot"
12229   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
12230   algorithm: "plot_tsa_name"
12231   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
12232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12233   include:
12234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12240   layout:
12241     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
12242     layout: "plot-throughput-speedup-analysis"
12243
12244 - type: "plot"
12245   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12246   algorithm: "plot_tsa_name"
12247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12249   include:
12250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12258   layout:
12259     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
12260     layout: "plot-throughput-speedup-analysis"
12261
12262 - type: "plot"
12263   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12264   algorithm: "plot_tsa_name"
12265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12267   include:
12268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
12276   layout:
12277     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
12278     layout: "plot-throughput-speedup-analysis"
12279
12280 - type: "plot"
12281   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
12282   algorithm: "plot_tsa_name"
12283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
12284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12285   include:
12286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12292   layout:
12293     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
12294     layout: "plot-throughput-speedup-analysis"
12295
12296 - type: "plot"
12297   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
12298   algorithm: "plot_tsa_name"
12299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
12300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12301   include:
12302     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12303     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12304     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12305     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12306     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12307   layout:
12308     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
12309     layout: "plot-throughput-speedup-analysis"
12310
12311 - type: "plot"
12312   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
12313   algorithm: "plot_tsa_name"
12314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
12315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12316   include:
12317     - "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"
12318     - "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"
12319     - "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"
12320     - "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"
12321     - "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"
12322   layout:
12323     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
12324     layout: "plot-throughput-speedup-analysis"
12325
12326 - type: "plot"
12327   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
12328   algorithm: "plot_tsa_name"
12329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
12330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12331   include:
12332     - "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"
12333     - "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"
12334     - "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"
12335     - "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"
12336     - "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"
12337     - "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"
12338     - "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"
12339     - "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"
12340     - "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"
12341     - "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"
12342   layout:
12343     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
12344     layout: "plot-throughput-speedup-analysis-cps"
12345
12346 - type: "plot"
12347   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
12348   algorithm: "plot_tsa_name"
12349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
12350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12351   include:
12352     - "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"
12353     - "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"
12354     - "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"
12355     - "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"
12356     - "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"
12357     - "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"
12358     - "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"
12359     - "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"
12360     - "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"
12361     - "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"
12362   layout:
12363     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
12364     layout: "plot-throughput-speedup-analysis"
12365
12366 - type: "plot"
12367   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
12368   algorithm: "plot_tsa_name"
12369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
12370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12371   include:
12372     - "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"
12373     - "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"
12374     - "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"
12375     - "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"
12376     - "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"
12377     - "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"
12378     - "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"
12379     - "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"
12380     - "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"
12381     - "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"
12382   layout:
12383     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
12384     layout: "plot-throughput-speedup-analysis-cps"
12385
12386 - type: "plot"
12387   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
12388   algorithm: "plot_tsa_name"
12389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
12390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12391   include:
12392     - "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"
12393     - "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"
12394     - "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"
12395     - "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"
12396     - "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"
12397     - "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"
12398     - "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"
12399     - "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"
12400     - "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"
12401     - "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"
12402   layout:
12403     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
12404     layout: "plot-throughput-speedup-analysis"
12405
12406 - type: "plot"
12407   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
12408   algorithm: "plot_tsa_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
12410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12411   include:
12412     - "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"
12413     - "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"
12414     - "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"
12415     - "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"
12416     - "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"
12417     - "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"
12418     - "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"
12419     - "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"
12420     - "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"
12421     - "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"
12422   layout:
12423     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
12424     layout: "plot-throughput-speedup-analysis"
12425
12426 - type: "plot"
12427   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
12428   algorithm: "plot_tsa_name"
12429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
12430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12431   include:
12432     - "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"
12433     - "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"
12434     - "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"
12435     - "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"
12436     - "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"
12437     - "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"
12438     - "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"
12439     - "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"
12440     - "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"
12441     - "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"
12442   layout:
12443     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
12444     layout: "plot-throughput-speedup-analysis"
12445
12446 - type: "plot"
12447   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
12448   algorithm: "plot_tsa_name"
12449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
12450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12451   include:
12452     - "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"
12453     - "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"
12454     - "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"
12455     - "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"
12456     - "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"
12457     - "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"
12458     - "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"
12459     - "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"
12460     - "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"
12461     - "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"
12462   layout:
12463     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
12464     layout: "plot-throughput-speedup-analysis"
12465
12466 - type: "plot"
12467   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
12468   algorithm: "plot_tsa_name"
12469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
12470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12471   include:
12472     - "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"
12473     - "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"
12474     - "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"
12475     - "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"
12476     - "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"
12477     - "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"
12478     - "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"
12479     - "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"
12480     - "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"
12481     - "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"
12482   layout:
12483     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
12484     layout: "plot-throughput-speedup-analysis"
12485
12486 - type: "plot"
12487   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12488   algorithm: "plot_tsa_name"
12489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12491   include:
12492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12498   layout:
12499     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
12500     layout: "plot-throughput-speedup-analysis"
12501
12502 - type: "plot"
12503   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
12504   algorithm: "plot_tsa_name"
12505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
12506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
12511     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
12513   layout:
12514     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
12515     layout: "plot-throughput-speedup-analysis"
12516
12517 - type: "plot"
12518   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12519   algorithm: "plot_tsa_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12522   include:
12523     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
12527   layout:
12528     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-{test_type}"
12529     layout: "plot-throughput-speedup-analysis"
12530
12531 - type: "plot"
12532   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12533   algorithm: "plot_tsa_name"
12534   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12536   include:
12537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
12540 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12542   layout:
12543     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}"
12544     layout: "plot-throughput-speedup-analysis"
12545
12546 - type: "plot"
12547   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12548   algorithm: "plot_tsa_name"
12549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12551   include:
12552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12557   layout:
12558     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
12559     layout: "plot-throughput-speedup-analysis"
12560
12561 - type: "plot"
12562   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12563   algorithm: "plot_tsa_name"
12564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12566   include:
12567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12572   layout:
12573     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
12574     layout: "plot-throughput-speedup-analysis"
12575
12576 - type: "plot"
12577   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
12578   algorithm: "plot_tsa_name"
12579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
12580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12581   include:
12582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
12588     layout: "plot-throughput-speedup-analysis"
12589
12590 - type: "plot"
12591   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12592   algorithm: "plot_tsa_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12601   layout:
12602     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
12603     layout: "plot-throughput-speedup-analysis"
12604
12605 - type: "plot"
12606   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-{test_type}-tsa"
12607   algorithm: "plot_tsa_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-{test_type}-tsa"
12609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12610   include:
12611     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12613   layout:
12614     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-{test_type}"
12615     layout: "plot-throughput-speedup-analysis"
12616
12617 - type: "plot"
12618   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}-tsa"
12619   algorithm: "plot_tsa_name"
12620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}-tsa"
12621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12622   include:
12623     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12627   layout:
12628     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}"
12629     layout: "plot-throughput-speedup-analysis"
12630
12631 - type: "plot"
12632   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}-tsa"
12633   algorithm: "plot_tsa_name"
12634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}-tsa"
12635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12636   include:
12637     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12641   layout:
12642     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}"
12643     layout: "plot-throughput-speedup-analysis"
12644
12645 - type: "plot"
12646   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
12647   algorithm: "plot_tsa_name"
12648   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
12649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12650   include:
12651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12658   layout:
12659     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
12660     layout: "plot-throughput-speedup-analysis"
12661
12662 - type: "plot"
12663   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12664   algorithm: "plot_tsa_name"
12665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
12676   layout:
12677     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
12678     layout: "plot-throughput-speedup-analysis"
12679
12680 - type: "plot"
12681   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12682   algorithm: "plot_tsa_name"
12683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12685   include:
12686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
12694   layout:
12695     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
12696     layout: "plot-throughput-speedup-analysis"
12697
12698 - type: "plot"
12699   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12700   algorithm: "plot_tsa_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12703   include:
12704     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
12708   layout:
12709     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-{test_type}"
12710     layout: "plot-throughput-speedup-analysis"
12711
12712 - type: "plot"
12713   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12714   algorithm: "plot_tsa_name"
12715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12717   include:
12718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12721   layout:
12722     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}"
12723     layout: "plot-throughput-speedup-analysis"
12724
12725 - type: "plot"
12726   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12727   algorithm: "plot_tsa_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12736   layout:
12737     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
12738     layout: "plot-throughput-speedup-analysis"
12739
12740 - type: "plot"
12741   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12742   algorithm: "plot_tsa_name"
12743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12745   include:
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12751   layout:
12752     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
12753     layout: "plot-throughput-speedup-analysis"
12754
12755 - type: "plot"
12756   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}-tsa"
12757   algorithm: "plot_tsa_name"
12758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}-tsa"
12759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12760   include:
12761     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12762     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12763     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12764     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12765     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12766     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12767   layout:
12768     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
12769     layout: "plot-throughput-speedup-analysis"
12770
12771 - type: "plot"
12772   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}-tsa"
12773   algorithm: "plot_tsa_name"
12774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}-tsa"
12775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12776   include:
12777     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12778     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12779     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12780     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12781   layout:
12782     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
12783     layout: "plot-throughput-speedup-analysis"
12784
12785 - type: "plot"
12786   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}-tsa"
12787   algorithm: "plot_tsa_name"
12788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}-tsa"
12789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12790   include:
12791     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12795     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12796     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12797   layout:
12798     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}"
12799     layout: "plot-throughput-speedup-analysis"
12800
12801 - type: "plot"
12802   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}-tsa"
12803   algorithm: "plot_tsa_name"
12804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}-tsa"
12805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12806   include:
12807     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12808     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12809     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12810     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12811     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12812     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12813   layout:
12814     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}"
12815     layout: "plot-throughput-speedup-analysis"
12816
12817 - type: "plot"
12818   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}-tsa"
12819   algorithm: "plot_tsa_name"
12820   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}-tsa"
12821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12822   include:
12823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12829   layout:
12830     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}"
12831     layout: "plot-throughput-speedup-analysis"
12832
12833 - type: "plot"
12834   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12835   algorithm: "plot_tsa_name"
12836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12838   include:
12839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12844   layout:
12845     title: "2n-skx-xxv710-64b-l2switching-base-avf-{test_type}"
12846     layout: "plot-throughput-speedup-analysis"
12847
12848 - type: "plot"
12849   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12850   algorithm: "plot_tsa_name"
12851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12853   include:
12854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12859   layout:
12860     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}"
12861     layout: "plot-throughput-speedup-analysis"
12862
12863 - type: "plot"
12864   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12865   algorithm: "plot_tsa_name"
12866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12868   include:
12869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12873   layout:
12874     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
12875     layout: "plot-throughput-speedup-analysis"
12876
12877 - type: "plot"
12878   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12879   algorithm: "plot_tsa_name"
12880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12882   include:
12883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12887   layout:
12888     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
12889     layout: "plot-throughput-speedup-analysis"
12890
12891 - type: "plot"
12892   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12893   algorithm: "plot_tsa_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12896   include:
12897     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12903   layout:
12904     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-{test_type}"
12905     layout: "plot-throughput-speedup-analysis"
12906
12907 - type: "plot"
12908   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12909   algorithm: "plot_tsa_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12918   layout:
12919     title: "3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}"
12920     layout: "plot-throughput-speedup-analysis"
12921
12922 - type: "plot"
12923   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12924   algorithm: "plot_tsa_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12927   include:
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12933   layout:
12934     title: "3n-skx-xxv710-64b-l2switching-base-avf-{test_type}"
12935     layout: "plot-throughput-speedup-analysis"
12936
12937 - type: "plot"
12938   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12939   algorithm: "plot_tsa_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12947   layout:
12948     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}"
12949     layout: "plot-throughput-speedup-analysis"
12950
12951 - type: "plot"
12952   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12953   algorithm: "plot_tsa_name"
12954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12956   include:
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12963   layout:
12964     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
12965     layout: "plot-throughput-speedup-analysis"
12966
12967 - type: "plot"
12968   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12969   algorithm: "plot_tsa_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12972   include:
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12979   layout:
12980     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
12981     layout: "plot-throughput-speedup-analysis"
12982
12983 - type: "plot"
12984   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}-tsa"
12985   algorithm: "plot_tsa_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}-tsa"
12987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12995   layout:
12996     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}"
12997     layout: "plot-throughput-speedup-analysis"
12998
12999 - type: "plot"
13000   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-{test_type}-tsa"
13001   algorithm: "plot_tsa_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-{test_type}-tsa"
13003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13004   include:
13005     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13006     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13011   layout:
13012     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-{test_type}"
13013     layout: "plot-throughput-speedup-analysis"
13014
13015 - type: "plot"
13016   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}-tsa"
13017   algorithm: "plot_tsa_name"
13018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}-tsa"
13019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13020   include:
13021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13026     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13027   layout:
13028     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}"
13029     layout: "plot-throughput-speedup-analysis"
13030
13031 - type: "plot"
13032   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
13033   algorithm: "plot_tsa_name"
13034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
13035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13036   include:
13037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13042   layout:
13043     title: "2n-skx-xxv710-64b-vhost-base-avf-{test_type}"
13044     layout: "plot-throughput-speedup-analysis"
13045
13046 - type: "plot"
13047   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
13048   algorithm: "plot_tsa_name"
13049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
13050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13051   include:
13052     - "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"
13053     - "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"
13054     - "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"
13055     - "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"
13056     - "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"
13057   layout:
13058     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
13059     layout: "plot-throughput-speedup-analysis"
13060
13061 - type: "plot"
13062   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
13063   algorithm: "plot_tsa_name"
13064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
13065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13072   layout:
13073     title: "2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}"
13074     layout: "plot-throughput-speedup-analysis"
13075
13076 - type: "plot"
13077   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
13078   algorithm: "plot_tsa_name"
13079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
13080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13081   include:
13082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13087   layout:
13088     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
13089     layout: "plot-throughput-speedup-analysis"
13090
13091 - type: "plot"
13092   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-{test_type}-tsa"
13093   algorithm: "plot_tsa_name"
13094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-{test_type}-tsa"
13095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13096   include:
13097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13102   layout:
13103     title: "3n-hsw-xl710-64b-vhost-base-dpdk-{test_type}"
13104     layout: "plot-throughput-speedup-analysis"
13105
13106 - type: "plot"
13107   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
13108   algorithm: "plot_tsa_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
13110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13111   include:
13112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13117   layout:
13118     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-{test_type}"
13119     layout: "plot-throughput-speedup-analysis"
13120
13121 - type: "plot"
13122   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
13123   algorithm: "plot_tsa_name"
13124   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
13125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13126   include:
13127     - "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"
13128     - "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"
13129     - "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"
13130     - "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"
13131   layout:
13132     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}"
13133     layout: "plot-throughput-speedup-analysis"
13134
13135 - type: "plot"
13136   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
13137   algorithm: "plot_tsa_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
13139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13140   include:
13141     - "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"
13142     - "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"
13143     - "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"
13144     - "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"
13145   layout:
13146     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}"
13147     layout: "plot-throughput-speedup-analysis"
13148
13149 - type: "plot"
13150   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
13151   algorithm: "plot_tsa_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
13153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13154   include:
13155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13161   layout:
13162     title: "3n-skx-xxv710-64b-vhost-base-avf-{test_type}"
13163     layout: "plot-throughput-speedup-analysis"
13164
13165 - type: "plot"
13166   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
13167   algorithm: "plot_tsa_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
13169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13170   include:
13171     - "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"
13172     - "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"
13173     - "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"
13174     - "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"
13175     - "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"
13176     - "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"
13177   layout:
13178     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
13179     layout: "plot-throughput-speedup-analysis"
13180
13181 - type: "plot"
13182   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
13183   algorithm: "plot_tsa_name"
13184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
13185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13186   include:
13187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13193   layout:
13194     title: "3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}"
13195     layout: "plot-throughput-speedup-analysis"
13196
13197 - type: "plot"
13198   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
13199   algorithm: "plot_tsa_name"
13200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
13201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13208   layout:
13209     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
13210     layout: "plot-throughput-speedup-analysis"
13211
13212 - type: "plot"
13213   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
13214   algorithm: "plot_tsa_name"
13215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
13216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13217   include:
13218     - "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"
13219     - "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"
13220   layout:
13221     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}"
13222     layout: "plot-throughput-speedup-analysis"
13223
13224 - type: "plot"
13225   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
13226   algorithm: "plot_tsa_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
13228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13229   include:
13230     - "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"
13231     - "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"
13232   layout:
13233     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}"
13234     layout: "plot-throughput-speedup-analysis"
13235
13236 - type: "plot"
13237   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
13238   algorithm: "plot_tsa_name"
13239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
13240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13241   include:
13242     - "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"
13243     - "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"
13244     - "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"
13245     - "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"
13246     - "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"
13247     - "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"
13248   layout:
13249     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
13250     layout: "plot-throughput-speedup-analysis"
13251
13252 - type: "plot"
13253   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-{test_type}-tsa"
13254   algorithm: "plot_tsa_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-{test_type}-tsa"
13256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13257   include:
13258     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13259     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13261     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13262     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13263   layout:
13264     title: "3n-tsh-x520-64b-memif-base-ixgbe-{test_type}"
13265     layout: "plot-throughput-speedup-analysis"
13266
13267 - type: "plot"
13268   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13269   algorithm: "plot_tsa_name"
13270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13272   include:
13273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13278   layout:
13279     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}"
13280     layout: "plot-throughput-speedup-analysis"
13281
13282 - type: "plot"
13283   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13284   algorithm: "plot_tsa_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13287   include:
13288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13292   layout:
13293     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}"
13294     layout: "plot-throughput-speedup-analysis"
13295
13296 - type: "plot"
13297   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
13298   algorithm: "plot_tsa_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
13300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13301   include:
13302     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13303     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13304     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13306   layout:
13307     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}"
13308     layout: "plot-throughput-speedup-analysis"
13309
13310 - type: "plot"
13311   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13312   algorithm: "plot_tsa_name"
13313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13315   include:
13316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13321   layout:
13322     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}"
13323     layout: "plot-throughput-speedup-analysis"
13324
13325 - type: "plot"
13326   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13327   algorithm: "plot_tsa_name"
13328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13330   include:
13331     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13332     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13333     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13337   layout:
13338     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
13339     layout: "plot-throughput-speedup-analysis"
13340
13341 - type: "plot"
13342   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}-tsa"
13343   algorithm: "plot_tsa_name"
13344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}-tsa"
13345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13346   include:
13347     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13351   layout:
13352     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}"
13353     layout: "plot-throughput-speedup-analysis"
13354
13355 - type: "plot"
13356   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13357   algorithm: "plot_tsa_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13360   include:
13361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13367   layout:
13368     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}"
13369     layout: "plot-throughput-speedup-analysis"
13370
13371 - type: "plot"
13372   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13373   algorithm: "plot_tsa_name"
13374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13376   include:
13377     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13383   layout:
13384     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}"
13385     layout: "plot-throughput-speedup-analysis"
13386
13387 - type: "plot"
13388   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13389   algorithm: "plot_tsa_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13392   include:
13393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13397     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13398     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13399   layout:
13400     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}"
13401     layout: "plot-throughput-speedup-analysis"
13402
13403 - type: "plot"
13404   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}-tsa"
13405   algorithm: "plot_tsa_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}-tsa"
13407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13408   include:
13409     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13415   layout:
13416     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}"
13417     layout: "plot-throughput-speedup-analysis"
13418
13419 - type: "plot"
13420   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}-tsa"
13421   algorithm: "plot_tsa_name"
13422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}-tsa"
13423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13424   include:
13425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13431   layout:
13432     title: "3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}"
13433     layout: "plot-throughput-speedup-analysis"
13434
13435 #- type: "plot"
13436 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}-tsa"
13437 #  algorithm: "plot_tsa_name"
13438 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}-tsa"
13439 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13440 #  test-type: ["ndr", "pdr"]
13441 #  include:
13442 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13443 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13444 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13445 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13446 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13447 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13448 #  layout:
13449 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}"
13450 #    layout: "plot-throughput-speedup-analysis"
13451
13452 - type: "plot"
13453   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13454   algorithm: "plot_tsa_name"
13455   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13456   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13457   include:
13458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13464   layout:
13465     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}"
13466     layout: "plot-throughput-speedup-analysis"
13467
13468 - type: "plot"
13469   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13470   algorithm: "plot_tsa_name"
13471   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13472   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13473   include:
13474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13475     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13476     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13480   layout:
13481     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}"
13482     layout: "plot-throughput-speedup-analysis"
13483
13484 - type: "plot"
13485   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13486   algorithm: "plot_tsa_name"
13487   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13488   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13489   include:
13490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13495   layout:
13496     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}"
13497     layout: "plot-throughput-speedup-analysis"
13498
13499 - type: "plot"
13500   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13501   algorithm: "plot_tsa_name"
13502   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13503   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13504   include:
13505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13509   layout:
13510     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}"
13511     layout: "plot-throughput-speedup-analysis"
13512
13513 - type: "plot"
13514   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13515   algorithm: "plot_tsa_name"
13516   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13517   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13518   include:
13519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13525   layout:
13526     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}"
13527     layout: "plot-throughput-speedup-analysis"
13528
13529 - type: "plot"
13530   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13531   algorithm: "plot_tsa_name"
13532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13534   include:
13535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13541   layout:
13542     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}"
13543     layout: "plot-throughput-speedup-analysis"
13544
13545 - type: "plot"
13546   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13547   algorithm: "plot_tsa_name"
13548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13550   include:
13551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13556   layout:
13557     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}"
13558     layout: "plot-throughput-speedup-analysis"
13559
13560 - type: "plot"
13561   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
13562   algorithm: "plot_tsa_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
13564   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13565   include:
13566     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13567     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13568     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13570   layout:
13571     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}"
13572     layout: "plot-throughput-speedup-analysis"
13573
13574 - type: "plot"
13575   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13576   algorithm: "plot_tsa_name"
13577   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13578   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13579   include:
13580     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13581     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13582     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13585   layout:
13586     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}"
13587     layout: "plot-throughput-speedup-analysis"
13588
13589 - type: "plot"
13590   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13591   algorithm: "plot_tsa_name"
13592   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13593   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13594   include:
13595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13601   layout:
13602     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
13603     layout: "plot-throughput-speedup-analysis"
13604
13605 - type: "plot"
13606   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13607   algorithm: "plot_tsa_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13610   include:
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13615   layout:
13616     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}"
13617     layout: "plot-throughput-speedup-analysis"
13618
13619 - type: "plot"
13620   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13621   algorithm: "plot_tsa_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13623   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13624   include:
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13631   layout:
13632     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}"
13633     layout: "plot-throughput-speedup-analysis"
13634
13635 - type: "plot"
13636   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13637   algorithm: "plot_tsa_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13639   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13640   include:
13641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13647   layout:
13648     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}"
13649     layout: "plot-throughput-speedup-analysis"
13650
13651 #- type: "plot"
13652 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13653 #  algorithm: "plot_tsa_name"
13654 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13655 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13656 #  test-type: ["ndr", "pdr"]
13657 #  include:
13658 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13659 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13660 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13661 #  layout:
13662 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}"
13663 #    layout: "plot-throughput-speedup-analysis"
13664
13665 - type: "plot"
13666   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
13667   algorithm: "plot_tsa_name"
13668   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
13669   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13670   include:
13671     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13676   layout:
13677     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}"
13678     layout: "plot-throughput-speedup-analysis"
13679
13680 - type: "plot"
13681   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-{test_type}-tsa"
13682   algorithm: "plot_tsa_name"
13683   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-{test_type}-tsa"
13684   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13685   include:
13686     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13691   layout:
13692     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-{test_type}"
13693     layout: "plot-throughput-speedup-analysis"
13694
13695 - type: "plot"
13696   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
13697   algorithm: "plot_tsa_name"
13698   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
13699   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13700   include:
13701     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
13707   layout:
13708     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}"
13709     layout: "plot-throughput-speedup-analysis"
13710
13711 - type: "plot"
13712   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}-tsa"
13713   algorithm: "plot_tsa_name"
13714   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}-tsa"
13715   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13716   include:
13717     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13718     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13719     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13720     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13721     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13722   layout:
13723     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}"
13724     layout: "plot-throughput-speedup-analysis"
13725
13726 - type: "plot"
13727   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}-tsa"
13728   algorithm: "plot_tsa_name"
13729   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}-tsa"
13730   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13731   include:
13732     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13733     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13734     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13735     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13736   layout:
13737     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}"
13738     layout: "plot-throughput-speedup-analysis"
13739
13740 - type: "plot"
13741   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-{test_type}-tsa"
13742   algorithm: "plot_tsa_name"
13743   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-{test_type}-tsa"
13744   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13745   include:
13746     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13747     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13748     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13749     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13750     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13751   layout:
13752     title: "2n-tx2-xl710-64b-features-l2switching-base-{test_type}"
13753     layout: "plot-throughput-speedup-analysis"
13754
13755 ################################################################################
13756
13757 # Packet Throughput - DPDK
13758
13759 # 2n-skx
13760
13761 - type: "plot"
13762   title: "DPDK Throughput: 2n-skx-xxv710-64b-{core}-base-{test_type}"
13763   algorithm: "plot_ndrpdr_box_name"
13764   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-{core}-base-{test_type}"
13765   data: "plot-dpdk-throughput-latency-2n-skx"
13766   core: ["2t1c", "4t2c"]
13767   include:
13768     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13769     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13770   layout:
13771     title: "2n-skx-xxv710-64b-{core}-base-{test_type}"
13772     layout: "plot-throughput"
13773
13774 - type: "plot"
13775   title: "DPDK Throughput: 2n-skx-x710-64b-{core}-base-{test_type}"
13776   algorithm: "plot_ndrpdr_box_name"
13777   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-{core}-base-{test_type}"
13778   data: "plot-dpdk-throughput-latency-2n-skx"
13779   core: ["2t1c", "4t2c"]
13780   include:
13781     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13782     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13783   layout:
13784     title: "2n-skx-x710-64b-{core}-base-{test_type}"
13785     layout: "plot-throughput"
13786
13787 # 3n-skx
13788
13789 - type: "plot"
13790   title: "DPDK Throughput: 3n-skx-xxv710-64b-{core}-base-{test_type}"
13791   algorithm: "plot_ndrpdr_box_name"
13792   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-{core}-base-{test_type}"
13793   data: "plot-dpdk-throughput-latency-3n-skx"
13794   core: ["2t1c", "4t2c"]
13795   include:
13796     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13797     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-{core}-base-{test_type}"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "DPDK Throughput: 3n-skx-x710-64b-{core}-base-{test_type}"
13804   algorithm: "plot_ndrpdr_box_name"
13805   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-{core}-base-{test_type}"
13806   data: "plot-dpdk-throughput-latency-3n-skx"
13807   core: ["2t1c", "4t2c"]
13808   include:
13809     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13810     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13811   layout:
13812     title: "3n-skx-x710-64b-{core}-base-{test_type}"
13813     layout: "plot-throughput"
13814
13815 # 3n-hsw
13816
13817 - type: "plot"
13818   title: "DPDK Throughput: 3n-hsw-xl710-64b-{core}-base-{test_type}"
13819   algorithm: "plot_ndrpdr_box_name"
13820   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-{core}-base-{test_type}"
13821   data: "plot-dpdk-throughput-latency-3n-hsw"
13822   core: ["1t1c", "2t2c"]
13823   include:
13824     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13825     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13826   layout:
13827     title: "3n-hsw-xl710-64b-{core}-base-{test_type}"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "DPDK Throughput: 3n-hsw-x710-64b-{core}-base-{test_type}"
13832   algorithm: "plot_ndrpdr_box_name"
13833   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-{core}-base-{test_type}"
13834   data: "plot-dpdk-throughput-latency-3n-hsw"
13835   core: ["1t1c", "2t2c"]
13836   include:
13837     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13838     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13839   layout:
13840     title: "3n-hsw-x710-64b-{core}-base-{test_type}"
13841     layout: "plot-throughput"
13842
13843 ## 2n-dnv-x553
13844 #
13845 #- type: "plot"
13846 #  title: "DPDK Throughput: 2n-dnv-x553-64b-{core}-base-{test_type}"
13847 #  algorithm: "plot_ndrpdr_box_name"
13848 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-{core}-base-{test_type}"
13849 #  data: "plot-dpdk-throughput-latency-2n-dnv"
13850 #  core: ["1t1c", "2t2c"]
13851 #  test-type: ["ndr", "pdr"]
13852 #  include:
13853 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13854 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13855 #  layout:
13856 #    title: "2n-dnv-x553-64b-{core}-base-{test_type}"
13857 #    layout: "plot-throughput"
13858 #
13859 ## 3n-dnv-x553
13860 #
13861 #- type: "plot"
13862 #  title: "DPDK Throughput: 3n-dnv-x553-64b-{core}-base-{test_type}"
13863 #  algorithm: "plot_ndrpdr_box_name"
13864 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-{core}-base-{test_type}"
13865 #  data: "plot-dpdk-throughput-latency-3n-dnv"
13866 #  core: ["1t1c", "2t2c"]
13867 #  test-type: ["ndr", "pdr"]
13868 #  include:
13869 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13870 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13871 #  layout:
13872 #    title: "3n-dnv-x553-64b-{core}-base-{test_type}"
13873 #    layout: "plot-throughput"
13874
13875 # 3n-tsh-x520
13876
13877 - type: "plot"
13878   title: "DPDK Throughput: 3n-tsh-x520-64b-{core}-base-{test_type}"
13879   algorithm: "plot_ndrpdr_box_name"
13880   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-{core}-base-{test_type}"
13881   data: "plot-dpdk-throughput-latency-3n-tsh"
13882   core: ["1t1c", "2t2c"]
13883   include:
13884     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13885     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13886   layout:
13887     title: "3n-tsh-x520-64b-{core}-base-{test_type}"
13888     layout: "plot-throughput"
13889
13890 # 2n-tx2-xl710
13891
13892 - type: "plot"
13893   title: "DPDK Throughput: 2n-tx2-xl710-64b-{core}-base-{test_type}"
13894   algorithm: "plot_ndrpdr_box_name"
13895   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-{core}-base-{test_type}"
13896   data: "plot-dpdk-throughput-latency-2n-tx2"
13897   core: ["1t1c", "2t2c"]
13898   include:
13899     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13900     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13901   layout:
13902     title: "2n-tx2-xl710-64b-{core}-base-{test_type}"
13903     layout: "plot-throughput"
13904
13905 ################################################################################
13906 ###   2n-clx                                                                 ###
13907 ################################################################################
13908
13909 # Packet Throughput
13910
13911 - type: "plot"
13912   title: "Throughput: 2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
13913   algorithm: "plot_ndrpdr_box_name"
13914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
13915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13916   core: ["2t1c", ]
13917   include:
13918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13922   layout:
13923     title: "2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
13928   algorithm: "plot_ndrpdr_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
13930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13931   core: ["2t1c", ]
13932   include:
13933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13937   layout:
13938     title: "2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
13943   algorithm: "plot_ndrpdr_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
13945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13946   core: ["2t1c", ]
13947   include:
13948     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13949     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13950     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13951     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13952   layout:
13953     title: "2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
13958   algorithm: "plot_ndrpdr_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
13960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13961   core: ["2t1c", ]
13962   include:
13963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
13969   layout:
13970     title: "2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
13971     layout: "plot-throughput"
13972
13973 - type: "plot"
13974   title: "Throughput: 2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
13975   algorithm: "plot_ndrpdr_box_name"
13976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
13977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13978   core: ["2t1c", ]
13979   include:
13980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13987   layout:
13988     title: "2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
13989     layout: "plot-throughput"
13990
13991 - type: "plot"
13992   title: "Throughput: 2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
13993   algorithm: "plot_ndrpdr_box_name"
13994   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
13995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13996   core: ["2t1c", ]
13997   include:
13998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
14006   layout:
14007     title: "2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
14008     layout: "plot-throughput"
14009
14010 - type: "plot"
14011   title: "Throughput: 2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
14012   algorithm: "plot_ndrpdr_box_name"
14013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
14014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14015   core: ["2t1c", ]
14016   include:
14017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14023   layout:
14024     title: "2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
14025     layout: "plot-throughput"
14026
14027 - type: "plot"
14028   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
14029   algorithm: "plot_ndrpdr_box_name"
14030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
14031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14032   core: ["2t1c", ]
14033   include:
14034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14039   layout:
14040     title: "2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
14041     layout: "plot-throughput"
14042
14043 - type: "plot"
14044   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
14045   algorithm: "plot_ndrpdr_box_name"
14046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
14047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14048   core: ["2t1c", ]
14049   include:
14050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
14051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
14053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
14054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
14055   layout:
14056     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
14057     layout: "plot-throughput"
14058
14059 - type: "plot"
14060   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
14061   algorithm: "plot_ndrpdr_box_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
14063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14064   core: ["2t1c", ]
14065   include:
14066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14076   layout:
14077     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
14078     layout: "plot-cps"
14079
14080 - type: "plot"
14081   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
14082   algorithm: "plot_ndrpdr_box_name"
14083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
14084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14085   core: ["2t1c", ]
14086   include:
14087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14097   layout:
14098     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
14099     layout: "plot-throughput"
14100
14101 - type: "plot"
14102   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
14103   algorithm: "plot_ndrpdr_box_name"
14104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
14105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14106   core: ["2t1c", ]
14107   include:
14108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14118   layout:
14119     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
14120     layout: "plot-cps"
14121
14122 - type: "plot"
14123   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
14124   algorithm: "plot_ndrpdr_box_name"
14125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
14126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14127   core: ["2t1c", ]
14128   include:
14129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14139   layout:
14140     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
14141     layout: "plot-throughput"
14142
14143 - type: "plot"
14144   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14145   algorithm: "plot_ndrpdr_box_name"
14146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14148   core: ["2t1c", ]
14149   include:
14150     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14152     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14154     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14160   layout:
14161     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14162     layout: "plot-throughput"
14163
14164 - type: "plot"
14165   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14166   algorithm: "plot_ndrpdr_box_name"
14167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14169   core: ["2t1c", ]
14170   include:
14171     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14173     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14181   layout:
14182     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14183     layout: "plot-throughput"
14184
14185 - type: "plot"
14186   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
14187   algorithm: "plot_ndrpdr_box_name"
14188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
14189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14190   core: ["2t1c", ]
14191   include:
14192     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14202   layout:
14203     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14204     layout: "plot-throughput"
14205
14206 - type: "plot"
14207   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
14208   algorithm: "plot_ndrpdr_box_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
14210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14211   core: ["2t1c", ]
14212   include:
14213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14223   layout:
14224     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14225     layout: "plot-throughput"
14226
14227 - type: "plot"
14228   title: "Throughput: 2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
14229   algorithm: "plot_ndrpdr_box_name"
14230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
14231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14232   core: ["2t1c", ]
14233   include:
14234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14240   layout:
14241     title: "2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
14242     layout: "plot-throughput"
14243
14244 - type: "plot"
14245   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
14246   algorithm: "plot_ndrpdr_box_name"
14247   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
14248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14249   core: ["2t1c", ]
14250   include:
14251     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-rdma-dot1q-ip4base-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14259   layout:
14260     title: "2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
14261     layout: "plot-throughput"
14262
14263 - type: "plot"
14264   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
14265   algorithm: "plot_ndrpdr_box_name"
14266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
14267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14268   core: ["2t1c", ]
14269   include:
14270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14276   layout:
14277     title: "2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
14278     layout: "plot-throughput"
14279
14280 - type: "plot"
14281   title: "Throughput: 2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
14282   algorithm: "plot_ndrpdr_box_name"
14283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
14284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14285   core: ["2t1c", ]
14286   include:
14287     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
14292   layout:
14293     title: "2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
14294     layout: "plot-throughput"
14295
14296 - type: "plot"
14297   title: "Throughput: 2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
14298   algorithm: "plot_ndrpdr_box_name"
14299   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
14300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14301   core: ["2t1c", ]
14302   include:
14303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
14310   layout:
14311     title: "2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
14312     layout: "plot-throughput"
14313
14314 - type: "plot"
14315   title: "Throughput: 2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
14316   algorithm: "plot_ndrpdr_box_name"
14317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
14318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14319   core: ["2t1c", ]
14320   include:
14321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14329   layout:
14330     title: "2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
14335   algorithm: "plot_ndrpdr_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
14337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14338   core: ["2t1c", ]
14339   include:
14340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
14348   layout:
14349     title: "2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
14350     layout: "plot-throughput"
14351
14352 - type: "plot"
14353   title: "Throughput: 2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
14354   algorithm: "plot_ndrpdr_box_name"
14355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
14356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14357   core: ["2t1c", ]
14358   include:
14359     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-rdma-dot1q-ip6base-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-{core}-rdma-ethip6-ip6base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
14367   layout:
14368     title: "2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
14369     layout: "plot-throughput"
14370
14371 - type: "plot"
14372   title: "Throughput: 2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14373   algorithm: "plot_ndrpdr_box_name"
14374   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14376   core: ["2t1c", ]
14377   include:
14378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14383   layout:
14384     title: "2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14385     layout: "plot-throughput"
14386
14387 - type: "plot"
14388   title: "Throughput: 2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14389   algorithm: "plot_ndrpdr_box_name"
14390   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14392   core: ["2t1c", ]
14393   include:
14394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
14399   layout:
14400     title: "2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14401     layout: "plot-throughput"
14402
14403 - type: "plot"
14404   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
14405   algorithm: "plot_ndrpdr_box_name"
14406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
14407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14408   core: ["2t1c", ]
14409   include:
14410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
14414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
14415   layout:
14416     title: "2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
14417     layout: "plot-throughput"
14418
14419 - type: "plot"
14420   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14421   algorithm: "plot_ndrpdr_box_name"
14422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14424   core: ["2t1c", ]
14425   include:
14426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14430   layout:
14431     title: "2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14432     layout: "plot-throughput"
14433
14434 - type: "plot"
14435   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
14436   algorithm: "plot_ndrpdr_box_name"
14437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
14438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14439   core: ["2t1c", ]
14440   include:
14441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
14446   layout:
14447     title: "2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
14448     layout: "plot-throughput"
14449
14450 - type: "plot"
14451   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14452   algorithm: "plot_ndrpdr_box_name"
14453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14455   core: ["2t1c", ]
14456   include:
14457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
14461   layout:
14462     title: "2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14463     layout: "plot-throughput"
14464
14465 - type: "plot"
14466   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
14467   algorithm: "plot_ndrpdr_box_name"
14468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
14469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14470   core: ["2t1c", ]
14471   include:
14472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-{core}-rdma-eth-l2patch-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
14477   layout:
14478     title: "2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
14479     layout: "plot-throughput"
14480
14481 - type: "plot"
14482   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
14483   algorithm: "plot_ndrpdr_box_name"
14484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
14485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14486   core: ["2t1c", ]
14487   include:
14488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
14492   layout:
14493     title: "2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
14494     layout: "plot-throughput"
14495
14496 - type: "plot"
14497   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
14498   algorithm: "plot_ndrpdr_box_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
14500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14501   core: ["2t1c", ]
14502   include:
14503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14508   layout:
14509     title: "2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
14510     layout: "plot-throughput"
14511
14512 - type: "plot"
14513   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
14514   algorithm: "plot_ndrpdr_box_name"
14515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
14516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14517   core: ["2t1c", ]
14518   include:
14519     - "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"
14520     - "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"
14521     - "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"
14522     - "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"
14523     - "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"
14524   layout:
14525     title: "2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
14526     layout: "plot-throughput"
14527
14528 - type: "plot"
14529   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
14530   algorithm: "plot_ndrpdr_box_name"
14531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
14532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14533   core: ["2t1c", ]
14534   include:
14535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14540   layout:
14541     title: "2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
14542     layout: "plot-throughput"
14543
14544 - type: "plot"
14545   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
14546   algorithm: "plot_ndrpdr_box_name"
14547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
14548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14549   core: ["2t1c", ]
14550   include:
14551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14556   layout:
14557     title: "2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
14558     layout: "plot-throughput"
14559
14560 - type: "plot"
14561   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
14562   algorithm: "plot_ndrpdr_box_name"
14563   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
14564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14565   core: ["2t1c", ]
14566   include:
14567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14571   layout:
14572     title: "2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
14573     layout: "plot-throughput"
14574
14575 - type: "plot"
14576   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
14577   algorithm: "plot_ndrpdr_box_name"
14578   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
14579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14580   core: ["2t1c", ]
14581   include:
14582     - "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"
14583     - "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"
14584     - "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"
14585     - "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"
14586   layout:
14587     title: "2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
14588     layout: "plot-throughput"
14589
14590 - type: "plot"
14591   title: "Throughput: 2n-clx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
14592   algorithm: "plot_ndrpdr_box_name"
14593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
14594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14595   core: ["2t1c", ]
14596   include:
14597     - "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"
14598     - "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"
14599     - "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"
14600     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14601     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14602     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14603   layout:
14604     title: "2n-clx-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
14605     layout: "plot-throughput"
14606
14607 ################################################################################
14608
14609 # Packet Speedup
14610
14611 - type: "plot"
14612   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-{test_type}-tsa"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-{test_type}-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14616   include:
14617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14621   layout:
14622     title: "2n-clx-xxv710-64b-memif-base-avf-{test_type}"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14630   include:
14631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14635   layout:
14636     title: "2n-clx-xxv710-64b-memif-base-dpdk-{test_type}"
14637     layout: "plot-throughput-speedup-analysis"
14638
14639 - type: "plot"
14640   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
14641   algorithm: "plot_tsa_name"
14642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
14643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14644   include:
14645     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14646     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14647     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14648     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14649   layout:
14650     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14658   include:
14659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14665   layout:
14666     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14682   layout:
14683     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14691   include:
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14700   layout:
14701     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
14702     layout: "plot-throughput-speedup-analysis"
14703
14704 - type: "plot"
14705   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14709   include:
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14716   layout:
14717     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14725   include:
14726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14727     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14731   layout:
14732     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
14733     layout: "plot-throughput-speedup-analysis"
14734
14735 - type: "plot"
14736   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
14737   algorithm: "plot_tsa_name"
14738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
14739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14740   include:
14741     - "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"
14742     - "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"
14743     - "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"
14744     - "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"
14745     - "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"
14746   layout:
14747     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
14748     layout: "plot-throughput-speedup-analysis"
14749
14750 - type: "plot"
14751   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
14752   algorithm: "plot_tsa_name"
14753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
14754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14755   include:
14756     - "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"
14757     - "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"
14758     - "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"
14759     - "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"
14760     - "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"
14761     - "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"
14762     - "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"
14763     - "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"
14764     - "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"
14765     - "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"
14766   layout:
14767     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
14768     layout: "plot-throughput-speedup-analysis-cps"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14775   include:
14776     - "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"
14777     - "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"
14778     - "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"
14779     - "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"
14780     - "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"
14781     - "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"
14782     - "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"
14783     - "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"
14784     - "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"
14785     - "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"
14786   layout:
14787     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14795   include:
14796     - "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"
14797     - "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"
14798     - "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"
14799     - "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"
14800     - "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"
14801     - "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"
14802     - "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"
14803     - "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"
14804     - "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"
14805     - "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"
14806   layout:
14807     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
14808     layout: "plot-throughput-speedup-analysis-cps"
14809
14810 - type: "plot"
14811   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
14812   algorithm: "plot_tsa_name"
14813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
14814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14815   include:
14816     - "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"
14817     - "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"
14818     - "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"
14819     - "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"
14820     - "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"
14821     - "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"
14822     - "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"
14823     - "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"
14824     - "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"
14825     - "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"
14826   layout:
14827     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14835   include:
14836     - "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"
14837     - "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"
14838     - "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"
14839     - "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"
14840     - "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"
14841     - "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"
14842     - "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"
14843     - "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"
14844     - "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"
14845     - "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"
14846   layout:
14847     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14855   include:
14856     - "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"
14857     - "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"
14858     - "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"
14859     - "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"
14860     - "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"
14861     - "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"
14862     - "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"
14863     - "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"
14864     - "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"
14865     - "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"
14866   layout:
14867     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 - type: "plot"
14871   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
14872   algorithm: "plot_tsa_name"
14873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
14874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14875   include:
14876     - "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"
14877     - "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"
14878     - "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"
14879     - "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"
14880     - "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"
14881     - "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"
14882     - "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"
14883     - "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"
14884     - "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"
14885     - "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"
14886   layout:
14887     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14895   include:
14896     - "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"
14897     - "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"
14898     - "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"
14899     - "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"
14900     - "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"
14901     - "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"
14902     - "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"
14903     - "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"
14904     - "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"
14905     - "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"
14906   layout:
14907     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14915   include:
14916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14922   layout:
14923     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 - type: "plot"
14927   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-{test_type}-tsa"
14928   algorithm: "plot_tsa_name"
14929   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-{test_type}-tsa"
14930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14931   include:
14932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
14937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14940   layout:
14941     title: "2n-clx-cx556a-64b-rdma-ip4base-{test_type}"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14949   include:
14950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14956   layout:
14957     title: "2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14965   include:
14966     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
14971   layout:
14972     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14980   include:
14981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14988   layout:
14989     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14997   include:
14998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
15006   layout:
15007     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
15024   layout:
15025     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
15026     layout: "plot-throughput-speedup-analysis"
15027
15028 - type: "plot"
15029   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
15030   algorithm: "plot_tsa_name"
15031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
15032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15033   include:
15034     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
15042   layout:
15043     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15051   include:
15052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15057   layout:
15058     title: "2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}"
15059     layout: "plot-throughput-speedup-analysis"
15060
15061 - type: "plot"
15062   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
15063   algorithm: "plot_tsa_name"
15064   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
15065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15066   include:
15067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15072   layout:
15073     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}"
15074     layout: "plot-throughput-speedup-analysis"
15075
15076 - type: "plot"
15077   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
15078   algorithm: "plot_tsa_name"
15079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
15080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15081   include:
15082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15087   layout:
15088     title: "2n-clx-xxv710-64b-l2switching-base-avf-{test_type}"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15096   include:
15097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15101   layout:
15102     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15110   include:
15111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15116   layout:
15117     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15125   include:
15126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15130   layout:
15131     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15139   include:
15140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15145   layout:
15146     title: "2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15154   include:
15155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15159   layout:
15160     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}"
15161     layout: "plot-throughput-speedup-analysis"
15162
15163 - type: "plot"
15164   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
15165   algorithm: "plot_tsa_name"
15166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
15167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15168   include:
15169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15174   layout:
15175     title: "2n-clx-xxv710-64b-vhost-base-avf-{test_type}"
15176     layout: "plot-throughput-speedup-analysis"
15177
15178 - type: "plot"
15179   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
15180   algorithm: "plot_tsa_name"
15181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
15182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15183   include:
15184     - "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"
15185     - "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"
15186     - "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"
15187     - "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"
15188     - "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"
15189   layout:
15190     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15198   include:
15199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15204   layout:
15205     title: "2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15213   include:
15214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15219   layout:
15220     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15228   include:
15229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15233   layout:
15234     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15242   include:
15243     - "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"
15244     - "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"
15245     - "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"
15246     - "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"
15247   layout:
15248     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-{test_type}"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15256   include:
15257     - "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"
15258     - "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"
15259     - "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"
15260     - "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"
15261     - "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"
15262     - "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"
15263   layout:
15264     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 # 2n-icx
15268
15269 - type: "plot"
15270   title: "Throughput: 2n-icx-e810cq-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15271   algorithm: "plot_ndrpdr_box_name"
15272   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15273   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15274   core: ["2t1c", ]
15275   include:
15276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
15280   layout:
15281     title: "2n-icx-e810cq-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15282     layout: "plot-throughput"
15283
15284 - type: "plot"
15285   title: "Throughput: 2n-icx-e810cq-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15286   algorithm: "plot_ndrpdr_box_name"
15287   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15288   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15289   core: ["2t1c", ]
15290   include:
15291     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
15295   layout:
15296     title: "2n-icx-e810cq-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15297     layout: "plot-throughput"
15298
15299 - type: "plot"
15300   title: "Throughput: 2n-icx-e810cq-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15301   algorithm: "plot_ndrpdr_box_name"
15302   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15303   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15304   core: ["2t1c", ]
15305   include:
15306     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
15310   layout:
15311     title: "2n-icx-e810cq-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15312     layout: "plot-throughput"
15313
15314 - type: "plot"
15315   title: "Throughput: 2n-icx-e810cq-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15316   algorithm: "plot_ndrpdr_box_name"
15317   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15318   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15319   core: ["2t1c", ]
15320   include:
15321     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
15325   layout:
15326     title: "2n-icx-e810cq-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15327     layout: "plot-throughput"
15328
15329 - type: "plot"
15330   title: "Throughput: 2n-icx-e810cq-64b-{core}-l2switching-base-scale-avf-{test_type}"
15331   algorithm: "plot_ndrpdr_box_name"
15332   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-l2switching-base-scale-avf-{test_type}"
15333   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15334   core: ["2t1c", ]
15335   include:
15336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
15337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
15338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
15339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15342   layout:
15343     title: "2n-icx-e810cq-64b-{core}-l2switching-base-scale-avf-{test_type}"
15344     layout: "plot-throughput"
15345
15346 - type: "plot"
15347   title: "Throughput: 2n-icx-e810cq-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15348   algorithm: "plot_ndrpdr_box_name"
15349   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15350   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15351   core: ["2t1c", ]
15352   include:
15353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
15354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
15355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
15357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
15358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
15359   layout:
15360     title: "2n-icx-e810cq-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15361     layout: "plot-throughput"
15362
15363 - type: "plot"
15364   title: "Speedup: 2n-icx-e810cq-64b-ip4routing-base-scale-avf-{test_type}-tsa"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-ip4routing-base-scale-avf-{test_type}-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15368   include:
15369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15373   layout:
15374     title: "2n-icx-e810cq-64b-ip4routing-base-scale-avf-{test_type}"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 2n-icx-e810cq-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15382   include:
15383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15387   layout:
15388     title: "2n-icx-e810cq-64b-ip4routing-base-scale-dpdk-{test_type}"
15389     layout: "plot-throughput-speedup-analysis"
15390
15391 - type: "plot"
15392   title: "Speedup: 2n-icx-e810cq-78b-ip6routing-base-scale-avf-{test_type}-tsa"
15393   algorithm: "plot_tsa_name"
15394   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-ip6routing-base-scale-avf-{test_type}-tsa"
15395   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15396   include:
15397     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15398     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15401   layout:
15402     title: "2n-icx-e810cq-78b-ip6routing-base-scale-avf-{test_type}"
15403     layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 2n-icx-e810cq-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15410   include:
15411     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15412     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15415   layout:
15416     title: "2n-icx-e810cq-78b-ip6routing-base-scale-dpdk-{test_type}"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 2n-icx-e810cq-64b-l2switching-base-scale-avf-{test_type}-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-l2switching-base-scale-avf-{test_type}-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15424   include:
15425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15431   layout:
15432     title: "2n-icx-e810cq-64b-l2switching-base-scale-avf-{test_type}"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-icx-e810cq-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-icx"
15440   include:
15441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15447   layout:
15448     title: "2n-icx-e810cq-64b-l2switching-base-scale-dpdk-{test_type}"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 # Packet Throughput - DPDK
15452
15453 # 2n-clx
15454
15455 - type: "plot"
15456   title: "DPDK Throughput: 2n-clx-xxv710-64b-{core}-base-{test_type}"
15457   algorithm: "plot_ndrpdr_box_name"
15458   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-{core}-base-{test_type}"
15459   data: "plot-dpdk-throughput-latency-2n-clx"
15460   core: ["1t1c", "4t2c"]
15461   include:
15462     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
15463     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
15464   layout:
15465     title: "2n-clx-xxv710-64b-{core}-base-{test_type}"
15466     layout: "plot-throughput"
15467
15468 - type: "plot"
15469   title: "DPDK Throughput: 2n-clx-x710-64b-{core}-base-{test_type}"
15470   algorithm: "plot_ndrpdr_box_name"
15471   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-{core}-base-{test_type}"
15472   data: "plot-dpdk-throughput-latency-2n-clx"
15473   core: ["1t1c", "4t2c"]
15474   include:
15475     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
15476     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
15477   layout:
15478     title: "2n-clx-x710-64b-{core}-base-{test_type}"
15479     layout: "plot-throughput"
15480
15481 ###############################################################################
15482
15483 # 2n-zn2
15484
15485 # Packet Throughput
15486
15487 - type: "plot"
15488   title: "Throughput: 2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
15489   algorithm: "plot_ndrpdr_box_name"
15490   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
15491   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15492   core: ["2t1c", ]
15493   include:
15494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15498   layout:
15499     title: "2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
15500     layout: "plot-throughput"
15501
15502 - type: "plot"
15503   title: "Throughput: 2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
15504   algorithm: "plot_ndrpdr_box_name"
15505   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
15506   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15507   core: ["2t1c", ]
15508   include:
15509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15513   layout:
15514     title: "2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
15515     layout: "plot-throughput"
15516
15517 - type: "plot"
15518   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
15519   algorithm: "plot_ndrpdr_box_name"
15520   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
15521   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15522   core: ["2t1c", ]
15523   include:
15524     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15525     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15526     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15527     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15528   layout:
15529     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
15530     layout: "plot-throughput"
15531
15532 - type: "plot"
15533   title: "Throughput: 2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
15534   algorithm: "plot_ndrpdr_box_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
15536   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15537   core: ["2t1c", ]
15538   include:
15539     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
15540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
15541     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
15542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
15545   layout:
15546     title: "2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
15547     layout: "plot-throughput"
15548
15549 - type: "plot"
15550   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15551   algorithm: "plot_ndrpdr_box_name"
15552   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15553   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15554   core: ["2t1c", ]
15555   include:
15556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
15560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
15562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15563   layout:
15564     title: "2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15565     layout: "plot-throughput"
15566
15567 - type: "plot"
15568   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15569   algorithm: "plot_ndrpdr_box_name"
15570   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15571   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15572   core: ["2t1c", ]
15573   include:
15574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
15575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
15576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
15577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
15578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
15579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
15580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
15581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
15582   layout:
15583     title: "2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15584     layout: "plot-throughput"
15585
15586 - type: "plot"
15587   title: "Throughput: 2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
15588   algorithm: "plot_ndrpdr_box_name"
15589   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
15590   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15591   core: ["2t1c", ]
15592   include:
15593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15599   layout:
15600     title: "2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
15601     layout: "plot-throughput"
15602
15603 - type: "plot"
15604   title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
15605   algorithm: "plot_ndrpdr_box_name"
15606   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
15607   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15608   core: ["2t1c", ]
15609   include:
15610     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15613     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15614     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15615   layout:
15616     title: "2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
15617     layout: "plot-throughput"
15618
15619 #- type: "plot"
15620 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
15621 #  algorithm: "plot_ndrpdr_box_name"
15622 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
15623 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15624 #  core: ["2t1c", ]
15625 #  test-type: ["ndr", "pdr"]
15626 #  include:
15627 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
15628 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
15629 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
15630 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
15631 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
15632 #  layout:
15633 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
15634 #    layout: "plot-throughput"
15635 #
15636 #- type: "plot"
15637 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
15638 #  algorithm: "plot_ndrpdr_box_name"
15639 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
15640 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15641 #  core: ["2t1c", ]
15642 #  test-type: ["ndr", "pdr"]
15643 #  include:
15644 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
15645 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
15646 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
15647 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
15648 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
15649 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
15650 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
15651 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
15652 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
15653 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
15654 #  layout:
15655 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
15656 #    layout: "plot-cps"
15657 #
15658 #- type: "plot"
15659 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
15660 #  algorithm: "plot_ndrpdr_box_name"
15661 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
15662 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15663 #  core: ["2t1c", ]
15664 #  test-type: ["ndr", "pdr"]
15665 #  include:
15666 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
15667 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
15668 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
15669 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
15670 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
15671 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
15672 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
15673 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
15674 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
15675 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
15676 #  layout:
15677 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
15678 #    layout: "plot-throughput"
15679 #
15680 #- type: "plot"
15681 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
15682 #  algorithm: "plot_ndrpdr_box_name"
15683 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
15684 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15685 #  core: ["2t1c", ]
15686 #  test-type: ["ndr", "pdr"]
15687 #  include:
15688 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
15689 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
15690 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
15691 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
15692 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
15693 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
15694 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
15695 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
15696 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
15697 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
15698 #  layout:
15699 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
15700 #    layout: "plot-cps"
15701 #
15702 #- type: "plot"
15703 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
15704 #  algorithm: "plot_ndrpdr_box_name"
15705 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
15706 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15707 #  core: ["2t1c", ]
15708 #  test-type: ["ndr", "pdr"]
15709 #  include:
15710 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
15711 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
15712 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
15713 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
15714 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
15715 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
15716 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
15717 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
15718 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
15719 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
15720 #  layout:
15721 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
15722 #    layout: "plot-throughput"
15723
15724 - type: "plot"
15725   title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
15726   algorithm: "plot_ndrpdr_box_name"
15727   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
15728   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15729   core: ["2t1c", ]
15730   include:
15731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15736   layout:
15737     title: "2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
15738     layout: "plot-throughput"
15739
15740 - type: "plot"
15741   title: "Throughput: 2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
15742   algorithm: "plot_ndrpdr_box_name"
15743   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
15744   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15745   core: ["2t1c", ]
15746   include:
15747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15753   layout:
15754     title: "2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
15755     layout: "plot-throughput"
15756
15757 - type: "plot"
15758   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
15759   algorithm: "plot_ndrpdr_box_name"
15760   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
15761   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15762   core: ["2t1c", ]
15763   include:
15764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-rdma-dot1q-ip4base-ndrpdr"
15765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-ndrpdr"
15766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-ndrpdr"
15767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-ndrpdr"
15769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-ndrpdr"
15771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15772   layout:
15773     title: "2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
15774     layout: "plot-throughput"
15775
15776 - type: "plot"
15777   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
15778   algorithm: "plot_ndrpdr_box_name"
15779   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
15780   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15781   core: ["2t1c", ]
15782   include:
15783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15789   layout:
15790     title: "2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
15791     layout: "plot-throughput"
15792
15793 - type: "plot"
15794   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
15795   algorithm: "plot_ndrpdr_box_name"
15796   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
15797   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15798   core: ["2t1c", ]
15799   include:
15800     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
15804     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
15805   layout:
15806     title: "2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
15807     layout: "plot-throughput"
15808
15809 - type: "plot"
15810   title: "Throughput: 2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
15811   algorithm: "plot_ndrpdr_box_name"
15812   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
15813   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15814   core: ["2t1c", ]
15815   include:
15816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
15818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
15821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
15823   layout:
15824     title: "2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
15825     layout: "plot-throughput"
15826
15827 - type: "plot"
15828   title: "Throughput: 2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15829   algorithm: "plot_ndrpdr_box_name"
15830   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15831   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15832   core: ["2t1c", ]
15833   include:
15834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
15836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
15842   layout:
15843     title: "2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15844     layout: "plot-throughput"
15845
15846 - type: "plot"
15847   title: "Throughput: 2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15848   algorithm: "plot_ndrpdr_box_name"
15849   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15850   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15851   core: ["2t1c", ]
15852   include:
15853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
15861   layout:
15862     title: "2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15863     layout: "plot-throughput"
15864
15865 - type: "plot"
15866   title: "Throughput: 2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
15867   algorithm: "plot_ndrpdr_box_name"
15868   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
15869   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15870   core: ["2t1c", ]
15871   include:
15872     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-rdma-dot1q-ip6base-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-{core}-rdma-ethip6-ip6base-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-ndrpdr"
15877   layout:
15878     title: "2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
15879     layout: "plot-throughput"
15880
15881 - type: "plot"
15882   title: "Throughput: 2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15883   algorithm: "plot_ndrpdr_box_name"
15884   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15885   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15886   core: ["2t1c", ]
15887   include:
15888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15893   layout:
15894     title: "2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15895     layout: "plot-throughput"
15896
15897 - type: "plot"
15898   title: "Throughput: 2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15899   algorithm: "plot_ndrpdr_box_name"
15900   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15901   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15902   core: ["2t1c", ]
15903   include:
15904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
15909   layout:
15910     title: "2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15911     layout: "plot-throughput"
15912
15913 - type: "plot"
15914   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
15915   algorithm: "plot_ndrpdr_box_name"
15916   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
15917   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15918   core: ["2t1c", ]
15919   include:
15920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
15926   layout:
15927     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
15928     layout: "plot-throughput"
15929
15930 - type: "plot"
15931   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15932   algorithm: "plot_ndrpdr_box_name"
15933   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15934   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15935   core: ["2t1c", ]
15936   include:
15937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15941   layout:
15942     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15943     layout: "plot-throughput"
15944
15945 - type: "plot"
15946   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
15947   algorithm: "plot_ndrpdr_box_name"
15948   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
15949   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15950   core: ["2t1c", ]
15951   include:
15952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
15953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
15958   layout:
15959     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
15960     layout: "plot-throughput"
15961
15962 - type: "plot"
15963   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15964   algorithm: "plot_ndrpdr_box_name"
15965   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15966   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15967   core: ["2t1c", ]
15968   include:
15969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
15973   layout:
15974     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15975     layout: "plot-throughput"
15976
15977 - type: "plot"
15978   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
15979   algorithm: "plot_ndrpdr_box_name"
15980   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
15981   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15982   core: ["2t1c", ]
15983   include:
15984     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-{core}-rdma-eth-l2patch-ndrpdr"
15988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
15990   layout:
15991     title: "2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
15992     layout: "plot-throughput"
15993
15994 - type: "plot"
15995   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
15996   algorithm: "plot_ndrpdr_box_name"
15997   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
15998   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15999   core: ["2t1c", ]
16000   include:
16001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16005   layout:
16006     title: "2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
16007     layout: "plot-throughput"
16008
16009 - type: "plot"
16010   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
16011   algorithm: "plot_ndrpdr_box_name"
16012   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
16013   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16014   core: ["2t1c", ]
16015   include:
16016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16021   layout:
16022     title: "2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
16023     layout: "plot-throughput"
16024
16025 - type: "plot"
16026   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
16027   algorithm: "plot_ndrpdr_box_name"
16028   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
16029   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16030   core: ["2t1c", ]
16031   include:
16032     - "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"
16033     - "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"
16034     - "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"
16035     - "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"
16036     - "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"
16037   layout:
16038     title: "2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
16039     layout: "plot-throughput"
16040
16041 - type: "plot"
16042   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
16043   algorithm: "plot_ndrpdr_box_name"
16044   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
16045   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16046   core: ["2t1c", ]
16047   include:
16048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16053   layout:
16054     title: "2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
16055     layout: "plot-throughput"
16056
16057 - type: "plot"
16058   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
16059   algorithm: "plot_ndrpdr_box_name"
16060   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
16061   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16062   core: ["2t1c", ]
16063   include:
16064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16069   layout:
16070     title: "2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
16071     layout: "plot-throughput"
16072
16073 - type: "plot"
16074   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
16075   algorithm: "plot_ndrpdr_box_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
16077   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16078   core: ["2t1c", ]
16079   include:
16080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16084   layout:
16085     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
16086     layout: "plot-throughput"
16087
16088 - type: "plot"
16089   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
16090   algorithm: "plot_ndrpdr_box_name"
16091   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
16092   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16093   core: ["2t1c", ]
16094   include:
16095     - "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"
16096     - "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"
16097     - "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"
16098     - "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"
16099   layout:
16100     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
16101     layout: "plot-throughput"
16102
16103 - type: "plot"
16104   title: "Throughput: 2n-zn2-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
16105   algorithm: "plot_ndrpdr_box_name"
16106   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
16107   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16108   core: ["2t1c", ]
16109   include:
16110     - "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"
16111     - "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"
16112     - "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"
16113     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16114     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16115     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16116   layout:
16117     title: "2n-zn2-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
16118     layout: "plot-throughput"
16119
16120 ################################################################################
16121
16122 # Packet Speedup
16123
16124 - type: "plot"
16125   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-{test_type}-tsa"
16126   algorithm: "plot_tsa_name"
16127   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-{test_type}-tsa"
16128   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16129   include:
16130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16134   layout:
16135     title: "2n-zn2-xxv710-64b-memif-base-avf-{test_type}"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16143   include:
16144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16148   layout:
16149     title: "2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}"
16150     layout: "plot-throughput-speedup-analysis"
16151
16152 - type: "plot"
16153   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
16154   algorithm: "plot_tsa_name"
16155   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
16156   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16157   include:
16158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16162   layout:
16163     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 - type: "plot"
16167   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
16168   algorithm: "plot_tsa_name"
16169   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
16170   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16171   include:
16172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16178   layout:
16179     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16187   include:
16188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16195   layout:
16196     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 - type: "plot"
16200   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
16201   algorithm: "plot_tsa_name"
16202   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
16203   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16204   include:
16205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16213   layout:
16214     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
16215     layout: "plot-throughput-speedup-analysis"
16216
16217 - type: "plot"
16218   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
16219   algorithm: "plot_tsa_name"
16220   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
16221   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16222   include:
16223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16229   layout:
16230     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}"
16231     layout: "plot-throughput-speedup-analysis"
16232
16233 - type: "plot"
16234   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
16235   algorithm: "plot_tsa_name"
16236   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
16237   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16238   include:
16239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16244   layout:
16245     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
16246     layout: "plot-throughput-speedup-analysis"
16247
16248 #- type: "plot"
16249 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
16250 #  algorithm: "plot_tsa_name"
16251 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
16252 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16253 #  include:
16254 #    - "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"
16255 #    - "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"
16256 #    - "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"
16257 #    - "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"
16258 #    - "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"
16259 #  layout:
16260 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
16261 #    layout: "plot-throughput-speedup-analysis"
16262 #
16263 #- type: "plot"
16264 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
16265 #  algorithm: "plot_tsa_name"
16266 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
16267 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16268 #  include:
16269 #    - "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"
16270 #    - "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"
16271 #    - "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"
16272 #    - "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"
16273 #    - "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"
16274 #    - "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"
16275 #    - "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"
16276 #    - "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"
16277 #    - "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"
16278 #    - "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"
16279 #  layout:
16280 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
16281 #    layout: "plot-throughput-speedup-analysis-cps"
16282 #
16283 #- type: "plot"
16284 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
16285 #  algorithm: "plot_tsa_name"
16286 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
16287 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16288 #  include:
16289 #    - "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"
16290 #    - "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"
16291 #    - "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"
16292 #    - "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"
16293 #    - "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"
16294 #    - "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"
16295 #    - "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"
16296 #    - "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"
16297 #    - "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"
16298 #    - "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"
16299 #  layout:
16300 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
16301 #    layout: "plot-throughput-speedup-analysis"
16302 #
16303 #- type: "plot"
16304 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
16305 #  algorithm: "plot_tsa_name"
16306 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
16307 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16308 #  include:
16309 #    - "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"
16310 #    - "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"
16311 #    - "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"
16312 #    - "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"
16313 #    - "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"
16314 #    - "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"
16315 #    - "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"
16316 #    - "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"
16317 #    - "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"
16318 #    - "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"
16319 #  layout:
16320 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
16321 #    layout: "plot-throughput-speedup-analysis-cps"
16322 #
16323 #- type: "plot"
16324 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
16325 #  algorithm: "plot_tsa_name"
16326 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
16327 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16328 #  include:
16329 #    - "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"
16330 #    - "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"
16331 #    - "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"
16332 #    - "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"
16333 #    - "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"
16334 #    - "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"
16335 #    - "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"
16336 #    - "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"
16337 #    - "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"
16338 #    - "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"
16339 #  layout:
16340 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
16341 #    layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16348   include:
16349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16355   layout:
16356     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
16357     layout: "plot-throughput-speedup-analysis"
16358
16359 - type: "plot"
16360   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-{test_type}-tsa"
16361   algorithm: "plot_tsa_name"
16362   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-{test_type}-tsa"
16363   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16364   include:
16365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16373   layout:
16374     title: "2n-zn2-cx556a-64b-rdma-ip4base-{test_type}"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16382   include:
16383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16389   layout:
16390     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}"
16391     layout: "plot-throughput-speedup-analysis"
16392
16393 - type: "plot"
16394   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
16395   algorithm: "plot_tsa_name"
16396   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
16397   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16398   include:
16399     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16404   layout:
16405     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16413   include:
16414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16421   layout:
16422     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
16429   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16430   include:
16431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16439   layout:
16440     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16448   include:
16449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16457   layout:
16458     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16466   include:
16467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16472   layout:
16473     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16481   include:
16482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16487   layout:
16488     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16496   include:
16497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16502   layout:
16503     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16511   include:
16512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16518   layout:
16519     title: "2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16527   include:
16528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16532   layout:
16533     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16541   include:
16542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16548   layout:
16549     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}"
16550     layout: "plot-throughput-speedup-analysis"
16551
16552 - type: "plot"
16553   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16554   algorithm: "plot_tsa_name"
16555   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16556   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16557   include:
16558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16562   layout:
16563     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 - type: "plot"
16567   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
16568   algorithm: "plot_tsa_name"
16569   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
16570   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16571   include:
16572     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16578   layout:
16579     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}"
16580     layout: "plot-throughput-speedup-analysis"
16581
16582 - type: "plot"
16583   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
16584   algorithm: "plot_tsa_name"
16585   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
16586   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16587   include:
16588     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16592   layout:
16593     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}"
16594     layout: "plot-throughput-speedup-analysis"
16595
16596 - type: "plot"
16597   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-{test_type}-tsa"
16598   algorithm: "plot_tsa_name"
16599   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-{test_type}-tsa"
16600   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16601   include:
16602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16607   layout:
16608     title: "2n-zn2-xxv710-64b-vhost-base-avf-{test_type}"
16609     layout: "plot-throughput-speedup-analysis"
16610
16611 - type: "plot"
16612   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
16613   algorithm: "plot_tsa_name"
16614   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
16615   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16616   include:
16617     - "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"
16618     - "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"
16619     - "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"
16620     - "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"
16621     - "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"
16622   layout:
16623     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}"
16624     layout: "plot-throughput-speedup-analysis"
16625
16626 - type: "plot"
16627   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
16628   algorithm: "plot_tsa_name"
16629   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
16630   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16631   include:
16632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16637   layout:
16638     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}"
16639     layout: "plot-throughput-speedup-analysis"
16640
16641 - type: "plot"
16642   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
16643   algorithm: "plot_tsa_name"
16644   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
16645   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16646   include:
16647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16652   layout:
16653     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
16654     layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16661   include:
16662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16666   layout:
16667     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}"
16668     layout: "plot-throughput-speedup-analysis"
16669
16670 - type: "plot"
16671   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
16672   algorithm: "plot_tsa_name"
16673   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
16674   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16675   include:
16676     - "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"
16677     - "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"
16678     - "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"
16679     - "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"
16680   layout:
16681     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-{test_type}"
16682     layout: "plot-throughput-speedup-analysis"
16683
16684 - type: "plot"
16685   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
16686   algorithm: "plot_tsa_name"
16687   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
16688   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16689   include:
16690     - "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"
16691     - "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"
16692     - "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"
16693     - "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"
16694     - "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"
16695     - "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"
16696   layout:
16697     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
16698     layout: "plot-throughput-speedup-analysis"
16699
16700 # Packet Throughput - DPDK
16701
16702 # 2n-zn2
16703
16704 - type: "plot"
16705   title: "DPDK Throughput: 2n-zn2-xxv710-64b-{core}-base-{test_type}"
16706   algorithm: "plot_ndrpdr_box_name"
16707   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-{core}-base-{test_type}"
16708   data: "plot-dpdk-throughput-latency-2n-zn2"
16709   core: ["2t1c", "4t2c"]
16710   include:
16711     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
16712     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
16713   layout:
16714     title: "2n-zn2-xxv710-64b-{core}-base-{test_type}"
16715     layout: "plot-throughput"
16716
16717 - type: "plot"
16718   title: "DPDK Throughput: 2n-zn2-x710-64b-{core}-base-{test_type}"
16719   algorithm: "plot_ndrpdr_box_name"
16720   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-{core}-base-{test_type}"
16721   data: "plot-dpdk-throughput-latency-2n-zn2"
16722   core: ["2t1c", "4t2c"]
16723   include:
16724     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
16725     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
16726   layout:
16727     title: "2n-zn2-x710-64b-{core}-base-{test_type}"
16728     layout: "plot-throughput"
16729
16730 ################################################################################
16731
16732 - type: "plot"
16733   title: "Latency by percentile: 2n-skx"
16734   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16735   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16736   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16737   target-links: "../../_static/vpp"
16738   data: "plot-vpp-hdrh-lat-2n-skx"
16739   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16740   layout:
16741     layout: "plot-hdrh-latency-percentile-x-log"
16742
16743 - type: "plot"
16744   title: "Latency by percentile: 2n-skx RND"
16745   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16746   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16747   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16748   target-links: "../../_static/vpp"
16749   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
16750   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16751   layout:
16752     layout: "plot-hdrh-latency-percentile-x-log"
16753
16754 - type: "plot"
16755   title: "Latency by percentile: 2n-skx NAT"
16756   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16757   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16758   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16759   target-links: "../../_static/vpp"
16760   data: "plot-vpp-hdrh-lat-2n-skx-nat"
16761   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16762   layout:
16763     layout: "plot-hdrh-latency-percentile-x-log"
16764
16765 - type: "plot"
16766   title: "Latency by percentile: 2n-zn2"
16767   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16768   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
16769   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
16770   target-links: "../../_static/vpp"
16771   data: "plot-vpp-hdrh-lat-2n-zn2"
16772   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16773   layout:
16774     layout: "plot-hdrh-latency-percentile-x-log"
16775
16776 - type: "plot"
16777   title: "Latency by percentile: 2n-zn2 RND"
16778   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16779   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
16780   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
16781   target-links: "../../_static/vpp"
16782   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
16783   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16784   layout:
16785     layout: "plot-hdrh-latency-percentile-x-log"
16786
16787 - type: "plot"
16788   title: "Latency by percentile: 3n-skx"
16789   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16790   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16791   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16792   target-links: "../../_static/vpp"
16793   data: "plot-vpp-hdrh-lat-3n-skx"
16794   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16795   layout:
16796     layout: "plot-hdrh-latency-percentile-x-log"
16797
16798 - type: "plot"
16799   title: "Latency by percentile: 2n-clx"
16800   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16801   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16802   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16803   target-links: "../../_static/vpp"
16804   data: "plot-vpp-hdrh-lat-2n-clx"
16805   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16806   layout:
16807     layout: "plot-hdrh-latency-percentile-x-log"
16808
16809 - type: "plot"
16810   title: "Latency by percentile: 2n-clx RND"
16811   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16812   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16813   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16814   target-links: "../../_static/vpp"
16815   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
16816   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16817   layout:
16818     layout: "plot-hdrh-latency-percentile-x-log"
16819
16820 - type: "plot"
16821   title: "Latency by percentile: 2n-clx NAT"
16822   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16823   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16824   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16825   target-links: "../../_static/vpp"
16826   data: "plot-vpp-hdrh-lat-2n-clx-nat"
16827   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16828   layout:
16829     layout: "plot-hdrh-latency-percentile-x-log"
16830
16831 - type: "plot"
16832   title: "Latency by percentile: 2n-clx MLX"
16833   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16834   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16835   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16836   target-links: "../../_static/vpp"
16837   data: "plot-vpp-hdrh-lat-2n-clx-mlx"
16838   filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16839   layout:
16840     layout: "plot-hdrh-latency-percentile-x-log"
16841
16842 - type: "plot"
16843   title: "Latency by percentile: 2n-icx"
16844   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16845   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-icx"
16846   output-file-links: "{DIR[LAT,VPP]}/2n_icx.rst"
16847   target-links: "../../_static/vpp"
16848   data: "plot-vpp-hdrh-lat-2n-icx"
16849   filter: "'2T1C' and 'NIC_Intel-E810CQ' and 'NDRPDR'"
16850   layout:
16851     layout: "plot-hdrh-latency-percentile-x-log"
16852
16853 - type: "plot"
16854   title: "Latency by percentile: 3n-hsw"
16855   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16856   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16857   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16858   target-links: "../../_static/vpp"
16859   data: "plot-vpp-hdrh-lat-3n-hsw"
16860   filter: "'1T1C' and 'NIC_Intel-XL710'"
16861   layout:
16862     layout: "plot-hdrh-latency-percentile-x-log"
16863
16864 - type: "plot"
16865   title: "Latency by percentile: 3n-hsw RND"
16866   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16867   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16868   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16869   target-links: "../../_static/vpp"
16870   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
16871   filter: "'1T1C' and 'NIC_Intel-XL710'"
16872   layout:
16873     layout: "plot-hdrh-latency-percentile-x-log"
16874
16875 - type: "plot"
16876   title: "Latency by percentile: 3n-tsh"
16877   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16878   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16879   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16880   target-links: "../../_static/vpp"
16881   data: "plot-vpp-hdrh-lat-3n-tsh"
16882   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16883   layout:
16884     layout: "plot-hdrh-latency-percentile-x-log"
16885
16886 - type: "plot"
16887   title: "Latency by percentile: 2n-tx2"
16888   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16889   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
16890   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
16891   target-links: "../../_static/vpp"
16892   data: "plot-vpp-hdrh-lat-2n-tx2"
16893   filter: "'1T1C' and 'NIC_Intel-XL710'"
16894   layout:
16895     layout: "plot-hdrh-latency-percentile-x-log"
16896
16897 - type: "plot"
16898   title: "Latency by percentile: DPDK 2n-skx"
16899   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16900   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
16901   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
16902   target-links: "../../_static/dpdk"
16903   data: "plot-dpdk-hdrh-lat-2n-skx"
16904   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16905   layout:
16906     layout: "plot-hdrh-latency-percentile-x-log"
16907
16908 - type: "plot"
16909   title: "Latency by percentile: DPDK 3n-skx"
16910   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16911   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
16912   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
16913   target-links: "../../_static/dpdk"
16914   data: "plot-dpdk-hdrh-lat-3n-skx"
16915   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16916   layout:
16917     layout: "plot-hdrh-latency-percentile-x-log"
16918
16919 - type: "plot"
16920   title: "Latency by percentile: DPDK 2n-clx"
16921   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16922   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16923   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16924   target-links: "../../_static/dpdk"
16925   data: "plot-dpdk-hdrh-lat-2n-clx"
16926   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16927   layout:
16928     layout: "plot-hdrh-latency-percentile-x-log"
16929
16930 - type: "plot"
16931   title: "Latency by percentile: DPDK 2n-zn2"
16932   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16933   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
16934   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
16935   target-links: "../../_static/dpdk"
16936   data: "plot-dpdk-hdrh-lat-2n-zn2"
16937   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16938   layout:
16939     layout: "plot-hdrh-latency-percentile-x-log"
16940
16941 - type: "plot"
16942   title: "Latency by percentile: DPDK 3n-hsw"
16943   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16944   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16945   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16946   target-links: "../../_static/dpdk"
16947   data: "plot-dpdk-hdrh-lat-3n-hsw"
16948   filter: "'1T1C' and 'NIC_Intel-XL710'"
16949   layout:
16950     layout: "plot-hdrh-latency-percentile-x-log"
16951
16952 - type: "plot"
16953   title: "Latency by percentile: DPDK 3n-tsh"
16954   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16955   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16956   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16957   target-links: "../../_static/dpdk"
16958   data: "plot-dpdk-hdrh-lat-3n-tsh"
16959   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16960   layout:
16961     layout: "plot-hdrh-latency-percentile-x-log"
16962
16963 - type: "plot"
16964   title: "Latency by percentile: DPDK 2n-tx2"
16965   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16966   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
16967   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
16968   target-links: "../../_static/dpdk"
16969   data: "plot-dpdk-hdrh-lat-2n-tx2"
16970   filter: "'1T1C' and 'NIC_Intel-XL710'"
16971   layout:
16972     layout: "plot-hdrh-latency-percentile-x-log"
16973
16974 ###############################################################################
16975
16976 - type: "plot"
16977   title: "Throughput: 2n-skx-128kb-{core}-ip4routing-iperf3"
16978   algorithm: "plot_mrr_box_name"
16979   output-file: "{DIR[STATIC,VPP]}/2n-skx-128kb-{core}-ip4routing-iperf3"
16980   data: "plot-vpp-gso-2n-skx"
16981   core: ["1t1c", "2t2c", "4t4c"]
16982   include:
16983     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
16984     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
16985     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
16986     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
16987   layout:
16988     title: "2n-skx-128kb-{core}-ip4routing-iperf3"
16989     layout: "plot-throughput-gbps"
16990
16991 - type: "plot"
16992   title: "Throughput: 2n-clx-128kb-{core}-ip4routing-iperf3"
16993   algorithm: "plot_mrr_box_name"
16994   output-file: "{DIR[STATIC,VPP]}/2n-clx-128kb-{core}-ip4routing-iperf3"
16995   data: "plot-vpp-gso-2n-clx"
16996   core: ["1t1c", "2t2c", "4t4c"]
16997   include:
16998     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
16999     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
17000     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
17001     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
17002   layout:
17003     title: "2n-clx-128kb-{core}-ip4routing-iperf3"
17004     layout: "plot-throughput-gbps"
17005
17006 - type: "plot"
17007   title: "Throughput: 2n-zn2-128kb-{core}-ip4routing-iperf3"
17008   algorithm: "plot_mrr_box_name"
17009   output-file: "{DIR[STATIC,VPP]}/2n-zn2-128kb-{core}-ip4routing-iperf3"
17010   data: "plot-vpp-gso-2n-zn2"
17011   core: ["1t1c", "2t2c", "4t4c"]
17012   include:
17013     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
17014     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
17015     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
17016     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
17017   layout:
17018     title: "2n-zn2-128kb-{core}-ip4routing-iperf3"
17019     layout: "plot-throughput-gbps"