3cb7a368c5c184fa8f2173721cb065a53050064e
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2"
33     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
34     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
35     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
36     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
37     DIR[DTR,PERF,DPDK,2N,TX2]: "{DIR[DTR]}/dpdk_performance_results_2n_tx2"
38     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
39     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
40     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
41     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
42     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
43     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
44     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
45     DIR[DTR,PERF,VPP,2N,TX2]: "{DIR[DTR]}/vpp_performance_results_2n_tx2"
46     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
47     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
48     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
49     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
50     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
51     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
52     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
53     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
54     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
55     DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2"
56     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
57     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
58     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
59
60     # Detailed test configurations
61     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
62     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
63     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
64     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
65     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
66     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
67     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
68     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
69     DIR[DTC,PERF,VPP,2N,TX2]: "{DIR[DTC]}/vpp_performance_configuration_2n_tx2"
70     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
71     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
72     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
73     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
74     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
75     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
76     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
77     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
78     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
79     DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2"
80     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
81     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
82     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
83
84     # Detailed tests operational data
85     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
86     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
87     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
88     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
89     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
90     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
91     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
92     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
93     DIR[DTO,PERF,VPP,2N,TX2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_tx2"
94     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
95     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
96
97     # Latencies:
98     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
99     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
100
101     # .css patch file to fix tables generated by Sphinx
102     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
103     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
104
105   urls:
106     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
107     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
108     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
109     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
110     DIR[NEXUS,DOC]: "report/_static/archive"
111
112   make-dirs:
113   # List the directories which are created while preparing the environment.
114   # All directories MUST be defined in "paths" section.
115   - "DIR[WORKING,DATA]"
116   - "DIR[STATIC,VPP]"
117   - "DIR[STATIC,DPDK]"
118   - "DIR[STATIC,ARCH]"
119   - "DIR[BUILD,LATEX]"
120   - "DIR[WORKING,SRC]"
121   - "DIR[WORKING,SRC,STATIC]"
122
123   remove-dirs:
124   # List the directories which are deleted while cleaning the environment.
125   # All directories MUST be defined in "paths" section.
126   #- "DIR[BUILD,HTML]"
127   - "DIR[WORKING,DATA]"
128
129   build-dirs:
130   # List the directories where the results (build) is stored.
131   # All directories MUST be defined in "paths" section.
132   - "DIR[BUILD,HTML]"
133   - "DIR[BUILD,LATEX]"
134
135 - type: "configuration"
136
137   mapping-file: "mapping_report.yaml"
138
139   limits:
140     nic:
141       x520: 24460000
142       x553: 29761905
143       x710: 35800000
144       xxv710: 35800000
145       xl710: 35800000
146       cx556a: 148809523.81
147
148     link:
149       10ge: 14880952.38
150       25ge: 37202380.95
151       40ge: 59523809.52
152       100ge: 148809523.81
153
154     pci:
155       pci-g3-x8: 74404761.90
156       pci-g3-x16: 148809523.81
157
158   data-sets:
159
160     ###########################################################################
161     # Plots:
162
163     # 3n-hsw
164
165     plot-vpp-throughput-lat-tsa-3n-hsw:
166       csit-vpp-perf-report-iterative-2101-3n-hsw:
167         - 64  # rls2101.rel NDRPDR iter env 6
168         - 71  # rls2101.rel NDRPDR iter env 6
169         - 73  # rls2101.rel NDRPDR iter env 6
170         - 74  # rls2101.rel NDRPDR iter env 6
171         - 80  # rls2101.rel NDRPDR iter env 6
172         - 81  # rls2101.rel NDRPDR iter env 6
173         - 82  # rls2101.rel NDRPDR iter env 6
174         - 83  # rls2101.rel NDRPDR iter env 6
175         - 88  # rls2101.rel NDRPDR iter env 6
176         - 89  # rls2101.rel NDRPDR iter env 6
177         - 128 # rls2101.rel NDRPDR iter RND env 6
178         - 129 # rls2101.rel NDRPDR iter RND env 6
179         - 130 # rls2101.rel NDRPDR iter RND env 6
180         - 131 # rls2101.rel NDRPDR iter RND env 6
181         - 132 # rls2101.rel NDRPDR iter RND env 6
182         - 133 # rls2101.rel NDRPDR iter RND env 6
183         - 134 # rls2101.rel NDRPDR iter RND env 6
184         - 135 # rls2101.rel NDRPDR iter RND env 6
185         - 136 # rls2101.rel NDRPDR iter RND env 6
186         - 137 # rls2101.rel NDRPDR iter RND env 6
187
188     plot-vpp-hdrh-lat-3n-hsw:
189       csit-vpp-perf-report-iterative-2101-3n-hsw:
190         - 89  # rls2101.rel NDRPDR iter env 6
191
192     plot-vpp-hdrh-lat-3n-hsw-rnd:
193       csit-vpp-perf-report-iterative-2101-3n-hsw:
194         - 128 # rls2101.rel NDRPDR iter RND env 6
195
196     plot-vpp-ipsec-reconf-3n-hsw:
197       csit-vpp-perf-report-iterative-2101-3n-hsw:
198         - 65  # rls2101.rel NDRPDR reconf iter env 6
199         - 68  # rls2101.rel NDRPDR reconf iter env 6
200         - 77  # rls2101.rel NDRPDR reconf iter env 6
201         - 84  # rls2101.rel NDRPDR reconf iter env 6
202         - 90  # rls2101.rel NDRPDR reconf iter env 6
203         - 96  # rls2101.rel NDRPDR reconf iter env 6
204         - 101 # rls2101.rel NDRPDR reconf iter env 6
205         - 104 # rls2101.rel NDRPDR reconf iter env 6
206         - 105 # rls2101.rel NDRPDR reconf iter env 6
207         - 106 # rls2101.rel NDRPDR reconf iter env 6
208         - 107 # rls2101.rel NDRPDR reconf iter env 6
209         - 108 # rls2101.rel NDRPDR reconf iter env 6
210         - 110 # rls2101.rel NDRPDR reconf iter env 6
211         - 111 # rls2101.rel NDRPDR reconf iter env 6
212         - 112 # rls2101.rel NDRPDR reconf iter env 6
213         - 113 # rls2101.rel NDRPDR reconf iter env 6
214         - 114 # rls2101.rel NDRPDR reconf iter env 6
215         - 115 # rls2101.rel NDRPDR reconf iter env 6
216         - 116 # rls2101.rel NDRPDR reconf iter env 6
217         - 117 # rls2101.rel NDRPDR reconf iter env 6
218
219     plot-vpp-hoststack-3n-hsw:
220       csit-vpp-perf-report-iterative-2101-3n-hsw:
221         - 69  # rls2101.rel Hoststack iter env 6
222         - 70  # rls2101.rel Hoststack iter env 6
223         - 75  # rls2101.rel Hoststack iter env 6
224         - 76  # rls2101.rel Hoststack iter env 6
225         - 78  # rls2101.rel Hoststack iter env 6
226         - 79  # rls2101.rel Hoststack iter env 6
227         - 85  # rls2101.rel Hoststack iter env 6
228         - 86  # rls2101.rel Hoststack iter env 6
229         - 87  # rls2101.rel Hoststack iter env 6
230         - 91  # rls2101.rel Hoststack iter env 6
231         - 92  # rls2101.rel Hoststack iter env 6
232         - 93  # rls2101.rel Hoststack iter env 6
233         - 94  # rls2101.rel Hoststack iter env 6
234         - 95  # rls2101.rel Hoststack iter env 6
235         - 97  # rls2101.rel Hoststack iter env 6
236         - 98  # rls2101.rel Hoststack iter env 6
237         - 99  # rls2101.rel Hoststack iter env 6
238         - 100 # rls2101.rel Hoststack iter env 6
239         - 102 # rls2101.rel Hoststack iter env 6
240         - 103 # rls2101.rel Hoststack iter env 6
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2101-3n-hsw:
244         - 11  # rls2101 NDRPDR iter env 6
245         - 12  # rls2101 NDRPDR iter env 6
246         - 13  # rls2101 NDRPDR iter env 6
247         - 14  # rls2101 NDRPDR iter env 6
248         - 16  # rls2101 NDRPDR iter env 6
249         - 17  # rls2101 NDRPDR iter env 6
250         - 18  # rls2101 NDRPDR iter env 6
251         - 19  # rls2101 NDRPDR iter env 6
252         - 20  # rls2101 NDRPDR iter env 6
253         - 21  # rls2101 NDRPDR iter env 6
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2101-3n-hsw:
257         - 11  # rls2101 NDRPDR iter env 6
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       csit-vpp-perf-report-iterative-2101-3n-skx:
263         - 36  # rls2101.rel NDRPDR iter env 6
264         - 37  # rls2101.rel NDRPDR iter env 6
265         - 38  # rls2101.rel NDRPDR iter env 6
266         - 39  # rls2101.rel NDRPDR iter env 6
267         - 40  # rls2101.rel NDRPDR iter env 6
268         - 41  # rls2101.rel NDRPDR iter env 6
269         - 42  # rls2101.rel NDRPDR iter env 6
270         - 47  # rls2101.rel NDRPDR iter env 6
271         - 48  # rls2101.rel NDRPDR iter env 6
272         - 50  # rls2101.rel NDRPDR iter env 6
273
274     plot-vpp-hdrh-lat-3n-skx:
275       csit-vpp-perf-report-iterative-2101-3n-skx:
276         - 36  # rls2101.rel NDRPDR iter env 6
277
278 #    plot-vpp-nfv-3n-skx-ndrpdr:
279 #      # No data
280 #      csit-vpp-perf-report-iterative-2101-3n-skx:
281
282 #    plot-vpp-nfv-3n-skx-mrr:
283 #      # No data
284 #      csit-vpp-perf-report-iterative-2101-3n-skx:
285
286     plot-dpdk-throughput-latency-3n-skx:
287       csit-dpdk-perf-report-iterative-2101-3n-skx:
288         - 12  # rls2101 NDRPDR iter env 6
289         - 14  # rls2101 NDRPDR iter env 6
290         - 15  # rls2101 NDRPDR iter env 6
291         - 17  # rls2101 NDRPDR iter env 6
292         - 19  # rls2101 NDRPDR iter env 6
293         - 20  # rls2101 NDRPDR iter env 6
294         - 21  # rls2101 NDRPDR iter env 6
295         - 22  # rls2101 NDRPDR iter env 6
296         - 25  # rls2101 NDRPDR iter env 6
297         - 26  # rls2101 NDRPDR iter env 6
298
299     plot-dpdk-hdrh-lat-3n-skx:
300       csit-dpdk-perf-report-iterative-2101-3n-skx:
301         - 12  # rls2101 NDRPDR iter env 6
302
303     # 2n-skx
304
305     plot-vpp-throughput-lat-tsa-2n-skx:
306       csit-vpp-perf-report-iterative-2101-2n-skx:
307         - 63  # rls2101.rel NDRPDR iter env 6
308         - 69  # rls2101.rel NDRPDR iter env 6
309         - 70  # rls2101.rel NDRPDR iter env 6
310         - 75  # rls2101.rel NDRPDR iter env 6
311         - 76  # rls2101.rel NDRPDR iter env 6
312         - 77  # rls2101.rel NDRPDR iter env 6
313         - 82  # rls2101.rel NDRPDR iter env 6
314         - 85  # rls2101.rel NDRPDR iter env 6
315         - 86  # rls2101.rel NDRPDR iter env 6
316         - 94  # rls2101.rel NDRPDR iter env 6
317         - 89  # rls2101.rel NDRPDR iter RND env 6
318         - 90  # rls2101.rel NDRPDR iter RND env 6
319         - 91  # rls2101.rel NDRPDR iter RND env 6
320         - 92  # rls2101.rel NDRPDR iter RND env 6
321         - 93  # rls2101.rel NDRPDR iter RND env 6
322         - 96  # rls2101.rel NDRPDR iter RND env 6
323         - 98  # rls2101.rel NDRPDR iter RND env 6
324         - 99  # rls2101.rel NDRPDR iter RND env 6
325         - 101 # rls2101.rel NDRPDR iter RND env 6
326         - 102 # rls2101.rel NDRPDR iter RND env 6
327         - 116 # rls2101.rel NDRPDR iter NAT env 6
328         - 117 # rls2101.rel NDRPDR iter NAT env 6
329         - 118 # rls2101.rel NDRPDR iter NAT env 6
330         - 119 # rls2101.rel NDRPDR iter NAT env 6
331         - 120 # rls2101.rel NDRPDR iter NAT env 6
332         - 121 # rls2101.rel NDRPDR iter NAT env 6
333         - 122 # rls2101.rel NDRPDR iter NAT env 6
334         - 123 # rls2101.rel NDRPDR iter NAT env 6
335         - 124 # rls2101.rel NDRPDR iter NAT env 6
336         - 125 # rls2101.rel NDRPDR iter NAT env 6
337
338     plot-vpp-hdrh-lat-2n-skx:
339       csit-vpp-perf-report-iterative-2101-2n-skx:
340         - 94  # rls2101.rel NDRPDR iter env 6
341
342     plot-vpp-hdrh-lat-2n-skx-rnd:
343       csit-vpp-perf-report-iterative-2101-2n-skx:
344         - 89  # rls2101.rel NDRPDR iter RND env 6
345
346     plot-vpp-hdrh-lat-2n-skx-nat:
347       csit-vpp-perf-report-iterative-2101-2n-skx:
348         - 118 # rls2101.rel NDRPDR iter NAT env 6
349
350     plot-vpp-soak-2n-skx:
351       csit-vpp-perf-report-iterative-2101-2n-skx:
352         - 68  # rls2101.rel soak env 6
353         - 73  # rls2101.rel soak env 6
354
355     plot-vpp-nfv-2n-skx-ndrpdr:
356       csit-vpp-perf-report-iterative-2101-2n-skx:
357         - 67  # rls2101.rel NDRPDR nf-density iter env 6
358         - 72  # rls2101.rel NDRPDR nf-density iter env 6
359         - 79  # rls2101.rel NDRPDR nf-density iter env 6
360         - 83  # rls2101.rel NDRPDR nf-density iter env 6
361         - 88  # rls2101.rel NDRPDR nf-density iter env 6
362         - 97  # rls2101.rel NDRPDR nf-density iter env 6
363         - 103 # rls2101.rel NDRPDR nf-density iter env 6
364         - 108 # rls2101.rel NDRPDR nf-density iter env 6
365         - 109 # rls2101.rel NDRPDR nf-density iter env 6
366         - 110 # rls2101.rel NDRPDR nf-density iter env 6
367
368     plot-vpp-nfv-2n-skx-mrr:
369       csit-vpp-perf-report-iterative-2101-2n-skx:
370         - 65  # rls2101.rel MRR nf-density iter env 6
371
372     plot-vpp-nfv-reconf-2n-skx:
373       csit-vpp-perf-report-iterative-2101-2n-skx:
374         - 64  # rls2101.rel NDRPDR reconf iter env 6
375         - 66  # rls2101.rel NDRPDR reconf iter env 6
376         - 71  # rls2101.rel NDRPDR reconf iter env 6
377         - 74  # rls2101.rel NDRPDR reconf iter env 6
378         - 78  # rls2101.rel NDRPDR reconf iter env 6
379         - 87  # rls2101.rel NDRPDR reconf iter env 6
380         - 95  # rls2101.rel NDRPDR reconf iter env 6
381         - 100 # rls2101.rel NDRPDR reconf iter env 6
382         - 104 # rls2101.rel NDRPDR reconf iter env 6
383         - 106 # rls2101.rel NDRPDR reconf iter env 6
384
385     plot-dpdk-throughput-latency-2n-skx:
386       csit-dpdk-perf-report-iterative-2101-2n-skx:
387         - 11  # rls2101 NDRPDR iter env 6
388         - 12  # rls2101 NDRPDR iter env 6
389         - 13  # rls2101 NDRPDR iter env 6
390         - 14  # rls2101 NDRPDR iter env 6
391         - 15  # rls2101 NDRPDR iter env 6
392         - 17  # rls2101 NDRPDR iter env 6
393         - 18  # rls2101 NDRPDR iter env 6
394         - 19  # rls2101 NDRPDR iter env 6
395         - 20  # rls2101 NDRPDR iter env 6
396         - 21  # rls2101 NDRPDR iter env 6
397
398     plot-dpdk-hdrh-lat-2n-skx:
399       csit-dpdk-perf-report-iterative-2101-2n-skx:
400         - 11  # rls2101 NDRPDR iter env 6
401
402     # 2n-zn2
403
404     plot-vpp-throughput-lat-tsa-2n-zn2:
405       csit-vpp-perf-report-iterative-2101-2n-zn2:
406         - 31  # rls2101.rel NDRPDR iter env 6
407         - 32  # rls2101.rel NDRPDR iter env 6
408         - 33  # rls2101.rel NDRPDR iter env 6
409         - 34  # rls2101.rel NDRPDR iter env 6
410         - 35  # rls2101.rel NDRPDR iter env 6
411         - 36  # rls2101.rel NDRPDR iter env 6
412         - 37  # rls2101.rel NDRPDR iter env 6
413         - 38  # rls2101.rel NDRPDR iter env 6
414         - 44  # rls2101.rel NDRPDR iter env 6
415         - 49  # rls2101.rel NDRPDR iter env 6
416         - 39  # rls2101.rel NDRPDR iter RND env 6
417         - 40  # rls2101.rel NDRPDR iter RND env 6
418         - 41  # rls2101.rel NDRPDR iter RND env 6
419         - 42  # rls2101.rel NDRPDR iter RND env 6
420         - 43  # rls2101.rel NDRPDR iter RND env 6
421         - 45  # rls2101.rel NDRPDR iter RND env 6
422         - 48  # rls2101.rel NDRPDR iter RND env 6
423         - 50  # rls2101.rel NDRPDR iter RND env 6
424         - 51  # rls2101.rel NDRPDR iter RND env 6
425         - 52  # rls2101.rel NDRPDR iter RND env 6
426
427     plot-vpp-hdrh-lat-2n-zn2:
428       csit-vpp-perf-report-iterative-2101-2n-zn2:
429         - 31  # rls2101.rel NDRPDR iter env 6
430
431     plot-vpp-hdrh-lat-2n-zn2-rnd:
432       csit-vpp-perf-report-iterative-2101-2n-zn2:
433         - 40  # rls2101.rel NDRPDR iter RND env 6
434
435     plot-dpdk-throughput-latency-2n-zn2:
436       csit-dpdk-perf-report-iterative-2101-2n-zn2:
437         - 11  # rls2101 NDRPDR iter env 6
438         - 12  # rls2101 NDRPDR iter env 6
439         - 13  # rls2101 NDRPDR iter env 6
440         - 14  # rls2101 NDRPDR iter env 6
441         - 16  # rls2101 NDRPDR iter env 6
442         - 17  # rls2101 NDRPDR iter env 6
443         - 18  # rls2101 NDRPDR iter env 6
444         - 19  # rls2101 NDRPDR iter env 6
445         - 20  # rls2101 NDRPDR iter env 6
446         - 21  # rls2101 NDRPDR iter env 6
447
448     plot-dpdk-hdrh-lat-2n-zn2:
449       csit-dpdk-perf-report-iterative-2101-2n-zn2:
450         - 11  # rls2101 NDRPDR iter env 6
451
452     # 2n-clx
453
454     plot-vpp-throughput-lat-tsa-2n-clx:
455       csit-vpp-perf-report-iterative-2101-2n-clx:
456         - 54  # rls2101.rel NDRPDR iter env 6
457         - 59  # rls2101.rel NDRPDR iter env 6
458         - 60  # rls2101.rel NDRPDR iter env 6
459         - 63  # rls2101.rel NDRPDR iter env 6
460         - 66  # rls2101.rel NDRPDR iter env 6
461         - 68  # rls2101.rel NDRPDR iter env 6
462         - 73  # rls2101.rel NDRPDR iter env 6
463         - 75  # rls2101.rel NDRPDR iter env 6
464         - 86  # rls2101.rel NDRPDR iter env 6
465         - 90  # rls2101.rel NDRPDR iter env 6
466         - 80  # rls2101.rel NDRPDR iter RND env 6
467         - 87  # rls2101.rel NDRPDR iter RND env 6
468         - 91  # rls2101.rel NDRPDR iter RND env 6
469         - 92  # rls2101.rel NDRPDR iter RND env 6
470         - 93  # rls2101.rel NDRPDR iter RND env 6
471         - 94  # rls2101.rel NDRPDR iter RND env 6
472         - 95  # rls2101.rel NDRPDR iter RND env 6
473         - 100 # rls2101.rel NDRPDR iter RND env 6
474         - 106 # rls2101.rel NDRPDR iter RND env 6
475         - 108 # rls2101.rel NDRPDR iter RND env 6
476         - 112 # rls2101.rel NDRPDR iter NAT env 6
477         - 113 # rls2101.rel NDRPDR iter NAT env 6
478         - 114 # rls2101.rel NDRPDR iter NAT env 6
479         - 115 # rls2101.rel NDRPDR iter NAT env 6
480         - 116 # rls2101.rel NDRPDR iter NAT env 6
481         - 117 # rls2101.rel NDRPDR iter NAT env 6
482         - 118 # rls2101.rel NDRPDR iter NAT env 6
483         - 119 # rls2101.rel NDRPDR iter NAT env 6
484         - 120 # rls2101.rel NDRPDR iter NAT env 6
485         - 121 # rls2101.rel NDRPDR iter NAT env 6
486         - 122 # rls2101.rel NDRPDR iter MLX env 6
487         - 123 # rls2101.rel NDRPDR iter MLX env 6
488         - 124 # rls2101.rel NDRPDR iter MLX env 6
489         - 126 # rls2101.rel NDRPDR iter MLX env 6
490         - 127 # rls2101.rel NDRPDR iter MLX env 6
491         - 128 # rls2101.rel NDRPDR iter MLX env 6
492         - 129 # rls2101.rel NDRPDR iter MLX env 6
493         - 130 # rls2101.rel NDRPDR iter MLX env 6
494         - 131 # rls2101.rel NDRPDR iter MLX env 6
495         - 132 # rls2101.rel NDRPDR iter MLX env 6
496
497     plot-vpp-hdrh-lat-2n-clx:
498       csit-vpp-perf-report-iterative-2101-2n-clx:
499         - 75  # rls2101.rel NDRPDR iter env 6
500
501     plot-vpp-hdrh-lat-2n-clx-rnd:
502       csit-vpp-perf-report-iterative-2101-2n-clx:
503         - 87  # rls2101.rel NDRPDR iter RND env 6
504
505     plot-vpp-hdrh-lat-2n-clx-nat:
506       csit-vpp-perf-report-iterative-2101-2n-clx:
507         - 118 # rls2101.rel NDRPDR iter NAT env 6
508
509     plot-vpp-hdrh-lat-2n-clx-mlx:
510       csit-vpp-perf-report-iterative-2101-2n-clx:
511         - 127 # rls2101.rel NDRPDR iter MLX env 6
512
513     plot-vpp-nfv-2n-clx-ndrpdr:
514       csit-vpp-perf-report-iterative-2101-2n-clx:
515         - 57  # rls2101.rel NDRPDR nf-density iter env 6
516         - 62  # rls2101.rel NDRPDR nf-density iter env 6
517         - 70  # rls2101.rel NDRPDR nf-density iter env 6
518         - 71  # rls2101.rel NDRPDR nf-density iter env 6
519         - 82  # rls2101.rel NDRPDR nf-density iter env 6
520         - 88  # rls2101.rel NDRPDR nf-density iter env 6
521         - 89  # rls2101.rel NDRPDR nf-density iter env 6
522         - 96  # rls2101.rel NDRPDR nf-density iter env 6
523         - 97  # rls2101.rel NDRPDR nf-density iter env 6
524         - 98  # rls2101.rel NDRPDR nf-density iter env 6
525
526     plot-vpp-nfv-2n-clx-mrr:
527       csit-vpp-perf-report-iterative-2101-2n-clx:
528         - 72  # rls2101.rel MRR nf-density iter env 6
529
530     plot-vpp-nfv-reconf-2n-clx:
531       csit-vpp-perf-report-iterative-2101-2n-clx:
532         - 55  # rls2101.rel NDRPDR reconf iter env 6
533         - 64  # rls2101.rel NDRPDR reconf iter env 6
534         - 76  # rls2101.rel NDRPDR reconf iter env 6
535         - 83  # rls2101.rel NDRPDR reconf iter env 6
536         - 99  # rls2101.rel NDRPDR reconf iter env 6
537         - 101 # rls2101.rel NDRPDR reconf iter env 6
538         - 102 # rls2101.rel NDRPDR reconf iter env 6
539         - 107 # rls2101.rel NDRPDR reconf iter env 6
540         - 109 # rls2101.rel NDRPDR reconf iter env 6
541         - 110 # rls2101.rel NDRPDR reconf iter env 6
542
543     plot-vpp-soak-2n-clx:
544       csit-vpp-perf-report-iterative-2101-2n-clx:
545         - 58  # rls2101.rel soak env 6
546         - 61  # rls2101.rel soak env 6
547
548     plot-dpdk-throughput-latency-2n-clx:
549       csit-dpdk-perf-report-iterative-2101-2n-clx:
550         - 12  # rls2101 NDRPDR iter env 6
551         - 13  # rls2101 NDRPDR iter env 6
552         - 14  # rls2101 NDRPDR iter env 6
553         - 18  # rls2101 NDRPDR iter env 6
554         - 22  # rls2101 NDRPDR iter env 6
555
556     plot-dpdk-hdrh-lat-2n-clx:
557       csit-dpdk-perf-report-iterative-2101-2n-clx:
558         - 12  # rls2101 NDRPDR iter env 6
559
560     # 3n-tsh
561
562     plot-vpp-throughput-lat-tsa-3n-tsh:
563       csit-vpp-perf-report-iterative-2101-3n-tsh:
564         - 23  # rls2101.rel NDRPDR iter env 6
565         - 24  # rls2101.rel NDRPDR iter env 6
566         - 25  # rls2101.rel NDRPDR iter env 6
567         - 26  # rls2101.rel NDRPDR iter env 6
568         - 27  # rls2101.rel NDRPDR iter env 6
569         - 28  # rls2101.rel NDRPDR iter env 6
570         - 29  # rls2101.rel NDRPDR iter env 6
571         - 30  # rls2101.rel NDRPDR iter env 6
572         - 31  # rls2101.rel NDRPDR iter env 6
573         - 32  # rls2101.rel NDRPDR iter env 6
574
575     plot-vpp-hdrh-lat-3n-tsh:
576       csit-vpp-perf-report-iterative-2101-3n-tsh:
577         - 23  # rls2101.rel NDRPDR iter env 6
578
579     plot-dpdk-throughput-latency-3n-tsh:
580       csit-dpdk-perf-report-iterative-2101-3n-tsh:
581         - 11  # rls2101 NDRPDR iter env 6
582         - 12  # rls2101 NDRPDR iter env 6
583         - 13  # rls2101 NDRPDR iter env 6
584         - 14  # rls2101 NDRPDR iter env 6
585         - 16  # rls2101 NDRPDR iter env 6
586         - 17  # rls2101 NDRPDR iter env 6
587         - 18  # rls2101 NDRPDR iter env 6
588         - 19  # rls2101 NDRPDR iter env 6
589         - 20  # rls2101 NDRPDR iter env 6
590         - 21  # rls2101 NDRPDR iter env 6
591
592     plot-dpdk-hdrh-lat-3n-tsh:
593       csit-dpdk-perf-report-iterative-2101-3n-tsh:
594         - 21  # rls2101 NDRPDR iter env 6
595
596     # 2n-tx2
597
598     plot-vpp-throughput-lat-tsa-2n-tx2:
599       csit-vpp-perf-report-iterative-2101-2n-tx2:
600         - 22  # rls2101.rel NDRPDR iter env 6
601         - 23  # rls2101.rel NDRPDR iter env 6
602         - 24  # rls2101.rel NDRPDR iter env 6
603         - 25  # rls2101.rel NDRPDR iter env 6
604         - 26  # rls2101.rel NDRPDR iter env 6
605         - 27  # rls2101.rel NDRPDR iter env 6
606         - 28  # rls2101.rel NDRPDR iter env 6
607         - 29  # rls2101.rel NDRPDR iter env 6
608         - 30  # rls2101.rel NDRPDR iter env 6
609         - 31  # rls2101.rel NDRPDR iter env 6
610
611     plot-vpp-hdrh-lat-2n-tx2:
612       csit-vpp-perf-report-iterative-2101-2n-tx2:
613         - 29  # rls2101.rel NDRPDR iter env 6
614
615     plot-dpdk-throughput-latency-2n-tx2:
616       csit-dpdk-perf-report-iterative-2101-2n-tx2:
617         - 4   # rls2101 NDRPDR iter env 6
618         - 6   # rls2101 NDRPDR iter env 6
619         - 7   # rls2101 NDRPDR iter env 6
620         - 8   # rls2101 NDRPDR iter env 6
621         - 9   # rls2101 NDRPDR iter env 6
622         - 10  # rls2101 NDRPDR iter env 6
623         - 11  # rls2101 NDRPDR iter env 6
624         - 12  # rls2101 NDRPDR iter env 6
625         - 13  # rls2101 NDRPDR iter env 6
626         - 14  # rls2101 NDRPDR iter env 6
627
628     plot-dpdk-hdrh-lat-2n-tx2:
629       csit-dpdk-perf-report-iterative-2101-2n-tx2:
630         - 4   # rls2101 NDRPDR iter env 6
631
632     # 3n-dnv
633
634     plot-vpp-throughput-lat-tsa-3n-dnv:
635       csit-vpp-perf-report-iterative-2101-3n-dnv:
636         - 33  # rls2101.rel NDRPDR iter env 6
637         - 34  # rls2101.rel NDRPDR iter env 6
638         - 35  # rls2101.rel NDRPDR iter env 6
639         - 36  # rls2101.rel NDRPDR iter env 6
640         - 37  # rls2101.rel NDRPDR iter env 6
641         - 38  # rls2101.rel NDRPDR iter env 6
642         - 39  # rls2101.rel NDRPDR iter env 6
643         - 40  # rls2101.rel NDRPDR iter env 6
644         - 41  # rls2101.rel NDRPDR iter env 6
645         - 42  # rls2101.rel NDRPDR iter env 6
646         - 43  # rls2101.rel NDRPDR iter RND env 6
647         - 44  # rls2101.rel NDRPDR iter RND env 6
648         - 45  # rls2101.rel NDRPDR iter RND env 6
649         - 46  # rls2101.rel NDRPDR iter RND env 6
650         - 47  # rls2101.rel NDRPDR iter RND env 6
651         - 48  # rls2101.rel NDRPDR iter RND env 6
652         - 49  # rls2101.rel NDRPDR iter RND env 6
653         - 50  # rls2101.rel NDRPDR iter RND env 6
654         - 51  # rls2101.rel NDRPDR iter RND env 6
655         - 52  # rls2101.rel NDRPDR iter RND env 6
656
657 #    plot-dpdk-throughput-latency-3n-dnv:
658 #      # No data
659 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
660
661     # 2n-dnv
662
663     plot-vpp-throughput-lat-tsa-2n-dnv:
664       csit-vpp-perf-report-iterative-2101-2n-dnv:
665         - 32  # rls2101.rel NDRPDR iter env 6
666         - 33  # rls2101.rel NDRPDR iter env 6
667         - 34  # rls2101.rel NDRPDR iter env 6
668         - 35  # rls2101.rel NDRPDR iter env 6
669         - 39  # rls2101.rel NDRPDR iter env 6
670         - 41  # rls2101.rel NDRPDR iter env 6
671         - 42  # rls2101.rel NDRPDR iter env 6
672         - 43  # rls2101.rel NDRPDR iter env 6
673         - 44  # rls2101.rel NDRPDR iter env 6
674         - 45  # rls2101.rel NDRPDR iter env 6
675         - 46  # rls2101.rel NDRPDR iter RND env 6
676         - 47  # rls2101.rel NDRPDR iter RND env 6
677         - 48  # rls2101.rel NDRPDR iter RND env 6
678         - 49  # rls2101.rel NDRPDR iter RND env 6
679         - 50  # rls2101.rel NDRPDR iter RND env 6
680         - 51  # rls2101.rel NDRPDR iter RND env 6
681         - 52  # rls2101.rel NDRPDR iter RND env 6
682         - 53  # rls2101.rel NDRPDR iter RND env 6
683         - 54  # rls2101.rel NDRPDR iter RND env 6
684         - 55  # rls2101.rel NDRPDR iter RND env 6
685
686 #    plot-dpdk-throughput-latency-2n-dnv:
687 #      # No data
688 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
689
690     ###########################################################################
691     # Simple tables (only one data set):
692
693     # NIC Comparisons
694
695     vpp-nic-comparison-3n-skx:
696       csit-vpp-perf-report-iterative-2101-3n-skx:
697         - 36  # rls2101.rel NDRPDR iter env 6
698         - 37  # rls2101.rel NDRPDR iter env 6
699         - 38  # rls2101.rel NDRPDR iter env 6
700         - 39  # rls2101.rel NDRPDR iter env 6
701         - 40  # rls2101.rel NDRPDR iter env 6
702         - 41  # rls2101.rel NDRPDR iter env 6
703         - 42  # rls2101.rel NDRPDR iter env 6
704         - 47  # rls2101.rel NDRPDR iter env 6
705         - 48  # rls2101.rel NDRPDR iter env 6
706         - 50  # rls2101.rel NDRPDR iter env 6
707
708     vpp-nic-comparison-2n-skx:
709       csit-vpp-perf-report-iterative-2101-2n-skx:
710         - 63  # rls2101.rel NDRPDR iter env 6
711         - 69  # rls2101.rel NDRPDR iter env 6
712         - 70  # rls2101.rel NDRPDR iter env 6
713         - 75  # rls2101.rel NDRPDR iter env 6
714         - 76  # rls2101.rel NDRPDR iter env 6
715         - 77  # rls2101.rel NDRPDR iter env 6
716         - 82  # rls2101.rel NDRPDR iter env 6
717         - 85  # rls2101.rel NDRPDR iter env 6
718         - 86  # rls2101.rel NDRPDR iter env 6
719         - 94  # rls2101.rel NDRPDR iter env 6
720         - 89  # rls2101.rel NDRPDR iter RND env 6
721         - 90  # rls2101.rel NDRPDR iter RND env 6
722         - 91  # rls2101.rel NDRPDR iter RND env 6
723         - 92  # rls2101.rel NDRPDR iter RND env 6
724         - 93  # rls2101.rel NDRPDR iter RND env 6
725         - 96  # rls2101.rel NDRPDR iter RND env 6
726         - 98  # rls2101.rel NDRPDR iter RND env 6
727         - 99  # rls2101.rel NDRPDR iter RND env 6
728         - 101 # rls2101.rel NDRPDR iter RND env 6
729         - 102 # rls2101.rel NDRPDR iter RND env 6
730         - 116 # rls2101.rel NDRPDR iter NAT env 6
731         - 117 # rls2101.rel NDRPDR iter NAT env 6
732         - 118 # rls2101.rel NDRPDR iter NAT env 6
733         - 119 # rls2101.rel NDRPDR iter NAT env 6
734         - 120 # rls2101.rel NDRPDR iter NAT env 6
735         - 121 # rls2101.rel NDRPDR iter NAT env 6
736         - 122 # rls2101.rel NDRPDR iter NAT env 6
737         - 123 # rls2101.rel NDRPDR iter NAT env 6
738         - 124 # rls2101.rel NDRPDR iter NAT env 6
739         - 125 # rls2101.rel NDRPDR iter NAT env 6
740
741     vpp-nic-comparison-3n-skx-mrr:
742       csit-vpp-perf-report-iterative-2101-3n-skx:
743         - 35  # rls2101.rel MRR iter env 6
744
745     vpp-nic-comparison-2n-skx-mrr:
746       csit-vpp-perf-report-iterative-2101-2n-skx:
747         - 62  # rls2101.rel MRR iter env 6
748
749     # Results
750
751     vpp-perf-results-3n-hsw:
752       csit-vpp-perf-report-coverage-2101-3n-hsw:
753         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
754         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
755         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
756         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
757         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
758         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
759         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
760         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
761         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
762         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
763         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
764         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
765         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
766         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
767         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
768         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
769         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
770         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
771         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
772         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
773         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
774         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
775         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
776         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
777         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
778         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
779         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
780         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
781         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
782         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
783         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
784         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
785         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
786         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
787         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
788
789     vpp-perf-results-3n-skx:
790       csit-vpp-perf-report-coverage-2101-3n-skx:
791         - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
792         - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
793         - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
794         - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
795         - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
796         - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
797         - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
798         - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
799         - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
800         - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
801         - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
802         - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
803         - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
804         - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
805         - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
806         - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
807         - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
808         - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
809         - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
810         - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
811         - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
812         - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
813         - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
814         - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
815         - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
816         - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
817         - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
818         - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
819         - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
820         - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
821         - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
822         - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
823         - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
824         - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
825         - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
826         - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
827
828     vpp-perf-results-2n-skx:
829       csit-vpp-perf-report-coverage-2101-2n-skx:
830         - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
831         - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
832         - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
833         - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
834         - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
835         - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
836         - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
837         - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
838         - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
839         - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
840         - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
841         - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
842         - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
843         - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
844         - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
845         - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
846         - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
847         - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
848         - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
849
850     vpp-perf-results-2n-zn2:
851       csit-vpp-perf-report-coverage-2101-2n-zn2:
852         - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
853         - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
854         - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
855         - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
856         - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
857         - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
858         - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
859         - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
860         - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
861         - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
862         - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
863         - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
864         - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
865         - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
866         - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
867         - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
868         - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
869
870     vpp-perf-results-2n-clx:
871       csit-vpp-perf-report-coverage-2101-2n-clx:
872         - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
873         - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
874         - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
875         - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
876         - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
877         - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
878         - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
879         - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
880         - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
881         - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
882         - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
883         - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
884         - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
885         - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
886         - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
887         - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
888         - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
889         - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
890         - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
891
892     vpp-perf-results-3n-tsh:
893       csit-vpp-perf-report-coverage-2101-3n-tsh:
894         - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
895         - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
896         - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
897         - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
898         - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
899         - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
900         - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
901         - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
902         - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
903         - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
904         - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
905         - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
906         - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
907         - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
908         - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
909         - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
910         - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
911         - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
912
913     vpp-perf-results-2n-tx2:
914       csit-vpp-perf-report-coverage-2101-2n-tx2:
915         - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
916         - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
917         - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
918         - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
919         - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
920         - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
921         - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
922         - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
923         - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
924         - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
925         - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
926         - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
927         - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
928         - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
929
930     vpp-perf-results-3n-dnv:
931       csit-vpp-perf-report-coverage-2101-3n-dnv:
932         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
933         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
934         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
935         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
936         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
937         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
938         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
939         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
940         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
941
942     vpp-perf-results-2n-dnv:
943       csit-vpp-perf-report-coverage-2101-2n-dnv:
944         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
945         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
946         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
947         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
948         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
949         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
950
951     vpp-mrr-results-3n-hsw:
952       csit-vpp-perf-report-iterative-2101-3n-hsw:
953         - 63  # rls2101.rel MRR iter env 6
954
955     vpp-mrr-results-3n-skx:
956       csit-vpp-perf-report-iterative-2101-3n-skx:
957         - 35  # rls2101.rel MRR iter env 6
958
959     vpp-mrr-results-2n-skx:
960       csit-vpp-perf-report-iterative-2101-2n-skx:
961         - 62  # rls2101.rel MRR iter env 6
962
963     vpp-mrr-results-2n-zn2:
964       csit-vpp-perf-report-iterative-2101-2n-zn2:
965         - 30  # rls2101.rel MRR iter env 6
966
967     vpp-mrr-results-2n-clx:
968       csit-vpp-perf-report-iterative-2101-2n-clx:
969         - 53  # rls2101.rel MRR iter env 6
970
971     vpp-mrr-results-3n-tsh:
972       csit-vpp-perf-report-iterative-2101-3n-tsh:
973         - 22  # rls2101.rel MRR iter env 6
974
975     vpp-mrr-results-2n-tx2:
976       csit-vpp-perf-report-iterative-2101-2n-tx2:
977         - 21  # rls2101.rel MRR iter env 6
978
979     vpp-mrr-results-3n-dnv:
980       csit-vpp-perf-report-iterative-2101-3n-dnv:
981         - 32  # rls2101.rel MRR iter env 6
982
983     vpp-mrr-results-2n-dnv:
984       csit-vpp-perf-report-iterative-2101-2n-dnv:
985         - 31  # rls2101.rel MRR iter env 6
986
987     vpp-device-results-ubuntu:
988       csit-vpp-device-2101-ubuntu1804-1n-skx:
989         - 358  # rls2101.rel VPP DEV env 6
990
991     dpdk-perf-results-3n-hsw:
992       csit-dpdk-perf-report-iterative-2101-3n-hsw:
993         - 11  # rls2101 NDRPDR iter env 6
994
995     dpdk-perf-results-3n-skx:
996       csit-dpdk-perf-report-iterative-2101-3n-skx:
997         - 12  # rls2101 NDRPDR iter env 6
998
999     dpdk-perf-results-2n-skx:
1000       csit-dpdk-perf-report-iterative-2101-2n-skx:
1001         - 11  # rls2101 NDRPDR iter env 6
1002
1003     dpdk-perf-results-2n-zn2:
1004       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1005         - 11  # rls2101 NDRPDR iter env 6
1006
1007     dpdk-perf-results-2n-clx:
1008       csit-dpdk-perf-report-iterative-2101-2n-clx:
1009         - 12  # rls2101 NDRPDR iter env 6
1010
1011 #    dpdk-perf-results-2n-dnv:
1012 #      # No data
1013 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1014
1015 #    dpdk-perf-results-3n-dnv:
1016 #      # No data
1017 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1018
1019     dpdk-perf-results-3n-tsh:
1020       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1021         - 21  # rls2101 NDRPDR iter env 6
1022
1023     dpdk-perf-results-2n-tx2:
1024       csit-dpdk-perf-report-iterative-2101-2n-tx2:
1025         - 4   # rls2101 NDRPDR iter env 6
1026
1027 ###########################################################################
1028     # Tables (more than one data set)
1029
1030     # Performance changes
1031
1032     vpp-performance-changes-3n-hsw-h1:
1033       csit-vpp-perf-report-iterative-2009-3n-hsw:
1034         - 9   # rls2005 NDRPDR iter env 5
1035         - 10  # rls2005 NDRPDR iter env 5
1036         - 11  # rls2005 NDRPDR iter env 5
1037         - 12  # rls2005 NDRPDR iter env 5
1038         - 13  # rls2005 NDRPDR iter env 5
1039         - 14  # rls2005 NDRPDR iter env 5
1040         - 15  # rls2005 NDRPDR iter env 5
1041         - 16  # rls2005 NDRPDR iter env 5
1042         - 17  # rls2005 NDRPDR iter env 5
1043         - 19  # rls2005 NDRPDR iter env 5
1044     vpp-performance-changes-3n-hsw-ref-env-old:
1045       csit-vpp-perf-report-iterative-2009-3n-hsw:
1046         - 21  # rls2009 NDRPDR iter env 5
1047         - 22  # rls2009 NDRPDR iter env 5
1048         - 24  # rls2009 NDRPDR iter env 5
1049         - 25  # rls2009 NDRPDR iter env 5
1050         - 26  # rls2009 NDRPDR iter env 5
1051         - 27  # rls2009 NDRPDR iter env 5
1052         - 28  # rls2009 NDRPDR iter env 5
1053         - 29  # rls2009 NDRPDR iter env 5
1054         - 30  # rls2009 NDRPDR iter env 5
1055         - 31  # rls2009 NDRPDR iter env 5
1056     vpp-performance-changes-3n-hsw-ref-env-new:
1057       csit-vpp-perf-report-iterative-2101-3n-hsw:
1058         - 19  # rls2009 NDRPDR iter env 6
1059         - 20  # rls2009 NDRPDR iter env 6
1060         - 21  # rls2009 NDRPDR iter env 6
1061         - 22  # rls2009 NDRPDR iter env 6
1062         - 23  # rls2009 NDRPDR iter env 6
1063         - 24  # rls2009 NDRPDR iter env 6
1064         - 25  # rls2009 NDRPDR iter env 6
1065         - 26  # rls2009 NDRPDR iter env 6
1066         - 27  # rls2009 NDRPDR iter env 6
1067         - 28  # rls2009 NDRPDR iter env 6
1068     vpp-performance-changes-3n-hsw-cmp:
1069       csit-vpp-perf-report-iterative-2101-3n-hsw:
1070         - 64  # rls2101.rel NDRPDR iter env 6
1071         - 71  # rls2101.rel NDRPDR iter env 6
1072         - 73  # rls2101.rel NDRPDR iter env 6
1073         - 74  # rls2101.rel NDRPDR iter env 6
1074         - 80  # rls2101.rel NDRPDR iter env 6
1075         - 81  # rls2101.rel NDRPDR iter env 6
1076         - 82  # rls2101.rel NDRPDR iter env 6
1077         - 83  # rls2101.rel NDRPDR iter env 6
1078         - 88  # rls2101.rel NDRPDR iter env 6
1079         - 89  # rls2101.rel NDRPDR iter env 6
1080         - 128 # rls2101.rel NDRPDR iter RND env 6
1081         - 129 # rls2101.rel NDRPDR iter RND env 6
1082         - 130 # rls2101.rel NDRPDR iter RND env 6
1083         - 131 # rls2101.rel NDRPDR iter RND env 6
1084         - 132 # rls2101.rel NDRPDR iter RND env 6
1085         - 133 # rls2101.rel NDRPDR iter RND env 6
1086         - 134 # rls2101.rel NDRPDR iter RND env 6
1087         - 135 # rls2101.rel NDRPDR iter RND env 6
1088         - 136 # rls2101.rel NDRPDR iter RND env 6
1089         - 137 # rls2101.rel NDRPDR iter RND env 6
1090
1091     vpp-performance-changes-3n-skx-h1:
1092       csit-vpp-perf-report-iterative-2009-3n-skx:
1093         - 13  # rls2005 NDRPDR iter env 5
1094         - 18  # rls2005 NDRPDR iter env 5
1095         - 19  # rls2005 NDRPDR iter env 5
1096         - 41  # rls2005 NDRPDR iter env 5
1097         - 43  # rls2005 NDRPDR iter env 5
1098         - 44  # rls2005 NDRPDR iter env 5
1099         - 45  # rls2005 NDRPDR iter env 5
1100         - 46  # rls2005 NDRPDR iter env 5
1101         - 48  # rls2005 NDRPDR iter env 5
1102         - 49  # rls2005 NDRPDR iter env 5
1103     vpp-performance-changes-3n-skx-ref-env-old:
1104       csit-vpp-perf-report-iterative-2009-3n-skx:
1105         - 26  # rls2009 NDRPDR iter env 5
1106         - 27  # rls2009 NDRPDR iter env 5
1107         - 28  # rls2009 NDRPDR iter env 5
1108         - 29  # rls2009 NDRPDR iter env 5
1109         - 35  # rls2009 NDRPDR iter env 5
1110         - 36  # rls2009 NDRPDR iter env 5
1111         - 37  # rls2009 NDRPDR iter env 5
1112         - 38  # rls2009 NDRPDR iter env 5
1113         - 39  # rls2009 NDRPDR iter env 5
1114         - 40  # rls2009 NDRPDR iter env 5
1115     vpp-performance-changes-3n-skx-ref-env-new:
1116       csit-vpp-perf-report-iterative-2101-3n-skx:
1117         - 14  # rls2009 NDRPDR iter env 6
1118         - 15  # rls2009 NDRPDR iter env 6
1119         - 16  # rls2009 NDRPDR iter env 6
1120         - 17  # rls2009 NDRPDR iter env 6
1121         - 18  # rls2009 NDRPDR iter env 6
1122         - 25  # rls2009 NDRPDR iter env 6
1123         - 26  # rls2009 NDRPDR iter env 6
1124         - 27  # rls2009 NDRPDR iter env 6
1125         - 29  # rls2009 NDRPDR iter env 6
1126         - 31  # rls2009 NDRPDR iter env 6
1127     vpp-performance-changes-3n-skx-cmp:
1128       csit-vpp-perf-report-iterative-2101-3n-skx:
1129         - 36  # rls2101.rel NDRPDR iter env 6
1130         - 37  # rls2101.rel NDRPDR iter env 6
1131         - 38  # rls2101.rel NDRPDR iter env 6
1132         - 39  # rls2101.rel NDRPDR iter env 6
1133         - 40  # rls2101.rel NDRPDR iter env 6
1134         - 41  # rls2101.rel NDRPDR iter env 6
1135         - 42  # rls2101.rel NDRPDR iter env 6
1136         - 47  # rls2101.rel NDRPDR iter env 6
1137         - 48  # rls2101.rel NDRPDR iter env 6
1138         - 50  # rls2101.rel NDRPDR iter env 6
1139
1140     vpp-performance-changes-2n-skx-h1:
1141       csit-vpp-perf-report-iterative-2009-2n-skx:
1142         - 13  # rls2005 NDRPDR iter env 5
1143         - 16  # rls2005 NDRPDR iter env 5
1144         - 17  # rls2005 NDRPDR iter env 5
1145         - 18  # rls2005 NDRPDR iter env 5
1146         - 19  # rls2005 NDRPDR iter env 5
1147         - 21  # rls2005 NDRPDR iter env 5
1148         - 22  # rls2005 NDRPDR iter env 5
1149         - 23  # rls2005 NDRPDR iter env 5
1150         - 24  # rls2005 NDRPDR iter env 5
1151         - 25  # rls2005 NDRPDR iter env 5
1152     vpp-performance-changes-2n-skx-ref-env-old:
1153       csit-vpp-perf-report-iterative-2009-2n-skx:
1154         - 35  # rls2009 NDRPDR iter env 5
1155         - 36  # rls2009 NDRPDR iter env 5
1156         - 37  # rls2009 NDRPDR iter env 5
1157         - 39  # rls2009 NDRPDR iter env 5
1158         - 40  # rls2009 NDRPDR iter env 5
1159         - 42  # rls2009 NDRPDR iter env 5
1160         - 43  # rls2009 NDRPDR iter env 5
1161         - 44  # rls2009 NDRPDR iter env 5
1162         - 46  # rls2009 NDRPDR iter env 5
1163         - 48  # rls2009 NDRPDR iter env 5
1164         - 110 # rls2009 NDRPDR iter NAT44 env 5
1165         - 111 # rls2009 NDRPDR iter NAT44 env 5
1166         - 112 # rls2009 NDRPDR iter NAT44 env 5
1167         - 113 # rls2009 NDRPDR iter NAT44 env 5
1168         - 114 # rls2009 NDRPDR iter NAT44 env 5
1169         - 115 # rls2009 NDRPDR iter NAT44 env 5
1170         - 116 # rls2009 NDRPDR iter NAT44 env 5
1171         - 118 # rls2009 NDRPDR iter NAT44 env 5
1172         - 119 # rls2009 NDRPDR iter NAT44 env 5
1173         - 121 # rls2009 NDRPDR iter NAT44 env 5
1174     vpp-performance-changes-2n-skx-ref-env-new:
1175       csit-vpp-perf-report-iterative-2101-2n-skx:
1176         - 22  # rls2009 NDRPDR iter env 6
1177         - 23  # rls2009 NDRPDR iter env 6
1178         - 24  # rls2009 NDRPDR iter env 6
1179         - 25  # rls2009 NDRPDR iter env 6
1180         - 26  # rls2009 NDRPDR iter env 6
1181         - 28  # rls2009 NDRPDR iter env 6
1182         - 39  # rls2009 NDRPDR iter env 6
1183         - 40  # rls2009 NDRPDR iter env 6
1184         - 41  # rls2009 NDRPDR iter env 6
1185         - 44  # rls2009 NDRPDR iter env 6
1186     vpp-performance-changes-2n-skx-cmp:
1187       csit-vpp-perf-report-iterative-2101-2n-skx:
1188         - 63  # rls2101.rel NDRPDR iter env 6
1189         - 69  # rls2101.rel NDRPDR iter env 6
1190         - 70  # rls2101.rel NDRPDR iter env 6
1191         - 75  # rls2101.rel NDRPDR iter env 6
1192         - 76  # rls2101.rel NDRPDR iter env 6
1193         - 77  # rls2101.rel NDRPDR iter env 6
1194         - 82  # rls2101.rel NDRPDR iter env 6
1195         - 85  # rls2101.rel NDRPDR iter env 6
1196         - 86  # rls2101.rel NDRPDR iter env 6
1197         - 94  # rls2101.rel NDRPDR iter env 6
1198         - 89  # rls2101.rel NDRPDR iter RND env 6
1199         - 90  # rls2101.rel NDRPDR iter RND env 6
1200         - 91  # rls2101.rel NDRPDR iter RND env 6
1201         - 92  # rls2101.rel NDRPDR iter RND env 6
1202         - 93  # rls2101.rel NDRPDR iter RND env 6
1203         - 96  # rls2101.rel NDRPDR iter RND env 6
1204         - 98  # rls2101.rel NDRPDR iter RND env 6
1205         - 99  # rls2101.rel NDRPDR iter RND env 6
1206         - 101 # rls2101.rel NDRPDR iter RND env 6
1207         - 102 # rls2101.rel NDRPDR iter RND env 6
1208         - 116 # rls2101.rel NDRPDR iter NAT env 6
1209         - 117 # rls2101.rel NDRPDR iter NAT env 6
1210         - 118 # rls2101.rel NDRPDR iter NAT env 6
1211         - 119 # rls2101.rel NDRPDR iter NAT env 6
1212         - 120 # rls2101.rel NDRPDR iter NAT env 6
1213         - 121 # rls2101.rel NDRPDR iter NAT env 6
1214         - 122 # rls2101.rel NDRPDR iter NAT env 6
1215         - 123 # rls2101.rel NDRPDR iter NAT env 6
1216         - 124 # rls2101.rel NDRPDR iter NAT env 6
1217         - 125 # rls2101.rel NDRPDR iter NAT env 6
1218
1219     vpp-performance-changes-2n-clx-h1:
1220       csit-vpp-perf-report-iterative-2009-2n-clx:
1221         - 13  # rls2005 NDRPDR iter env 5
1222         - 15  # rls2005 NDRPDR iter env 5
1223         - 17  # rls2005 NDRPDR iter env 5
1224         - 18  # rls2005 NDRPDR iter env 5
1225         - 19  # rls2005 NDRPDR iter env 5
1226         - 20  # rls2005 NDRPDR iter env 5
1227         - 21  # rls2005 NDRPDR iter env 5
1228         - 22  # rls2005 NDRPDR iter env 5
1229         - 23  # rls2005 NDRPDR iter env 5
1230         - 24  # rls2005 NDRPDR iter env 5
1231     vpp-performance-changes-2n-clx-ref-env-old:
1232       csit-vpp-perf-report-iterative-2009-2n-clx:
1233         - 36  # rls2009 NDRPDR iter env 5
1234         - 39  # rls2009 NDRPDR iter env 5
1235         - 40  # rls2009 NDRPDR iter env 5
1236         - 65  # rls2009 NDRPDR iter env 5
1237         - 66  # rls2009 NDRPDR iter env 5
1238         - 79  # rls2009 NDRPDR iter env 5
1239         - 82  # rls2009 NDRPDR iter env 5
1240         - 88  # rls2009 NDRPDR iter env 5
1241         - 89  # rls2009 NDRPDR iter env 5
1242         - 90  # rls2009 NDRPDR iter env 5
1243         - 114 # rls2009 NDRPDR iter NAT44 env 5
1244         - 115 # rls2009 NDRPDR iter NAT44 env 5
1245         - 116 # rls2009 NDRPDR iter NAT44 env 5
1246         - 117 # rls2009 NDRPDR iter NAT44 env 5
1247         - 118 # rls2009 NDRPDR iter NAT44 env 5
1248         - 119 # rls2009 NDRPDR iter NAT44 env 5
1249         - 121 # rls2009 NDRPDR iter NAT44 env 5
1250         - 122 # rls2009 NDRPDR iter NAT44 env 5
1251         - 123 # rls2009 NDRPDR iter NAT44 env 5
1252         - 126 # rls2009 NDRPDR iter NAT44 env 5
1253     vpp-performance-changes-2n-clx-ref-env-new:
1254       csit-vpp-perf-report-iterative-2101-2n-clx:
1255         - 16  # rls2009 NDRPDR iter env 6
1256         - 17  # rls2009 NDRPDR iter env 6
1257         - 18  # rls2009 NDRPDR iter env 6
1258         - 19  # rls2009 NDRPDR iter env 6
1259         - 20  # rls2009 NDRPDR iter env 6
1260         - 21  # rls2009 NDRPDR iter env 6
1261         - 32  # rls2009 NDRPDR iter env 6
1262         - 33  # rls2009 NDRPDR iter env 6
1263         - 34  # rls2009 NDRPDR iter env 6
1264         - 35  # rls2009 NDRPDR iter env 6
1265         - 146 # rls2009 NDRPDR MLX iter env 6
1266         - 147 # rls2009 NDRPDR MLX iter env 6
1267         - 148 # rls2009 NDRPDR MLX iter env 6
1268         - 149 # rls2009 NDRPDR MLX iter env 6
1269         - 150 # rls2009 NDRPDR MLX iter env 6
1270         - 151 # rls2009 NDRPDR MLX iter env 6
1271     vpp-performance-changes-2n-clx-cmp:
1272       csit-vpp-perf-report-iterative-2101-2n-clx:
1273         - 54  # rls2101.rel NDRPDR iter env 6
1274         - 59  # rls2101.rel NDRPDR iter env 6
1275         - 60  # rls2101.rel NDRPDR iter env 6
1276         - 63  # rls2101.rel NDRPDR iter env 6
1277         - 66  # rls2101.rel NDRPDR iter env 6
1278         - 68  # rls2101.rel NDRPDR iter env 6
1279         - 73  # rls2101.rel NDRPDR iter env 6
1280         - 75  # rls2101.rel NDRPDR iter env 6
1281         - 86  # rls2101.rel NDRPDR iter env 6
1282         - 90  # rls2101.rel NDRPDR iter env 6
1283         - 80  # rls2101.rel NDRPDR iter RND env 6
1284         - 87  # rls2101.rel NDRPDR iter RND env 6
1285         - 91  # rls2101.rel NDRPDR iter RND env 6
1286         - 92  # rls2101.rel NDRPDR iter RND env 6
1287         - 93  # rls2101.rel NDRPDR iter RND env 6
1288         - 94  # rls2101.rel NDRPDR iter RND env 6
1289         - 95  # rls2101.rel NDRPDR iter RND env 6
1290         - 100 # rls2101.rel NDRPDR iter RND env 6
1291         - 106 # rls2101.rel NDRPDR iter RND env 6
1292         - 108 # rls2101.rel NDRPDR iter RND env 6
1293         - 112 # rls2101.rel NDRPDR iter NAT env 6
1294         - 113 # rls2101.rel NDRPDR iter NAT env 6
1295         - 114 # rls2101.rel NDRPDR iter NAT env 6
1296         - 115 # rls2101.rel NDRPDR iter NAT env 6
1297         - 116 # rls2101.rel NDRPDR iter NAT env 6
1298         - 117 # rls2101.rel NDRPDR iter NAT env 6
1299         - 118 # rls2101.rel NDRPDR iter NAT env 6
1300         - 119 # rls2101.rel NDRPDR iter NAT env 6
1301         - 120 # rls2101.rel NDRPDR iter NAT env 6
1302         - 121 # rls2101.rel NDRPDR iter NAT env 6
1303         - 122 # rls2101.rel NDRPDR iter MLX env 6
1304         - 123 # rls2101.rel NDRPDR iter MLX env 6
1305         - 124 # rls2101.rel NDRPDR iter MLX env 6
1306         - 126 # rls2101.rel NDRPDR iter MLX env 6
1307         - 127 # rls2101.rel NDRPDR iter MLX env 6
1308         - 128 # rls2101.rel NDRPDR iter MLX env 6
1309         - 129 # rls2101.rel NDRPDR iter MLX env 6
1310         - 130 # rls2101.rel NDRPDR iter MLX env 6
1311         - 131 # rls2101.rel NDRPDR iter MLX env 6
1312         - 132 # rls2101.rel NDRPDR iter MLX env 6
1313
1314     vpp-performance-changes-2n-zn2-ref-env-old:
1315       csit-vpp-perf-report-iterative-2009-2n-zn2:
1316         - 17  # rls2009 NDRPDR iter env 5
1317         - 18  # rls2009 NDRPDR iter env 5
1318         - 31  # rls2009 NDRPDR iter env 5
1319         - 33  # rls2009 NDRPDR iter env 5
1320         - 34  # rls2009 NDRPDR iter env 5
1321     vpp-performance-changes-2n-zn2-ref-env-new:
1322       csit-vpp-perf-report-iterative-2101-2n-zn2:
1323         - 9   # rls2009 NDRPDR iter env 6
1324         - 10  # rls2009 NDRPDR iter env 6
1325         - 11  # rls2009 NDRPDR iter env 6
1326         - 12  # rls2009 NDRPDR iter env 6
1327         - 13  # rls2009 NDRPDR iter env 6
1328         - 20  # rls2009 NDRPDR iter env 6
1329         - 21  # rls2009 NDRPDR iter env 6
1330         - 22  # rls2009 NDRPDR iter env 6
1331         - 25  # rls2009 NDRPDR iter env 6
1332         - 26  # rls2009 NDRPDR iter env 6
1333     vpp-performance-changes-2n-zn2-cmp:
1334       csit-vpp-perf-report-iterative-2101-2n-zn2:
1335         - 31  # rls2101.rel NDRPDR iter env 6
1336         - 32  # rls2101.rel NDRPDR iter env 6
1337         - 33  # rls2101.rel NDRPDR iter env 6
1338         - 34  # rls2101.rel NDRPDR iter env 6
1339         - 35  # rls2101.rel NDRPDR iter env 6
1340         - 36  # rls2101.rel NDRPDR iter env 6
1341         - 37  # rls2101.rel NDRPDR iter env 6
1342         - 38  # rls2101.rel NDRPDR iter env 6
1343         - 44  # rls2101.rel NDRPDR iter env 6
1344         - 49  # rls2101.rel NDRPDR iter env 6
1345         - 39  # rls2101.rel NDRPDR iter RND env 6
1346         - 40  # rls2101.rel NDRPDR iter RND env 6
1347         - 41  # rls2101.rel NDRPDR iter RND env 6
1348         - 42  # rls2101.rel NDRPDR iter RND env 6
1349         - 43  # rls2101.rel NDRPDR iter RND env 6
1350         - 45  # rls2101.rel NDRPDR iter RND env 6
1351         - 48  # rls2101.rel NDRPDR iter RND env 6
1352         - 50  # rls2101.rel NDRPDR iter RND env 6
1353         - 51  # rls2101.rel NDRPDR iter RND env 6
1354         - 52  # rls2101.rel NDRPDR iter RND env 6
1355
1356     vpp-performance-changes-2n-dnv-h1:
1357       csit-vpp-perf-report-iterative-2009-2n-dnv:
1358         - 16  # rls2005 NDRPDR iter env 5
1359         - 17  # rls2005 NDRPDR iter env 5
1360         - 18  # rls2005 NDRPDR iter env 5
1361         - 19  # rls2005 NDRPDR iter env 5
1362         - 21  # rls2005 NDRPDR iter env 5
1363         - 24  # rls2005 NDRPDR iter env 5
1364         - 27  # rls2005 NDRPDR iter env 5
1365         - 28  # rls2005 NDRPDR iter env 5
1366         - 29  # rls2005 NDRPDR iter env 5
1367         - 30  # rls2005 NDRPDR iter env 5
1368     vpp-performance-changes-2n-dnv-ref-env-old:
1369       csit-vpp-perf-report-iterative-2009-2n-dnv:
1370         - 3   # rls2009 NDRPDR iter env 5
1371         - 5   # rls2009 NDRPDR iter env 5
1372         - 6   # rls2009 NDRPDR iter env 5
1373         - 7   # rls2009 NDRPDR iter env 5
1374         - 9   # rls2009 NDRPDR iter env 5
1375         - 10  # rls2009 NDRPDR iter env 5
1376         - 11  # rls2009 NDRPDR iter env 5
1377         - 12  # rls2009 NDRPDR iter env 5
1378         - 14  # rls2009 NDRPDR iter env 5
1379         - 15  # rls2009 NDRPDR iter env 5
1380     vpp-performance-changes-2n-dnv-ref-env-new:
1381       # TODO: Re-test in new env
1382       csit-vpp-perf-report-iterative-2009-2n-dnv:
1383         - 3   # rls2009 NDRPDR iter env 5
1384         - 5   # rls2009 NDRPDR iter env 5
1385         - 6   # rls2009 NDRPDR iter env 5
1386         - 7   # rls2009 NDRPDR iter env 5
1387         - 9   # rls2009 NDRPDR iter env 5
1388         - 10  # rls2009 NDRPDR iter env 5
1389         - 11  # rls2009 NDRPDR iter env 5
1390         - 12  # rls2009 NDRPDR iter env 5
1391         - 14  # rls2009 NDRPDR iter env 5
1392         - 15  # rls2009 NDRPDR iter env 5
1393     vpp-performance-changes-2n-dnv-cmp:
1394       csit-vpp-perf-report-iterative-2101-2n-dnv:
1395         - 32  # rls2101.rel NDRPDR iter env 6
1396         - 33  # rls2101.rel NDRPDR iter env 6
1397         - 34  # rls2101.rel NDRPDR iter env 6
1398         - 35  # rls2101.rel NDRPDR iter env 6
1399         - 39  # rls2101.rel NDRPDR iter env 6
1400         - 41  # rls2101.rel NDRPDR iter env 6
1401         - 42  # rls2101.rel NDRPDR iter env 6
1402         - 43  # rls2101.rel NDRPDR iter env 6
1403         - 44  # rls2101.rel NDRPDR iter env 6
1404         - 45  # rls2101.rel NDRPDR iter env 6
1405         - 46  # rls2101.rel NDRPDR iter RND env 6
1406         - 47  # rls2101.rel NDRPDR iter RND env 6
1407         - 48  # rls2101.rel NDRPDR iter RND env 6
1408         - 49  # rls2101.rel NDRPDR iter RND env 6
1409         - 50  # rls2101.rel NDRPDR iter RND env 6
1410         - 51  # rls2101.rel NDRPDR iter RND env 6
1411         - 52  # rls2101.rel NDRPDR iter RND env 6
1412         - 53  # rls2101.rel NDRPDR iter RND env 6
1413         - 54  # rls2101.rel NDRPDR iter RND env 6
1414         - 55  # rls2101.rel NDRPDR iter RND env 6
1415
1416     vpp-performance-changes-3n-dnv-h1:
1417       csit-vpp-perf-report-iterative-2009-3n-dnv:
1418         - 16  # rls2005 NDRPDR iter env 5
1419         - 23  # rls2005 NDRPDR iter env 5
1420         - 25  # rls2005 NDRPDR iter env 5
1421         - 26  # rls2005 NDRPDR iter env 5
1422         - 27  # rls2005 NDRPDR iter env 5
1423         - 28  # rls2005 NDRPDR iter env 5
1424         - 29  # rls2005 NDRPDR iter env 5
1425         - 30  # rls2005 NDRPDR iter env 5
1426         - 31  # rls2005 NDRPDR iter env 5
1427         - 32  # rls2005 NDRPDR iter env 5
1428     vpp-performance-changes-3n-dnv-ref-env-old:
1429       csit-vpp-perf-report-iterative-2009-3n-dnv:
1430         - 3   # rls2009 NDRPDR iter env 5
1431         - 6   # rls2009 NDRPDR iter env 5
1432         - 7   # rls2009 NDRPDR iter env 5
1433         - 8   # rls2009 NDRPDR iter env 5
1434         - 10  # rls2009 NDRPDR iter env 5
1435         - 11  # rls2009 NDRPDR iter env 5
1436         - 12  # rls2009 NDRPDR iter env 5
1437         - 14  # rls2009 NDRPDR iter env 5
1438         - 15  # rls2009 NDRPDR iter env 5
1439         - 24  # rls2009 NDRPDR iter env 5
1440     vpp-performance-changes-3n-dnv-ref-env-new:
1441       # TODO: Re-test in new env
1442       csit-vpp-perf-report-iterative-2009-3n-dnv:
1443         - 3   # rls2009 NDRPDR iter env 5
1444         - 6   # rls2009 NDRPDR iter env 5
1445         - 7   # rls2009 NDRPDR iter env 5
1446         - 8   # rls2009 NDRPDR iter env 5
1447         - 10  # rls2009 NDRPDR iter env 5
1448         - 11  # rls2009 NDRPDR iter env 5
1449         - 12  # rls2009 NDRPDR iter env 5
1450         - 14  # rls2009 NDRPDR iter env 5
1451         - 15  # rls2009 NDRPDR iter env 5
1452         - 24  # rls2009 NDRPDR iter env 5
1453     vpp-performance-changes-3n-dnv-cmp:
1454       csit-vpp-perf-report-iterative-2101-3n-dnv:
1455         - 33  # rls2101.rel NDRPDR iter env 6
1456         - 34  # rls2101.rel NDRPDR iter env 6
1457         - 35  # rls2101.rel NDRPDR iter env 6
1458         - 36  # rls2101.rel NDRPDR iter env 6
1459         - 37  # rls2101.rel NDRPDR iter env 6
1460         - 38  # rls2101.rel NDRPDR iter env 6
1461         - 39  # rls2101.rel NDRPDR iter env 6
1462         - 40  # rls2101.rel NDRPDR iter env 6
1463         - 41  # rls2101.rel NDRPDR iter env 6
1464         - 42  # rls2101.rel NDRPDR iter env 6
1465         - 43  # rls2101.rel NDRPDR iter RND env 6
1466         - 44  # rls2101.rel NDRPDR iter RND env 6
1467         - 45  # rls2101.rel NDRPDR iter RND env 6
1468         - 46  # rls2101.rel NDRPDR iter RND env 6
1469         - 47  # rls2101.rel NDRPDR iter RND env 6
1470         - 48  # rls2101.rel NDRPDR iter RND env 6
1471         - 49  # rls2101.rel NDRPDR iter RND env 6
1472         - 50  # rls2101.rel NDRPDR iter RND env 6
1473         - 51  # rls2101.rel NDRPDR iter RND env 6
1474         - 52  # rls2101.rel NDRPDR iter RND env 6
1475
1476     vpp-performance-changes-3n-tsh-h1:
1477       csit-vpp-perf-report-iterative-2009-3n-tsh:
1478         - 8   # rls2005 NDRPDR iter env 5
1479         - 11  # rls2005 NDRPDR iter env 5
1480         - 12  # rls2005 NDRPDR iter env 5
1481         - 24  # rls2005 NDRPDR iter env 5
1482         - 27  # rls2005 NDRPDR iter env 5
1483         - 29  # rls2005 NDRPDR iter env 5
1484         - 31  # rls2005 NDRPDR iter env 5
1485         - 39  # rls2005 NDRPDR iter env 5
1486         - 40  # rls2005 NDRPDR iter env 5
1487         - 42  # rls2005 NDRPDR iter env 5
1488     vpp-performance-changes-3n-tsh-ref-env-old:
1489       csit-vpp-perf-report-iterative-2009-3n-tsh:
1490         - 14  # rls2009 NDRPDR iter env 5
1491         - 20  # rls2009 NDRPDR iter env 5
1492         - 21  # rls2009 NDRPDR iter env 5
1493         - 22  # rls2009 NDRPDR iter env 5
1494         - 23  # rls2009 NDRPDR iter env 5
1495         - 28  # rls2009 NDRPDR iter env 5
1496         - 30  # rls2009 NDRPDR iter env 5
1497         - 33  # rls2009 NDRPDR iter env 5
1498         - 38  # rls2009 NDRPDR iter env 5
1499         - 41  # rls2009 NDRPDR iter env 5
1500     vpp-performance-changes-3n-tsh-ref-env-new:
1501       csit-vpp-perf-report-iterative-2101-3n-tsh:
1502         - 8   # rls2009 NDRPDR iter env 6
1503         - 13  # rls2009 NDRPDR iter env 6
1504         - 14  # rls2009 NDRPDR iter env 6
1505         - 15  # rls2009 NDRPDR iter env 6
1506         - 16  # rls2009 NDRPDR iter env 6
1507         - 17  # rls2009 NDRPDR iter env 6
1508         - 18  # rls2009 NDRPDR iter env 6
1509         - 19  # rls2009 NDRPDR iter env 6
1510         - 21  # rls2009 NDRPDR iter env 6
1511     vpp-performance-changes-3n-tsh-cmp:
1512       csit-vpp-perf-report-iterative-2101-3n-tsh:
1513         - 23  # rls2101.rel NDRPDR iter env 6
1514         - 24  # rls2101.rel NDRPDR iter env 6
1515         - 25  # rls2101.rel NDRPDR iter env 6
1516         - 26  # rls2101.rel NDRPDR iter env 6
1517         - 27  # rls2101.rel NDRPDR iter env 6
1518         - 28  # rls2101.rel NDRPDR iter env 6
1519         - 29  # rls2101.rel NDRPDR iter env 6
1520         - 30  # rls2101.rel NDRPDR iter env 6
1521         - 31  # rls2101.rel NDRPDR iter env 6
1522         - 32  # rls2101.rel NDRPDR iter env 6
1523
1524 #     vpp-performance-changes-2n-tx2-h1:
1525 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1526 #         -
1527 #     vpp-performance-changes-2n-tx2-ref-env-old:
1528 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1529 #         -
1530     vpp-performance-changes-2n-tx2-ref-env-new:
1531       csit-vpp-perf-report-iterative-2101-2n-tx2:
1532         - 6   # rls2009 NDRPDR iter env 6
1533         - 7   # rls2009 NDRPDR iter env 6
1534         - 11  # rls2009 NDRPDR iter env 6
1535         - 12  # rls2009 NDRPDR iter env 6
1536         - 13  # rls2009 NDRPDR iter env 6
1537         - 16  # rls2009 NDRPDR iter env 6
1538         - 17  # rls2009 NDRPDR iter env 6
1539         - 18  # rls2009 NDRPDR iter env 6
1540         - 19  # rls2009 NDRPDR iter env 6
1541         - 20  # rls2009 NDRPDR iter env 6
1542     vpp-performance-changes-2n-tx2-cmp:
1543       csit-vpp-perf-report-iterative-2101-2n-tx2:
1544         - 22  # rls2101.rel NDRPDR iter env 6
1545         - 23  # rls2101.rel NDRPDR iter env 6
1546         - 24  # rls2101.rel NDRPDR iter env 6
1547         - 25  # rls2101.rel NDRPDR iter env 6
1548         - 26  # rls2101.rel NDRPDR iter env 6
1549         - 27  # rls2101.rel NDRPDR iter env 6
1550         - 28  # rls2101.rel NDRPDR iter env 6
1551         - 29  # rls2101.rel NDRPDR iter env 6
1552         - 30  # rls2101.rel NDRPDR iter env 6
1553         - 31  # rls2101.rel NDRPDR iter env 6
1554
1555     vpp-soak-vs-ndr-2n-skx-ref:
1556       csit-vpp-perf-report-iterative-2101-2n-skx:
1557         - 63  # rls2101.rel NDRPDR iter env 6
1558         - 69  # rls2101.rel NDRPDR iter env 6
1559         - 70  # rls2101.rel NDRPDR iter env 6
1560         - 75  # rls2101.rel NDRPDR iter env 6
1561         - 76  # rls2101.rel NDRPDR iter env 6
1562         - 77  # rls2101.rel NDRPDR iter env 6
1563         - 82  # rls2101.rel NDRPDR iter env 6
1564         - 85  # rls2101.rel NDRPDR iter env 6
1565         - 86  # rls2101.rel NDRPDR iter env 6
1566         - 94  # rls2101.rel NDRPDR iter env 6
1567     vpp-soak-vs-ndr-2n-skx-cmp:
1568       csit-vpp-perf-report-iterative-2101-2n-skx:
1569         - 68  # rls2101.rel soak env 6
1570         - 73  # rls2101.rel soak env 6
1571     vpp-soak-vs-ndr-2n-skx:
1572       csit-vpp-perf-report-iterative-2101-2n-skx:
1573         - 63  # rls2101.rel NDRPDR iter env 6
1574         - 69  # rls2101.rel NDRPDR iter env 6
1575         - 70  # rls2101.rel NDRPDR iter env 6
1576         - 75  # rls2101.rel NDRPDR iter env 6
1577         - 76  # rls2101.rel NDRPDR iter env 6
1578         - 77  # rls2101.rel NDRPDR iter env 6
1579         - 82  # rls2101.rel NDRPDR iter env 6
1580         - 85  # rls2101.rel NDRPDR iter env 6
1581         - 86  # rls2101.rel NDRPDR iter env 6
1582         - 94  # rls2101.rel NDRPDR iter env 6
1583         - 68  # rls2101.rel soak env 6
1584         - 73  # rls2101.rel soak env 6
1585
1586     vpp-soak-vs-ndr-2n-clx-ref:
1587       csit-vpp-perf-report-iterative-2101-2n-clx:
1588         - 54  # rls2101.rel NDRPDR iter env 6
1589         - 59  # rls2101.rel NDRPDR iter env 6
1590         - 60  # rls2101.rel NDRPDR iter env 6
1591         - 63  # rls2101.rel NDRPDR iter env 6
1592         - 66  # rls2101.rel NDRPDR iter env 6
1593         - 68  # rls2101.rel NDRPDR iter env 6
1594         - 73  # rls2101.rel NDRPDR iter env 6
1595         - 75  # rls2101.rel NDRPDR iter env 6
1596         - 86  # rls2101.rel NDRPDR iter env 6
1597         - 90  # rls2101.rel NDRPDR iter env 6
1598     vpp-soak-vs-ndr-2n-clx-cmp:
1599       csit-vpp-perf-report-iterative-2101-2n-clx:
1600         - 58  # rls2101.rel soak env 6
1601         - 61  # rls2101.rel soak env 6
1602     vpp-soak-vs-ndr-2n-clx:
1603       csit-vpp-perf-report-iterative-2101-2n-clx:
1604         - 54  # rls2101.rel NDRPDR iter env 6
1605         - 59  # rls2101.rel NDRPDR iter env 6
1606         - 60  # rls2101.rel NDRPDR iter env 6
1607         - 63  # rls2101.rel NDRPDR iter env 6
1608         - 66  # rls2101.rel NDRPDR iter env 6
1609         - 68  # rls2101.rel NDRPDR iter env 6
1610         - 73  # rls2101.rel NDRPDR iter env 6
1611         - 75  # rls2101.rel NDRPDR iter env 6
1612         - 86  # rls2101.rel NDRPDR iter env 6
1613         - 90  # rls2101.rel NDRPDR iter env 6
1614         - 58  # rls2101.rel soak env 6
1615         - 61  # rls2101.rel soak env 6
1616
1617     vpp-performance-changes-3n-hsw-mrr-h1:
1618       csit-vpp-perf-report-iterative-2009-3n-hsw:
1619         - 18  # rls2005 MRR iter env 5
1620     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1621       csit-vpp-perf-report-iterative-2009-3n-hsw:
1622         - 23  # rls2009 MRR iter env 5
1623     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1624       csit-vpp-perf-report-iterative-2101-3n-hsw:
1625         - 17  # rls2009 MRR iter env 6
1626     vpp-performance-changes-3n-hsw-mrr-cmp:
1627       csit-vpp-perf-report-iterative-2101-3n-hsw:
1628         - 63  # rls2101.rel MRR iter env 6
1629
1630     vpp-performance-changes-3n-skx-mrr-h1:
1631       csit-vpp-perf-report-iterative-2009-3n-skx:
1632         - 17  # rls2005 MRR iter env 5
1633     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1634       csit-vpp-perf-report-iterative-2009-3n-skx:
1635         - 24  # rls2009 MRR iter env 5
1636     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1637       csit-vpp-perf-report-iterative-2101-3n-skx:
1638         - 34  # rls2009 MRR iter env 6
1639     vpp-performance-changes-3n-skx-mrr-cmp:
1640       csit-vpp-perf-report-iterative-2101-3n-skx:
1641         - 35  # rls2101.rel MRR iter env 6
1642
1643     vpp-performance-changes-2n-skx-mrr-h1:
1644       csit-vpp-perf-report-iterative-2009-2n-skx:
1645         - 20  # rls2005 MRR iter env 5
1646     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1647       csit-vpp-perf-report-iterative-2009-2n-skx:
1648         - 120 # rls2009 MRR iter env 5
1649     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1650       csit-vpp-perf-report-iterative-2101-2n-skx:
1651         - 21  # rls2009 MRR iter env 6
1652     vpp-performance-changes-2n-skx-mrr-cmp:
1653       csit-vpp-perf-report-iterative-2101-2n-skx:
1654         - 62  # rls2101.rel MRR iter env 6
1655
1656     vpp-performance-changes-2n-clx-mrr-h1:
1657       csit-vpp-perf-report-iterative-2009-2n-clx:
1658         - 77  # rls2005 MRR iter env 5
1659     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1660       csit-vpp-perf-report-iterative-2009-2n-clx:
1661         - 125 # rls2009 MRR iter env 5
1662     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1663       csit-vpp-perf-report-iterative-2101-2n-clx:
1664         - 15  # rls2009 MRR iter env 6
1665         - 142 # rls2009 MRR MLX iter env 6
1666     vpp-performance-changes-2n-clx-mrr-cmp:
1667       csit-vpp-perf-report-iterative-2101-2n-clx:
1668         - 53  # rls2101.rel MRR iter env 6
1669         - 133 # rls2101.rel MRR MLX iter env 6
1670
1671     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1672       csit-vpp-perf-report-iterative-2009-2n-zn2:
1673         - 15  # rls2009 MRR iter env 5
1674     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1675       csit-vpp-perf-report-iterative-2101-2n-zn2:
1676         - 8   # rls2009 MRR iter env6
1677     vpp-performance-changes-2n-zn2-mrr-cmp:
1678       csit-vpp-perf-report-iterative-2101-2n-zn2:
1679         - 30  # rls2101.rel MRR iter env 6
1680
1681     vpp-performance-changes-2n-dnv-mrr-h1:
1682       csit-vpp-perf-report-iterative-2009-2n-dnv:
1683         - 23  # rls2005 MRR iter env 5
1684     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1685       csit-vpp-perf-report-iterative-2009-2n-dnv:
1686         - 13  # rls2009 MRR iter env 5
1687     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1688       # TODO: Re-test in new env
1689       csit-vpp-perf-report-iterative-2009-2n-dnv:
1690         - 13  # rls2009 MRR iter env 5
1691     vpp-performance-changes-2n-dnv-mrr-cmp:
1692       csit-vpp-perf-report-iterative-2101-2n-dnv:
1693         - 31  # rls2101.rel MRR iter env 6
1694
1695     vpp-performance-changes-3n-dnv-mrr-h1:
1696       csit-vpp-perf-report-iterative-2009-3n-dnv:
1697         - 19  # rls2005 MRR iter env 5
1698     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1699       csit-vpp-perf-report-iterative-2009-3n-dnv:
1700         - 22  # rls2009 MRR iter env 5
1701     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1702       # TODO: Re-test in new env
1703       csit-vpp-perf-report-iterative-2009-3n-dnv:
1704         - 22  # rls2009 MRR iter env 5
1705     vpp-performance-changes-3n-dnv-mrr-cmp:
1706       csit-vpp-perf-report-iterative-2101-3n-dnv:
1707         - 32  # rls2101.rel MRR iter env 6
1708
1709     vpp-performance-changes-3n-tsh-mrr-h1:
1710       csit-vpp-perf-report-iterative-2009-3n-tsh:
1711         - 13  # rls2005 MRR iter env 5
1712     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1713       csit-vpp-perf-report-iterative-2009-3n-tsh:
1714         - 15  # rls2009 MRR iter env 5
1715     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1716       csit-vpp-perf-report-iterative-2101-3n-tsh:
1717         - 7   # rls2009 MRR iter env 6
1718     vpp-performance-changes-3n-tsh-mrr-cmp:
1719       csit-vpp-perf-report-iterative-2101-3n-tsh:
1720         - 22  # rls2101.rel MRR iter env 6
1721
1722 #     vpp-performance-changes-2n-tx2-mrr-h1:
1723 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1724 #         -
1725 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1726 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1727 #         -
1728     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1729       csit-vpp-perf-report-iterative-2101-2n-tx2:
1730         - 5   # rls2009 MRR iter env 6
1731     vpp-performance-changes-2n-tx2-mrr-cmp:
1732       csit-vpp-perf-report-iterative-2101-2n-tx2:
1733         - 21  # rls2101.rel MRR iter env 6
1734
1735     dpdk-performance-changes-3n-hsw-h1:
1736       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1737         - 25  # NDRPDR iter
1738         - 26  # NDRPDR iter
1739         - 27  # NDRPDR iter
1740         - 28  # NDRPDR iter
1741         - 29  # NDRPDR iter
1742         - 30  # NDRPDR iter
1743         - 31  # NDRPDR iter
1744         - 32  # NDRPDR iter
1745         - 33  # NDRPDR iter
1746         - 34  # NDRPDR iter
1747     dpdk-performance-changes-3n-hsw-ref:
1748       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1749         - 6   # NDRPDR iter env5
1750         - 7   # NDRPDR iter env5
1751         - 8   # NDRPDR iter env5
1752         - 9   # NDRPDR iter env5
1753         - 10  # NDRPDR iter env5
1754         - 11  # NDRPDR iter env5
1755         - 12  # NDRPDR iter env5
1756         - 13  # NDRPDR iter env5
1757         - 14  # NDRPDR iter env5
1758         - 15  # NDRPDR iter env5
1759     dpdk-performance-changes-3n-hsw-cmp:
1760       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1761         - 11  # rls2101 NDRPDR iter env 6
1762         - 12  # rls2101 NDRPDR iter env 6
1763         - 13  # rls2101 NDRPDR iter env 6
1764         - 14  # rls2101 NDRPDR iter env 6
1765         - 16  # rls2101 NDRPDR iter env 6
1766         - 17  # rls2101 NDRPDR iter env 6
1767         - 18  # rls2101 NDRPDR iter env 6
1768         - 19  # rls2101 NDRPDR iter env 6
1769         - 20  # rls2101 NDRPDR iter env 6
1770         - 21  # rls2101 NDRPDR iter env 6
1771
1772     dpdk-performance-changes-3n-skx-h1:
1773       csit-dpdk-perf-report-iterative-2005-3n-skx:
1774         - 28  # NDRPDR iter
1775         - 29  # NDRPDR iter
1776         - 30  # NDRPDR iter
1777         - 31  # NDRPDR iter
1778         - 32  # NDRPDR iter
1779         - 33  # NDRPDR iter
1780         - 34  # NDRPDR iter
1781         - 35  # NDRPDR iter
1782         - 36  # NDRPDR iter
1783         - 37  # NDRPDR iter
1784     dpdk-performance-changes-3n-skx-ref:
1785       csit-dpdk-perf-report-iterative-2009-3n-skx:
1786         - 4   # NDRPDR sel env5
1787         - 5   # NDRPDR sel env5
1788         - 6   # NDRPDR sel env5
1789         - 7   # NDRPDR sel env5
1790         - 8   # NDRPDR sel env5
1791         - 9   # NDRPDR sel env5
1792         - 14  # NDRPDR sel env5
1793         - 11  # NDRPDR sel env5
1794         - 12  # NDRPDR sel env5
1795         - 13  # NDRPDR sel env5
1796     dpdk-performance-changes-3n-skx-cmp:
1797       csit-dpdk-perf-report-iterative-2101-3n-skx:
1798         - 12  # rls2101 NDRPDR iter env 6
1799         - 14  # rls2101 NDRPDR iter env 6
1800         - 15  # rls2101 NDRPDR iter env 6
1801         - 17  # rls2101 NDRPDR iter env 6
1802         - 19  # rls2101 NDRPDR iter env 6
1803         - 20  # rls2101 NDRPDR iter env 6
1804         - 21  # rls2101 NDRPDR iter env 6
1805         - 22  # rls2101 NDRPDR iter env 6
1806         - 25  # rls2101 NDRPDR iter env 6
1807         - 26  # rls2101 NDRPDR iter env 6
1808
1809     dpdk-performance-changes-2n-skx-h1:
1810       csit-dpdk-perf-report-iterative-2005-2n-skx:
1811         - 20  # NDRPDR iter
1812         - 21  # NDRPDR iter
1813         - 22  # NDRPDR iter
1814         - 23  # NDRPDR iter
1815         - 24  # NDRPDR iter
1816         - 25  # NDRPDR iter
1817         - 26  # NDRPDR iter
1818         - 27  # NDRPDR iter
1819         - 28  # NDRPDR iter
1820         - 29  # NDRPDR iter
1821     dpdk-performance-changes-2n-skx-ref:
1822       csit-dpdk-perf-report-iterative-2009-2n-skx:
1823         - 4   # NDRPDR iter env5
1824         - 5   # NDRPDR iter env5
1825         - 6   # NDRPDR iter env5
1826         - 7   # NDRPDR iter env5
1827         - 8   # NDRPDR iter env5
1828         - 9   # NDRPDR iter env5
1829         - 10  # NDRPDR iter env5
1830         - 11  # NDRPDR iter env5
1831         - 12  # NDRPDR iter env5
1832         - 13  # NDRPDR iter env5
1833     dpdk-performance-changes-2n-skx-cmp:
1834       csit-dpdk-perf-report-iterative-2101-2n-skx:
1835         - 11  # rls2101 NDRPDR iter env 6
1836         - 12  # rls2101 NDRPDR iter env 6
1837         - 13  # rls2101 NDRPDR iter env 6
1838         - 14  # rls2101 NDRPDR iter env 6
1839         - 15  # rls2101 NDRPDR iter env 6
1840         - 17  # rls2101 NDRPDR iter env 6
1841         - 18  # 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
1846     dpdk-performance-changes-2n-clx-h1:
1847       csit-dpdk-perf-report-iterative-2005-2n-clx:
1848         - 20  # NDRPDR iter
1849         - 21  # NDRPDR iter
1850         - 22  # NDRPDR iter
1851         - 23  # NDRPDR iter
1852         - 24  # NDRPDR iter
1853         - 25  # NDRPDR iter
1854         - 26  # NDRPDR iter
1855         - 27  # NDRPDR iter
1856         - 28  # NDRPDR iter
1857         - 29  # NDRPDR iter
1858     dpdk-performance-changes-2n-clx-ref:
1859       csit-dpdk-perf-report-iterative-2009-2n-clx:
1860         - 4   # NDRPDR iter env5
1861         - 5   # NDRPDR iter env5
1862         - 6   # NDRPDR iter env5
1863         - 7   # NDRPDR iter env5
1864         - 8   # NDRPDR iter env5
1865         - 9   # NDRPDR iter env5
1866         - 10  # NDRPDR iter env5
1867         - 11  # NDRPDR iter env5
1868         - 12  # NDRPDR iter env5
1869         - 13  # NDRPDR iter env5
1870     dpdk-performance-changes-2n-clx-cmp:
1871       csit-dpdk-perf-report-iterative-2101-2n-clx:
1872         - 12  # rls2101 NDRPDR iter env 6
1873         - 13  # rls2101 NDRPDR iter env 6
1874         - 14  # rls2101 NDRPDR iter env 6
1875         - 18  # rls2101 NDRPDR iter env 6
1876         - 22  # rls2101 NDRPDR iter env 6
1877
1878     dpdk-performance-changes-2n-zn2-ref:
1879       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1880         - 16  # NDRPDR iter env5
1881         - 21  # NDRPDR iter env5
1882         - 22  # NDRPDR iter env5
1883         - 23  # NDRPDR iter env5
1884         - 24  # NDRPDR iter env5
1885         - 25  # NDRPDR iter env5
1886         - 29  # NDRPDR iter env5
1887     dpdk-performance-changes-2n-zn2-cmp:
1888       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1889         - 11  # rls2101 NDRPDR iter env 6
1890         - 12  # rls2101 NDRPDR iter env 6
1891         - 13  # rls2101 NDRPDR iter env 6
1892         - 14  # rls2101 NDRPDR iter env 6
1893         - 16  # rls2101 NDRPDR iter env 6
1894         - 17  # rls2101 NDRPDR iter env 6
1895         - 18  # rls2101 NDRPDR iter env 6
1896         - 19  # rls2101 NDRPDR iter env 6
1897         - 20  # rls2101 NDRPDR iter env 6
1898         - 21  # rls2101 NDRPDR iter env 6
1899
1900 #    dpdk-performance-changes-2n-dnv-h1:
1901 #      csit-dpdk-perf-verify-2101-2n-dnv:
1902 #        - 9   # NDRPDR sel
1903 #        - 10  # NDRPDR sel
1904 #        - 11  # NDRPDR sel
1905 #        - 12  # NDRPDR sel
1906 #        - 13  # NDRPDR sel
1907 #        - 14  # NDRPDR sel
1908 #        - 15  # NDRPDR sel
1909 #        - 16  # NDRPDR sel
1910 #        - 17  # NDRPDR sel
1911 #        - 18  # NDRPDR sel
1912 #    dpdk-performance-changes-2n-dnv-ref:
1913 #      # No data
1914 #    dpdk-performance-changes-2n-dnv-cmp:
1915 #      # No data
1916 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1917
1918 #    dpdk-performance-changes-3n-dnv-h1:
1919 #      csit-dpdk-perf-verify-2101-3n-dnv:
1920 #        - 12  # NDRPDR sel
1921 #        - 13  # NDRPDR sel
1922 #        - 14  # NDRPDR sel
1923 #        - 15  # NDRPDR sel
1924 #        - 16  # NDRPDR sel
1925 #        - 17  # NDRPDR sel
1926 #        - 18  # NDRPDR sel
1927 #        - 19  # NDRPDR sel
1928 #        - 20  # NDRPDR sel
1929 #        - 22  # NDRPDR sel
1930 #    dpdk-performance-changes-3n-dnv-ref:
1931 #      # No data
1932 #    dpdk-performance-changes-3n-dnv-cmp:
1933 #      # No data
1934 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1935
1936     dpdk-performance-changes-3n-tsh-h1:
1937       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1938         - 5   # NDRPDR sel
1939     dpdk-performance-changes-3n-tsh-ref:
1940       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1941         - 1   # NDRPDR iter env5
1942         - 2   # NDRPDR iter env5
1943         - 3   # NDRPDR iter env5
1944         - 4   # NDRPDR iter env5
1945         - 5   # NDRPDR iter env5
1946         - 6   # NDRPDR iter env5
1947         - 7   # NDRPDR iter env5
1948         - 9   # NDRPDR iter env5
1949         - 10  # NDRPDR iter env5
1950         - 11  # NDRPDR iter env5
1951     dpdk-performance-changes-3n-tsh-cmp:
1952       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1953         - 11  # rls2101 NDRPDR iter env 6
1954         - 12  # rls2101 NDRPDR iter env 6
1955         - 13  # rls2101 NDRPDR iter env 6
1956         - 14  # rls2101 NDRPDR iter env 6
1957         - 16  # rls2101 NDRPDR iter env 6
1958         - 17  # rls2101 NDRPDR iter env 6
1959         - 18  # rls2101 NDRPDR iter env 6
1960         - 19  # rls2101 NDRPDR iter env 6
1961         - 20  # rls2101 NDRPDR iter env 6
1962         - 21  # rls2101 NDRPDR iter env 6
1963
1964     # Compare testbeds
1965
1966     vpp-compare-testbeds-ref:
1967       csit-vpp-perf-report-iterative-2101-3n-hsw:
1968         - 64  # rls2101.rel NDRPDR iter env 6
1969         - 71  # rls2101.rel NDRPDR iter env 6
1970         - 73  # rls2101.rel NDRPDR iter env 6
1971         - 74  # rls2101.rel NDRPDR iter env 6
1972         - 80  # rls2101.rel NDRPDR iter env 6
1973         - 81  # rls2101.rel NDRPDR iter env 6
1974         - 82  # rls2101.rel NDRPDR iter env 6
1975         - 83  # rls2101.rel NDRPDR iter env 6
1976         - 88  # rls2101.rel NDRPDR iter env 6
1977         - 89  # rls2101.rel NDRPDR iter env 6
1978     vpp-compare-testbeds-cmp:
1979       csit-vpp-perf-report-iterative-2101-3n-skx:
1980         - 36  # rls2101.rel NDRPDR iter env 6
1981         - 37  # rls2101.rel NDRPDR iter env 6
1982         - 38  # rls2101.rel NDRPDR iter env 6
1983         - 39  # rls2101.rel NDRPDR iter env 6
1984         - 40  # rls2101.rel NDRPDR iter env 6
1985         - 41  # rls2101.rel NDRPDR iter env 6
1986         - 42  # rls2101.rel NDRPDR iter env 6
1987         - 47  # rls2101.rel NDRPDR iter env 6
1988         - 48  # rls2101.rel NDRPDR iter env 6
1989         - 50  # rls2101.rel NDRPDR iter env 6
1990
1991     vpp-compare-testbeds-skx-clx-ref:
1992       csit-vpp-perf-report-iterative-2101-2n-skx:
1993         - 63  # rls2101.rel NDRPDR iter env 6
1994         - 69  # rls2101.rel NDRPDR iter env 6
1995         - 70  # rls2101.rel NDRPDR iter env 6
1996         - 75  # rls2101.rel NDRPDR iter env 6
1997         - 76  # rls2101.rel NDRPDR iter env 6
1998         - 77  # rls2101.rel NDRPDR iter env 6
1999         - 82  # rls2101.rel NDRPDR iter env 6
2000         - 85  # rls2101.rel NDRPDR iter env 6
2001         - 86  # rls2101.rel NDRPDR iter env 6
2002         - 94  # rls2101.rel NDRPDR iter env 6
2003         - 89  # rls2101.rel NDRPDR iter RND env 6
2004         - 90  # rls2101.rel NDRPDR iter RND env 6
2005         - 91  # rls2101.rel NDRPDR iter RND env 6
2006         - 92  # rls2101.rel NDRPDR iter RND env 6
2007         - 93  # rls2101.rel NDRPDR iter RND env 6
2008         - 96  # rls2101.rel NDRPDR iter RND env 6
2009         - 98  # rls2101.rel NDRPDR iter RND env 6
2010         - 99  # rls2101.rel NDRPDR iter RND env 6
2011         - 101 # rls2101.rel NDRPDR iter RND env 6
2012         - 102 # rls2101.rel NDRPDR iter RND env 6
2013         - 116 # rls2101.rel NDRPDR iter NAT env 6
2014         - 117 # rls2101.rel NDRPDR iter NAT env 6
2015         - 118 # rls2101.rel NDRPDR iter NAT env 6
2016         - 119 # rls2101.rel NDRPDR iter NAT env 6
2017         - 120 # rls2101.rel NDRPDR iter NAT env 6
2018         - 121 # rls2101.rel NDRPDR iter NAT env 6
2019         - 122 # rls2101.rel NDRPDR iter NAT env 6
2020         - 123 # rls2101.rel NDRPDR iter NAT env 6
2021         - 124 # rls2101.rel NDRPDR iter NAT env 6
2022         - 125 # rls2101.rel NDRPDR iter NAT env 6
2023     vpp-compare-testbeds-skx-clx-cmp:
2024       csit-vpp-perf-report-iterative-2101-2n-clx:
2025         - 54  # rls2101.rel NDRPDR iter env 6
2026         - 59  # rls2101.rel NDRPDR iter env 6
2027         - 60  # rls2101.rel NDRPDR iter env 6
2028         - 63  # rls2101.rel NDRPDR iter env 6
2029         - 66  # rls2101.rel NDRPDR iter env 6
2030         - 68  # rls2101.rel NDRPDR iter env 6
2031         - 73  # rls2101.rel NDRPDR iter env 6
2032         - 75  # rls2101.rel NDRPDR iter env 6
2033         - 86  # rls2101.rel NDRPDR iter env 6
2034         - 90  # rls2101.rel NDRPDR iter env 6
2035         - 80  # rls2101.rel NDRPDR iter RND env 6
2036         - 87  # rls2101.rel NDRPDR iter RND env 6
2037         - 91  # rls2101.rel NDRPDR iter RND env 6
2038         - 92  # rls2101.rel NDRPDR iter RND env 6
2039         - 93  # rls2101.rel NDRPDR iter RND env 6
2040         - 94  # rls2101.rel NDRPDR iter RND env 6
2041         - 95  # rls2101.rel NDRPDR iter RND env 6
2042         - 100 # rls2101.rel NDRPDR iter RND env 6
2043         - 106 # rls2101.rel NDRPDR iter RND env 6
2044         - 108 # rls2101.rel NDRPDR iter RND env 6
2045         - 112 # rls2101.rel NDRPDR iter NAT env 6
2046         - 113 # rls2101.rel NDRPDR iter NAT env 6
2047         - 114 # rls2101.rel NDRPDR iter NAT env 6
2048         - 115 # rls2101.rel NDRPDR iter NAT env 6
2049         - 116 # rls2101.rel NDRPDR iter NAT env 6
2050         - 117 # rls2101.rel NDRPDR iter NAT env 6
2051         - 118 # rls2101.rel NDRPDR iter NAT env 6
2052         - 119 # rls2101.rel NDRPDR iter NAT env 6
2053         - 120 # rls2101.rel NDRPDR iter NAT env 6
2054         - 121 # rls2101.rel NDRPDR iter NAT env 6
2055         - 122 # rls2101.rel NDRPDR iter MLX env 6
2056         - 123 # rls2101.rel NDRPDR iter MLX env 6
2057         - 124 # rls2101.rel NDRPDR iter MLX env 6
2058         - 126 # rls2101.rel NDRPDR iter MLX env 6
2059         - 127 # rls2101.rel NDRPDR iter MLX env 6
2060         - 128 # rls2101.rel NDRPDR iter MLX env 6
2061         - 129 # rls2101.rel NDRPDR iter MLX env 6
2062         - 130 # rls2101.rel NDRPDR iter MLX env 6
2063         - 131 # rls2101.rel NDRPDR iter MLX env 6
2064         - 132 # rls2101.rel NDRPDR iter MLX env 6
2065
2066     vpp-compare-testbeds-hsw-clx-ref:
2067       csit-vpp-perf-report-iterative-2101-3n-hsw:
2068         - 64  # rls2101.rel NDRPDR iter env 6
2069         - 71  # rls2101.rel NDRPDR iter env 6
2070         - 73  # rls2101.rel NDRPDR iter env 6
2071         - 74  # rls2101.rel NDRPDR iter env 6
2072         - 80  # rls2101.rel NDRPDR iter env 6
2073         - 81  # rls2101.rel NDRPDR iter env 6
2074         - 82  # rls2101.rel NDRPDR iter env 6
2075         - 83  # rls2101.rel NDRPDR iter env 6
2076         - 88  # rls2101.rel NDRPDR iter env 6
2077         - 89  # rls2101.rel NDRPDR iter env 6
2078         - 128 # rls2101.rel NDRPDR iter RND env 6
2079         - 129 # rls2101.rel NDRPDR iter RND env 6
2080         - 130 # rls2101.rel NDRPDR iter RND env 6
2081         - 131 # rls2101.rel NDRPDR iter RND env 6
2082         - 132 # rls2101.rel NDRPDR iter RND env 6
2083         - 133 # rls2101.rel NDRPDR iter RND env 6
2084         - 134 # rls2101.rel NDRPDR iter RND env 6
2085         - 135 # rls2101.rel NDRPDR iter RND env 6
2086         - 136 # rls2101.rel NDRPDR iter RND env 6
2087         - 137 # rls2101.rel NDRPDR iter RND env 6
2088     vpp-compare-testbeds-hsw-clx-cmp:
2089       csit-vpp-perf-report-iterative-2101-2n-clx:
2090         - 54  # rls2101.rel NDRPDR iter env 6
2091         - 59  # rls2101.rel NDRPDR iter env 6
2092         - 60  # rls2101.rel NDRPDR iter env 6
2093         - 63  # rls2101.rel NDRPDR iter env 6
2094         - 66  # rls2101.rel NDRPDR iter env 6
2095         - 68  # rls2101.rel NDRPDR iter env 6
2096         - 73  # rls2101.rel NDRPDR iter env 6
2097         - 75  # rls2101.rel NDRPDR iter env 6
2098         - 90  # rls2101.rel NDRPDR iter env 6
2099         - 80  # rls2101.rel NDRPDR iter RND env 6
2100         - 87  # rls2101.rel NDRPDR iter RND env 6
2101         - 91  # rls2101.rel NDRPDR iter RND env 6
2102         - 92  # rls2101.rel NDRPDR iter RND env 6
2103         - 93  # rls2101.rel NDRPDR iter RND env 6
2104         - 94  # rls2101.rel NDRPDR iter RND env 6
2105         - 95  # rls2101.rel NDRPDR iter RND env 6
2106         - 100 # rls2101.rel NDRPDR iter RND env 6
2107         - 106 # rls2101.rel NDRPDR iter RND env 6
2108         - 108 # rls2101.rel NDRPDR iter RND env 6
2109         - 112 # rls2101.rel NDRPDR iter NAT env 6
2110         - 113 # rls2101.rel NDRPDR iter NAT env 6
2111         - 114 # rls2101.rel NDRPDR iter NAT env 6
2112         - 115 # rls2101.rel NDRPDR iter NAT env 6
2113         - 116 # rls2101.rel NDRPDR iter NAT env 6
2114         - 117 # rls2101.rel NDRPDR iter NAT env 6
2115         - 118 # rls2101.rel NDRPDR iter NAT env 6
2116         - 119 # rls2101.rel NDRPDR iter NAT env 6
2117         - 120 # rls2101.rel NDRPDR iter NAT env 6
2118         - 121 # rls2101.rel NDRPDR iter NAT env 6
2119         - 122 # rls2101.rel NDRPDR iter MLX env 6
2120         - 123 # rls2101.rel NDRPDR iter MLX env 6
2121         - 124 # rls2101.rel NDRPDR iter MLX env 6
2122         - 126 # rls2101.rel NDRPDR iter MLX env 6
2123         - 127 # rls2101.rel NDRPDR iter MLX env 6
2124         - 128 # rls2101.rel NDRPDR iter MLX env 6
2125         - 129 # rls2101.rel NDRPDR iter MLX env 6
2126         - 130 # rls2101.rel NDRPDR iter MLX env 6
2127         - 131 # rls2101.rel NDRPDR iter MLX env 6
2128         - 132 # rls2101.rel NDRPDR iter MLX env 6
2129
2130     vpp-compare-testbeds-mrr-ref:
2131       csit-vpp-perf-report-iterative-2101-3n-hsw:
2132         - 63  # rls2101.rel MRR iter env 6
2133     vpp-compare-testbeds-mrr-cmp:
2134       csit-vpp-perf-report-iterative-2101-3n-skx:
2135         - 35  # rls2101.rel MRR iter env 6
2136
2137     vpp-compare-testbeds-mrr-skx-clx-ref:
2138       csit-vpp-perf-report-iterative-2101-2n-skx:
2139         - 62  # rls2101.rel MRR iter env 6
2140     vpp-compare-testbeds-mrr-skx-clx-cmp:
2141       csit-vpp-perf-report-iterative-2101-2n-clx:
2142         - 53  # rls2101.rel MRR iter env 6
2143
2144     vpp-compare-testbeds-mrr-hsw-clx-ref:
2145       csit-vpp-perf-report-iterative-2101-3n-hsw:
2146         - 63  # rls2101.rel MRR iter env 6
2147     vpp-compare-testbeds-mrr-hsw-clx-cmp:
2148       csit-vpp-perf-report-iterative-2101-2n-clx:
2149         - 53  # rls2101.rel MRR iter env 6
2150
2151     dpdk-compare-testbeds-ref:
2152       csit-dpdk-perf-report-iterative-2101-3n-hsw:
2153         - 11  # rls2101 NDRPDR iter env 6
2154         - 12  # rls2101 NDRPDR iter env 6
2155         - 13  # rls2101 NDRPDR iter env 6
2156         - 14  # rls2101 NDRPDR iter env 6
2157         - 16  # rls2101 NDRPDR iter env 6
2158         - 17  # rls2101 NDRPDR iter env 6
2159         - 18  # rls2101 NDRPDR iter env 6
2160         - 19  # rls2101 NDRPDR iter env 6
2161         - 20  # rls2101 NDRPDR iter env 6
2162         - 21  # rls2101 NDRPDR iter env 6
2163     dpdk-compare-testbeds-cmp:
2164       csit-dpdk-perf-report-iterative-2101-3n-skx:
2165         - 12  # rls2101 NDRPDR iter env 6
2166         - 14  # rls2101 NDRPDR iter env 6
2167         - 15  # rls2101 NDRPDR iter env 6
2168         - 17  # rls2101 NDRPDR iter env 6
2169         - 19  # rls2101 NDRPDR iter env 6
2170         - 20  # rls2101 NDRPDR iter env 6
2171         - 21  # rls2101 NDRPDR iter env 6
2172         - 22  # rls2101 NDRPDR iter env 6
2173         - 25  # rls2101 NDRPDR iter env 6
2174         - 26  # rls2101 NDRPDR iter env 6
2175
2176     dpdk-compare-testbeds-skx-clx-ref:
2177       csit-dpdk-perf-report-iterative-2101-2n-skx:
2178         - 11  # rls2101 NDRPDR iter env 6
2179         - 12  # rls2101 NDRPDR iter env 6
2180         - 13  # rls2101 NDRPDR iter env 6
2181         - 14  # rls2101 NDRPDR iter env 6
2182         - 15  # rls2101 NDRPDR iter env 6
2183         - 17  # rls2101 NDRPDR iter env 6
2184         - 18  # rls2101 NDRPDR iter env 6
2185         - 19  # rls2101 NDRPDR iter env 6
2186         - 20  # rls2101 NDRPDR iter env 6
2187         - 21  # rls2101 NDRPDR iter env 6
2188     dpdk-compare-testbeds-skx-clx-cmp:
2189       csit-dpdk-perf-report-iterative-2101-2n-clx:
2190         - 12  # rls2101 NDRPDR iter env 6
2191         - 13  # rls2101 NDRPDR iter env 6
2192         - 14  # rls2101 NDRPDR iter env 6
2193         - 18  # rls2101 NDRPDR iter env 6
2194         - 22  # rls2101 NDRPDR iter env 6
2195
2196     # Compare topologies
2197
2198     vpp-compare-topologies-ref:
2199       csit-vpp-perf-report-iterative-2101-3n-skx:
2200         - 36  # rls2101.rel NDRPDR iter env 6
2201         - 37  # rls2101.rel NDRPDR iter env 6
2202         - 38  # rls2101.rel NDRPDR iter env 6
2203         - 39  # rls2101.rel NDRPDR iter env 6
2204         - 40  # rls2101.rel NDRPDR iter env 6
2205         - 41  # rls2101.rel NDRPDR iter env 6
2206         - 42  # rls2101.rel NDRPDR iter env 6
2207         - 47  # rls2101.rel NDRPDR iter env 6
2208         - 48  # rls2101.rel NDRPDR iter env 6
2209         - 50  # rls2101.rel NDRPDR iter env 6
2210     vpp-compare-topologies-cmp:
2211       csit-vpp-perf-report-iterative-2101-2n-skx:
2212         - 63  # rls2101.rel NDRPDR iter env 6
2213         - 69  # rls2101.rel NDRPDR iter env 6
2214         - 70  # rls2101.rel NDRPDR iter env 6
2215         - 75  # rls2101.rel NDRPDR iter env 6
2216         - 76  # rls2101.rel NDRPDR iter env 6
2217         - 77  # rls2101.rel NDRPDR iter env 6
2218         - 82  # rls2101.rel NDRPDR iter env 6
2219         - 85  # rls2101.rel NDRPDR iter env 6
2220         - 86  # rls2101.rel NDRPDR iter env 6
2221         - 94  # rls2101.rel NDRPDR iter env 6
2222
2223     vpp-compare-topologies-mrr-ref:
2224       csit-vpp-perf-report-iterative-2101-3n-skx:
2225         - 35  # rls2101.rel MRR iter env 6
2226     vpp-compare-topologies-mrr-cmp:
2227       csit-vpp-perf-report-iterative-2101-2n-skx:
2228         - 62  # rls2101.rel MRR iter env 6
2229
2230     dpdk-compare-topologies-ref:
2231       csit-dpdk-perf-report-iterative-2101-3n-skx:
2232         - 12  # rls2101 NDRPDR iter env 6
2233         - 14  # rls2101 NDRPDR iter env 6
2234         - 15  # rls2101 NDRPDR iter env 6
2235         - 17  # rls2101 NDRPDR iter env 6
2236         - 19  # rls2101 NDRPDR iter env 6
2237         - 20  # rls2101 NDRPDR iter env 6
2238         - 21  # rls2101 NDRPDR iter env 6
2239         - 22  # rls2101 NDRPDR iter env 6
2240         - 25  # rls2101 NDRPDR iter env 6
2241         - 26  # rls2101 NDRPDR iter env 6
2242     dpdk-compare-topologies-cmp:
2243       csit-dpdk-perf-report-iterative-2101-2n-skx:
2244         - 11  # rls2101 NDRPDR iter env 6
2245         - 12  # rls2101 NDRPDR iter env 6
2246         - 13  # rls2101 NDRPDR iter env 6
2247         - 14  # rls2101 NDRPDR iter env 6
2248         - 15  # rls2101 NDRPDR iter env 6
2249         - 17  # rls2101 NDRPDR iter env 6
2250         - 18  # rls2101 NDRPDR iter env 6
2251         - 19  # rls2101 NDRPDR iter env 6
2252         - 20  # rls2101 NDRPDR iter env 6
2253         - 21  # rls2101 NDRPDR iter env 6
2254
2255   plot-layouts:
2256
2257     plot-soak-throughput:
2258       titlefont:
2259         size: 16
2260       xaxis:
2261         title: "<b>Test Cases [Index]</b>"
2262         titlefont:
2263           size: 14
2264         autorange: True
2265         fixedrange: False
2266         gridcolor: "rgb(230, 230, 230)"
2267         linecolor: "rgb(220, 220, 220)"
2268         linewidth: 1
2269         showgrid: True
2270         showline: True
2271         showticklabels: True
2272         tickcolor: "rgb(220, 220, 220)"
2273         tickmode: "linear"
2274         tickfont:
2275           size: 14
2276         zeroline: False
2277       yaxis:
2278         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
2279         titlefont:
2280           size: 14
2281         gridcolor: "rgb(230, 230, 230)"
2282         hoverformat: ".4r"
2283         tickformat: ".3r"
2284         linecolor: "rgb(220, 220, 220)"
2285         linewidth: 1
2286         showgrid: True
2287         showline: True
2288         showticklabels: True
2289         tickcolor: "rgb(220, 220, 220)"
2290         tickfont:
2291           size: 14
2292         zeroline: False
2293         range: [0,50]
2294       autosize: False
2295       margin:
2296         t: 50
2297         b: 0
2298         l: 80
2299         r: 20
2300       showlegend: True
2301       legend:
2302         orientation: "h"
2303         font:
2304           size: 14
2305       width: 700
2306       height: 900
2307       paper_bgcolor: "#fff"
2308       plot_bgcolor: "#fff"
2309       hoverlabel:
2310         namelength: -1
2311
2312     plot-service-density:
2313       titlefont:
2314         size: 16
2315       xaxis:
2316         side: "top"
2317         autorange: True
2318         fixedrange: False
2319         showgrid: False
2320         showline: False
2321         showticklabels: False
2322         ticks: ""
2323         ticklen: 0
2324         tickwidth: 0
2325         zeroline: False
2326       yaxis:
2327         autorange: "reversed"
2328         showgrid: False
2329         showline: False
2330         showticklabels: False
2331         ticks: ""
2332         ticklen: 0
2333         tickwidth: 0
2334         zeroline: False
2335       showlegend: False
2336       paper_bgcolor: "#fff"
2337       plot_bgcolor: "#fff"
2338       width: 700
2339       height: 700
2340       hoverlabel:
2341         namelength: -1
2342
2343     plot-hoststack:
2344       titlefont:
2345         size: 16
2346       xaxis:
2347         title: "<b>Test Cases [Index]</b>"
2348         titlefont:
2349           size: 14
2350         autorange: True
2351         fixedrange: False
2352         gridcolor: "rgb(230, 230, 230)"
2353         linecolor: "rgb(220, 220, 220)"
2354         linewidth: 1
2355         showgrid: True
2356         showline: True
2357         showticklabels: True
2358         tickcolor: "rgb(220, 220, 220)"
2359         tickmode: "linear"
2360         tickfont:
2361           size: 14
2362         zeroline: False
2363       yaxis:
2364         title: "<b>Bandwidth [Gbps]</b>"
2365         titlefont:
2366           size: 14
2367         gridcolor: "rgb(230, 230, 230)"
2368         hoverformat: ".4s"
2369         linecolor: "rgb(220, 220, 220)"
2370         linewidth: 1
2371         rangemode: "tozero"
2372         showgrid: True
2373         showline: True
2374         showticklabels: True
2375         tickcolor: "rgb(230, 230, 230)"
2376         tickformat: ".3s"
2377         tickfont:
2378           size: 14
2379         zeroline: False
2380       autosize: False
2381       margin:
2382         t: 50
2383         b: 20
2384         l: 80
2385         r: 20
2386       showlegend: True
2387       legend:
2388         orientation: "h"
2389         font:
2390           size: 14
2391       width: 700
2392       height: 800
2393       paper_bgcolor: "#fff"
2394       plot_bgcolor: "#fff"
2395       hoverlabel:
2396         namelength: -1
2397
2398     plot-throughput:
2399       titlefont:
2400         size: 16
2401       xaxis:
2402         title: "<b>Test Cases [Index]</b>"
2403         titlefont:
2404           size: 14
2405         autorange: True
2406         fixedrange: False
2407         gridcolor: "rgb(230, 230, 230)"
2408         linecolor: "rgb(220, 220, 220)"
2409         linewidth: 1
2410         showgrid: True
2411         showline: True
2412         showticklabels: True
2413         tickcolor: "rgb(220, 220, 220)"
2414         tickmode: "linear"
2415         tickfont:
2416           size: 14
2417         zeroline: False
2418       yaxis:
2419         title: "<b>Packet Throughput [Mpps]</b>"
2420         titlefont:
2421           size: 14
2422         gridcolor: "rgb(230, 230, 230)"
2423         hoverformat: ".4r"
2424         tickformat: ".3r"
2425         linecolor: "rgb(220, 220, 220)"
2426         linewidth: 1
2427         showgrid: True
2428         showline: True
2429         showticklabels: True
2430         tickcolor: "rgb(220, 220, 220)"
2431         tickfont:
2432           size: 14
2433         zeroline: False
2434         range: [0,50]
2435       autosize: False
2436       margin:
2437         t: 50
2438         b: 0
2439         l: 80
2440         r: 20
2441       showlegend: True
2442       legend:
2443         orientation: "h"
2444         font:
2445           size: 14
2446       width: 700
2447       height: 900
2448       paper_bgcolor: "#fff"
2449       plot_bgcolor: "#fff"
2450       hoverlabel:
2451         namelength: -1
2452
2453     plot-throughput-gbps:
2454       titlefont:
2455         size: 16
2456       xaxis:
2457         title: "<b>Test Cases [Index]</b>"
2458         titlefont:
2459           size: 14
2460         autorange: True
2461         fixedrange: False
2462         gridcolor: "rgb(230, 230, 230)"
2463         linecolor: "rgb(220, 220, 220)"
2464         linewidth: 1
2465         showgrid: True
2466         showline: True
2467         showticklabels: True
2468         tickcolor: "rgb(220, 220, 220)"
2469         tickmode: "linear"
2470         tickfont:
2471           size: 14
2472         zeroline: False
2473       yaxis:
2474         title: "<b>Packet Throughput [Gbps]</b>"
2475         titlefont:
2476           size: 14
2477         gridcolor: "rgb(230, 230, 230)"
2478         hoverformat: ".4r"
2479         tickformat: ".3r"
2480         linecolor: "rgb(220, 220, 220)"
2481         linewidth: 1
2482         showgrid: True
2483         showline: True
2484         showticklabels: True
2485         tickcolor: "rgb(220, 220, 220)"
2486         tickfont:
2487           size: 14
2488         zeroline: False
2489         range: [0,10]
2490       autosize: False
2491       margin:
2492         t: 50
2493         b: 0
2494         l: 80
2495         r: 20
2496       showlegend: True
2497       legend:
2498         orientation: "h"
2499         font:
2500           size: 14
2501       width: 700
2502       height: 900
2503       paper_bgcolor: "#fff"
2504       plot_bgcolor: "#fff"
2505       hoverlabel:
2506         namelength: -1
2507
2508     plot-cps:
2509       titlefont:
2510         size: 16
2511       xaxis:
2512         title: "<b>Test Cases [Index]</b>"
2513         titlefont:
2514           size: 14
2515         autorange: True
2516         fixedrange: False
2517         gridcolor: "rgb(230, 230, 230)"
2518         linecolor: "rgb(220, 220, 220)"
2519         linewidth: 1
2520         showgrid: True
2521         showline: True
2522         showticklabels: True
2523         tickcolor: "rgb(220, 220, 220)"
2524         tickmode: "linear"
2525         tickfont:
2526           size: 14
2527         zeroline: False
2528       yaxis:
2529         title: "<b>Connection Rate [Mcps]</b>"
2530         titlefont:
2531           size: 14
2532         gridcolor: "rgb(230, 230, 230)"
2533         hoverformat: ".4r"
2534         tickformat: ".3s"
2535         linecolor: "rgb(220, 220, 220)"
2536         linewidth: 1
2537         showgrid: True
2538         showline: True
2539         showticklabels: True
2540         tickcolor: "rgb(220, 220, 220)"
2541         tickfont:
2542           size: 14
2543         zeroline: False
2544         range: [0,10]
2545       autosize: False
2546       margin:
2547         t: 50
2548         b: 0
2549         l: 80
2550         r: 20
2551       showlegend: True
2552       legend:
2553         orientation: "h"
2554         font:
2555           size: 14
2556       width: 700
2557       height: 900
2558       paper_bgcolor: "#fff"
2559       plot_bgcolor: "#fff"
2560       hoverlabel:
2561         namelength: -1
2562
2563     plot-throughput-speedup-analysis:
2564       titlefont:
2565         size: 16
2566       xaxis:
2567         title: "<b>Number of Cores [Qty]</b>"
2568         titlefont:
2569           size: 14
2570         autorange: True
2571         fixedrange: False
2572         gridcolor: "rgb(230, 230, 230)"
2573         linecolor: "rgb(220, 220, 220)"
2574         linewidth: 1
2575         showgrid: True
2576         showline: True
2577         showticklabels: True
2578         tickcolor: "rgb(238, 238, 238)"
2579         tickmode: "linear"
2580         tickfont:
2581           size: 14
2582         zeroline: False
2583       yaxis:
2584         title: "<b>Packet Throughput [Mpps]</b>"
2585         titlefont:
2586           size: 14
2587         type: "linear"
2588         gridcolor: "rgb(230, 230, 230)"
2589         hoverformat: ".4s"
2590         linecolor: "rgb(220, 220, 220)"
2591         linewidth: 1
2592         showgrid: True
2593         showline: True
2594         showticklabels: True
2595         tickcolor: "rgb(220, 220, 220)"
2596         tickformat: ".4s"
2597         tickfont:
2598           size: 14
2599         zeroline: True
2600         rangemode: "tozero"
2601         range: [0,100]
2602       legend:
2603         orientation: "h"
2604         font:
2605           size: 14
2606         xanchor: "left"
2607         yanchor: "top"
2608         x: 0
2609         y: -0.2
2610         bgcolor: "rgba(255, 255, 255, 0)"
2611         bordercolor: "rgba(255, 255, 255, 0)"
2612         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2613       autosize: False
2614       margin:
2615           't': 50
2616           'b': 150
2617           'l': 85
2618           'r': 10
2619       showlegend: True
2620       width: 700
2621       height: 700
2622       paper_bgcolor: "#fff"
2623       plot_bgcolor: "#fff"
2624       hoverlabel:
2625         namelength: -1
2626       annotations: [
2627         {
2628           text: "_ _          __          ...",
2629           align: "left",
2630           showarrow: False,
2631           xref: "paper",
2632           yref: "paper",
2633           xanchor: "left",
2634           yanchor: "top",
2635           x: 0,
2636           y: -0.14,
2637           font: {
2638             family: "Consolas, Courier New",
2639             size: 13
2640           },
2641         },
2642         {
2643           text: "    Perfect     Measured     Limit",
2644           align: "left",
2645           showarrow: False,
2646           xref: "paper",
2647           yref: "paper",
2648           xanchor: "left",
2649           yanchor: "top",
2650           x: 0,
2651           y: -0.15,
2652           font: {
2653             family: "Consolas, Courier New",
2654             size: 13
2655           },
2656         },
2657       ]
2658
2659     plot-throughput-speedup-analysis-gbps:
2660       titlefont:
2661         size: 16
2662       xaxis:
2663         title: "<b>Number of Cores [Qty]</b>"
2664         titlefont:
2665           size: 14
2666         autorange: True
2667         fixedrange: False
2668         gridcolor: "rgb(230, 230, 230)"
2669         linecolor: "rgb(220, 220, 220)"
2670         linewidth: 1
2671         showgrid: True
2672         showline: True
2673         showticklabels: True
2674         tickcolor: "rgb(238, 238, 238)"
2675         tickmode: "linear"
2676         tickfont:
2677           size: 14
2678         zeroline: False
2679       yaxis:
2680         title: "<b>Packet Throughput [Gbps]</b>"
2681         titlefont:
2682           size: 14
2683         type: "linear"
2684         gridcolor: "rgb(230, 230, 230)"
2685         hoverformat: ".4s"
2686         linecolor: "rgb(220, 220, 220)"
2687         linewidth: 1
2688         showgrid: True
2689         showline: True
2690         showticklabels: True
2691         tickcolor: "rgb(220, 220, 220)"
2692         tickformat: ".4s"
2693         tickfont:
2694           size: 14
2695         zeroline: True
2696         rangemode: "tozero"
2697         range: [0,100]
2698       legend:
2699         orientation: "h"
2700         font:
2701           size: 14
2702         xanchor: "left"
2703         yanchor: "top"
2704         x: 0
2705         y: -0.2
2706         bgcolor: "rgba(255, 255, 255, 0)"
2707         bordercolor: "rgba(255, 255, 255, 0)"
2708         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2709       autosize: False
2710       margin:
2711           't': 50
2712           'b': 150
2713           'l': 85
2714           'r': 10
2715       showlegend: True
2716       width: 700
2717       height: 700
2718       paper_bgcolor: "#fff"
2719       plot_bgcolor: "#fff"
2720       hoverlabel:
2721         namelength: -1
2722       annotations: [
2723         {
2724           text: "_ _          __",
2725           align: "left",
2726           showarrow: False,
2727           xref: "paper",
2728           yref: "paper",
2729           xanchor: "left",
2730           yanchor: "top",
2731           x: 0,
2732           y: -0.13,
2733           font: {
2734             family: "Consolas, Courier New",
2735             size: 13
2736           },
2737         },
2738         {
2739           text: "    Perfect     Measured",
2740           align: "left",
2741           showarrow: False,
2742           xref: "paper",
2743           yref: "paper",
2744           xanchor: "left",
2745           yanchor: "top",
2746           x: 0,
2747           y: -0.15,
2748           font: {
2749             family: "Consolas, Courier New",
2750             size: 13
2751           },
2752         },
2753       ]
2754
2755     plot-throughput-speedup-analysis-cps:
2756       titlefont:
2757         size: 16
2758       xaxis:
2759         title: "<b>Number of Cores [Qty]</b>"
2760         titlefont:
2761           size: 14
2762         autorange: True
2763         fixedrange: False
2764         gridcolor: "rgb(230, 230, 230)"
2765         linecolor: "rgb(220, 220, 220)"
2766         linewidth: 1
2767         showgrid: True
2768         showline: True
2769         showticklabels: True
2770         tickcolor: "rgb(238, 238, 238)"
2771         tickmode: "linear"
2772         tickfont:
2773           size: 14
2774         zeroline: False
2775       yaxis:
2776         title: "<b>Connection Rate [Mcps]</b>"
2777         titlefont:
2778           size: 14
2779         type: "linear"
2780         gridcolor: "rgb(230, 230, 230)"
2781         hoverformat: ".4s"
2782         linecolor: "rgb(220, 220, 220)"
2783         linewidth: 1
2784         showgrid: True
2785         showline: True
2786         showticklabels: True
2787         tickcolor: "rgb(220, 220, 220)"
2788         tickformat: ".4s"
2789         tickfont:
2790           size: 14
2791         zeroline: True
2792         rangemode: "tozero"
2793         range: [0,100]
2794       legend:
2795         orientation: "h"
2796         font:
2797           size: 14
2798         xanchor: "left"
2799         yanchor: "top"
2800         x: 0
2801         y: -0.2
2802         bgcolor: "rgba(255, 255, 255, 0)"
2803         bordercolor: "rgba(255, 255, 255, 0)"
2804         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2805       autosize: False
2806       margin:
2807           't': 50
2808           'b': 150
2809           'l': 85
2810           'r': 10
2811       showlegend: True
2812       width: 700
2813       height: 700
2814       paper_bgcolor: "#fff"
2815       plot_bgcolor: "#fff"
2816       hoverlabel:
2817         namelength: -1
2818       annotations: [
2819         {
2820           text: "_ _          __",
2821           align: "left",
2822           showarrow: False,
2823           xref: "paper",
2824           yref: "paper",
2825           xanchor: "left",
2826           yanchor: "top",
2827           x: 0,
2828           y: -0.13,
2829           font: {
2830             family: "Consolas, Courier New",
2831             size: 13
2832           },
2833         },
2834         {
2835           text: "    Perfect     Measured",
2836           align: "left",
2837           showarrow: False,
2838           xref: "paper",
2839           yref: "paper",
2840           xanchor: "left",
2841           yanchor: "top",
2842           x: 0,
2843           y: -0.15,
2844           font: {
2845             family: "Consolas, Courier New",
2846             size: 13
2847           },
2848         },
2849       ]
2850
2851     plot-latency:
2852       titlefont:
2853         size: 16
2854       xaxis:
2855         title: "<b>Direction</b>"
2856         titlefont:
2857           size: 14
2858         autorange: True
2859         fixedrange: False
2860         gridcolor: "rgb(230, 230, 230)"
2861         linecolor: "rgb(220, 220, 220)"
2862         linewidth: 1
2863         showgrid: True
2864         showline: True
2865         showticklabels: False
2866         tickcolor: "rgb(220, 220, 220)"
2867         tickmode: "linear"
2868         tickfont:
2869           size: 14
2870         zeroline: False
2871       yaxis:
2872         title: "<b>Packet Latency [uSec]</b>"
2873         titlefont:
2874           size: 14
2875         type: "linear"
2876         gridcolor: "rgb(230, 230, 230)"
2877         hoverformat: ".4s"
2878         linecolor: "rgb(220, 220, 220)"
2879         linewidth: 1
2880         showgrid: True
2881         showline: True
2882         showticklabels: True
2883         tickcolor: "rgb(220, 220, 220)"
2884         tickformat: ".4s"
2885         tickfont:
2886           size: 14
2887         zeroline: True
2888         rangemode: "tozero"
2889       legend:
2890         orientation: "h"
2891         font:
2892           size: 14
2893         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2894       autosize: False
2895       margin:
2896           't': 50
2897           'b': 150
2898           'l': 80
2899           'r': 10
2900       showlegend: True
2901       width: 700
2902       height: 700
2903       paper_bgcolor: "#fff"
2904       plot_bgcolor: "#fff"
2905       hoverlabel:
2906         namelength: -1
2907
2908     plot-hdrh-latency:
2909       title:
2910         text: ""
2911         xanchor: "center"
2912         x: 0.5
2913         font:
2914           size: 16
2915       width: 700
2916       plot_bgcolor: "white"
2917       annotations:
2918         - font:
2919             size: 14
2920           showarrow: False
2921           text: "<b>Packet Latency [uSec]</b>"
2922           x: 1
2923           xanchor: "right"
2924           xref: "paper"
2925           y: -0.045
2926           yanchor: "top"
2927           yref: "paper"
2928         - font:
2929             size: 14
2930           showarrow: False
2931           text: "<b>Probability [%]</b>"
2932           textangle: 270
2933           x: -0.06
2934           xanchor: "center"
2935           xref: "paper"
2936           y: 0.5
2937           yanchor: "middle"
2938           yref: "paper"
2939         - font:
2940             size: 14
2941           showarrow: False
2942           text: "<b>Direction: E-W</b>"
2943           x: 0.24
2944           xanchor: "center"
2945           xref: "paper"
2946           y: 1.05
2947           yanchor: "bottom"
2948           yref: "paper"
2949         - font:
2950             size: 14
2951           showarrow: False
2952           text: "<b>Direction: W-E</b>"
2953           x: 0.74
2954           xanchor: "center"
2955           xref: "paper"
2956           y: 1.05
2957           yanchor: "bottom"
2958           yref: "paper"
2959
2960     plot-hdrh-latency-percentile-x-log:
2961       title:
2962         text: "<b>Latency by Percentile Distribution</b>"
2963         xanchor: "center"
2964         x: 0.5
2965         font:
2966           size: 18
2967       showlegend: True
2968       legend:
2969         traceorder: "normal"
2970         orientation: "h"
2971         font:
2972           size: 16
2973         xanchor: "left"
2974         yanchor: "top"
2975         x: 0
2976         y: -0.2
2977         bgcolor: "rgba(255, 255, 255, 0)"
2978         bordercolor: "rgba(255, 255, 255, 0)"
2979       xaxis:
2980         type: "log"
2981         title: "<b>Percentile [%]</b>"
2982         titlefont:
2983           size: 14
2984         autorange: False
2985         fixedrange: True
2986         gridcolor: "rgb(230, 230, 230)"
2987         linecolor: "rgb(220, 220, 220)"
2988         linewidth: 1
2989         showgrid: True
2990         showline: True
2991         showticklabels: True
2992         tickcolor: "rgb(220, 220, 220)"
2993         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
2994         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
2995         tickfont:
2996           size: 14
2997       yaxis:
2998         title: "<b>One-Way Latency per Direction [uSec]</b>"
2999         titlefont:
3000           size: 14
3001         gridcolor: "rgb(230, 230, 230)"
3002         linecolor: "rgb(220, 220, 220)"
3003         linewidth: 1
3004         showgrid: True
3005         showline: True
3006         showticklabels: True
3007         tickcolor: "rgb(220, 220, 220)"
3008         tickfont:
3009           size: 14
3010       autosize: False
3011       width: 700
3012       height: 700
3013       paper_bgcolor: "white"
3014       plot_bgcolor: "white"
3015
3016     plot-hdrh-latency-by-percentile:
3017       title:
3018         text: "<b>Latency by Percentile Distribution</b>"
3019         xanchor: "center"
3020         x: 0.5
3021         font:
3022           size: 18
3023       showlegend: True
3024       legend:
3025         traceorder: "normal"
3026         orientation: "h"
3027         font:
3028           size: 16
3029         xanchor: "left"
3030         yanchor: "top"
3031         x: 0
3032         y: -0.2
3033         bgcolor: "rgba(255, 255, 255, 0)"
3034         bordercolor: "rgba(255, 255, 255, 0)"
3035       xaxis:
3036         type: "linear"
3037         title: "<b>Percentile [%]</b>"
3038         titlefont:
3039           size: 14
3040         autorange: False
3041         fixedrange: False
3042         range: [0, 100]
3043         gridcolor: "rgb(230, 230, 230)"
3044         linecolor: "rgb(220, 220, 220)"
3045         linewidth: 1
3046         showgrid: True
3047         showline: True
3048         showticklabels: True
3049         tickcolor: "rgb(220, 220, 220)"
3050         tickvals: [0, 25, 50, 75, 100]
3051         ticktext: [0, 25, 50, 75, 100]
3052         tickfont:
3053           size: 14
3054       yaxis:
3055         title: "<b>One-Way Latency per Direction [uSec]</b>"
3056         titlefont:
3057           size: 14
3058         gridcolor: "rgb(230, 230, 230)"
3059         linecolor: "rgb(220, 220, 220)"
3060         linewidth: 1
3061         showgrid: True
3062         showline: True
3063         showticklabels: True
3064         tickcolor: "rgb(220, 220, 220)"
3065         tickfont:
3066           size: 14
3067       width: 700
3068       height: 700
3069       paper_bgcolor: "white"
3070       plot_bgcolor: "white"
3071
3072 - type: "static"
3073   src-path: "{DIR[RST]}"
3074   dst-path: "{DIR[WORKING,SRC]}"
3075
3076 - type: "input"
3077   general:
3078     file-name: "output_info.xml.gz"
3079     file-format: ".gz"
3080     arch-file-format:
3081       - ".gz"
3082       - ".zip"
3083     download-path: "{job}/{build}/archives/{filename}"
3084     extract: "output.xml"
3085
3086     zip-file-name: "robot-plugin.zip"
3087     zip-file-format: ".zip"
3088     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
3089     zip-extract: "robot-plugin/output.xml"
3090
3091   builds:
3092
3093     csit-vpp-perf-report-iterative-2009-3n-hsw:
3094       - 18  # rls2005 MRR iter env 5
3095       - 9   # rls2005 NDRPDR iter env 5
3096       - 10  # rls2005 NDRPDR iter env 5
3097       - 11  # rls2005 NDRPDR iter env 5
3098       - 12  # rls2005 NDRPDR iter env 5
3099       - 13  # rls2005 NDRPDR iter env 5
3100       - 14  # rls2005 NDRPDR iter env 5
3101       - 15  # rls2005 NDRPDR iter env 5
3102       - 16  # rls2005 NDRPDR iter env 5
3103       - 17  # rls2005 NDRPDR iter env 5
3104       - 19  # rls2005 NDRPDR iter env 5
3105       - 23  # rls2009 MRR iter env 5
3106       - 21  # rls2009 NDRPDR iter env 5
3107       - 22  # rls2009 NDRPDR iter env 5
3108       - 24  # rls2009 NDRPDR iter env 5
3109       - 25  # rls2009 NDRPDR iter env 5
3110       - 26  # rls2009 NDRPDR iter env 5
3111       - 27  # rls2009 NDRPDR iter env 5
3112       - 28  # rls2009 NDRPDR iter env 5
3113       - 29  # rls2009 NDRPDR iter env 5
3114       - 30  # rls2009 NDRPDR iter env 5
3115       - 31  # rls2009 NDRPDR iter env 5
3116     csit-vpp-perf-report-iterative-2101-3n-hsw:
3117       - 17  # rls2009 MRR iter env 6
3118       - 19  # rls2009 NDRPDR iter env 6
3119       - 20  # rls2009 NDRPDR iter env 6
3120       - 21  # rls2009 NDRPDR iter env 6
3121       - 22  # rls2009 NDRPDR iter env 6
3122       - 23  # rls2009 NDRPDR iter env 6
3123       - 24  # rls2009 NDRPDR iter env 6
3124       - 25  # rls2009 NDRPDR iter env 6
3125       - 26  # rls2009 NDRPDR iter env 6
3126       - 27  # rls2009 NDRPDR iter env 6
3127       - 63  # rls2101.rel MRR iter env 6
3128       - 64  # rls2101.rel NDRPDR iter env 6
3129       - 71  # rls2101.rel NDRPDR iter env 6
3130       - 73  # rls2101.rel NDRPDR iter env 6
3131       - 74  # rls2101.rel NDRPDR iter env 6
3132       - 80  # rls2101.rel NDRPDR iter env 6
3133       - 81  # rls2101.rel NDRPDR iter env 6
3134       - 82  # rls2101.rel NDRPDR iter env 6
3135       - 83  # rls2101.rel NDRPDR iter env 6
3136       - 88  # rls2101.rel NDRPDR iter env 6
3137       - 89  # rls2101.rel NDRPDR iter env 6
3138       - 128 # rls2101.rel NDRPDR iter RND env 6
3139       - 129 # rls2101.rel NDRPDR iter RND env 6
3140       - 130 # rls2101.rel NDRPDR iter RND env 6
3141       - 131 # rls2101.rel NDRPDR iter RND env 6
3142       - 132 # rls2101.rel NDRPDR iter RND env 6
3143       - 133 # rls2101.rel NDRPDR iter RND env 6
3144       - 134 # rls2101.rel NDRPDR iter RND env 6
3145       - 135 # rls2101.rel NDRPDR iter RND env 6
3146       - 136 # rls2101.rel NDRPDR iter RND env 6
3147       - 137 # rls2101.rel NDRPDR iter RND env 6
3148       - 65  # rls2101.rel NDRPDR reconf iter env 6
3149       - 68  # rls2101.rel NDRPDR reconf iter env 6
3150       - 77  # rls2101.rel NDRPDR reconf iter env 6
3151       - 84  # rls2101.rel NDRPDR reconf iter env 6
3152       - 90  # rls2101.rel NDRPDR reconf iter env 6
3153       - 96  # rls2101.rel NDRPDR reconf iter env 6
3154       - 101 # rls2101.rel NDRPDR reconf iter env 6
3155       - 104 # rls2101.rel NDRPDR reconf iter env 6
3156       - 105 # rls2101.rel NDRPDR reconf iter env 6
3157       - 106 # rls2101.rel NDRPDR reconf iter env 6
3158       - 107 # rls2101.rel NDRPDR reconf iter env 6
3159       - 108 # rls2101.rel NDRPDR reconf iter env 6
3160       - 110 # rls2101.rel NDRPDR reconf iter env 6
3161       - 111 # rls2101.rel NDRPDR reconf iter env 6
3162       - 112 # rls2101.rel NDRPDR reconf iter env 6
3163       - 113 # rls2101.rel NDRPDR reconf iter env 6
3164       - 114 # rls2101.rel NDRPDR reconf iter env 6
3165       - 115 # rls2101.rel NDRPDR reconf iter env 6
3166       - 116 # rls2101.rel NDRPDR reconf iter env 6
3167       - 117 # rls2101.rel NDRPDR reconf iter env 6
3168       - 69  # rls2101.rel Hoststack iter env 6
3169       - 70  # rls2101.rel Hoststack iter env 6
3170       - 75  # rls2101.rel Hoststack iter env 6
3171       - 76  # rls2101.rel Hoststack iter env 6
3172       - 78  # rls2101.rel Hoststack iter env 6
3173       - 79  # rls2101.rel Hoststack iter env 6
3174       - 85  # rls2101.rel Hoststack iter env 6
3175       - 86  # rls2101.rel Hoststack iter env 6
3176       - 87  # rls2101.rel Hoststack iter env 6
3177       - 91  # rls2101.rel Hoststack iter env 6
3178       - 92  # rls2101.rel Hoststack iter env 6
3179       - 93  # rls2101.rel Hoststack iter env 6
3180       - 94  # rls2101.rel Hoststack iter env 6
3181       - 95  # rls2101.rel Hoststack iter env 6
3182       - 97  # rls2101.rel Hoststack iter env 6
3183       - 98  # rls2101.rel Hoststack iter env 6
3184       - 99  # rls2101.rel Hoststack iter env 6
3185       - 100 # rls2101.rel Hoststack iter env 6
3186       - 102 # rls2101.rel Hoststack iter env 6
3187       - 103 # rls2101.rel Hoststack iter env 6
3188     csit-vpp-perf-report-coverage-2101-3n-hsw:
3189       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
3190       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
3191       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
3192       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
3193       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
3194       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
3195       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
3196       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
3197       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
3198       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
3199       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
3200       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
3201       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
3202       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
3203       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
3204       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
3205       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
3206       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
3207       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
3208       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
3209       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
3210       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
3211       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
3212       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
3213       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
3214       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
3215       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
3216       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
3217       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
3218       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
3219       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
3220       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
3221       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
3222       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
3223       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
3224
3225
3226     csit-vpp-perf-report-iterative-2009-3n-skx:
3227       - 17  # rls2005 MRR iter env 5
3228       - 13  # rls2005 NDRPDR iter env 5
3229       - 18  # rls2005 NDRPDR iter env 5
3230       - 19  # rls2005 NDRPDR iter env 5
3231       - 41  # rls2005 NDRPDR iter env 5
3232       - 43  # rls2005 NDRPDR iter env 5
3233       - 44  # rls2005 NDRPDR iter env 5
3234       - 45  # rls2005 NDRPDR iter env 5
3235       - 46  # rls2005 NDRPDR iter env 5
3236       - 48  # rls2005 NDRPDR iter env 5
3237       - 49  # rls2005 NDRPDR iter env 5
3238       - 24  # rls2009 MRR iter env 5
3239       - 26  # rls2009 NDRPDR iter env 5
3240       - 27  # rls2009 NDRPDR iter env 5
3241       - 28  # rls2009 NDRPDR iter env 5
3242       - 29  # rls2009 NDRPDR iter env 5
3243       - 35  # rls2009 NDRPDR iter env 5
3244       - 36  # rls2009 NDRPDR iter env 5
3245       - 37  # rls2009 NDRPDR iter env 5
3246       - 38  # rls2009 NDRPDR iter env 5
3247       - 39  # rls2009 NDRPDR iter env 5
3248       - 40  # rls2009 NDRPDR iter env 5
3249     csit-vpp-perf-report-iterative-2101-3n-skx:
3250       - 34  # rls2009 MRR iter env 6
3251       - 14  # rls2009 NDRPDR iter env 6
3252       - 15  # rls2009 NDRPDR iter env 6
3253       - 16  # rls2009 NDRPDR iter env 6
3254       - 17  # rls2009 NDRPDR iter env 6
3255       - 18  # rls2009 NDRPDR iter env 6
3256       - 25  # rls2009 NDRPDR iter env 6
3257       - 26  # rls2009 NDRPDR iter env 6
3258       - 27  # rls2009 NDRPDR iter env 6
3259       - 29  # rls2009 NDRPDR iter env 6
3260       - 31  # rls2009 NDRPDR iter env 6
3261       - 35  # rls2101.rel MRR iter env 6
3262       - 36  # rls2101.rel NDRPDR iter env 6
3263       - 37  # rls2101.rel NDRPDR iter env 6
3264       - 38  # rls2101.rel NDRPDR iter env 6
3265       - 39  # rls2101.rel NDRPDR iter env 6
3266       - 40  # rls2101.rel NDRPDR iter env 6
3267       - 41  # rls2101.rel NDRPDR iter env 6
3268       - 42  # rls2101.rel NDRPDR iter env 6
3269       - 47  # rls2101.rel NDRPDR iter env 6
3270       - 48  # rls2101.rel NDRPDR iter env 6
3271       - 50  # rls2101.rel NDRPDR iter env 6
3272     csit-vpp-perf-report-coverage-2101-3n-skx:
3273       - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
3274       - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
3275       - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
3276       - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
3277       - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
3278       - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
3279       - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
3280       - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
3281       - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
3282       - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
3283       - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3284       - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3285       - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
3286       - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
3287       - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
3288       - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
3289       - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
3290       - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
3291       - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
3292       - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
3293       - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
3294       - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
3295       - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
3296       - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
3297       - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
3298       - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
3299       - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
3300       - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
3301       - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
3302       - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
3303       - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
3304       - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
3305       - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
3306       - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
3307       - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
3308       - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
3309
3310     csit-vpp-perf-report-iterative-2009-2n-skx:
3311       - 20  # rls2005 MRR iter env 5
3312       - 13  # rls2005 NDRPDR iter env 5
3313       - 16  # rls2005 NDRPDR iter env 5
3314       - 17  # rls2005 NDRPDR iter env 5
3315       - 18  # rls2005 NDRPDR iter env 5
3316       - 19  # rls2005 NDRPDR iter env 5
3317       - 21  # rls2005 NDRPDR iter env 5
3318       - 22  # rls2005 NDRPDR iter env 5
3319       - 23  # rls2005 NDRPDR iter env 5
3320       - 24  # rls2005 NDRPDR iter env 5
3321       - 25  # rls2005 NDRPDR iter env 5
3322       - 120 # rls2009 MRR iter env 5
3323       - 35  # rls2009 NDRPDR iter env 5
3324       - 36  # rls2009 NDRPDR iter env 5
3325       - 37  # rls2009 NDRPDR iter env 5
3326       - 39  # rls2009 NDRPDR iter env 5
3327       - 40  # rls2009 NDRPDR iter env 5
3328       - 42  # rls2009 NDRPDR iter env 5
3329       - 43  # rls2009 NDRPDR iter env 5
3330       - 44  # rls2009 NDRPDR iter env 5
3331       - 46  # rls2009 NDRPDR iter env 5
3332       - 48  # rls2009 NDRPDR iter env 5
3333       - 110 # rls2009 NDRPDR iter NAT44 env 5
3334       - 111 # rls2009 NDRPDR iter NAT44 env 5
3335       - 112 # rls2009 NDRPDR iter NAT44 env 5
3336       - 113 # rls2009 NDRPDR iter NAT44 env 5
3337       - 114 # rls2009 NDRPDR iter NAT44 env 5
3338       - 115 # rls2009 NDRPDR iter NAT44 env 5
3339       - 116 # rls2009 NDRPDR iter NAT44 env 5
3340       - 118 # rls2009 NDRPDR iter NAT44 env 5
3341       - 119 # rls2009 NDRPDR iter NAT44 env 5
3342       - 121 # rls2009 NDRPDR iter NAT44 env 5
3343     csit-vpp-perf-report-iterative-2101-2n-skx:
3344       - 21  # rls2009 MRR iter env 6
3345       - 22  # rls2009 NDRPDR iter env 6
3346       - 23  # rls2009 NDRPDR iter env 6
3347       - 24  # rls2009 NDRPDR iter env 6
3348       - 25  # rls2009 NDRPDR iter env 6
3349       - 26  # rls2009 NDRPDR iter env 6
3350       - 28  # rls2009 NDRPDR iter env 6
3351       - 39  # rls2009 NDRPDR iter env 6
3352       - 40  # rls2009 NDRPDR iter env 6
3353       - 41  # rls2009 NDRPDR iter env 6
3354       - 44  # rls2009 NDRPDR iter env 6
3355       - 62  # rls2101.rel MRR iter env 6
3356       - 63  # rls2101.rel NDRPDR iter env 6
3357       - 69  # rls2101.rel NDRPDR iter env 6
3358       - 70  # rls2101.rel NDRPDR iter env 6
3359       - 75  # rls2101.rel NDRPDR iter env 6
3360       - 76  # rls2101.rel NDRPDR iter env 6
3361       - 77  # rls2101.rel NDRPDR iter env 6
3362       - 82  # rls2101.rel NDRPDR iter env 6
3363       - 85  # rls2101.rel NDRPDR iter env 6
3364       - 86  # rls2101.rel NDRPDR iter env 6
3365       - 94  # rls2101.rel NDRPDR iter env 6
3366       - 89  # rls2101.rel NDRPDR iter RND env 6
3367       - 90  # rls2101.rel NDRPDR iter RND env 6
3368       - 91  # rls2101.rel NDRPDR iter RND env 6
3369       - 92  # rls2101.rel NDRPDR iter RND env 6
3370       - 93  # rls2101.rel NDRPDR iter RND env 6
3371       - 96  # rls2101.rel NDRPDR iter RND env 6
3372       - 98  # rls2101.rel NDRPDR iter RND env 6
3373       - 99  # rls2101.rel NDRPDR iter RND env 6
3374       - 101 # rls2101.rel NDRPDR iter RND env 6
3375       - 102 # rls2101.rel NDRPDR iter RND env 6
3376       - 116 # rls2101.rel NDRPDR iter NAT env 6
3377       - 117 # rls2101.rel NDRPDR iter NAT env 6
3378       - 118 # rls2101.rel NDRPDR iter NAT env 6
3379       - 119 # rls2101.rel NDRPDR iter NAT env 6
3380       - 120 # rls2101.rel NDRPDR iter NAT env 6
3381       - 121 # rls2101.rel NDRPDR iter NAT env 6
3382       - 122 # rls2101.rel NDRPDR iter NAT env 6
3383       - 123 # rls2101.rel NDRPDR iter NAT env 6
3384       - 124 # rls2101.rel NDRPDR iter NAT env 6
3385       - 125 # rls2101.rel NDRPDR iter NAT env 6
3386       - 65  # rls2101.rel MRR nf-density iter env 6
3387       - 67  # rls2101.rel NDRPDR nf-density iter env 6
3388       - 72  # rls2101.rel NDRPDR nf-density iter env 6
3389       - 79  # rls2101.rel NDRPDR nf-density iter env 6
3390       - 83  # rls2101.rel NDRPDR nf-density iter env 6
3391       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3392       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3393       - 103 # rls2101.rel NDRPDR nf-density iter env 6
3394       - 108 # rls2101.rel NDRPDR nf-density iter env 6
3395       - 109 # rls2101.rel NDRPDR nf-density iter env 6
3396       - 110 # rls2101.rel NDRPDR nf-density iter env 6
3397       - 64  # rls2101.rel NDRPDR reconf iter env 6
3398       - 66  # rls2101.rel NDRPDR reconf iter env 6
3399       - 71  # rls2101.rel NDRPDR reconf iter env 6
3400       - 74  # rls2101.rel NDRPDR reconf iter env 6
3401       - 78  # rls2101.rel NDRPDR reconf iter env 6
3402       - 87  # rls2101.rel NDRPDR reconf iter env 6
3403       - 95  # rls2101.rel NDRPDR reconf iter env 6
3404       - 100 # rls2101.rel NDRPDR reconf iter env 6
3405       - 104 # rls2101.rel NDRPDR reconf iter env 6
3406       - 106 # rls2101.rel NDRPDR reconf iter env 6
3407       - 68  # rls2101.rel soak env 6
3408       - 73  # rls2101.rel soak env 6
3409     csit-vpp-perf-report-coverage-2101-2n-skx:
3410       - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
3411       - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
3412       - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
3413       - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
3414       - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
3415       - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
3416       - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
3417       - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
3418       - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3419       - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3420       - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
3421       - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
3422       - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
3423       - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
3424       - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
3425       - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
3426       - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
3427       - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
3428       - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
3429
3430     csit-vpp-perf-report-iterative-2009-2n-clx:
3431       - 77  # rls2005 MRR iter env 5
3432       - 13  # rls2005 NDRPDR iter env 5
3433       - 15  # rls2005 NDRPDR iter env 5
3434       - 17  # rls2005 NDRPDR iter env 5
3435       - 18  # rls2005 NDRPDR iter env 5
3436       - 19  # rls2005 NDRPDR iter env 5
3437       - 20  # rls2005 NDRPDR iter env 5
3438       - 21  # rls2005 NDRPDR iter env 5
3439       - 22  # rls2005 NDRPDR iter env 5
3440       - 23  # rls2005 NDRPDR iter env 5
3441       - 24  # rls2005 NDRPDR iter env 5
3442       - 125 # rls2009 MRR iter env 5
3443       - 36  # rls2009 NDRPDR iter env 5
3444       - 39  # rls2009 NDRPDR iter env 5
3445       - 40  # rls2009 NDRPDR iter env 5
3446       - 65  # rls2009 NDRPDR iter env 5
3447       - 66  # rls2009 NDRPDR iter env 5
3448       - 79  # rls2009 NDRPDR iter env 5
3449       - 82  # rls2009 NDRPDR iter env 5
3450       - 88  # rls2009 NDRPDR iter env 5
3451       - 89  # rls2009 NDRPDR iter env 5
3452       - 90  # rls2009 NDRPDR iter env 5
3453       - 114 # rls2009 NDRPDR iter NAT44 env 5
3454       - 115 # rls2009 NDRPDR iter NAT44 env 5
3455       - 116 # rls2009 NDRPDR iter NAT44 env 5
3456       - 117 # rls2009 NDRPDR iter NAT44 env 5
3457       - 118 # rls2009 NDRPDR iter NAT44 env 5
3458       - 119 # rls2009 NDRPDR iter NAT44 env 5
3459       - 121 # rls2009 NDRPDR iter NAT44 env 5
3460       - 122 # rls2009 NDRPDR iter NAT44 env 5
3461       - 123 # rls2009 NDRPDR iter NAT44 env 5
3462       - 126 # rls2009 NDRPDR iter NAT44 env 5
3463     csit-vpp-perf-report-iterative-2101-2n-clx:
3464       - 15  # rls2009 MRR iter env 6
3465       - 142 # rls2009 MRR MLX iter env 6
3466       - 16  # rls2009 NDRPDR iter env 6
3467       - 17  # rls2009 NDRPDR iter env 6
3468       - 18  # rls2009 NDRPDR iter env 6
3469       - 19  # rls2009 NDRPDR iter env 6
3470       - 20  # rls2009 NDRPDR iter env 6
3471       - 21  # rls2009 NDRPDR iter env 6
3472       - 32  # rls2009 NDRPDR iter env 6
3473       - 33  # rls2009 NDRPDR iter env 6
3474       - 34  # rls2009 NDRPDR iter env 6
3475       - 35  # rls2009 NDRPDR iter env 6
3476       - 146 # rls2009 NDRPDR MLX iter env 6
3477       - 147 # rls2009 NDRPDR MLX iter env 6
3478       - 148 # rls2009 NDRPDR MLX iter env 6
3479       - 149 # rls2009 NDRPDR MLX iter env 6
3480       - 150 # rls2009 NDRPDR MLX iter env 6
3481       - 151 # rls2009 NDRPDR MLX iter env 6
3482       - 53  # rls2101.rel MRR iter env 6
3483       - 133 # rls2101.rel MRR MLX iter env 6
3484       - 54  # rls2101.rel NDRPDR iter env 6
3485       - 59  # rls2101.rel NDRPDR iter env 6
3486       - 60  # rls2101.rel NDRPDR iter env 6
3487       - 63  # rls2101.rel NDRPDR iter env 6
3488       - 66  # rls2101.rel NDRPDR iter env 6
3489       - 68  # rls2101.rel NDRPDR iter env 6
3490       - 73  # rls2101.rel NDRPDR iter env 6
3491       - 75  # rls2101.rel NDRPDR iter env 6
3492       - 86  # rls2101.rel NDRPDR iter env 6
3493       - 90  # rls2101.rel NDRPDR iter env 6
3494       - 80  # rls2101.rel NDRPDR iter RND env 6
3495       - 87  # rls2101.rel NDRPDR iter RND env 6
3496       - 91  # rls2101.rel NDRPDR iter RND env 6
3497       - 92  # rls2101.rel NDRPDR iter RND env 6
3498       - 93  # rls2101.rel NDRPDR iter RND env 6
3499       - 94  # rls2101.rel NDRPDR iter RND env 6
3500       - 95  # rls2101.rel NDRPDR iter RND env 6
3501       - 100 # rls2101.rel NDRPDR iter RND env 6
3502       - 106 # rls2101.rel NDRPDR iter RND env 6
3503       - 108 # rls2101.rel NDRPDR iter RND env 6
3504       - 112 # rls2101.rel NDRPDR iter NAT env 6
3505       - 113 # rls2101.rel NDRPDR iter NAT env 6
3506       - 114 # rls2101.rel NDRPDR iter NAT env 6
3507       - 115 # rls2101.rel NDRPDR iter NAT env 6
3508       - 116 # rls2101.rel NDRPDR iter NAT env 6
3509       - 117 # rls2101.rel NDRPDR iter NAT env 6
3510       - 118 # rls2101.rel NDRPDR iter NAT env 6
3511       - 119 # rls2101.rel NDRPDR iter NAT env 6
3512       - 120 # rls2101.rel NDRPDR iter NAT env 6
3513       - 121 # rls2101.rel NDRPDR iter NAT env 6
3514       - 122 # rls2101.rel NDRPDR iter MLX env 6
3515       - 123 # rls2101.rel NDRPDR iter MLX env 6
3516       - 124 # rls2101.rel NDRPDR iter MLX env 6
3517       - 126 # rls2101.rel NDRPDR iter MLX env 6
3518       - 127 # rls2101.rel NDRPDR iter MLX env 6
3519       - 128 # rls2101.rel NDRPDR iter MLX env 6
3520       - 129 # rls2101.rel NDRPDR iter MLX env 6
3521       - 130 # rls2101.rel NDRPDR iter MLX env 6
3522       - 131 # rls2101.rel NDRPDR iter MLX env 6
3523       - 132 # rls2101.rel NDRPDR iter MLX env 6
3524       - 72  # rls2101.rel MRR nf-density iter env 6
3525       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3526       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3527       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3528       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3529       - 82  # rls2101.rel NDRPDR nf-density iter env 6
3530       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3531       - 89  # rls2101.rel NDRPDR nf-density iter env 6
3532       - 96  # rls2101.rel NDRPDR nf-density iter env 6
3533       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3534       - 98  # rls2101.rel NDRPDR nf-density iter env 6
3535       - 55  # rls2101.rel NDRPDR reconf iter env 6
3536       - 64  # rls2101.rel NDRPDR reconf iter env 6
3537       - 76  # rls2101.rel NDRPDR reconf iter env 6
3538       - 83  # rls2101.rel NDRPDR reconf iter env 6
3539       - 99  # rls2101.rel NDRPDR reconf iter env 6
3540       - 101 # rls2101.rel NDRPDR reconf iter env 6
3541       - 102 # rls2101.rel NDRPDR reconf iter env 6
3542       - 107 # rls2101.rel NDRPDR reconf iter env 6
3543       - 109 # rls2101.rel NDRPDR reconf iter env 6
3544       - 110 # rls2101.rel NDRPDR reconf iter env 6
3545       - 58  # rls2101.rel soak env 6
3546       - 61  # rls2101.rel soak env 6
3547     csit-vpp-perf-report-coverage-2101-2n-clx:
3548       - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
3549       - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
3550       - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
3551       - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
3552       - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
3553       - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
3554       - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
3555       - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
3556       - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3557       - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3558       - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
3559       - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
3560       - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
3561       - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
3562       - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
3563       - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
3564       - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
3565       - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
3566       - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
3567
3568     csit-vpp-perf-report-iterative-2009-2n-zn2:
3569       - 15  # rls2009 MRR iter env 5
3570       - 17  # rls2009 NDRPDR iter env 5
3571       - 18  # rls2009 NDRPDR iter env 5
3572       - 31  # rls2009 NDRPDR iter env 5
3573       - 33  # rls2009 NDRPDR iter env 5
3574       - 34  # rls2009 NDRPDR iter env 5
3575     csit-vpp-perf-report-iterative-2101-2n-zn2:
3576       - 8   # rls2009 MRR iter env6
3577       - 9   # rls2009 NDRPDR iter env 6
3578       - 10  # rls2009 NDRPDR iter env 6
3579       - 11  # rls2009 NDRPDR iter env 6
3580       - 12  # rls2009 NDRPDR iter env 6
3581       - 13  # rls2009 NDRPDR iter env 6
3582       - 20  # rls2009 NDRPDR iter env 6
3583       - 21  # rls2009 NDRPDR iter env 6
3584       - 22  # rls2009 NDRPDR iter env 6
3585       - 25  # rls2009 NDRPDR iter env 6
3586       - 26  # rls2009 NDRPDR iter env 6
3587       - 30  # rls2101.rel MRR iter env 6
3588       - 31  # rls2101.rel NDRPDR iter env 6
3589       - 32  # rls2101.rel NDRPDR iter env 6
3590       - 33  # rls2101.rel NDRPDR iter env 6
3591       - 34  # rls2101.rel NDRPDR iter env 6
3592       - 35  # rls2101.rel NDRPDR iter env 6
3593       - 36  # rls2101.rel NDRPDR iter env 6
3594       - 37  # rls2101.rel NDRPDR iter env 6
3595       - 38  # rls2101.rel NDRPDR iter env 6
3596       - 44  # rls2101.rel NDRPDR iter env 6
3597       - 49  # rls2101.rel NDRPDR iter env 6
3598       - 39  # rls2101.rel NDRPDR iter RND env 6
3599       - 40  # rls2101.rel NDRPDR iter RND env 6
3600       - 41  # rls2101.rel NDRPDR iter RND env 6
3601       - 42  # rls2101.rel NDRPDR iter RND env 6
3602       - 43  # rls2101.rel NDRPDR iter RND env 6
3603       - 45  # rls2101.rel NDRPDR iter RND env 6
3604       - 48  # rls2101.rel NDRPDR iter RND env 6
3605       - 50  # rls2101.rel NDRPDR iter RND env 6
3606       - 51  # rls2101.rel NDRPDR iter RND env 6
3607       - 52  # rls2101.rel NDRPDR iter RND env 6
3608     csit-vpp-perf-report-coverage-2101-2n-zn2:
3609       - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
3610       - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
3611       - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
3612       - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
3613       - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
3614       - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
3615       - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
3616       - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
3617       - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
3618       - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
3619       - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
3620       - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
3621       - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
3622       - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
3623       - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3624       - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3625       - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
3626
3627     csit-vpp-perf-report-iterative-2009-3n-tsh:
3628       - 8   # rls2005 NDRPDR iter env 5
3629       - 11  # rls2005 NDRPDR iter env 5
3630       - 12  # rls2005 NDRPDR iter env 5
3631       - 24  # rls2005 NDRPDR iter env 5
3632       - 27  # rls2005 NDRPDR iter env 5
3633       - 29  # rls2005 NDRPDR iter env 5
3634       - 31  # rls2005 NDRPDR iter env 5
3635       - 39  # rls2005 NDRPDR iter env 5
3636       - 40  # rls2005 NDRPDR iter env 5
3637       - 42  # rls2005 NDRPDR iter env 5
3638       - 13  # rls2005 MRR iter env 5
3639       - 14  # rls2009 NDRPDR iter env 5
3640       - 20  # rls2009 NDRPDR iter env 5
3641       - 21  # rls2009 NDRPDR iter env 5
3642       - 22  # rls2009 NDRPDR iter env 5
3643       - 23  # rls2009 NDRPDR iter env 5
3644       - 28  # rls2009 NDRPDR iter env 5
3645       - 30  # rls2009 NDRPDR iter env 5
3646       - 33  # rls2009 NDRPDR iter env 5
3647       - 38  # rls2009 NDRPDR iter env 5
3648       - 41  # rls2009 NDRPDR iter env 5
3649       - 15  # rls2009 MRR iter env 5
3650     csit-vpp-perf-report-iterative-2101-3n-tsh:
3651       - 7   # rls2009 MRR iter env 6
3652       - 8   # rls2009 NDRPDR iter env 6
3653       - 13  # rls2009 NDRPDR iter env 6
3654       - 14  # rls2009 NDRPDR iter env 6
3655       - 15  # rls2009 NDRPDR iter env 6
3656       - 16  # rls2009 NDRPDR iter env 6
3657       - 17  # rls2009 NDRPDR iter env 6
3658       - 18  # rls2009 NDRPDR iter env 6
3659       - 19  # rls2009 NDRPDR iter env 6
3660       - 21  # rls2009 NDRPDR iter env 6
3661       - 22  # rls2101.rel MRR iter env 6
3662       - 23  # rls2101.rel NDRPDR iter env 6
3663       - 24  # rls2101.rel NDRPDR iter env 6
3664       - 25  # rls2101.rel NDRPDR iter env 6
3665       - 26  # rls2101.rel NDRPDR iter env 6
3666       - 27  # rls2101.rel NDRPDR iter env 6
3667       - 28  # rls2101.rel NDRPDR iter env 6
3668       - 29  # rls2101.rel NDRPDR iter env 6
3669       - 30  # rls2101.rel NDRPDR iter env 6
3670       - 31  # rls2101.rel NDRPDR iter env 6
3671       - 32  # rls2101.rel NDRPDR iter env 6
3672     csit-vpp-perf-report-coverage-2101-3n-tsh:
3673       - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
3674       - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
3675       - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
3676       - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
3677       - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
3678       - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
3679       - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
3680       - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
3681       - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
3682       - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
3683       - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
3684       - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
3685       - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
3686       - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
3687       - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
3688       - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
3689       - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
3690       - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
3691
3692     csit-vpp-perf-report-iterative-2101-2n-tx2:
3693       - 5   # rls2009 MRR iter env 6
3694       - 6   # rls2009 NDRPDR iter env 6
3695       - 7   # rls2009 NDRPDR iter env 6
3696       - 11  # rls2009 NDRPDR iter env 6
3697       - 12  # rls2009 NDRPDR iter env 6
3698       - 13  # rls2009 NDRPDR iter env 6
3699       - 16  # rls2009 NDRPDR iter env 6
3700       - 17  # rls2009 NDRPDR iter env 6
3701       - 18  # rls2009 NDRPDR iter env 6
3702       - 19  # rls2009 NDRPDR iter env 6
3703       - 20  # rls2009 NDRPDR iter env 6
3704       - 21  # rls2101.rel MRR iter env 6
3705       - 22  # rls2101.rel NDRPDR iter env 6
3706       - 23  # rls2101.rel NDRPDR iter env 6
3707       - 24  # rls2101.rel NDRPDR iter env 6
3708       - 25  # rls2101.rel NDRPDR iter env 6
3709       - 26  # rls2101.rel NDRPDR iter env 6
3710       - 27  # rls2101.rel NDRPDR iter env 6
3711       - 28  # rls2101.rel NDRPDR iter env 6
3712       - 29  # rls2101.rel NDRPDR iter env 6
3713       - 30  # rls2101.rel NDRPDR iter env 6
3714       - 31  # rls2101.rel NDRPDR iter env 6
3715     csit-vpp-perf-report-coverage-2101-2n-tx2:
3716       - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
3717       - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
3718       - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
3719       - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
3720       - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
3721       - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
3722       - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
3723       - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
3724       - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
3725       - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
3726       - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
3727       - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
3728       - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
3729       - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
3730
3731     csit-vpp-perf-report-iterative-2009-3n-dnv:
3732       - 16  # rls2005 NDRPDR iter env 5
3733       - 23  # rls2005 NDRPDR iter env 5
3734       - 25  # rls2005 NDRPDR iter env 5
3735       - 26  # rls2005 NDRPDR iter env 5
3736       - 27  # rls2005 NDRPDR iter env 5
3737       - 28  # rls2005 NDRPDR iter env 5
3738       - 29  # rls2005 NDRPDR iter env 5
3739       - 30  # rls2005 NDRPDR iter env 5
3740       - 31  # rls2005 NDRPDR iter env 5
3741       - 32  # rls2005 NDRPDR iter env 5
3742       - 19  # rls2005 MRR iter env 5
3743       - 3   # rls2009 NDRPDR iter env 5
3744       - 6   # rls2009 NDRPDR iter env 5
3745       - 7   # rls2009 NDRPDR iter env 5
3746       - 8   # rls2009 NDRPDR iter env 5
3747       - 10  # rls2009 NDRPDR iter env 5
3748       - 11  # rls2009 NDRPDR iter env 5
3749       - 12  # rls2009 NDRPDR iter env 5
3750       - 14  # rls2009 NDRPDR iter env 5
3751       - 15  # rls2009 NDRPDR iter env 5
3752       - 24  # rls2009 NDRPDR iter env 5
3753       - 22  # rls2009 MRR iter env 5
3754     csit-vpp-perf-report-iterative-2101-3n-dnv:
3755       - 32  # rls2101.rel MRR iter env 6
3756       - 33  # rls2101.rel NDRPDR iter env 6
3757       - 34  # rls2101.rel NDRPDR iter env 6
3758       - 35  # rls2101.rel NDRPDR iter env 6
3759       - 36  # rls2101.rel NDRPDR iter env 6
3760       - 37  # rls2101.rel NDRPDR iter env 6
3761       - 38  # rls2101.rel NDRPDR iter env 6
3762       - 39  # rls2101.rel NDRPDR iter env 6
3763       - 40  # rls2101.rel NDRPDR iter env 6
3764       - 41  # rls2101.rel NDRPDR iter env 6
3765       - 42  # rls2101.rel NDRPDR iter env 6
3766       - 43  # rls2101.rel NDRPDR iter RND env 6
3767       - 44  # rls2101.rel NDRPDR iter RND env 6
3768       - 45  # rls2101.rel NDRPDR iter RND env 6
3769       - 46  # rls2101.rel NDRPDR iter RND env 6
3770       - 47  # rls2101.rel NDRPDR iter RND env 6
3771       - 48  # rls2101.rel NDRPDR iter RND env 6
3772       - 49  # rls2101.rel NDRPDR iter RND env 6
3773       - 50  # rls2101.rel NDRPDR iter RND env 6
3774       - 51  # rls2101.rel NDRPDR iter RND env 6
3775       - 52  # rls2101.rel NDRPDR iter RND env 6
3776     csit-vpp-perf-report-coverage-2101-3n-dnv:
3777       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3778       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3779       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3780       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3781       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3782       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3783       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3784       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3785       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3786
3787     csit-vpp-perf-report-iterative-2009-2n-dnv:
3788       - 16  # rls2005 NDRPDR iter env 5
3789       - 17  # rls2005 NDRPDR iter env 5
3790       - 18  # rls2005 NDRPDR iter env 5
3791       - 19  # rls2005 NDRPDR iter env 5
3792       - 21  # rls2005 NDRPDR iter env 5
3793       - 24  # rls2005 NDRPDR iter env 5
3794       - 27  # rls2005 NDRPDR iter env 5
3795       - 28  # rls2005 NDRPDR iter env 5
3796       - 29  # rls2005 NDRPDR iter env 5
3797       - 30  # rls2005 NDRPDR iter env 5
3798       - 23  # rls2005 MRR iter env 5
3799       - 3   # rls2009 NDRPDR iter env 5
3800       - 5   # rls2009 NDRPDR iter env 5
3801       - 6   # rls2009 NDRPDR iter env 5
3802       - 7   # rls2009 NDRPDR iter env 5
3803       - 9   # rls2009 NDRPDR iter env 5
3804       - 10  # rls2009 NDRPDR iter env 5
3805       - 11  # rls2009 NDRPDR iter env 5
3806       - 12  # rls2009 NDRPDR iter env 5
3807       - 14  # rls2009 NDRPDR iter env 5
3808       - 15  # rls2009 NDRPDR iter env 5
3809       - 13  # rls2009 MRR iter env 5
3810     csit-vpp-perf-report-iterative-2101-2n-dnv:
3811       - 31  # rls2101.rel MRR iter env 6
3812       - 32  # rls2101.rel NDRPDR iter env 6
3813       - 33  # rls2101.rel NDRPDR iter env 6
3814       - 34  # rls2101.rel NDRPDR iter env 6
3815       - 35  # rls2101.rel NDRPDR iter env 6
3816       - 39  # rls2101.rel NDRPDR iter env 6
3817       - 41  # rls2101.rel NDRPDR iter env 6
3818       - 42  # rls2101.rel NDRPDR iter env 6
3819       - 43  # rls2101.rel NDRPDR iter env 6
3820       - 44  # rls2101.rel NDRPDR iter env 6
3821       - 45  # rls2101.rel NDRPDR iter env 6
3822       - 46  # rls2101.rel NDRPDR iter RND env 6
3823       - 47  # rls2101.rel NDRPDR iter RND env 6
3824       - 48  # rls2101.rel NDRPDR iter RND env 6
3825       - 49  # rls2101.rel NDRPDR iter RND env 6
3826       - 50  # rls2101.rel NDRPDR iter RND env 6
3827       - 51  # rls2101.rel NDRPDR iter RND env 6
3828       - 52  # rls2101.rel NDRPDR iter RND env 6
3829       - 53  # rls2101.rel NDRPDR iter RND env 6
3830       - 54  # rls2101.rel NDRPDR iter RND env 6
3831       - 55  # rls2101.rel NDRPDR iter RND env 6
3832     csit-vpp-perf-report-coverage-2101-2n-dnv:
3833       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3834       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3835       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3836       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3837       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3838       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3839
3840     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3841       - 25  # NDRPDR iter
3842       - 26  # NDRPDR iter
3843       - 27  # NDRPDR iter
3844       - 28  # NDRPDR iter
3845       - 29  # NDRPDR iter
3846       - 30  # NDRPDR iter
3847       - 31  # NDRPDR iter
3848       - 32  # NDRPDR iter
3849       - 33  # NDRPDR iter
3850       - 34  # NDRPDR iter
3851     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3852       - 6   # NDRPDR iter env5
3853       - 7   # NDRPDR iter env5
3854       - 8   # NDRPDR iter env5
3855       - 9   # NDRPDR iter env5
3856       - 10  # NDRPDR iter env5
3857       - 11  # NDRPDR iter env5
3858       - 12  # NDRPDR iter env5
3859       - 13  # NDRPDR iter env5
3860       - 14  # NDRPDR iter env5
3861       - 15  # NDRPDR iter env5
3862     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3863       - 11  # rls2101 NDRPDR iter env 6
3864       - 12  # rls2101 NDRPDR iter env 6
3865       - 13  # rls2101 NDRPDR iter env 6
3866       - 14  # rls2101 NDRPDR iter env 6
3867       - 16  # rls2101 NDRPDR iter env 6
3868       - 17  # rls2101 NDRPDR iter env 6
3869       - 18  # rls2101 NDRPDR iter env 6
3870       - 19  # rls2101 NDRPDR iter env 6
3871       - 20  # rls2101 NDRPDR iter env 6
3872       - 21  # rls2101 NDRPDR iter env 6
3873
3874     csit-dpdk-perf-report-iterative-2005-3n-skx:
3875       - 28  # NDRPDR iter
3876       - 29  # NDRPDR iter
3877       - 30  # NDRPDR iter
3878       - 31  # NDRPDR iter
3879       - 32  # NDRPDR iter
3880       - 33  # NDRPDR iter
3881       - 34  # NDRPDR iter
3882       - 35  # NDRPDR iter
3883       - 36  # NDRPDR iter
3884       - 37  # NDRPDR iter
3885     csit-dpdk-perf-report-iterative-2009-3n-skx:
3886       - 4   # NDRPDR sel env5
3887       - 5   # NDRPDR sel env5
3888       - 6   # NDRPDR sel env5
3889       - 7   # NDRPDR sel env5
3890       - 8   # NDRPDR sel env5
3891       - 9   # NDRPDR sel env5
3892       - 14  # NDRPDR sel env5
3893       - 11  # NDRPDR sel env5
3894       - 12  # NDRPDR sel env5
3895       - 13  # NDRPDR sel env5
3896     csit-dpdk-perf-report-iterative-2101-3n-skx:
3897       - 12  # rls2101 NDRPDR iter env 6
3898       - 14  # rls2101 NDRPDR iter env 6
3899       - 15  # rls2101 NDRPDR iter env 6
3900       - 17  # rls2101 NDRPDR iter env 6
3901       - 19  # rls2101 NDRPDR iter env 6
3902       - 20  # rls2101 NDRPDR iter env 6
3903       - 21  # rls2101 NDRPDR iter env 6
3904       - 22  # rls2101 NDRPDR iter env 6
3905       - 25  # rls2101 NDRPDR iter env 6
3906       - 26  # rls2101 NDRPDR iter env 6
3907
3908     csit-dpdk-perf-report-iterative-2005-2n-skx:
3909       - 20  # NDRPDR iter
3910       - 21  # NDRPDR iter
3911       - 22  # NDRPDR iter
3912       - 23  # NDRPDR iter
3913       - 24  # NDRPDR iter
3914       - 25  # NDRPDR iter
3915       - 26  # NDRPDR iter
3916       - 27  # NDRPDR iter
3917       - 28  # NDRPDR iter
3918       - 29  # NDRPDR iter
3919     csit-dpdk-perf-report-iterative-2009-2n-skx:
3920       - 4   # NDRPDR iter env5
3921       - 5   # NDRPDR iter env5
3922       - 6   # NDRPDR iter env5
3923       - 7   # NDRPDR iter env5
3924       - 8   # NDRPDR iter env5
3925       - 9   # NDRPDR iter env5
3926       - 10  # NDRPDR iter env5
3927       - 11  # NDRPDR iter env5
3928       - 12  # NDRPDR iter env5
3929       - 13  # NDRPDR iter env5
3930     csit-dpdk-perf-report-iterative-2101-2n-skx:
3931       - 11  # rls2101 NDRPDR iter env 6
3932       - 12  # rls2101 NDRPDR iter env 6
3933       - 13  # rls2101 NDRPDR iter env 6
3934       - 14  # rls2101 NDRPDR iter env 6
3935       - 15  # rls2101 NDRPDR iter env 6
3936       - 17  # rls2101 NDRPDR iter env 6
3937       - 18  # rls2101 NDRPDR iter env 6
3938       - 19  # rls2101 NDRPDR iter env 6
3939       - 20  # rls2101 NDRPDR iter env 6
3940       - 21  # rls2101 NDRPDR iter env 6
3941
3942     csit-dpdk-perf-report-iterative-2005-2n-clx:
3943       - 20  # NDRPDR iter
3944       - 21  # NDRPDR iter
3945       - 22  # NDRPDR iter
3946       - 23  # NDRPDR iter
3947       - 24  # NDRPDR iter
3948       - 25  # NDRPDR iter
3949       - 26  # NDRPDR iter
3950       - 27  # NDRPDR iter
3951       - 28  # NDRPDR iter
3952       - 29  # NDRPDR iter
3953     csit-dpdk-perf-report-iterative-2009-2n-clx:
3954       - 4   # NDRPDR iter env5
3955       - 5   # NDRPDR iter env5
3956       - 6   # NDRPDR iter env5
3957       - 7   # NDRPDR iter env5
3958       - 8   # NDRPDR iter env5
3959       - 9   # NDRPDR iter env5
3960       - 10  # NDRPDR iter env5
3961       - 11  # NDRPDR iter env5
3962       - 12  # NDRPDR iter env5
3963       - 13  # NDRPDR iter env5
3964     csit-dpdk-perf-report-iterative-2101-2n-clx:
3965       - 12  # rls2101 NDRPDR iter env 6
3966       - 13  # rls2101 NDRPDR iter env 6
3967       - 14  # rls2101 NDRPDR iter env 6
3968       - 15  # rls2101 NDRPDR iter env 6
3969       - 17  # rls2101 NDRPDR iter env 6
3970       - 18  # rls2101 NDRPDR iter env 6
3971       - 19  # rls2101 NDRPDR iter env 6
3972       - 20  # rls2101 NDRPDR iter env 6
3973       - 21  # rls2101 NDRPDR iter env 6
3974       - 22  # rls2101 NDRPDR iter env 6
3975
3976     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3977       - 16  # NDRPDR iter env5
3978       - 21  # NDRPDR iter env5
3979       - 22  # NDRPDR iter env5
3980       - 23  # NDRPDR iter env5
3981       - 24  # NDRPDR iter env5
3982       - 25  # NDRPDR iter env5
3983       - 29  # NDRPDR iter env5
3984     csit-dpdk-perf-report-iterative-2101-2n-zn2:
3985       - 11  # rls2101 NDRPDR iter env 6
3986       - 12  # rls2101 NDRPDR iter env 6
3987       - 13  # rls2101 NDRPDR iter env 6
3988       - 14  # rls2101 NDRPDR iter env 6
3989       - 16  # rls2101 NDRPDR iter env 6
3990       - 17  # rls2101 NDRPDR iter env 6
3991       - 18  # rls2101 NDRPDR iter env 6
3992       - 19  # rls2101 NDRPDR iter env 6
3993       - 20  # rls2101 NDRPDR iter env 6
3994       - 21  # rls2101 NDRPDR iter env 6
3995
3996 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3997 #      # No data
3998 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3999 #      # No data
4000
4001 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
4002 #      # No data
4003 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
4004 #      # No data
4005
4006     csit-dpdk-perf-report-iterative-2005-3n-tsh:
4007       - 5   # NDRPDR sel
4008     csit-dpdk-perf-report-iterative-2009-3n-tsh:
4009       - 1   # NDRPDR iter env5
4010       - 2   # NDRPDR iter env5
4011       - 3   # NDRPDR iter env5
4012       - 4   # NDRPDR iter env5
4013       - 5   # NDRPDR iter env5
4014       - 6   # NDRPDR iter env5
4015       - 7   # NDRPDR iter env5
4016       - 9   # NDRPDR iter env5
4017       - 10  # NDRPDR iter env5
4018       - 11  # NDRPDR iter env5
4019     csit-dpdk-perf-report-iterative-2101-3n-tsh:
4020       - 11  # rls2101 NDRPDR iter env 6
4021       - 12  # rls2101 NDRPDR iter env 6
4022       - 13  # rls2101 NDRPDR iter env 6
4023       - 14  # rls2101 NDRPDR iter env 6
4024       - 16  # rls2101 NDRPDR iter env 6
4025       - 17  # rls2101 NDRPDR iter env 6
4026       - 18  # rls2101 NDRPDR iter env 6
4027       - 19  # rls2101 NDRPDR iter env 6
4028       - 20  # rls2101 NDRPDR iter env 6
4029       - 21  # rls2101 NDRPDR iter env 6
4030
4031     csit-dpdk-perf-report-iterative-2101-2n-tx2:
4032       - 4   # rls2101 NDRPDR iter env 6
4033       - 6   # rls2101 NDRPDR iter env 6
4034       - 7   # rls2101 NDRPDR iter env 6
4035       - 8   # rls2101 NDRPDR iter env 6
4036       - 9   # rls2101 NDRPDR iter env 6
4037       - 10  # rls2101 NDRPDR iter env 6
4038       - 11  # rls2101 NDRPDR iter env 6
4039       - 12  # rls2101 NDRPDR iter env 6
4040       - 13  # rls2101 NDRPDR iter env 6
4041       - 14  # rls2101 NDRPDR iter env 6
4042
4043     csit-vpp-device-2101-ubuntu1804-1n-skx:
4044       - 358  # rls2101.rel VPP DEV env 6
4045
4046 - type: "output"
4047   output: "report"
4048   format:
4049     html:
4050     - full
4051     pdf:
4052     - minimal
4053
4054 ################################################################################
4055 ###                               T A B L E S                                ###
4056 ################################################################################
4057
4058 # VPP Soak vs NDR - 2n-skx
4059 - type: "table"
4060   title: "VPP Soak vs NDR 2n-skx"
4061   algorithm: "table_soak_vs_ndr"
4062   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
4063   reference:
4064     title: "NDR"
4065     data: "vpp-soak-vs-ndr-2n-skx-ref"
4066   compare:
4067     title: "Soak"
4068     data: "vpp-soak-vs-ndr-2n-skx-cmp"
4069   data: "vpp-soak-vs-ndr-2n-skx"
4070   include-tests: "NDR"
4071   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4072   parameters:
4073     - "throughput"
4074     - "name"
4075     - "parent"
4076
4077 # VPP Soak vs NDR - 2n-clx
4078 - type: "table"
4079   title: "VPP Soak vs NDR 2n-clx"
4080   algorithm: "table_soak_vs_ndr"
4081   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
4082   reference:
4083     title: "NDR"
4084     data: "vpp-soak-vs-ndr-2n-clx-ref"
4085   compare:
4086     title: "Soak"
4087     data: "vpp-soak-vs-ndr-2n-clx-cmp"
4088   data: "vpp-soak-vs-ndr-2n-clx"
4089   include-tests: "NDR"
4090   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4091   parameters:
4092     - "throughput"
4093     - "name"
4094     - "parent"
4095
4096 ################################################################################
4097
4098 # VPP Compare NICs 3n-skx 2t1c ndr
4099 - type: "table"
4100   title: "VPP Compare NICs 3n-skx 2t1c ndr"
4101   algorithm: "table_comparison"
4102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
4103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4104   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4105   columns:
4106     - title: "x710"
4107       data-set: "vpp-nic-comparison-3n-skx"
4108       tag: "NIC_Intel-X710"
4109     - title: "xxv710"
4110       data-set: "vpp-nic-comparison-3n-skx"
4111       tag: "NIC_Intel-XXV710"
4112   comparisons:
4113     - title: "Diff"
4114       reference: 1
4115       compare: 2
4116   legend:
4117     - ""
4118     - "x710, xxv710 - NICs tested."
4119     - "Diff - difference between x710 and xxv710 NIC."
4120
4121 # VPP Compare NICs 3n-skx 4t2c ndr
4122 - type: "table"
4123   title: "VPP Compare NICs 3n-skx 4t2c ndr"
4124   algorithm: "table_comparison"
4125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
4126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4127   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4128   columns:
4129     - title: "x710"
4130       data-set: "vpp-nic-comparison-3n-skx"
4131       tag: "NIC_Intel-X710"
4132     - title: "xxv710"
4133       data-set: "vpp-nic-comparison-3n-skx"
4134       tag: "NIC_Intel-XXV710"
4135   comparisons:
4136     - title: "Diff"
4137       reference: 1
4138       compare: 2
4139   legend:
4140     - ""
4141     - "x710, xxv710 - NICs tested."
4142     - "Diff - difference between x710 and xxv710 NIC."
4143
4144 # VPP Compare NICs 3n-skx 2t1c pdr
4145 - type: "table"
4146   title: "VPP Compare NICs 3n-skx 2t1c pdr"
4147   algorithm: "table_comparison"
4148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
4149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4150   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4151   columns:
4152     - title: "x710"
4153       data-set: "vpp-nic-comparison-3n-skx"
4154       tag: "NIC_Intel-X710"
4155     - title: "xxv710"
4156       data-set: "vpp-nic-comparison-3n-skx"
4157       tag: "NIC_Intel-XXV710"
4158   comparisons:
4159     - title: "Diff"
4160       reference: 1
4161       compare: 2
4162   legend:
4163     - ""
4164     - "x710, xxv710 - NICs tested."
4165     - "Diff - difference between x710 and xxv710 NIC."
4166
4167 # VPP Compare NICs 3n-skx 4t2c pdr
4168 - type: "table"
4169   title: "VPP Compare NICs 3n-skx 4t2c pdr"
4170   algorithm: "table_comparison"
4171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
4172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4173   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4174   columns:
4175     - title: "x710"
4176       data-set: "vpp-nic-comparison-3n-skx"
4177       tag: "NIC_Intel-X710"
4178     - title: "xxv710"
4179       data-set: "vpp-nic-comparison-3n-skx"
4180       tag: "NIC_Intel-XXV710"
4181   comparisons:
4182     - title: "Diff"
4183       reference: 1
4184       compare: 2
4185   legend:
4186     - ""
4187     - "x710, xxv710 - NICs tested."
4188     - "Diff - difference between x710 and xxv710 NIC."
4189
4190 # VPP Compare NICs 3n-skx 2t1c mrr
4191 - type: "table"
4192   title: "VPP Compare NICs 3n-skx 2t1c mrr"
4193   algorithm: "table_comparison"
4194   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
4195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4196   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4197   columns:
4198     - title: "x710"
4199       data-set: "vpp-nic-comparison-3n-skx-mrr"
4200       tag: "NIC_Intel-X710"
4201     - title: "xxv710"
4202       data-set: "vpp-nic-comparison-3n-skx-mrr"
4203       tag: "NIC_Intel-XXV710"
4204   comparisons:
4205     - title: "Diff"
4206       reference: 1
4207       compare: 2
4208   legend:
4209     - ""
4210     - "x710, xxv710 - NICs tested."
4211     - "Diff - difference between x710 and xxv710 NIC."
4212
4213 # VPP Compare NICs 3n-skx 4t2c mrr
4214 - type: "table"
4215   title: "VPP Compare NICs 3n-skx 4t2c mrr"
4216   algorithm: "table_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
4218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4219   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4220   columns:
4221     - title: "x710"
4222       data-set: "vpp-nic-comparison-3n-skx-mrr"
4223       tag: "NIC_Intel-X710"
4224     - title: "xxv710"
4225       data-set: "vpp-nic-comparison-3n-skx-mrr"
4226       tag: "NIC_Intel-XXV710"
4227   comparisons:
4228     - title: "Diff"
4229       reference: 1
4230       compare: 2
4231   legend:
4232     - ""
4233     - "x710, xxv710 - NICs tested."
4234     - "Diff - difference between x710 and xxv710 NIC."
4235
4236 # VPP Compare NICs 3n-skx 8t4c mrr
4237 - type: "table"
4238   title: "VPP Compare NICs 3n-skx 8t4c mrr"
4239   algorithm: "table_comparison"
4240   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
4241   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4242   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4243   columns:
4244     - title: "x710"
4245       data-set: "vpp-nic-comparison-3n-skx-mrr"
4246       tag: "NIC_Intel-X710"
4247     - title: "xxv710"
4248       data-set: "vpp-nic-comparison-3n-skx-mrr"
4249       tag: "NIC_Intel-XXV710"
4250   comparisons:
4251     - title: "Diff"
4252       reference: 1
4253       compare: 2
4254   legend:
4255     - ""
4256     - "x710, xxv710 - NICs tested."
4257     - "Diff - difference between x710 and xxv710 NIC."
4258
4259 # VPP Compare NICs 2n-skx 2t1c ndr
4260 - type: "table"
4261   title: "VPP Compare NICs 2n-skx 2t1c ndr"
4262   algorithm: "table_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
4264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4265   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4266   columns:
4267     - title: "x710"
4268       data-set: "vpp-nic-comparison-2n-skx"
4269       tag: "NIC_Intel-X710"
4270     - title: "xxv710"
4271       data-set: "vpp-nic-comparison-2n-skx"
4272       tag: "NIC_Intel-XXV710"
4273   comparisons:
4274     - title: "Diff"
4275       reference: 1
4276       compare: 2
4277   legend:
4278     - ""
4279     - "x710, xxv710 - NICs tested."
4280     - "Diff - difference between x710 and xxv710 NIC."
4281
4282 # VPP Compare NICs 2n-skx 4t2c ndr
4283 - type: "table"
4284   title: "VPP Compare NICs 2n-skx 4t2c ndr"
4285   algorithm: "table_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
4287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4288   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4289   columns:
4290     - title: "x710"
4291       data-set: "vpp-nic-comparison-2n-skx"
4292       tag: "NIC_Intel-X710"
4293     - title: "xxv710"
4294       data-set: "vpp-nic-comparison-2n-skx"
4295       tag: "NIC_Intel-XXV710"
4296   comparisons:
4297     - title: "Diff"
4298       reference: 1
4299       compare: 2
4300   legend:
4301     - ""
4302     - "x710, xxv710 - NICs tested."
4303     - "Diff - difference between x710 and xxv710 NIC."
4304
4305 # VPP Compare NICs 2n-skx 2t1c pdr
4306 - type: "table"
4307   title: "VPP Compare NICs 2n-skx 2t1c pdr"
4308   algorithm: "table_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
4310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4311   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4312   columns:
4313     - title: "x710"
4314       data-set: "vpp-nic-comparison-2n-skx"
4315       tag: "NIC_Intel-X710"
4316     - title: "xxv710"
4317       data-set: "vpp-nic-comparison-2n-skx"
4318       tag: "NIC_Intel-XXV710"
4319   comparisons:
4320     - title: "Diff"
4321       reference: 1
4322       compare: 2
4323   legend:
4324     - ""
4325     - "x710, xxv710 - NICs tested."
4326     - "Diff - difference between x710 and xxv710 NIC."
4327
4328 # VPP Compare NICs 2n-skx 4t2c pdr
4329 - type: "table"
4330   title: "VPP Compare NICs 2n-skx 4t2c pdr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
4333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4334   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4335   columns:
4336     - title: "x710"
4337       data-set: "vpp-nic-comparison-2n-skx"
4338       tag: "NIC_Intel-X710"
4339     - title: "xxv710"
4340       data-set: "vpp-nic-comparison-2n-skx"
4341       tag: "NIC_Intel-XXV710"
4342   comparisons:
4343     - title: "Diff"
4344       reference: 1
4345       compare: 2
4346   legend:
4347     - ""
4348     - "x710, xxv710 - NICs tested."
4349     - "Diff - difference between x710 and xxv710 NIC."
4350
4351 # VPP Compare NICs 2n-skx 2t1c mrr
4352 - type: "table"
4353   title: "VPP Compare NICs 2n-skx 2t1c mrr"
4354   algorithm: "table_comparison"
4355   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
4356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4357   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4358   columns:
4359     - title: "x710"
4360       data-set: "vpp-nic-comparison-2n-skx-mrr"
4361       tag: "NIC_Intel-X710"
4362     - title: "xxv710"
4363       data-set: "vpp-nic-comparison-2n-skx-mrr"
4364       tag: "NIC_Intel-XXV710"
4365   comparisons:
4366     - title: "Diff"
4367       reference: 1
4368       compare: 2
4369   legend:
4370     - ""
4371     - "x710, xxv710 - NICs tested."
4372     - "Diff - difference between x710 and xxv710 NIC."
4373
4374 # VPP Compare NICs 2n-skx 4t2c mrr
4375 - type: "table"
4376   title: "VPP Compare NICs 2n-skx 4t2c mrr"
4377   algorithm: "table_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
4379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4380   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4381   columns:
4382     - title: "x710"
4383       data-set: "vpp-nic-comparison-2n-skx-mrr"
4384       tag: "NIC_Intel-X710"
4385     - title: "xxv710"
4386       data-set: "vpp-nic-comparison-2n-skx-mrr"
4387       tag: "NIC_Intel-XXV710"
4388   comparisons:
4389     - title: "Diff"
4390       reference: 1
4391       compare: 2
4392   legend:
4393     - ""
4394     - "x710, xxv710 - NICs tested."
4395     - "Diff - difference between x710 and xxv710 NIC."
4396
4397 # VPP Compare NICs 2n-skx 8t4c mrr
4398 - type: "table"
4399   title: "VPP Compare NICs 2n-skx 8t4c mrr"
4400   algorithm: "table_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
4402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4403   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4404   columns:
4405     - title: "x710"
4406       data-set: "vpp-nic-comparison-2n-skx-mrr"
4407       tag: "NIC_Intel-X710"
4408     - title: "xxv710"
4409       data-set: "vpp-nic-comparison-2n-skx-mrr"
4410       tag: "NIC_Intel-XXV710"
4411   comparisons:
4412     - title: "Diff"
4413       reference: 1
4414       compare: 2
4415   legend:
4416     - ""
4417     - "x710, xxv710 - NICs tested."
4418     - "Diff - difference between x710 and xxv710 NIC."
4419
4420 ################################################################################
4421 # VPP
4422
4423 # VPP Performance Changes 3n-hsw 1t1c pdr
4424 - type: "table"
4425   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
4426   algorithm: "table_comparison"
4427   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
4428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4429   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4430   columns:
4431     - title: "2005.0-5"
4432       data-set: "vpp-performance-changes-3n-hsw-h1"
4433     - title: "2009.0-5"
4434       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4435     - title: "2009.0-6"
4436       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4437     - title: "2101.0-6"
4438       data-set: "vpp-performance-changes-3n-hsw-cmp"
4439   comparisons:
4440     - title: "2009.0-6 vs 2009.0-5"
4441       reference: 2
4442       compare: 3
4443 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
4444     - title: "2101.0-6 vs 2009.0-6"
4445       reference: 3
4446       compare: 4
4447 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
4448   legend:
4449     - ''
4450     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4451     - '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).'
4452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4453     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4454     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4455
4456 # VPP Performance Changes 3n-hsw 2t2c pdr
4457 - type: "table"
4458   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
4459   algorithm: "table_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
4461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4462   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4463   columns:
4464     - title: "2005.0-5"
4465       data-set: "vpp-performance-changes-3n-hsw-h1"
4466     - title: "2009.0-5"
4467       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4468     - title: "2009.0-6"
4469       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4470     - title: "2101.0-6"
4471       data-set: "vpp-performance-changes-3n-hsw-cmp"
4472   comparisons:
4473     - title: "2009.0-6 vs 2009.0-5"
4474       reference: 2
4475       compare: 3
4476 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
4477     - title: "2101.0-6 vs 2009.0-6"
4478       reference: 3
4479       compare: 4
4480 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
4481   legend:
4482     - ''
4483     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4484     - '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).'
4485     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4486     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4487     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4488
4489 # VPP Performance Changes 3n-hsw 1t1c ndr
4490 - type: "table"
4491   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
4492   algorithm: "table_comparison"
4493   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
4494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4495   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4496   columns:
4497     - title: "2005.0-5"
4498       data-set: "vpp-performance-changes-3n-hsw-h1"
4499     - title: "2009.0-5"
4500       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4501     - title: "2009.0-6"
4502       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4503     - title: "2101.0-6"
4504       data-set: "vpp-performance-changes-3n-hsw-cmp"
4505   comparisons:
4506     - title: "2009.0-6 vs 2009.0-5"
4507       reference: 2
4508       compare: 3
4509 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
4510     - title: "2101.0-6 vs 2009.0-6"
4511       reference: 3
4512       compare: 4
4513 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
4514   legend:
4515     - ''
4516     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4517     - '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).'
4518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4519     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4520     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4521
4522 # VPP Performance Changes 3n-hsw 2t2c ndr
4523 - type: "table"
4524   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
4525   algorithm: "table_comparison"
4526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
4527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4528   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4529   columns:
4530     - title: "2005.0-5"
4531       data-set: "vpp-performance-changes-3n-hsw-h1"
4532     - title: "2009.0-5"
4533       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4534     - title: "2009.0-6"
4535       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4536     - title: "2101.0-6"
4537       data-set: "vpp-performance-changes-3n-hsw-cmp"
4538   comparisons:
4539     - title: "2009.0-6 vs 2009.0-5"
4540       reference: 2
4541       compare: 3
4542 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
4543     - title: "2101.0-6 vs 2009.0-6"
4544       reference: 3
4545       compare: 4
4546 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
4547   legend:
4548     - ''
4549     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4550     - '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).'
4551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4552     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4553     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4554
4555 # VPP Performance Changes 3n-skx 2t1c pdr
4556 - type: "table"
4557   title: "VPP Performance Changes 3n-skx 2t1c pdr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
4560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4561   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4562   columns:
4563     - title: "2005.0-5"
4564       data-set: "vpp-performance-changes-3n-skx-h1"
4565     - title: "2009.0-5"
4566       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4567     - title: "2009.0-6"
4568       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4569     - title: "2101.0-6"
4570       data-set: "vpp-performance-changes-3n-skx-cmp"
4571   comparisons:
4572     - title: "2009.0-6 vs 2009.0-5"
4573       reference: 2
4574       compare: 3
4575 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
4576     - title: "2101.0-6 vs 2009.0-6"
4577       reference: 3
4578       compare: 4
4579 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
4580   legend:
4581     - ''
4582     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4583     - '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).'
4584     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4585     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4586     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4587
4588 # VPP Performance Changes 3n-skx 4t2c pdr
4589 - type: "table"
4590   title: "VPP Performance Changes 3n-skx 4t2c pdr"
4591   algorithm: "table_comparison"
4592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
4593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4594   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4595   columns:
4596     - title: "2005.0-5"
4597       data-set: "vpp-performance-changes-3n-skx-h1"
4598     - title: "2009.0-5"
4599       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4600     - title: "2009.0-6"
4601       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4602     - title: "2101.0-6"
4603       data-set: "vpp-performance-changes-3n-skx-cmp"
4604   comparisons:
4605     - title: "2009.0-6 vs 2009.0-5"
4606       reference: 2
4607       compare: 3
4608 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
4609     - title: "2101.0-6 vs 2009.0-6"
4610       reference: 3
4611       compare: 4
4612 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
4613   legend:
4614     - ''
4615     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4616     - '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).'
4617     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4618     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4619     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4620
4621 # VPP Performance Changes 3n-skx 2t1c ndr
4622 - type: "table"
4623   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4624   algorithm: "table_comparison"
4625   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4627   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4628   columns:
4629     - title: "2005.0-5"
4630       data-set: "vpp-performance-changes-3n-skx-h1"
4631     - title: "2009.0-5"
4632       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4633     - title: "2009.0-6"
4634       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4635     - title: "2101.0-6"
4636       data-set: "vpp-performance-changes-3n-skx-cmp"
4637   comparisons:
4638     - title: "2009.0-6 vs 2009.0-5"
4639       reference: 2
4640       compare: 3
4641 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4642     - title: "2101.0-6 vs 2009.0-6"
4643       reference: 3
4644       compare: 4
4645 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4646   legend:
4647     - ''
4648     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4649     - '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).'
4650     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4651     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4652     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4653
4654 # VPP Performance Changes 3n-skx 4t2c ndr
4655 - type: "table"
4656   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4657   algorithm: "table_comparison"
4658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4660   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4661   columns:
4662     - title: "2005.0-5"
4663       data-set: "vpp-performance-changes-3n-skx-h1"
4664     - title: "2009.0-5"
4665       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4666     - title: "2009.0-6"
4667       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4668     - title: "2101.0-6"
4669       data-set: "vpp-performance-changes-3n-skx-cmp"
4670   comparisons:
4671     - title: "2009.0-6 vs 2009.0-5"
4672       reference: 2
4673       compare: 3
4674 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4675     - title: "2101.0-6 vs 2009.0-6"
4676       reference: 3
4677       compare: 4
4678 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4679   legend:
4680     - ''
4681     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4682     - '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).'
4683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4684     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4685     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4686
4687 # VPP Performance Changes 2n-skx 2t1c pdr
4688 - type: "table"
4689   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4690   algorithm: "table_comparison"
4691   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4693   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4694   columns:
4695     - title: "2005.0-5"
4696       data-set: "vpp-performance-changes-2n-skx-h1"
4697     - title: "2009.0-5"
4698       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4699     - title: "2009.0-6"
4700       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4701     - title: "2101.0-6"
4702       data-set: "vpp-performance-changes-2n-skx-cmp"
4703   comparisons:
4704     - title: "2009.0-6 vs 2009.0-5"
4705       reference: 2
4706       compare: 3
4707 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4708     - title: "2101.0-6 vs 2009.0-6"
4709       reference: 3
4710       compare: 4
4711 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4712   legend:
4713     - ''
4714     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4715     - '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).'
4716     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4717     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4718     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4719
4720 # VPP Performance Changes 2n-skx 4t2c pdr
4721 - type: "table"
4722   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4723   algorithm: "table_comparison"
4724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4726   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4727   columns:
4728     - title: "2005.0-5"
4729       data-set: "vpp-performance-changes-2n-skx-h1"
4730     - title: "2009.0-5"
4731       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4732     - title: "2009.0-6"
4733       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4734     - title: "2101.0-6"
4735       data-set: "vpp-performance-changes-2n-skx-cmp"
4736   comparisons:
4737     - title: "2009.0-6 vs 2009.0-5"
4738       reference: 2
4739       compare: 3
4740 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4741     - title: "2101.0-6 vs 2009.0-6"
4742       reference: 3
4743       compare: 4
4744 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4745   legend:
4746     - ''
4747     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4748     - '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).'
4749     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4750     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4751     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4752
4753 # VPP Performance Changes 2n-skx 2t1c ndr
4754 - type: "table"
4755   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4756   algorithm: "table_comparison"
4757   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4759   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4760   columns:
4761     - title: "2005.0-5"
4762       data-set: "vpp-performance-changes-2n-skx-h1"
4763     - title: "2009.0-5"
4764       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4765     - title: "2009.0-6"
4766       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4767     - title: "2101.0-6"
4768       data-set: "vpp-performance-changes-2n-skx-cmp"
4769   comparisons:
4770     - title: "2009.0-6 vs 2009.0-5"
4771       reference: 2
4772       compare: 3
4773 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4774     - title: "2101.0-6 vs 2009.0-6"
4775       reference: 3
4776       compare: 4
4777 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4778   legend:
4779     - ''
4780     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4781     - '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).'
4782     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4783     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4784     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4785
4786 # VPP Performance Changes 2n-skx 4t2c ndr
4787 - type: "table"
4788   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4789   algorithm: "table_comparison"
4790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4792   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4793   columns:
4794     - title: "2005.0-5"
4795       data-set: "vpp-performance-changes-2n-skx-h1"
4796     - title: "2009.0-5"
4797       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4798     - title: "2009.0-6"
4799       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4800     - title: "2101.0-6"
4801       data-set: "vpp-performance-changes-2n-skx-cmp"
4802   comparisons:
4803     - title: "2009.0-6 vs 2009.0-5"
4804       reference: 2
4805       compare: 3
4806 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4807     - title: "2101.0-6 vs 2009.0-6"
4808       reference: 3
4809       compare: 4
4810 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4811   legend:
4812     - ''
4813     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4814     - '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).'
4815     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4816     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4817     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4818
4819 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4820 - type: "table"
4821   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4822   algorithm: "table_comparison"
4823   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4825   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4826   columns:
4827     - title: "2005.0-5"
4828       data-set: "vpp-performance-changes-2n-clx-h1"
4829     - title: "2009.0-5"
4830       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4831     - title: "2009.0-6"
4832       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4833     - title: "2101.0-6"
4834       data-set: "vpp-performance-changes-2n-clx-cmp"
4835   comparisons:
4836     - title: "2009.0-6 vs 2009.0-5"
4837       reference: 2
4838       compare: 3
4839 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4840     - title: "2101.0-6 vs 2009.0-6"
4841       reference: 3
4842       compare: 4
4843 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4844   legend:
4845     - ''
4846     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4847     - '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).'
4848     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4849     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4850     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4851
4852 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4853 - type: "table"
4854   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4855   algorithm: "table_comparison"
4856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4857   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4858   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4859   columns:
4860     - title: "2005.0-5"
4861       data-set: "vpp-performance-changes-2n-clx-h1"
4862     - title: "2009.0-5"
4863       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4864     - title: "2009.0-6"
4865       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4866     - title: "2101.0-6"
4867       data-set: "vpp-performance-changes-2n-clx-cmp"
4868   comparisons:
4869     - title: "2009.0-6 vs 2009.0-5"
4870       reference: 2
4871       compare: 3
4872 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4873     - title: "2101.0-6 vs 2009.0-6"
4874       reference: 3
4875       compare: 4
4876 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4877   legend:
4878     - ''
4879     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4880     - '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).'
4881     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4882     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4883     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4884
4885 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4886 - type: "table"
4887   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4888   algorithm: "table_comparison"
4889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4891   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4892   columns:
4893     - title: "2005.0-5"
4894       data-set: "vpp-performance-changes-2n-clx-h1"
4895     - title: "2009.0-5"
4896       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4897     - title: "2009.0-6"
4898       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4899     - title: "2101.0-6"
4900       data-set: "vpp-performance-changes-2n-clx-cmp"
4901   comparisons:
4902     - title: "2009.0-6 vs 2009.0-5"
4903       reference: 2
4904       compare: 3
4905 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4906     - title: "2101.0-6 vs 2009.0-6"
4907       reference: 3
4908       compare: 4
4909 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4910   legend:
4911     - ''
4912     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4913     - '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).'
4914     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4915     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4916     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4917
4918 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4919 - type: "table"
4920   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4921   algorithm: "table_comparison"
4922   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4924   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4925   columns:
4926     - title: "2005.0-5"
4927       data-set: "vpp-performance-changes-2n-clx-h1"
4928     - title: "2009.0-5"
4929       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4930     - title: "2009.0-6"
4931       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4932     - title: "2101.0-6"
4933       data-set: "vpp-performance-changes-2n-clx-cmp"
4934   comparisons:
4935     - title: "2009.0-6 vs 2009.0-5"
4936       reference: 2
4937       compare: 3
4938 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4939     - title: "2101.0-6 vs 2009.0-6"
4940       reference: 3
4941       compare: 4
4942 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4943   legend:
4944     - ''
4945     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4946     - '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).'
4947     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4948     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4949     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4950
4951 # VPP Performance Changes 2n-clx-cx556a 2t1c pdr
4952 - type: "table"
4953   title: "VPP Performance Changes 2n-clx-cx556a 2t1c pdr"
4954   algorithm: "table_comparison"
4955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-pdr"
4956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4957   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4958   columns:
4959     - title: "2005.0-5"
4960       data-set: "vpp-performance-changes-2n-clx-h1"
4961     - title: "2009.0-5"
4962       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4963     - title: "2009.0-6"
4964       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4965     - title: "2101.0-6"
4966       data-set: "vpp-performance-changes-2n-clx-cmp"
4967   comparisons:
4968     - title: "2009.0-6 vs 2009.0-5"
4969       reference: 2
4970       compare: 3
4971 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4972     - title: "2101.0-6 vs 2009.0-6"
4973       reference: 3
4974       compare: 4
4975 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4976   legend:
4977     - ''
4978     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
4979     - '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).'
4980     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4981     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4982     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4983
4984 # VPP Performance Changes 2n-clx-cx556a 4t2c pdr
4985 - type: "table"
4986   title: "VPP Performance Changes 2n-clx-cx556a 4t2c pdr"
4987   algorithm: "table_comparison"
4988   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-pdr"
4989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4990   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4991   columns:
4992     - title: "2005.0-5"
4993       data-set: "vpp-performance-changes-2n-clx-h1"
4994     - title: "2009.0-5"
4995       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4996     - title: "2009.0-6"
4997       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4998     - title: "2101.0-6"
4999       data-set: "vpp-performance-changes-2n-clx-cmp"
5000   comparisons:
5001     - title: "2009.0-6 vs 2009.0-5"
5002       reference: 2
5003       compare: 3
5004 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
5005     - title: "2101.0-6 vs 2009.0-6"
5006       reference: 3
5007       compare: 4
5008 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
5009   legend:
5010     - ''
5011     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
5012     - '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).'
5013     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5014     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5015     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5016
5017 # VPP Performance Changes 2n-clx-cx556a 2t1c ndr
5018 - type: "table"
5019   title: "VPP Performance Changes 2n-clx-cx556a 2t1c ndr"
5020   algorithm: "table_comparison"
5021   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-ndr"
5022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5023   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5024   columns:
5025     - title: "2005.0-5"
5026       data-set: "vpp-performance-changes-2n-clx-h1"
5027     - title: "2009.0-5"
5028       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5029     - title: "2009.0-6"
5030       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5031     - title: "2101.0-6"
5032       data-set: "vpp-performance-changes-2n-clx-cmp"
5033   comparisons:
5034     - title: "2009.0-6 vs 2009.0-5"
5035       reference: 2
5036       compare: 3
5037 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
5038     - title: "2101.0-6 vs 2009.0-6"
5039       reference: 3
5040       compare: 4
5041 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
5042   legend:
5043     - ''
5044     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
5045     - '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).'
5046     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5047     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5048     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5049
5050 # VPP Performance Changes 2n-clx-cx556a 4t2c ndr
5051 - type: "table"
5052   title: "VPP Performance Changes 2n-clx-cx556a ndr"
5053   algorithm: "table_comparison"
5054   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-ndr"
5055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5056   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5057   columns:
5058     - title: "2005.0-5"
5059       data-set: "vpp-performance-changes-2n-clx-h1"
5060     - title: "2009.0-5"
5061       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5062     - title: "2009.0-6"
5063       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5064     - title: "2101.0-6"
5065       data-set: "vpp-performance-changes-2n-clx-cmp"
5066   comparisons:
5067     - title: "2009.0-6 vs 2009.0-5"
5068       reference: 2
5069       compare: 3
5070 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
5071     - title: "2101.0-6 vs 2009.0-6"
5072       reference: 3
5073       compare: 4
5074 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
5075   legend:
5076     - ''
5077     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
5078     - '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).'
5079     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5080     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5081     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5082
5083 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
5084 - type: "table"
5085   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
5086   algorithm: "table_comparison"
5087   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
5088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5089   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5090   columns:
5091 #     - title: "2005.0-5"
5092 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5093     - title: "2009.0-5"
5094       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5095     - title: "2009.0-6"
5096       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5097     - title: "2101.0-6"
5098       data-set: "vpp-performance-changes-2n-zn2-cmp"
5099   comparisons:
5100     - title: "2009.0-6 vs 2009.0-5"
5101       reference: 1  # 2
5102       compare: 2  # 3
5103 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
5104     - title: "2101.0-6 vs 2009.0-6"
5105       reference: 2  # 3
5106       compare: 3  # 4
5107 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
5108   legend:
5109     - ''
5110     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
5111     - '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).'
5112     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5113     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5114     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5115
5116 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
5117 - type: "table"
5118   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
5119   algorithm: "table_comparison"
5120   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
5121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5122   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5123   columns:
5124 #     - title: "2005.0-5"
5125 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5126     - title: "2009.0-5"
5127       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5128     - title: "2009.0-6"
5129       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5130     - title: "2101.0-6"
5131       data-set: "vpp-performance-changes-2n-zn2-cmp"
5132   comparisons:
5133     - title: "2009.0-6 vs 2009.0-5"
5134       reference: 1  # 2
5135       compare: 2  # 3
5136 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
5137     - title: "2101.0-6 vs 2009.0-6"
5138       reference: 2  # 3
5139       compare: 3  # 4
5140 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
5141   legend:
5142     - ''
5143     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
5144     - '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).'
5145     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5146     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5147     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5148
5149 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
5150 - type: "table"
5151   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
5152   algorithm: "table_comparison"
5153   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
5154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5155   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5156   columns:
5157 #     - title: "2005.0-5"
5158 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5159     - title: "2009.0-5"
5160       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5161     - title: "2009.0-6"
5162       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5163     - title: "2101.0-6"
5164       data-set: "vpp-performance-changes-2n-zn2-cmp"
5165   comparisons:
5166     - title: "2009.0-6 vs 2009.0-5"
5167       reference: 1  # 2
5168       compare: 2  # 3
5169 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
5170     - title: "2101.0-6 vs 2009.0-6"
5171       reference: 2  # 3
5172       compare: 3  # 4
5173 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
5174   legend:
5175     - ''
5176     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5177     - '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).'
5178     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5179     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5180     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5181
5182 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
5183 - type: "table"
5184   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
5185   algorithm: "table_comparison"
5186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
5187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5188   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5189   columns:
5190 #     - title: "2005.0-5"
5191 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5192     - title: "2009.0-5"
5193       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5194     - title: "2009.0-6"
5195       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5196     - title: "2101.0-6"
5197       data-set: "vpp-performance-changes-2n-zn2-cmp"
5198   comparisons:
5199     - title: "2009.0-6 vs 2009.0-5"
5200       reference: 1  # 2
5201       compare: 2  # 3
5202 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5203     - title: "2101.0-6 vs 2009.0-6"
5204       reference: 2  # 3
5205       compare: 3  # 4
5206 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5207   legend:
5208     - ''
5209     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5210     - '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).'
5211     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5212     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5213     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5214
5215 # VPP Performance Changes 2n-dnv 1t1c pdr
5216 - type: "table"
5217   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
5218   algorithm: "table_comparison"
5219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
5220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5221   filter: "'1T1C'"
5222   columns:
5223     - title: "2005.0-5"
5224       data-set: "vpp-performance-changes-2n-dnv-h1"
5225     - title: "2009.0-5"
5226       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5227 #     - title: "2009.0-6"
5228 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5229     - title: "2101.0-6"
5230       data-set: "vpp-performance-changes-2n-dnv-cmp"
5231   comparisons:
5232 #     - title: "2009.0-6 vs 2009.0-5"
5233 #       reference: 2
5234 #       compare: 3
5235     - title: "2101.0-6 vs 2009.0-5"
5236       reference: 2
5237       compare: 3
5238   legend:
5239     - ''
5240     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5241     - '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).'
5242     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5243 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5244     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5245
5246 # VPP Performance Changes 2n-dnv 2t2c pdr
5247 - type: "table"
5248   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
5249   algorithm: "table_comparison"
5250   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
5251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5252   filter: "'2T2C'"
5253   columns:
5254     - title: "2005.0-5"
5255       data-set: "vpp-performance-changes-2n-dnv-h1"
5256     - title: "2009.0-5"
5257       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5258 #     - title: "2009.0-6"
5259 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5260     - title: "2101.0-6"
5261       data-set: "vpp-performance-changes-2n-dnv-cmp"
5262   comparisons:
5263 #     - title: "2009.0-6 vs 2009.0-5"
5264 #       reference: 2
5265 #       compare: 3
5266     - title: "2101.0-6 vs 2009.0-5"
5267       reference: 2
5268       compare: 3
5269   legend:
5270     - ''
5271     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5272     - '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).'
5273     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5274 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5275     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5276
5277 # VPP Performance Changes 2n-dnv 1t1c ndr
5278 - type: "table"
5279   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
5280   algorithm: "table_comparison"
5281   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
5282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5283   filter: "'1T1C'"
5284   columns:
5285     - title: "2005.0-5"
5286       data-set: "vpp-performance-changes-2n-dnv-h1"
5287     - title: "2009.0-5"
5288       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5289 #     - title: "2009.0-6"
5290 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5291     - title: "2101.0-6"
5292       data-set: "vpp-performance-changes-2n-dnv-cmp"
5293   comparisons:
5294 #     - title: "2009.0-6 vs 2009.0-5"
5295 #       reference: 2
5296 #       compare: 3
5297     - title: "2101.0-6 vs 2009.0-5"
5298       reference: 2
5299       compare: 3
5300   legend:
5301     - ''
5302     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5303     - '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).'
5304     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5305 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5306     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5307
5308 # VPP Performance Changes 2n-dnv 2t2c ndr
5309 - type: "table"
5310   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
5311   algorithm: "table_comparison"
5312   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
5313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5314   filter: "'2T2C'"
5315   columns:
5316     - title: "2005.0-5"
5317       data-set: "vpp-performance-changes-2n-dnv-h1"
5318     - title: "2009.0-5"
5319       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5320 #     - title: "2009.0-6"
5321 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5322     - title: "2101.0-6"
5323       data-set: "vpp-performance-changes-2n-dnv-cmp"
5324   comparisons:
5325 #     - title: "2009.0-6 vs 2009.0-5"
5326 #       reference: 2
5327 #       compare: 3
5328     - title: "2101.0-6 vs 2009.0-5"
5329       reference: 2
5330       compare: 3
5331   legend:
5332     - ''
5333     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5334     - '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).'
5335     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5336 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5337     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5338
5339 # VPP Performance Changes 3n-dnv 1t1c pdr
5340 - type: "table"
5341   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
5342   algorithm: "table_comparison"
5343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
5344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5345   filter: "'1T1C'"
5346   columns:
5347     - title: "2005.0-5"
5348       data-set: "vpp-performance-changes-3n-dnv-h1"
5349     - title: "2009.0-5"
5350       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5351 #     - title: "2009.0-6"
5352 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5353     - title: "2101.0-6"
5354       data-set: "vpp-performance-changes-3n-dnv-cmp"
5355   comparisons:
5356 #     - title: "2009.0-6 vs 2009.0-5"
5357 #       reference: 2
5358 #       compare: 3
5359     - title: "2101.0-6 vs 2009.0-5"
5360       reference: 2
5361       compare: 3
5362   legend:
5363     - ''
5364     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5365     - '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).'
5366     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5367 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5368     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5369
5370 # VPP Performance Changes 3n-dnv 2t2c pdr
5371 - type: "table"
5372   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
5373   algorithm: "table_comparison"
5374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
5375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5376   filter: "'2T2C'"
5377   columns:
5378     - title: "2005.0-5"
5379       data-set: "vpp-performance-changes-3n-dnv-h1"
5380     - title: "2009.0-5"
5381       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5382 #     - title: "2009.0-6"
5383 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5384     - title: "2101.0-6"
5385       data-set: "vpp-performance-changes-3n-dnv-cmp"
5386   comparisons:
5387 #     - title: "2009.0-6 vs 2009.0-5"
5388 #       reference: 2
5389 #       compare: 3
5390     - title: "2101.0-6 vs 2009.0-5"
5391       reference: 2
5392       compare: 3
5393   legend:
5394     - ''
5395     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5396     - '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).'
5397     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5398 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5399     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5400
5401 # VPP Performance Changes 3n-dnv 1t1c ndr
5402 - type: "table"
5403   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
5404   algorithm: "table_comparison"
5405   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
5406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5407   filter: "'1T1C'"
5408   columns:
5409     - title: "2005.0-5"
5410       data-set: "vpp-performance-changes-3n-dnv-h1"
5411     - title: "2009.0-5"
5412       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5413 #     - title: "2009.0-6"
5414 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5415     - title: "2101.0-6"
5416       data-set: "vpp-performance-changes-3n-dnv-cmp"
5417   comparisons:
5418 #     - title: "2009.0-6 vs 2009.0-5"
5419 #       reference: 2
5420 #       compare: 3
5421     - title: "2101.0-6 vs 2009.0-5"
5422       reference: 2
5423       compare: 3
5424   legend:
5425     - ''
5426     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5427     - '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).'
5428     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5429 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5430     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5431
5432 # VPP Performance Changes 3n-dnv 2t2c ndr
5433 - type: "table"
5434   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
5435   algorithm: "table_comparison"
5436   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
5437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5438   filter: "'2T2C'"
5439   columns:
5440     - title: "2005.0-5"
5441       data-set: "vpp-performance-changes-3n-dnv-h1"
5442     - title: "2009.0-5"
5443       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5444 #     - title: "2009.0-6"
5445 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5446     - title: "2101.0-6"
5447       data-set: "vpp-performance-changes-3n-dnv-cmp"
5448   comparisons:
5449 #     - title: "2009.0-6 vs 2009.0-5"
5450 #       reference: 2
5451 #       compare: 3
5452     - title: "2101.0-6 vs 2009.0-5"
5453       reference: 2
5454       compare: 3
5455   legend:
5456     - ''
5457     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5458     - '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).'
5459     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5460 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5461     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5462
5463 # VPP Performance Changes 3n-tsh 1t1c pdr
5464 - type: "table"
5465   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
5466   algorithm: "table_comparison"
5467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
5468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5469   filter: "'1T1C'"
5470   columns:
5471     - title: "2005.0-5"
5472       data-set: "vpp-performance-changes-3n-tsh-h1"
5473     - title: "2009.0-5"
5474       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5475     - title: "2009.0-6"
5476       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5477     - title: "2101.0-6"
5478       data-set: "vpp-performance-changes-3n-tsh-cmp"
5479   comparisons:
5480     - title: "2009.0-6 vs 2009.0-5"
5481       reference: 2
5482       compare: 3
5483 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
5484     - title: "2101.0-6 vs 2009.0-6"
5485       reference: 3
5486       compare: 4
5487 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
5488   legend:
5489     - ''
5490     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5491     - '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).'
5492     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5493     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5494     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5495
5496 # VPP Performance Changes 3n-tsh 2t2c pdr
5497 - type: "table"
5498   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
5499   algorithm: "table_comparison"
5500   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
5501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5502   filter: "'2T2C'"
5503   columns:
5504     - title: "2005.0-5"
5505       data-set: "vpp-performance-changes-3n-tsh-h1"
5506     - title: "2009.0-5"
5507       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5508     - title: "2009.0-6"
5509       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5510     - title: "2101.0-6"
5511       data-set: "vpp-performance-changes-3n-tsh-cmp"
5512   comparisons:
5513     - title: "2009.0-6 vs 2009.0-5"
5514       reference: 2
5515       compare: 3
5516 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
5517     - title: "2101.0-6 vs 2009.0-6"
5518       reference: 3
5519       compare: 4
5520 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
5521   legend:
5522     - ''
5523     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5524     - '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).'
5525     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5526     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5527     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5528
5529 # VPP Performance Changes 3n-tsh 1t1c ndr
5530 - type: "table"
5531   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
5532   algorithm: "table_comparison"
5533   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
5534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5535   filter: "'1T1C'"
5536   columns:
5537     - title: "2005.0-5"
5538       data-set: "vpp-performance-changes-3n-tsh-h1"
5539     - title: "2009.0-5"
5540       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5541     - title: "2009.0-6"
5542       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5543     - title: "2101.0-6"
5544       data-set: "vpp-performance-changes-3n-tsh-cmp"
5545   comparisons:
5546     - title: "2009.0-6 vs 2009.0-5"
5547       reference: 2
5548       compare: 3
5549 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5550     - title: "2101.0-6 vs 2009.0-6"
5551       reference: 3
5552       compare: 4
5553 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5554   legend:
5555     - ''
5556     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5557     - '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).'
5558     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5559     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5560     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5561
5562 # VPP Performance Changes 3n-tsh 2t2c ndr
5563 - type: "table"
5564   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5565   algorithm: "table_comparison"
5566   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5568   filter: "'2T2C'"
5569   columns:
5570     - title: "2005.0-5"
5571       data-set: "vpp-performance-changes-3n-tsh-h1"
5572     - title: "2009.0-5"
5573       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5574     - title: "2009.0-6"
5575       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5576     - title: "2101.0-6"
5577       data-set: "vpp-performance-changes-3n-tsh-cmp"
5578   comparisons:
5579     - title: "2009.0-6 vs 2009.0-5"
5580       reference: 2
5581       compare: 3
5582 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5583     - title: "2101.0-6 vs 2009.0-6"
5584       reference: 3
5585       compare: 4
5586 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5587   legend:
5588     - ''
5589     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5590     - '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).'
5591     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5592     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5593     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5594
5595 # VPP Performance Changes 2n-tx2 1t1c pdr
5596 - type: "table"
5597   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
5598   algorithm: "table_comparison"
5599   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5601   filter: "'1T1C'"
5602   columns:
5603 #     - title: "2005.0-5"
5604 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5605 #     - title: "2009.0-5"
5606 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5607     - title: "2009.0-6"
5608       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5609     - title: "2101.0-6"
5610       data-set: "vpp-performance-changes-2n-tx2-cmp"
5611   comparisons:
5612 #     - title: "2009.0-6 vs 2009.0-5"
5613 #       reference: 2
5614 #       compare: 3
5615     - title: "2101.0-6 vs 2009.0-6"
5616       reference: 1
5617       compare: 2
5618   legend:
5619     - ''
5620     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5621     - '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).'
5622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5623 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5624     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5625
5626 # VPP Performance Changes 2n-tx2 2t2c pdr
5627 - type: "table"
5628   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
5629   algorithm: "table_comparison"
5630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5632   filter: "'2T2C'"
5633   columns:
5634 #     - title: "2005.0-5"
5635 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5636 #     - title: "2009.0-5"
5637 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5638     - title: "2009.0-6"
5639       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5640     - title: "2101.0-6"
5641       data-set: "vpp-performance-changes-2n-tx2-cmp"
5642   comparisons:
5643 #     - title: "2009.0-6 vs 2009.0-5"
5644 #       reference: 2
5645 #       compare: 3
5646     - title: "2101.0-6 vs 2009.0-6"
5647       reference: 1
5648       compare: 2
5649   legend:
5650     - ''
5651     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5652     - '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).'
5653     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5654 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5655     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5656
5657 # VPP Performance Changes 2n-tx2 1t1c ndr
5658 - type: "table"
5659   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
5660   algorithm: "table_comparison"
5661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5663   filter: "'1T1C'"
5664   columns:
5665 #     - title: "2005.0-5"
5666 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5667 #     - title: "2009.0-5"
5668 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5669     - title: "2009.0-6"
5670       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5671     - title: "2101.0-6"
5672       data-set: "vpp-performance-changes-2n-tx2-cmp"
5673   comparisons:
5674 #     - title: "2009.0-6 vs 2009.0-5"
5675 #       reference: 2
5676 #       compare: 3
5677     - title: "2101.0-6 vs 2009.0-6"
5678       reference: 1
5679       compare: 2
5680   legend:
5681     - ''
5682     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5683     - '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).'
5684     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5685 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5686     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5687
5688 # VPP Performance Changes 2n-tx2 2t2c ndr
5689 - type: "table"
5690   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
5691   algorithm: "table_comparison"
5692   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5694   filter: "'2T2C'"
5695   columns:
5696 #     - title: "2005.0-5"
5697 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5698 #     - title: "2009.0-5"
5699 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5700     - title: "2009.0-6"
5701       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5702     - title: "2101.0-6"
5703       data-set: "vpp-performance-changes-2n-tx2-cmp"
5704   comparisons:
5705 #     - title: "2009.0-6 vs 2009.0-5"
5706 #       reference: 2
5707 #       compare: 3
5708     - title: "2101.0-6 vs 2009.0-6"
5709       reference: 1
5710       compare: 2
5711   legend:
5712     - ''
5713     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5714     - '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).'
5715     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5716 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5717     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5718
5719 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5720 - type: "table"
5721   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5722   algorithm: "table_comparison"
5723   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5725   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5726   columns:
5727     - title: "3n-hsw xl710"
5728       data-set: "vpp-compare-testbeds-ref"
5729       tag: "NIC_Intel-XL710"
5730     - title: "3n-skx xxv710"
5731       data-set: "vpp-compare-testbeds-cmp"
5732       tag: "NIC_Intel-XXV710"
5733   comparisons:
5734     - title: "Diff"
5735       reference: 1
5736       compare: 2
5737   legend:
5738     - ""
5739     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5740     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5741
5742 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5743 - type: "table"
5744   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5745   algorithm: "table_comparison"
5746   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5748   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5749   columns:
5750     - title: "3n-hsw xl710"
5751       data-set: "vpp-compare-testbeds-ref"
5752       tag: "NIC_Intel-XL710"
5753     - title: "3n-skx xxv710"
5754       data-set: "vpp-compare-testbeds-cmp"
5755       tag: "NIC_Intel-XXV710"
5756   comparisons:
5757     - title: "Diff"
5758       reference: 1
5759       compare: 2
5760   legend:
5761     - ""
5762     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5763     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5764
5765 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5766 - type: "table"
5767   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5768   algorithm: "table_comparison"
5769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5771   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5772   columns:
5773     - title: "3n-hsw xl710"
5774       data-set: "vpp-compare-testbeds-ref"
5775       tag: "NIC_Intel-XL710"
5776     - title: "3n-skx xxv710"
5777       data-set: "vpp-compare-testbeds-cmp"
5778       tag: "NIC_Intel-XXV710"
5779   comparisons:
5780     - title: "Diff"
5781       reference: 1
5782       compare: 2
5783   legend:
5784     - ""
5785     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5786     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5787
5788 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5789 - type: "table"
5790   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5791   algorithm: "table_comparison"
5792   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5794   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5795   columns:
5796     - title: "3n-hsw xl710"
5797       data-set: "vpp-compare-testbeds-ref"
5798       tag: "NIC_Intel-XL710"
5799     - title: "3n-skx xxv710"
5800       data-set: "vpp-compare-testbeds-cmp"
5801       tag: "NIC_Intel-XXV710"
5802   comparisons:
5803     - title: "Diff"
5804       reference: 1
5805       compare: 2
5806   legend:
5807     - ""
5808     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5809     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5810
5811 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5812 - type: "table"
5813   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5814   algorithm: "table_comparison"
5815   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5817   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5818   columns:
5819     - title: "2n-skx"
5820       data-set: "vpp-compare-testbeds-skx-clx-ref"
5821     - title: "2n-clx"
5822       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5823   comparisons:
5824     - title: "Diff"
5825       reference: 1
5826       compare: 2
5827   legend:
5828     - ""
5829     - "2n-skx, 2n-clx - testbeds and NICs tested."
5830     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5831
5832 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5833 - type: "table"
5834   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5835   algorithm: "table_comparison"
5836   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5838   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5839   columns:
5840     - title: "2n-skx"
5841       data-set: "vpp-compare-testbeds-skx-clx-ref"
5842     - title: "2n-clx"
5843       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5844   comparisons:
5845     - title: "Diff"
5846       reference: 1
5847       compare: 2
5848   legend:
5849     - ""
5850     - "2n-skx, 2n-clx - testbeds and NICs tested."
5851     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5852
5853 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5854 - type: "table"
5855   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5856   algorithm: "table_comparison"
5857   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5859   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5860   columns:
5861     - title: "2n-skx"
5862       data-set: "vpp-compare-testbeds-skx-clx-ref"
5863     - title: "2n-clx"
5864       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5865   comparisons:
5866     - title: "Diff"
5867       reference: 1
5868       compare: 2
5869   legend:
5870     - ""
5871     - "2n-skx, 2n-clx - testbeds and NICs tested."
5872     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5873
5874 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5875 - type: "table"
5876   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5877   algorithm: "table_comparison"
5878   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5880   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5881   columns:
5882     - title: "2n-skx"
5883       data-set: "vpp-compare-testbeds-skx-clx-ref"
5884     - title: "2n-clx"
5885       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5886   comparisons:
5887     - title: "Diff"
5888       reference: 1
5889       compare: 2
5890   legend:
5891     - ""
5892     - "2n-skx, 2n-clx - testbeds and NICs tested."
5893     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5894
5895 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5896 - type: "table"
5897   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5898   algorithm: "table_comparison"
5899   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5901   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5902   columns:
5903     - title: "3n-hsw xl710"
5904       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5905       tag: "NIC_Intel-XL710"
5906     - title: "2n-clx xxv710"
5907       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5908       tag: "NIC_Intel-XXV710"
5909   comparisons:
5910     - title: "Diff"
5911       reference: 1
5912       compare: 2
5913   legend:
5914     - ""
5915     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5916     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5917
5918 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5919 - type: "table"
5920   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5921   algorithm: "table_comparison"
5922   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5924   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5925   columns:
5926     - title: "3n-hsw xl710"
5927       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5928       tag: "NIC_Intel-XL710"
5929     - title: "2n-clx xxv710"
5930       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5931       tag: "NIC_Intel-XXV710"
5932   comparisons:
5933     - title: "Diff"
5934       reference: 1
5935       compare: 2
5936   legend:
5937     - ""
5938     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5939     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5940
5941 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5942 - type: "table"
5943   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5944   algorithm: "table_comparison"
5945   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5947   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5948   columns:
5949     - title: "3n-hsw xl710"
5950       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5951       tag: "NIC_Intel-XL710"
5952     - title: "2n-clx xxv710"
5953       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5954       tag: "NIC_Intel-XXV710"
5955   comparisons:
5956     - title: "Diff"
5957       reference: 1
5958       compare: 2
5959   legend:
5960     - ""
5961     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5962     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5963
5964 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5965 - type: "table"
5966   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5967   algorithm: "table_comparison"
5968   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5970   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5971   columns:
5972     - title: "3n-hsw xl710"
5973       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5974       tag: "NIC_Intel-XL710"
5975     - title: "2n-clx xxv710"
5976       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5977       tag: "NIC_Intel-XXV710"
5978   comparisons:
5979     - title: "Diff"
5980       reference: 1
5981       compare: 2
5982   legend:
5983     - ""
5984     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5985     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5986
5987 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5988 - type: "table"
5989   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5990   algorithm: "table_comparison"
5991   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5993   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5994   columns:
5995     - title: "3n-skx"
5996       data-set: "vpp-compare-topologies-ref"
5997     - title: "2n-skx"
5998       data-set: "vpp-compare-topologies-cmp"
5999   comparisons:
6000     - title: "Diff"
6001       reference: 1
6002       compare: 2
6003   legend:
6004     - ""
6005     - "3n-skx, 2n-skx - topologies tested."
6006     - "Diff - difference between 3n-skx and 2n-skx topologies."
6007
6008 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
6009 - type: "table"
6010   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
6011   algorithm: "table_comparison"
6012   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
6013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6014   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
6015   columns:
6016     - title: "3n-skx"
6017       data-set: "vpp-compare-topologies-ref"
6018     - title: "2n-skx"
6019       data-set: "vpp-compare-topologies-cmp"
6020   comparisons:
6021     - title: "Diff"
6022       reference: 1
6023       compare: 2
6024   legend:
6025     - ""
6026     - "3n-skx, 2n-skx - topologies tested."
6027     - "Diff - difference between 3n-skx and 2n-skx topologies."
6028
6029 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
6030 - type: "table"
6031   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
6032   algorithm: "table_comparison"
6033   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
6034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6035   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
6036   columns:
6037     - title: "3n-skx"
6038       data-set: "vpp-compare-topologies-ref"
6039     - title: "2n-skx"
6040       data-set: "vpp-compare-topologies-cmp"
6041   comparisons:
6042     - title: "Diff"
6043       reference: 1
6044       compare: 2
6045   legend:
6046     - ""
6047     - "3n-skx, 2n-skx - topologies tested."
6048     - "Diff - difference between 3n-skx and 2n-skx topologies."
6049
6050 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
6051 - type: "table"
6052   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
6053   algorithm: "table_comparison"
6054   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
6055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6056   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
6057   columns:
6058     - title: "3n-skx"
6059       data-set: "vpp-compare-topologies-ref"
6060     - title: "2n-skx"
6061       data-set: "vpp-compare-topologies-cmp"
6062   comparisons:
6063     - title: "Diff"
6064       reference: 1
6065       compare: 2
6066   legend:
6067     - ""
6068     - "3n-skx, 2n-skx - topologies tested."
6069     - "Diff - difference between 3n-skx and 2n-skx topologies."
6070
6071 # VPP Performance Changes 3n-hsw 1t1c mrr
6072 - type: "table"
6073   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
6074   algorithm: "table_comparison"
6075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
6076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6077   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6078   columns:
6079     - title: "2005.0-5"
6080       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6081     - title: "2009.0-5"
6082       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6083     - title: "2009.0-6"
6084       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6085     - title: "2101.0-6"
6086       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6087   comparisons:
6088     - title: "2009.0-6 vs 2009.0-5"
6089       reference: 2
6090       compare: 3
6091 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
6092     - title: "2101.0-6 vs 2009.0-6"
6093       reference: 3
6094       compare: 4
6095 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
6096   legend:
6097     - ''
6098     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6099     - '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).'
6100     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6101     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6102     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6103
6104 # VPP Performance Changes 3n-hsw 2t2c mrr
6105 - type: "table"
6106   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
6107   algorithm: "table_comparison"
6108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
6109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6110   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6111   columns:
6112     - title: "2005.0-5"
6113       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6114     - title: "2009.0-5"
6115       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6116     - title: "2009.0-6"
6117       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6118     - title: "2101.0-6"
6119       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6120   comparisons:
6121     - title: "2009.0-6 vs 2009.0-5"
6122       reference: 2
6123       compare: 3
6124 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
6125     - title: "2101.0-6 vs 2009.0-6"
6126       reference: 3
6127       compare: 4
6128 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
6129   legend:
6130     - ''
6131     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6132     - '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).'
6133     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6134     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6135     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6136
6137 # VPP Performance Changes 3n-hsw 4t4c mrr
6138 - type: "table"
6139   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
6140   algorithm: "table_comparison"
6141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
6142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6143   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6144   columns:
6145     - title: "2005.0-5"
6146       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6147     - title: "2009.0-5"
6148       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6149     - title: "2009.0-6"
6150       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6151     - title: "2101.0-6"
6152       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6153   comparisons:
6154     - title: "2009.0-6 vs 2009.0-5"
6155       reference: 2
6156       compare: 3
6157 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
6158     - title: "2101.0-6 vs 2009.0-6"
6159       reference: 3
6160       compare: 4
6161 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
6162   legend:
6163     - ''
6164     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6165     - '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).'
6166     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6167     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6168     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6169
6170 # VPP Performance Changes 3n-skx 2t1c mrr
6171 - type: "table"
6172   title: "VPP Performance Changes 3n-skx 2t1c mrr"
6173   algorithm: "table_comparison"
6174   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
6175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6176   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6177   columns:
6178     - title: "2005.0-5"
6179       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6180     - title: "2009.0-5"
6181       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6182     - title: "2009.0-6"
6183       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6184     - title: "2101.0-6"
6185       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6186   comparisons:
6187     - title: "2009.0-6 vs 2009.0-5"
6188       reference: 2
6189       compare: 3
6190 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
6191     - title: "2101.0-6 vs 2009.0-6"
6192       reference: 3
6193       compare: 4
6194 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
6195   legend:
6196     - ''
6197     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6198     - '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).'
6199     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6200     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6201     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6202
6203 # VPP Performance Changes 3n-skx 4t2c mrr
6204 - type: "table"
6205   title: "VPP Performance Changes 3n-skx 4t2c mrr"
6206   algorithm: "table_comparison"
6207   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
6208   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6209   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6210   columns:
6211     - title: "2005.0-5"
6212       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6213     - title: "2009.0-5"
6214       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6215     - title: "2009.0-6"
6216       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6217     - title: "2101.0-6"
6218       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6219   comparisons:
6220     - title: "2009.0-6 vs 2009.0-5"
6221       reference: 2
6222       compare: 3
6223 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
6224     - title: "2101.0-6 vs 2009.0-6"
6225       reference: 3
6226       compare: 4
6227 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
6228   legend:
6229     - ''
6230     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6231     - '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).'
6232     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6233     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6234     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6235
6236 # VPP Performance Changes 3n-skx 8t4c mrr
6237 - type: "table"
6238   title: "VPP Performance Changes 3n-skx 8t4c mrr"
6239   algorithm: "table_comparison"
6240   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
6241   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6242   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6243   columns:
6244     - title: "2005.0-5"
6245       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6246     - title: "2009.0-5"
6247       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6248     - title: "2009.0-6"
6249       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6250     - title: "2101.0-6"
6251       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6252   comparisons:
6253     - title: "2009.0-6 vs 2009.0-5"
6254       reference: 2
6255       compare: 3
6256 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
6257     - title: "2101.0-6 vs 2009.0-6"
6258       reference: 3
6259       compare: 4
6260 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
6261   legend:
6262     - ''
6263     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6264     - '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).'
6265     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6266     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6267     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6268
6269 # VPP Performance Changes 2n-skx 2t1c mrr
6270 - type: "table"
6271   title: "VPP Performance Changes 2n-skx 2t1c mrr"
6272   algorithm: "table_comparison"
6273   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
6274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6275   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6276   columns:
6277     - title: "2005.0-5"
6278       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6279     - title: "2009.0-5"
6280       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6281     - title: "2009.0-6"
6282       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6283     - title: "2101.0-6"
6284       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6285   comparisons:
6286     - title: "2009.0-6 vs 2009.0-5"
6287       reference: 2
6288       compare: 3
6289 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
6290     - title: "2101.0-6 vs 2009.0-6"
6291       reference: 3
6292       compare: 4
6293 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
6294   legend:
6295     - ''
6296     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6297     - '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).'
6298     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6299     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6300     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6301
6302 # VPP Performance Changes 2n-skx 4t2c mrr
6303 - type: "table"
6304   title: "VPP Performance Changes 2n-skx 4t2c mrr"
6305   algorithm: "table_comparison"
6306   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
6307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6308   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6309   columns:
6310     - title: "2005.0-5"
6311       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6312     - title: "2009.0-5"
6313       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6314     - title: "2009.0-6"
6315       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6316     - title: "2101.0-6"
6317       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6318   comparisons:
6319     - title: "2009.0-6 vs 2009.0-5"
6320       reference: 2
6321       compare: 3
6322 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
6323     - title: "2101.0-6 vs 2009.0-6"
6324       reference: 3
6325       compare: 4
6326 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
6327   legend:
6328     - ''
6329     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6330     - '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).'
6331     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6332     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6333     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6334
6335 # VPP Performance Changes 2n-skx 8t4c mrr
6336 - type: "table"
6337   title: "VPP Performance Changes 2n-skx 8t4c mrr"
6338   algorithm: "table_comparison"
6339   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
6340   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6341   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6342   columns:
6343     - title: "2005.0-5"
6344       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6345     - title: "2009.0-5"
6346       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6347     - title: "2009.0-6"
6348       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6349     - title: "2101.0-6"
6350       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6351   comparisons:
6352     - title: "2009.0-6 vs 2009.0-5"
6353       reference: 2
6354       compare: 3
6355 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
6356     - title: "2101.0-6 vs 2009.0-6"
6357       reference: 3
6358       compare: 4
6359 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
6360   legend:
6361     - ''
6362     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6363     - '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).'
6364     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6365     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6366     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6367
6368 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
6369 - type: "table"
6370   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
6371   algorithm: "table_comparison"
6372   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
6373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6374   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6375   columns:
6376     - title: "2005.0-5"
6377       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6378     - title: "2009.0-5"
6379       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6380     - title: "2009.0-6"
6381       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6382     - title: "2101.0-6"
6383       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6384   comparisons:
6385     - title: "2009.0-6 vs 2009.0-5"
6386       reference: 2
6387       compare: 3
6388 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
6389     - title: "2101.0-6 vs 2009.0-6"
6390       reference: 3
6391       compare: 4
6392 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
6393   legend:
6394     - ''
6395     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6396     - '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).'
6397     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6398     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6399     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6400
6401 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
6402 - type: "table"
6403   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
6404   algorithm: "table_comparison"
6405   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
6406   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6407   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6408   columns:
6409     - title: "2005.0-5"
6410       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6411     - title: "2009.0-5"
6412       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6413     - title: "2009.0-6"
6414       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6415     - title: "2101.0-6"
6416       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6417   comparisons:
6418     - title: "2009.0-6 vs 2009.0-5"
6419       reference: 2
6420       compare: 3
6421 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
6422     - title: "2101.0-6 vs 2009.0-6"
6423       reference: 3
6424       compare: 4
6425 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
6426   legend:
6427     - ''
6428     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6429     - '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).'
6430     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6431     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6432     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6433
6434 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
6435 - type: "table"
6436   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
6437   algorithm: "table_comparison"
6438   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
6439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6440   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6441   columns:
6442     - title: "2005.0-5"
6443       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6444     - title: "2009.0-5"
6445       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6446     - title: "2009.0-6"
6447       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6448     - title: "2101.0-6"
6449       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6450   comparisons:
6451     - title: "2009.0-6 vs 2009.0-5"
6452       reference: 2
6453       compare: 3
6454 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
6455     - title: "2101.0-6 vs 2009.0-6"
6456       reference: 3
6457       compare: 4
6458 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
6459   legend:
6460     - ''
6461     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6462     - '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).'
6463     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6464     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6465     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6466
6467 # VPP Performance Changes 2n-clx-cx556a 2t1c mrr
6468 - type: "table"
6469   title: "VPP Performance Changes 2n-clx-cx556a 2t1c mrr"
6470   algorithm: "table_comparison"
6471   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-mrr"
6472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6473   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6474   columns:
6475     - title: "2005.0-5"
6476       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6477     - title: "2009.0-5"
6478       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6479     - title: "2009.0-6"
6480       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6481     - title: "2101.0-6"
6482       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6483   comparisons:
6484     - title: "2009.0-6 vs 2009.0-5"
6485       reference: 2
6486       compare: 3
6487 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca3.yaml"
6488     - title: "2101.0-6 vs 2009.0-6"
6489       reference: 3
6490       compare: 4
6491 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca4.yaml"
6492   legend:
6493     - ''
6494     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6495     - '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).'
6496     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6497     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6498     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6499
6500 # VPP Performance Changes 2n-clx-cx556a 4t2c mrr
6501 - type: "table"
6502   title: "VPP Performance Changes 2n-clx-cx556a 4t2c mrr"
6503   algorithm: "table_comparison"
6504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-mrr"
6505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6506   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6507   columns:
6508     - title: "2005.0-5"
6509       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6510     - title: "2009.0-5"
6511       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6512     - title: "2009.0-6"
6513       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6514     - title: "2101.0-6"
6515       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6516   comparisons:
6517     - title: "2009.0-6 vs 2009.0-5"
6518       reference: 2
6519       compare: 3
6520 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca3.yaml"
6521     - title: "2101.0-6 vs 2009.0-6"
6522       reference: 3
6523       compare: 4
6524 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca4.yaml"
6525   legend:
6526     - ''
6527     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6528     - '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).'
6529     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6530     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6531     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6532
6533 # VPP Performance Changes 2n-clx-cx556a 8t4c mrr
6534 - type: "table"
6535   title: "VPP Performance Changes 2n-clx-cx556a 8t4c mrr"
6536   algorithm: "table_comparison"
6537   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-8t4c-mrr"
6538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6539   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6540   columns:
6541     - title: "2005.0-5"
6542       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6543     - title: "2009.0-5"
6544       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6545     - title: "2009.0-6"
6546       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6547     - title: "2101.0-6"
6548       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6549   comparisons:
6550     - title: "2009.0-6 vs 2009.0-5"
6551       reference: 2
6552       compare: 3
6553 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca3.yaml"
6554     - title: "2101.0-6 vs 2009.0-6"
6555       reference: 3
6556       compare: 4
6557 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca4.yaml"
6558   legend:
6559     - ''
6560     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6561     - '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).'
6562     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6563     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6564     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6565
6566 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
6567 - type: "table"
6568   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
6569   algorithm: "table_comparison"
6570   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
6571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6572   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
6573   columns:
6574 #     - title: "2005.0-5"
6575 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6576     - title: "2009.0-5"
6577       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6578     - title: "2009.0-6"
6579       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6580     - title: "2101.0-6"
6581       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6582   comparisons:
6583     - title: "2009.0-6 vs 2009.0-5"
6584       reference: 1  # 2
6585       compare: 2  # 3
6586 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
6587     - title: "2101.0-6 vs 2009.0-6"
6588       reference: 2  # 3
6589       compare: 3  # 4
6590 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
6591   legend:
6592     - ''
6593     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6594     - '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).'
6595     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6596     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6597     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6598
6599 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
6600 - type: "table"
6601   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
6602   algorithm: "table_comparison"
6603   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
6604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6605   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
6606   columns:
6607 #     - title: "2005.0-5"
6608 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6609     - title: "2009.0-5"
6610       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6611     - title: "2009.0-6"
6612       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6613     - title: "2101.0-6"
6614       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6615   comparisons:
6616     - title: "2009.0-6 vs 2009.0-5"
6617       reference: 1  # 2
6618       compare: 2  # 3
6619 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
6620     - title: "2101.0-6 vs 2009.0-6"
6621       reference: 2  # 3
6622       compare: 3  # 4
6623 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
6624   legend:
6625     - ''
6626     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6627     - '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).'
6628     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6629     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6630     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6631
6632 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
6633 - type: "table"
6634   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
6635   algorithm: "table_comparison"
6636   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
6637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6638   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
6639   columns:
6640 #     - title: "2005.0-5"
6641 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6642     - title: "2009.0-5"
6643       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6644     - title: "2009.0-6"
6645       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6646     - title: "2101.0-6"
6647       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6648   comparisons:
6649     - title: "2009.0-6 vs 2009.0-5"
6650       reference: 1  # 2
6651       compare: 2  # 3
6652 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
6653     - title: "2101.0-6 vs 2009.0-6"
6654       reference: 2  # 3
6655       compare: 3  # 4
6656 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
6657   legend:
6658     - ''
6659     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6660     - '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).'
6661     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6662     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6663     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6664
6665 # VPP Performance Changes 2n-dnv 1t1c mrr
6666 - type: "table"
6667   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6668   algorithm: "table_comparison"
6669   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6671   filter: "'1T1C'"
6672   columns:
6673     - title: "2005.0-5"
6674       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6675     - title: "2009.0-5"
6676       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6677 #     - title: "2009.0-6"
6678 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6679     - title: "2101.0-6"
6680       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6681   comparisons:
6682 #     - title: "2009.0-6 vs 2009.0-5"
6683 #       reference: 2
6684 #       compare: 3
6685     - title: "2101.0-6 vs 2009.0-5"
6686       reference: 2
6687       compare: 3
6688   legend:
6689     - ''
6690     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6691     - '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).'
6692     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6693 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6694     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6695
6696 # VPP Performance Changes 2n-dnv 2t2c mrr
6697 - type: "table"
6698   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6699   algorithm: "table_comparison"
6700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6702   filter: "'2T2C'"
6703   columns:
6704     - title: "2005.0-5"
6705       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6706     - title: "2009.0-5"
6707       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6708 #     - title: "2009.0-6"
6709 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6710     - title: "2101.0-6"
6711       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6712   comparisons:
6713 #     - title: "2009.0-6 vs 2009.0-5"
6714 #       reference: 2
6715 #       compare: 3
6716     - title: "2101.0-6 vs 2009.0-5"
6717       reference: 2
6718       compare: 3
6719   legend:
6720     - ''
6721     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6722     - '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).'
6723     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6724 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6725     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6726
6727 # VPP Performance Changes 2n-dnv 4t4c mrr
6728 - type: "table"
6729   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6730   algorithm: "table_comparison"
6731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6733   filter: "'4T4C'"
6734   columns:
6735     - title: "2005.0-5"
6736       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6737     - title: "2009.0-5"
6738       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6739 #     - title: "2009.0-6"
6740 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6741     - title: "2101.0-6"
6742       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6743   comparisons:
6744 #     - title: "2009.0-6 vs 2009.0-5"
6745 #       reference: 2
6746 #       compare: 3
6747     - title: "2101.0-6 vs 2009.0-5"
6748       reference: 2
6749       compare: 3
6750   legend:
6751     - ''
6752     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6753     - '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).'
6754     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6755 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6756     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6757
6758 # VPP Performance Changes 3n-dnv 1t1c mrr
6759 - type: "table"
6760   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6761   algorithm: "table_comparison"
6762   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6764   filter: "'1T1C'"
6765   columns:
6766     - title: "2005.0-5"
6767       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6768     - title: "2009.0-5"
6769       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6770 #     - title: "2009.0-6"
6771 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6772     - title: "2101.0-6"
6773       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6774   comparisons:
6775 #     - title: "2009.0-6 vs 2009.0-5"
6776 #       reference: 2
6777 #       compare: 3
6778     - title: "2101.0-6 vs 2009.0-5"
6779       reference: 2
6780       compare: 3
6781   legend:
6782     - ''
6783     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6784     - '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).'
6785     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6786 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6787     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6788
6789 # VPP Performance Changes 3n-dnv 2t2c mrr
6790 - type: "table"
6791   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6792   algorithm: "table_comparison"
6793   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6795   filter: "'2T2C'"
6796   columns:
6797     - title: "2005.0-5"
6798       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6799     - title: "2009.0-5"
6800       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6801 #     - title: "2009.0-6"
6802 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6803     - title: "2101.0-6"
6804       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6805   comparisons:
6806 #     - title: "2009.0-6 vs 2009.0-5"
6807 #       reference: 2
6808 #       compare: 3
6809     - title: "2101.0-6 vs 2009.0-5"
6810       reference: 2
6811       compare: 3
6812   legend:
6813     - ''
6814     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
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-5: Compares VPP code current vs previous in the current CSIT environment.'
6819
6820 # VPP Performance Changes 3n-dnv 4t4c mrr
6821 - type: "table"
6822   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6823   algorithm: "table_comparison"
6824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6826   filter: "'4T4C'"
6827   columns:
6828     - title: "2005.0-5"
6829       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6830     - title: "2009.0-5"
6831       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6832 #     - title: "2009.0-6"
6833 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6834     - title: "2101.0-6"
6835       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6836   comparisons:
6837 #     - title: "2009.0-6 vs 2009.0-5"
6838 #       reference: 2
6839 #       compare: 3
6840     - title: "2101.0-6 vs 2009.0-5"
6841       reference: 2
6842       compare: 3
6843   legend:
6844     - ''
6845     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6846     - '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).'
6847     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6848 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6849     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6850
6851 # VPP Performance Changes 3n-tsh 1t1c mrr
6852 - type: "table"
6853   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6854   algorithm: "table_comparison"
6855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6857   filter: "'1T1C'"
6858   columns:
6859     - title: "2005.0-5"
6860       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6861     - title: "2009.0-5"
6862       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6863     - title: "2009.0-6"
6864       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6865     - title: "2101.0-6"
6866       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6867   comparisons:
6868     - title: "2009.0-6 vs 2009.0-5"
6869       reference: 2
6870       compare: 3
6871     - title: "2101.0-6 vs 2009.0-6"
6872       reference: 3
6873       compare: 4
6874   legend:
6875     - ''
6876     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6877     - '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).'
6878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6879     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6880     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6881
6882 # VPP Performance Changes 3n-tsh 2t2c mrr
6883 - type: "table"
6884   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6885   algorithm: "table_comparison"
6886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6888   filter: "'2T2C'"
6889   columns:
6890     - title: "2005.0-5"
6891       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6892     - title: "2009.0-5"
6893       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6894     - title: "2009.0-6"
6895       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6896     - title: "2101.0-6"
6897       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6898   comparisons:
6899     - title: "2009.0-6 vs 2009.0-5"
6900       reference: 2
6901       compare: 3
6902     - title: "2101.0-6 vs 2009.0-6"
6903       reference: 3
6904       compare: 4
6905   legend:
6906     - ''
6907     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6908     - '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).'
6909     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6910     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6911     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6912
6913 # VPP Performance Changes 3n-tsh 4t4c mrr
6914 - type: "table"
6915   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6916   algorithm: "table_comparison"
6917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6919   filter: "'4T4C'"
6920   columns:
6921     - title: "2005.0-5"
6922       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6923     - title: "2009.0-5"
6924       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6925     - title: "2009.0-6"
6926       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6927     - title: "2101.0-6"
6928       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6929   comparisons:
6930     - title: "2009.0-6 vs 2009.0-5"
6931       reference: 2
6932       compare: 3
6933     - title: "2101.0-6 vs 2009.0-6"
6934       reference: 3
6935       compare: 4
6936   legend:
6937     - ''
6938     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6939     - '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).'
6940     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6941     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6942     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6943
6944 # VPP Performance Changes 2n-tx2 1t1c mrr
6945 - type: "table"
6946   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
6947   algorithm: "table_comparison"
6948   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
6949   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6950   filter: "'1T1C'"
6951   columns:
6952 #     - title: "2005.0-5"
6953 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6954 #     - title: "2009.0-5"
6955 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6956     - title: "2009.0-6"
6957       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6958     - title: "2101.0-6"
6959       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6960   comparisons:
6961 #     - title: "2009.0-6 vs 2009.0-5"
6962 #       reference: 2
6963 #       compare: 3
6964     - title: "2101.0-6 vs 2009.0-6"
6965       reference: 1
6966       compare: 2
6967   legend:
6968     - ''
6969     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6970     - '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).'
6971     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6972 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6973     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6974
6975 # VPP Performance Changes 2n-tx2 2t2c mrr
6976 - type: "table"
6977   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
6978   algorithm: "table_comparison"
6979   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
6980   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6981   filter: "'2T2C'"
6982   columns:
6983 #     - title: "2005.0-5"
6984 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6985 #     - title: "2009.0-5"
6986 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6987     - title: "2009.0-6"
6988       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6989     - title: "2101.0-6"
6990       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6991   comparisons:
6992 #     - title: "2009.0-6 vs 2009.0-5"
6993 #       reference: 2
6994 #       compare: 3
6995     - title: "2101.0-6 vs 2009.0-6"
6996       reference: 1
6997       compare: 2
6998   legend:
6999     - ''
7000     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7001     - '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).'
7002     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7003 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7004     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7005
7006 # VPP Performance Changes 2n-tx2 4t4c mrr
7007 - type: "table"
7008   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
7009   algorithm: "table_comparison"
7010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
7011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7012   filter: "'4T4C'"
7013   columns:
7014 #     - title: "2005.0-5"
7015 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
7016 #     - title: "2009.0-5"
7017 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
7018     - title: "2009.0-6"
7019       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
7020     - title: "2101.0-6"
7021       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
7022   comparisons:
7023 #     - title: "2009.0-6 vs 2009.0-5"
7024 #       reference: 2
7025 #       compare: 3
7026     - title: "2101.0-6 vs 2009.0-6"
7027       reference: 1
7028       compare: 2
7029   legend:
7030     - ''
7031     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7032     - '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).'
7033     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7034 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7035     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7036
7037 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
7038 - type: "table"
7039   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
7040   algorithm: "table_comparison"
7041   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
7042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7043   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
7044   columns:
7045     - title: "3n-hsw xl710"
7046       data-set: "vpp-compare-testbeds-mrr-ref"
7047       tag: "NIC_Intel-XL710"
7048     - title: "3n-skx xxv710"
7049       data-set: "vpp-compare-testbeds-mrr-cmp"
7050       tag: "NIC_Intel-XXV710"
7051   comparisons:
7052     - title: "Diff"
7053       reference: 1
7054       compare: 2
7055   legend:
7056     - ""
7057     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7058     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7059
7060 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
7061 - type: "table"
7062   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
7063   algorithm: "table_comparison"
7064   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
7065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7066   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
7067   columns:
7068     - title: "3n-hsw xl710"
7069       data-set: "vpp-compare-testbeds-mrr-ref"
7070       tag: "NIC_Intel-XL710"
7071     - title: "3n-skx xxv710"
7072       data-set: "vpp-compare-testbeds-mrr-cmp"
7073       tag: "NIC_Intel-XXV710"
7074   comparisons:
7075     - title: "Diff"
7076       reference: 1
7077       compare: 2
7078   legend:
7079     - ""
7080     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7081     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7082
7083 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
7084 - type: "table"
7085   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
7086   algorithm: "table_comparison"
7087   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
7088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7089   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
7090   columns:
7091     - title: "3n-hsw xl710"
7092       data-set: "vpp-compare-testbeds-mrr-ref"
7093       tag: "NIC_Intel-XL710"
7094     - title: "3n-skx xxv710"
7095       data-set: "vpp-compare-testbeds-mrr-cmp"
7096       tag: "NIC_Intel-XXV710"
7097   comparisons:
7098     - title: "Diff"
7099       reference: 1
7100       compare: 2
7101   legend:
7102     - ""
7103     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7104     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7105
7106 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
7107 - type: "table"
7108   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
7109   algorithm: "table_comparison"
7110   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
7111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7112   filter: "'2T1C' and 'NIC_Intel-XXV710'"
7113   columns:
7114     - title: "2n-skx"
7115       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7116     - title: "2n-clx"
7117       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7118   comparisons:
7119     - title: "Diff"
7120       reference: 1
7121       compare: 2
7122   legend:
7123     - ""
7124     - "2n-skx, 2n-clx - testbeds and NICs tested."
7125     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7126
7127 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
7128 - type: "table"
7129   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
7130   algorithm: "table_comparison"
7131   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
7132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7133   filter: "'4T2C' and 'NIC_Intel-XXV710'"
7134   columns:
7135     - title: "2n-skx"
7136       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7137     - title: "2n-clx"
7138       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7139   comparisons:
7140     - title: "Diff"
7141       reference: 1
7142       compare: 2
7143   legend:
7144     - ""
7145     - "2n-skx, 2n-clx - testbeds and NICs tested."
7146     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7147
7148 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
7149 - type: "table"
7150   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
7151   algorithm: "table_comparison"
7152   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
7153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7154   filter: "'8T4C' and 'NIC_Intel-XXV710'"
7155   columns:
7156     - title: "2n-skx"
7157       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7158     - title: "2n-clx"
7159       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7160   comparisons:
7161     - title: "Diff"
7162       reference: 1
7163       compare: 2
7164   legend:
7165     - ""
7166     - "2n-skx, 2n-clx - testbeds and NICs tested."
7167     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7168
7169 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
7170 - type: "table"
7171   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
7172   algorithm: "table_comparison"
7173   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
7174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7175   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
7176   columns:
7177     - title: "3n-skx"
7178       data-set: "vpp-compare-topologies-mrr-ref"
7179     - title: "2n-skx"
7180       data-set: "vpp-compare-topologies-mrr-cmp"
7181   comparisons:
7182     - title: "Diff"
7183       reference: 1
7184       compare: 2
7185   legend:
7186     - ""
7187     - "3n-skx, 2n-skx - topologies tested."
7188     - "Diff - difference between 3n-skx and 2n-skx topologies."
7189
7190 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
7191 - type: "table"
7192   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
7193   algorithm: "table_comparison"
7194   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
7195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7196   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
7197   columns:
7198     - title: "3n-skx"
7199       data-set: "vpp-compare-topologies-mrr-ref"
7200     - title: "2n-skx"
7201       data-set: "vpp-compare-topologies-mrr-cmp"
7202   comparisons:
7203     - title: "Diff"
7204       reference: 1
7205       compare: 2
7206   legend:
7207     - ""
7208     - "3n-skx, 2n-skx - topologies tested."
7209     - "Diff - difference between 3n-skx and 2n-skx topologies."
7210
7211 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
7212 - type: "table"
7213   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
7214   algorithm: "table_comparison"
7215   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
7216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7217   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
7218   columns:
7219     - title: "3n-skx"
7220       data-set: "vpp-compare-topologies-mrr-ref"
7221     - title: "2n-skx"
7222       data-set: "vpp-compare-topologies-mrr-cmp"
7223   comparisons:
7224     - title: "Diff"
7225       reference: 1
7226       compare: 2
7227   legend:
7228     - ""
7229     - "3n-skx, 2n-skx - topologies tested."
7230     - "Diff - difference between 3n-skx and 2n-skx topologies."
7231
7232 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
7233 - type: "table"
7234   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
7235   algorithm: "table_comparison"
7236   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
7237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7238   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
7239   columns:
7240     - title: "3n-hsw xl710"
7241       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7242       tag: "NIC_Intel-XL710"
7243     - title: "2n-clx xxv710"
7244       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7245       tag: "NIC_Intel-XXV710"
7246   comparisons:
7247     - title: "Diff"
7248       reference: 1
7249       compare: 2
7250   legend:
7251     - ""
7252     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7253     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7254
7255 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
7256 - type: "table"
7257   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
7258   algorithm: "table_comparison"
7259   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
7260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7261   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
7262   columns:
7263     - title: "3n-hsw xl710"
7264       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7265       tag: "NIC_Intel-XL710"
7266     - title: "2n-clx xxv710"
7267       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7268       tag: "NIC_Intel-XXV710"
7269   comparisons:
7270     - title: "Diff"
7271       reference: 1
7272       compare: 2
7273   legend:
7274     - ""
7275     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7276     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7277
7278 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
7279 - type: "table"
7280   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
7281   algorithm: "table_comparison"
7282   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
7283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7284   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
7285   columns:
7286     - title: "3n-hsw xl710"
7287       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7288       tag: "NIC_Intel-XL710"
7289     - title: "2n-clx xxv710"
7290       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7291       tag: "NIC_Intel-XXV710"
7292   comparisons:
7293     - title: "Diff"
7294       reference: 1
7295       compare: 2
7296   legend:
7297     - ""
7298     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7299     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7300
7301 # Detailed Test Results - VPP Performance Results 3n-hsw
7302 - type: "table"
7303   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
7304   algorithm: "table_merged_details"
7305   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
7306   columns:
7307     - title: " |prein| Test Name |preout| "
7308       data: "data name"
7309     - 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| "
7310       data: "data msg"
7311   data: "vpp-perf-results-3n-hsw"
7312   filter: "all"
7313   parameters:
7314   - "name"
7315   - "parent"
7316   - "msg"
7317
7318 # Detailed Test Results - VPP Performance Results 3n-skx
7319 - type: "table"
7320   title: "Detailed Test Results - VPP Performance Results 3n-skx"
7321   algorithm: "table_merged_details"
7322   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
7323   columns:
7324     - title: " |prein| Test Name |preout| "
7325       data: "data name"
7326     - 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| "
7327       data: "data msg"
7328   data: "vpp-perf-results-3n-skx"
7329   filter: "all"
7330   remove-ndr: False
7331   parameters:
7332   - "name"
7333   - "parent"
7334   - "msg"
7335
7336 # Detailed Test Results - VPP Performance Results 2n-skx
7337 - type: "table"
7338   title: "Detailed Test Results - VPP Performance Results 2n-skx"
7339   algorithm: "table_merged_details"
7340   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
7341   columns:
7342     - title: " |prein| Test Name |preout| "
7343       data: "data name"
7344     - 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| "
7345       data: "data msg"
7346   data: "vpp-perf-results-2n-skx"
7347   filter: "all"
7348   remove-ndr: False
7349   parameters:
7350   - "name"
7351   - "parent"
7352   - "msg"
7353
7354 # Detailed Test Results - VPP Performance Results 2n-zn2
7355 - type: "table"
7356   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
7357   algorithm: "table_merged_details"
7358   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
7359   columns:
7360     - title: " |prein| Test Name |preout| "
7361       data: "data name"
7362     - 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| "
7363       data: "data msg"
7364   data: "vpp-perf-results-2n-zn2"
7365   filter: "all"
7366   remove-ndr: False
7367   parameters:
7368   - "name"
7369   - "parent"
7370   - "msg"
7371
7372 # Detailed Test Results - VPP Performance Results 2n-clx
7373 - type: "table"
7374   title: "Detailed Test Results - VPP Performance Results 2n-clx"
7375   algorithm: "table_merged_details"
7376   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
7377   columns:
7378     - title: " |prein| Test Name |preout| "
7379       data: "data name"
7380     - 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| "
7381       data: "data msg"
7382   data: "vpp-perf-results-2n-clx"
7383   filter: "all"
7384   parameters:
7385   - "name"
7386   - "parent"
7387   - "msg"
7388
7389 # Detailed Test Results - VPP Performance Results 3n-tsh
7390 - type: "table"
7391   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
7392   algorithm: "table_merged_details"
7393   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
7394   columns:
7395     - title: " |prein| Test Name |preout| "
7396       data: "data name"
7397     - 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| "
7398       data: "data msg"
7399   data: "vpp-perf-results-3n-tsh"
7400   filter: "all"
7401   parameters:
7402   - "name"
7403   - "parent"
7404   - "msg"
7405
7406 # Detailed Test Results - VPP Performance Results 2n-tx2
7407 - type: "table"
7408   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
7409   algorithm: "table_merged_details"
7410   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
7411   columns:
7412     - title: " |prein| Test Name |preout| "
7413       data: "data name"
7414     - 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| "
7415       data: "data msg"
7416   data: "vpp-perf-results-2n-tx2"
7417   filter: "all"
7418   parameters:
7419   - "name"
7420   - "parent"
7421   - "msg"
7422
7423 # Detailed Test Results - VPP Performance Results 3n-dnv
7424 - type: "table"
7425   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
7426   algorithm: "table_merged_details"
7427   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
7428   columns:
7429     - title: " |prein| Test Name |preout| "
7430       data: "data name"
7431     - 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| "
7432       data: "data msg"
7433   data: "vpp-perf-results-3n-dnv"
7434   filter: "all"
7435   parameters:
7436   - "name"
7437   - "parent"
7438   - "msg"
7439
7440 # Detailed Test Results - VPP Performance Results 2n-dnv
7441 - type: "table"
7442   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
7443   algorithm: "table_merged_details"
7444   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
7445   columns:
7446     - title: " |prein| Test Name |preout| "
7447       data: "data name"
7448     - 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| "
7449       data: "data msg"
7450   data: "vpp-perf-results-2n-dnv"
7451   filter: "all"
7452   parameters:
7453   - "name"
7454   - "parent"
7455   - "msg"
7456
7457 # Test configuration - VPP Performance Test Configs 3n-hsw
7458 - type: "table"
7459   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
7460   algorithm: "table_merged_details"
7461   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
7462   columns:
7463     - title: " |prein| Test Name |preout| "
7464       data: "data name"
7465     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7466       data: "data conf-history"
7467   data: "vpp-perf-results-3n-hsw"
7468   filter: "all"
7469   parameters:
7470   - "parent"
7471   - "name"
7472   - "conf-history"
7473
7474 # Test configuration - VPP Performance Test Configs 3n-skx
7475 - type: "table"
7476   title: "Test configuration - VPP Performance Test Configs 3n-skx"
7477   algorithm: "table_merged_details"
7478   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
7479   columns:
7480     - title: " |prein| Test Name |preout| "
7481       data: "data name"
7482     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7483       data: "data conf-history"
7484   data: "vpp-perf-results-3n-skx"
7485   filter: "all"
7486   parameters:
7487   - "parent"
7488   - "name"
7489   - "conf-history"
7490
7491 # Test configuration - VPP Performance Test Configs 2n-skx
7492 - type: "table"
7493   title: "Test configuration - VPP Performance Test Configs 2n-skx"
7494   algorithm: "table_merged_details"
7495   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
7496   columns:
7497     - title: " |prein| Test Name |preout| "
7498       data: "data name"
7499     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7500       data: "data conf-history"
7501   data: "vpp-perf-results-2n-skx"
7502   filter: "all"
7503   parameters:
7504   - "parent"
7505   - "name"
7506   - "conf-history"
7507
7508 # Test configuration - VPP Performance Test Configs 2n-zn2
7509 - type: "table"
7510   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
7511   algorithm: "table_merged_details"
7512   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
7513   columns:
7514     - title: " |prein| Test Name |preout| "
7515       data: "data name"
7516     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7517       data: "data conf-history"
7518   data: "vpp-perf-results-2n-zn2"
7519   filter: "all"
7520   parameters:
7521   - "parent"
7522   - "name"
7523   - "conf-history"
7524
7525 # Test configuration - VPP Performance Test Configs 2n-clx
7526 - type: "table"
7527   title: "Test configuration - VPP Performance Test Configs 2n-clx"
7528   algorithm: "table_merged_details"
7529   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
7530   columns:
7531     - title: " |prein| Test Name |preout| "
7532       data: "data name"
7533     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7534       data: "data conf-history"
7535   data: "vpp-perf-results-2n-clx"
7536   filter: "all"
7537   parameters:
7538   - "parent"
7539   - "name"
7540   - "conf-history"
7541
7542 # Test configuration - VPP Performance Test Configs 3n-tsh
7543 - type: "table"
7544   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
7545   algorithm: "table_merged_details"
7546   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
7547   columns:
7548     - title: " |prein| Test Name |preout| "
7549       data: "data name"
7550     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7551       data: "data conf-history"
7552   data: "vpp-perf-results-3n-tsh"
7553   filter: "all"
7554   parameters:
7555   - "parent"
7556   - "name"
7557   - "conf-history"
7558
7559 # Test configuration - VPP Performance Test Configs 2n-tx2
7560 - type: "table"
7561   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
7562   algorithm: "table_merged_details"
7563   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
7564   columns:
7565     - title: " |prein| Test Name |preout| "
7566       data: "data name"
7567     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7568       data: "data conf-history"
7569   data: "vpp-perf-results-2n-tx2"
7570   filter: "all"
7571   parameters:
7572   - "parent"
7573   - "name"
7574   - "conf-history"
7575
7576 # Test configuration - VPP Performance Test Configs 3n-dnv
7577 - type: "table"
7578   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
7579   algorithm: "table_merged_details"
7580   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
7581   columns:
7582     - title: " |prein| Test Name |preout| "
7583       data: "data name"
7584     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7585       data: "data conf-history"
7586   data: "vpp-perf-results-3n-dnv"
7587   filter: "all"
7588   parameters:
7589   - "parent"
7590   - "name"
7591   - "conf-history"
7592
7593 # Test configuration - VPP Performance Test Configs 2n-dnv
7594 - type: "table"
7595   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
7596   algorithm: "table_merged_details"
7597   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
7598   columns:
7599     - title: " |prein| Test Name |preout| "
7600       data: "data name"
7601     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7602       data: "data conf-history"
7603   data: "vpp-perf-results-2n-dnv"
7604   filter: "all"
7605   parameters:
7606   - "parent"
7607   - "name"
7608   - "conf-history"
7609
7610 # Test Operational Data - VPP Performance Operational Data 3n-hsw
7611 - type: "table"
7612   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
7613   algorithm: "table_oper_data_html"
7614   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
7615   data: "vpp-perf-results-3n-hsw"
7616   filter: "all"
7617
7618 # Test Operational Data - VPP Performance Operational Data 3n-skx
7619 - type: "table"
7620   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
7621   algorithm: "table_oper_data_html"
7622   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
7623   data: "vpp-perf-results-3n-skx"
7624   filter: "all"
7625
7626 # Test Operational Data - VPP Performance Operational Data 2n-skx
7627 - type: "table"
7628   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
7629   algorithm: "table_oper_data_html"
7630   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
7631   data: "vpp-perf-results-2n-skx"
7632   filter: "all"
7633
7634 # Test Operational Data - VPP Performance Operational Data 2n-zn2
7635 - type: "table"
7636   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
7637   algorithm: "table_oper_data_html"
7638   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
7639   data: "vpp-perf-results-2n-zn2"
7640   filter: "all"
7641
7642 # Test Operational Data - VPP Performance Operational Data 2n-clx
7643 - type: "table"
7644   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
7645   algorithm: "table_oper_data_html"
7646   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
7647   data: "vpp-perf-results-2n-clx"
7648   filter: "all"
7649
7650 # Test Operational Data - VPP Performance Operational Data 3n-tsh
7651 - type: "table"
7652   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
7653   algorithm: "table_oper_data_html"
7654   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
7655   data: "vpp-perf-results-3n-tsh"
7656   filter: "all"
7657
7658 # Test Operational Data - VPP Performance Operational Data 2n-tx2
7659 - type: "table"
7660   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
7661   algorithm: "table_oper_data_html"
7662   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
7663   data: "vpp-perf-results-2n-tx2"
7664   filter: "all"
7665
7666 # Test Operational Data - VPP Performance Operational Data 3n-dnv
7667 - type: "table"
7668   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
7669   algorithm: "table_oper_data_html"
7670   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
7671   data: "vpp-perf-results-3n-dnv"
7672   filter: "all"
7673
7674 # Test Operational Data - VPP Performance Operational Data 2n-dnv
7675 - type: "table"
7676   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
7677   algorithm: "table_oper_data_html"
7678   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
7679   data: "vpp-perf-results-2n-dnv"
7680   filter: "all"
7681
7682 # Detailed Test Results - VPP MRR Results 3n-hsw
7683 - type: "table"
7684   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
7685   algorithm: "table_merged_details"
7686   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
7687   columns:
7688     - title: " |prein| Test Name |preout| "
7689       data: "data name"
7690     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7691       data: "data msg"
7692   data: "vpp-mrr-results-3n-hsw"
7693   filter: "all"
7694   parameters:
7695   - "name"
7696   - "parent"
7697   - "msg"
7698
7699 # Detailed Test Results - VPP MRR Results 3n-skx
7700 - type: "table"
7701   title: "Detailed Test Results - VPP MRR Results 3n-skx"
7702   algorithm: "table_merged_details"
7703   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
7704   columns:
7705     - title: " |prein| Test Name |preout| "
7706       data: "data name"
7707     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7708       data: "data msg"
7709   data: "vpp-mrr-results-3n-skx"
7710   filter: "all"
7711   parameters:
7712   - "name"
7713   - "parent"
7714   - "msg"
7715
7716 # Detailed Test Results - VPP MRR Results 2n-skx
7717 - type: "table"
7718   title: "Detailed Test Results - VPP MRR Results 2n-skx"
7719   algorithm: "table_merged_details"
7720   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
7721   columns:
7722     - title: " |prein| Test Name |preout| "
7723       data: "data name"
7724     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7725       data: "data msg"
7726   data: "vpp-mrr-results-2n-skx"
7727   filter: "all"
7728   parameters:
7729   - "name"
7730   - "parent"
7731   - "msg"
7732
7733 # Detailed Test Results - VPP MRR Results 2n-zn2
7734 - type: "table"
7735   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
7736   algorithm: "table_merged_details"
7737   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
7738   columns:
7739     - title: " |prein| Test Name |preout| "
7740       data: "data name"
7741     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7742       data: "data msg"
7743   data: "vpp-mrr-results-2n-zn2"
7744   filter: "all"
7745   parameters:
7746   - "name"
7747   - "parent"
7748   - "msg"
7749
7750 # Detailed Test Results - VPP MRR Results 2n-clx
7751 - type: "table"
7752   title: "Detailed Test Results - VPP MRR Results 2n-clx"
7753   algorithm: "table_merged_details"
7754   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
7755   columns:
7756     - title: " |prein| Test Name |preout| "
7757       data: "data name"
7758     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7759       data: "data msg"
7760   data: "vpp-mrr-results-2n-clx"
7761   filter: "all"
7762   parameters:
7763   - "name"
7764   - "parent"
7765   - "msg"
7766
7767 # Detailed Test Results - VPP MRR Results 3n-tsh
7768 - type: "table"
7769   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
7770   algorithm: "table_merged_details"
7771   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
7772   columns:
7773     - title: " |prein| Test Name |preout| "
7774       data: "data name"
7775     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7776       data: "data msg"
7777   data: "vpp-mrr-results-3n-tsh"
7778   filter: "all"
7779   parameters:
7780   - "name"
7781   - "parent"
7782   - "msg"
7783
7784 # Detailed Test Results - VPP MRR Results 2n-tx2
7785 - type: "table"
7786   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
7787   algorithm: "table_merged_details"
7788   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
7789   columns:
7790     - title: " |prein| Test Name |preout| "
7791       data: "data name"
7792     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7793       data: "data msg"
7794   data: "vpp-mrr-results-2n-tx2"
7795   filter: "all"
7796   parameters:
7797   - "name"
7798   - "parent"
7799   - "msg"
7800
7801 # Detailed Test Results - VPP MRR Results 3n-dnv
7802 - type: "table"
7803   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
7804   algorithm: "table_merged_details"
7805   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7806   columns:
7807     - title: " |prein| Test Name |preout| "
7808       data: "data name"
7809     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7810       data: "data msg"
7811   data: "vpp-mrr-results-3n-dnv"
7812   filter: "all"
7813   parameters:
7814   - "name"
7815   - "parent"
7816   - "msg"
7817
7818 # Detailed Test Results - VPP MRR Results 2n-dnv
7819 - type: "table"
7820   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7821   algorithm: "table_merged_details"
7822   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7823   columns:
7824     - title: " |prein| Test Name |preout| "
7825       data: "data name"
7826     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7827       data: "data msg"
7828   data: "vpp-mrr-results-2n-dnv"
7829   filter: "all"
7830   parameters:
7831   - "name"
7832   - "parent"
7833   - "msg"
7834
7835 # Test configuration - VPP MRR Test Configs 3n-hsw
7836 - type: "table"
7837   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7838   algorithm: "table_merged_details"
7839   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7840   columns:
7841     - title: " |prein| Test Name |preout| "
7842       data: "data name"
7843     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7844       data: "data conf-history"
7845   data: "vpp-mrr-results-3n-hsw"
7846   filter: "all"
7847   parameters:
7848   - "parent"
7849   - "name"
7850   - "conf-history"
7851
7852 # Test configuration - VPP MRR Test Configs 3n-skx
7853 - type: "table"
7854   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7855   algorithm: "table_merged_details"
7856   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7857   columns:
7858     - title: " |prein| Test Name |preout| "
7859       data: "data name"
7860     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7861       data: "data conf-history"
7862   data: "vpp-mrr-results-3n-skx"
7863   filter: "all"
7864   parameters:
7865   - "parent"
7866   - "name"
7867   - "conf-history"
7868
7869 # Test configuration - VPP MRR Test Configs 2n-skx
7870 - type: "table"
7871   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7872   algorithm: "table_merged_details"
7873   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7874   columns:
7875     - title: " |prein| Test Name |preout| "
7876       data: "data name"
7877     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7878       data: "data conf-history"
7879   data: "vpp-mrr-results-2n-skx"
7880   filter: "all"
7881   parameters:
7882   - "parent"
7883   - "name"
7884   - "conf-history"
7885
7886 # Test configuration - VPP MRR Test Configs 2n-zn2
7887 - type: "table"
7888   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
7889   algorithm: "table_merged_details"
7890   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
7891   columns:
7892     - title: " |prein| Test Name |preout| "
7893       data: "data name"
7894     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7895       data: "data conf-history"
7896   data: "vpp-mrr-results-2n-zn2"
7897   filter: "all"
7898   parameters:
7899   - "parent"
7900   - "name"
7901   - "conf-history"
7902
7903 # Test configuration - VPP MRR Test Configs 2n-clx
7904 - type: "table"
7905   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7906   algorithm: "table_merged_details"
7907   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7908   columns:
7909     - title: " |prein| Test Name |preout| "
7910       data: "data name"
7911     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7912       data: "data conf-history"
7913   data: "vpp-mrr-results-2n-clx"
7914   filter: "all"
7915   parameters:
7916   - "parent"
7917   - "name"
7918   - "conf-history"
7919
7920 # Test configuration - VPP MRR Test Configs 3n-tsh
7921 - type: "table"
7922   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7923   algorithm: "table_merged_details"
7924   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7925   columns:
7926     - title: " |prein| Test Name |preout| "
7927       data: "data name"
7928     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7929       data: "data conf-history"
7930   data: "vpp-mrr-results-3n-tsh"
7931   filter: "all"
7932   parameters:
7933   - "parent"
7934   - "name"
7935   - "conf-history"
7936
7937 # Test configuration - VPP MRR Test Configs 2n-tx2
7938 - type: "table"
7939   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
7940   algorithm: "table_merged_details"
7941   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
7942   columns:
7943     - title: " |prein| Test Name |preout| "
7944       data: "data name"
7945     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7946       data: "data conf-history"
7947   data: "vpp-mrr-results-2n-tx2"
7948   filter: "all"
7949   parameters:
7950   - "parent"
7951   - "name"
7952   - "conf-history"
7953
7954 # Test configuration - VPP MRR Test Configs 3n-dnv
7955 - type: "table"
7956   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7957   algorithm: "table_merged_details"
7958   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7959   columns:
7960     - title: " |prein| Test Name |preout| "
7961       data: "data name"
7962     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7963       data: "data conf-history"
7964   data: "vpp-mrr-results-3n-dnv"
7965   filter: "all"
7966   parameters:
7967   - "parent"
7968   - "name"
7969   - "conf-history"
7970
7971 # Test configuration - VPP MRR Test Configs 2n-dnv
7972 - type: "table"
7973   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7974   algorithm: "table_merged_details"
7975   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7976   columns:
7977     - title: " |prein| Test Name |preout| "
7978       data: "data name"
7979     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7980       data: "data conf-history"
7981   data: "vpp-mrr-results-2n-dnv"
7982   filter: "all"
7983   parameters:
7984   - "parent"
7985   - "name"
7986   - "conf-history"
7987
7988 # Detailed Test Results - VPP Device Results - Ubuntu
7989 - type: "table"
7990   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7991   algorithm: "table_merged_details"
7992   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7993   columns:
7994     - title: " |prein| Test Name |preout| "
7995       data: "data name"
7996     - title: " |prein| Status |preout| "
7997       data: "data status"
7998   data: "vpp-device-results-ubuntu"
7999   filter: "all"
8000   parameters:
8001   - "name"
8002   - "parent"
8003   - "doc"
8004   - "status"
8005
8006 # Test configuration - VPP Device Test Configs - Ubuntu
8007 - type: "table"
8008   title: "Test configuration - VPP Device Test Configs - Ubuntu"
8009   algorithm: "table_merged_details"
8010   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
8011   columns:
8012     - title: " |prein| Test Name |preout| "
8013       data: "data name"
8014     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8015       data: "data conf-history"
8016   data: "vpp-device-results-ubuntu"
8017   filter: "all"
8018   parameters:
8019   - "parent"
8020   - "name"
8021   - "conf-history"
8022
8023 ################################################################################
8024
8025 # DPDK Performance Changes 3n-hsw 1t1c pdr
8026 - type: "table"
8027   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
8028   algorithm: "table_comparison"
8029   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
8030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8031   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8032   columns:
8033     - title: "2005"
8034       data-set: "dpdk-performance-changes-3n-hsw-h1"
8035     - title: "2009"
8036       data-set: "dpdk-performance-changes-3n-hsw-ref"
8037     - title: "2101"
8038       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8039   comparisons:
8040     - title: "Diff"
8041       reference: 2
8042       compare: 3
8043   legend:
8044     - ""
8045     - "2005, 2009, 2101 - DPDK versions tested."
8046     - "Diff - difference between 2009 and 2101 DPDK version."
8047
8048 # DPDK Performance Changes 3n-hsw 2t2c pdr
8049 - type: "table"
8050   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
8051   algorithm: "table_comparison"
8052   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
8053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8054   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8055   columns:
8056     - title: "2005"
8057       data-set: "dpdk-performance-changes-3n-hsw-h1"
8058     - title: "2009"
8059       data-set: "dpdk-performance-changes-3n-hsw-ref"
8060     - title: "2101"
8061       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8062   comparisons:
8063     - title: "Diff"
8064       reference: 2
8065       compare: 3
8066   legend:
8067     - ""
8068     - "2005, 2009, 2101 - DPDK versions tested."
8069     - "Diff - difference between 2009 and 2101 DPDK version."
8070
8071 # DPDK Performance Changes 3n-hsw 1t1c pdr
8072 - type: "table"
8073   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
8074   algorithm: "table_comparison"
8075   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
8076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8077   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8078   columns:
8079     - title: "2005"
8080       data-set: "dpdk-performance-changes-3n-hsw-h1"
8081     - title: "2009"
8082       data-set: "dpdk-performance-changes-3n-hsw-ref"
8083     - title: "2101"
8084       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8085   comparisons:
8086     - title: "Diff"
8087       reference: 2
8088       compare: 3
8089   legend:
8090     - ""
8091     - "2005, 2009, 2101 - DPDK versions tested."
8092     - "Diff - difference between 2009 and 2101 DPDK version."
8093
8094 # DPDK Performance Changes 3n-hsw 2t2c ndr
8095 - type: "table"
8096   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
8097   algorithm: "table_comparison"
8098   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
8099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8100   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8101   columns:
8102     - title: "2005"
8103       data-set: "dpdk-performance-changes-3n-hsw-h1"
8104     - title: "2009"
8105       data-set: "dpdk-performance-changes-3n-hsw-ref"
8106     - title: "2101"
8107       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8108   comparisons:
8109     - title: "Diff"
8110       reference: 2
8111       compare: 3
8112   legend:
8113     - ""
8114     - "2005, 2009, 2101 - DPDK versions tested."
8115     - "Diff - difference between 2009 and 2101 DPDK version."
8116
8117 # DPDK Performance Changes 3n-skx 2t1c pdr
8118 - type: "table"
8119   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
8120   algorithm: "table_comparison"
8121   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
8122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8123   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8124   columns:
8125     - title: "2005"
8126       data-set: "dpdk-performance-changes-3n-skx-h1"
8127     - title: "2009"
8128       data-set: "dpdk-performance-changes-3n-skx-ref"
8129     - title: "2101"
8130       data-set: "dpdk-performance-changes-3n-skx-cmp"
8131   comparisons:
8132     - title: "Diff"
8133       reference: 2
8134       compare: 3
8135   legend:
8136     - ""
8137     - "2005, 2009, 2101 - DPDK versions tested."
8138     - "Diff - difference between 2009 and 2101 DPDK version."
8139
8140 # DPDK Performance Changes 3n-skx 4t2c pdr
8141 - type: "table"
8142   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
8143   algorithm: "table_comparison"
8144   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
8145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8146   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8147   columns:
8148     - title: "2005"
8149       data-set: "dpdk-performance-changes-3n-skx-h1"
8150     - title: "2009"
8151       data-set: "dpdk-performance-changes-3n-skx-ref"
8152     - title: "2101"
8153       data-set: "dpdk-performance-changes-3n-skx-cmp"
8154   comparisons:
8155     - title: "Diff"
8156       reference: 2
8157       compare: 3
8158   legend:
8159     - ""
8160     - "2005, 2009, 2101 - DPDK versions tested."
8161     - "Diff - difference between 2009 and 2101 DPDK version."
8162
8163 # DPDK Performance Changes 3n-skx 2t1c ndr
8164 - type: "table"
8165   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
8166   algorithm: "table_comparison"
8167   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
8168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8169   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8170   columns:
8171     - title: "2005"
8172       data-set: "dpdk-performance-changes-3n-skx-h1"
8173     - title: "2009"
8174       data-set: "dpdk-performance-changes-3n-skx-ref"
8175     - title: "2101"
8176       data-set: "dpdk-performance-changes-3n-skx-cmp"
8177   comparisons:
8178     - title: "Diff"
8179       reference: 2
8180       compare: 3
8181   legend:
8182     - ""
8183     - "2005, 2009, 2101 - DPDK versions tested."
8184     - "Diff - difference between 2009 and 2101 DPDK version."
8185
8186 # DPDK Performance Changes 3n-skx 4t2c ndr
8187 - type: "table"
8188   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
8189   algorithm: "table_comparison"
8190   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
8191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8192   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8193   columns:
8194     - title: "2005"
8195       data-set: "dpdk-performance-changes-3n-skx-h1"
8196     - title: "2009"
8197       data-set: "dpdk-performance-changes-3n-skx-ref"
8198     - title: "2101"
8199       data-set: "dpdk-performance-changes-3n-skx-cmp"
8200   comparisons:
8201     - title: "Diff"
8202       reference: 2
8203       compare: 3
8204   legend:
8205     - ""
8206     - "2005, 2009, 2101 - DPDK versions tested."
8207     - "Diff - difference between 2009 and 2101 DPDK version."
8208
8209 # DPDK Performance Changes 2n-skx 2t1c pdr
8210 - type: "table"
8211   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
8212   algorithm: "table_comparison"
8213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
8214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8215   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8216   columns:
8217     - title: "2005"
8218       data-set: "dpdk-performance-changes-2n-skx-h1"
8219     - title: "2009"
8220       data-set: "dpdk-performance-changes-2n-skx-ref"
8221     - title: "2101"
8222       data-set: "dpdk-performance-changes-2n-skx-cmp"
8223   comparisons:
8224     - title: "Diff"
8225       reference: 2
8226       compare: 3
8227   legend:
8228     - ""
8229     - "2005, 2009, 2101 - DPDK versions tested."
8230     - "Diff - difference between 2009 and 2101 DPDK version."
8231
8232 # DPDK Performance Changes 2n-skx 4t2c pdr
8233 - type: "table"
8234   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
8235   algorithm: "table_comparison"
8236   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
8237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8238   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8239   columns:
8240     - title: "2005"
8241       data-set: "dpdk-performance-changes-2n-skx-h1"
8242     - title: "2009"
8243       data-set: "dpdk-performance-changes-2n-skx-ref"
8244     - title: "2101"
8245       data-set: "dpdk-performance-changes-2n-skx-cmp"
8246   comparisons:
8247     - title: "Diff"
8248       reference: 2
8249       compare: 3
8250   legend:
8251     - ""
8252     - "2005, 2009, 2101 - DPDK versions tested."
8253     - "Diff - difference between 2009 and 2101 DPDK version."
8254
8255 # DPDK Performance Changes 2n-skx 2t1c ndr
8256 - type: "table"
8257   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
8258   algorithm: "table_comparison"
8259   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
8260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8261   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8262   columns:
8263     - title: "2005"
8264       data-set: "dpdk-performance-changes-2n-skx-h1"
8265     - title: "2009"
8266       data-set: "dpdk-performance-changes-2n-skx-ref"
8267     - title: "2101"
8268       data-set: "dpdk-performance-changes-2n-skx-cmp"
8269   comparisons:
8270     - title: "Diff"
8271       reference: 2
8272       compare: 3
8273   legend:
8274     - ""
8275     - "2005, 2009, 2101 - DPDK versions tested."
8276     - "Diff - difference between 2009 and 2101 DPDK version."
8277
8278 # DPDK Performance Changes 2n-skx 4t2c ndr
8279 - type: "table"
8280   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
8281   algorithm: "table_comparison"
8282   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
8283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8284   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8285   columns:
8286     - title: "2005"
8287       data-set: "dpdk-performance-changes-2n-skx-h1"
8288     - title: "2009"
8289       data-set: "dpdk-performance-changes-2n-skx-ref"
8290     - title: "2101"
8291       data-set: "dpdk-performance-changes-2n-skx-cmp"
8292   comparisons:
8293     - title: "Diff"
8294       reference: 2
8295       compare: 3
8296   legend:
8297     - ""
8298     - "2005, 2009, 2101 - DPDK versions tested."
8299     - "Diff - difference between 2009 and 2101 DPDK version."
8300
8301 # DPDK Performance Changes 2n-clx 2t1c pdr
8302 - type: "table"
8303   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
8304   algorithm: "table_comparison"
8305   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
8306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8307   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8308   columns:
8309     - title: "2005"
8310       data-set: "dpdk-performance-changes-2n-clx-h1"
8311     - title: "2009"
8312       data-set: "dpdk-performance-changes-2n-clx-ref"
8313     - title: "2101"
8314       data-set: "dpdk-performance-changes-2n-clx-cmp"
8315   comparisons:
8316     - title: "Diff"
8317       reference: 2
8318       compare: 3
8319   legend:
8320     - ""
8321     - "2005, 2009, 2101 - DPDK versions tested."
8322     - "Diff - difference between 2009 and 2101 DPDK version."
8323
8324 # DPDK Performance Changes 2n-clx 4t2c pdr
8325 - type: "table"
8326   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
8327   algorithm: "table_comparison"
8328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
8329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8330   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8331   columns:
8332     - title: "2005"
8333       data-set: "dpdk-performance-changes-2n-clx-h1"
8334     - title: "2009"
8335       data-set: "dpdk-performance-changes-2n-clx-ref"
8336     - title: "2101"
8337       data-set: "dpdk-performance-changes-2n-clx-cmp"
8338   comparisons:
8339     - title: "Diff"
8340       reference: 2
8341       compare: 3
8342   legend:
8343     - ""
8344     - "2005, 2009, 2101 - DPDK versions tested."
8345     - "Diff - difference between 2009 and 2101 DPDK version."
8346
8347 # DPDK Performance Changes 2n-clx 2t1c ndr
8348 - type: "table"
8349   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
8350   algorithm: "table_comparison"
8351   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
8352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8353   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8354   columns:
8355     - title: "2005"
8356       data-set: "dpdk-performance-changes-2n-clx-h1"
8357     - title: "2009"
8358       data-set: "dpdk-performance-changes-2n-clx-ref"
8359     - title: "2101"
8360       data-set: "dpdk-performance-changes-2n-clx-cmp"
8361   comparisons:
8362     - title: "Diff"
8363       reference: 2
8364       compare: 3
8365   legend:
8366     - ""
8367     - "2005, 2009, 2101 - DPDK versions tested."
8368     - "Diff - difference between 2009 and 2101 DPDK version."
8369
8370 # DPDK Performance Changes 2n-clx 4t2c ndr
8371 - type: "table"
8372   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
8373   algorithm: "table_comparison"
8374   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
8375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8376   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8377   columns:
8378     - title: "2005"
8379       data-set: "dpdk-performance-changes-2n-clx-h1"
8380     - title: "2009"
8381       data-set: "dpdk-performance-changes-2n-clx-ref"
8382     - title: "2101"
8383       data-set: "dpdk-performance-changes-2n-clx-cmp"
8384   comparisons:
8385     - title: "Diff"
8386       reference: 2
8387       compare: 3
8388   legend:
8389     - ""
8390     - "2005, 2009, 2101 - DPDK versions tested."
8391     - "Diff - difference between 2009 and 2101 DPDK version."
8392
8393 # DPDK Performance Changes 2n-zn2 2t1c pdr
8394 - type: "table"
8395   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
8396   algorithm: "table_comparison"
8397   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
8398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8399   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8400   columns:
8401 #     - title: "2005"
8402 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8403     - title: "2009"
8404       data-set: "dpdk-performance-changes-2n-zn2-ref"
8405     - title: "2101"
8406       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8407   comparisons:
8408     - title: "Diff"
8409       reference: 1  # 2
8410       compare: 2  # 3
8411   legend:
8412     - ""
8413     - "2009, 2101 - DPDK versions tested."
8414     - "Diff - difference between 2009 and 2101 DPDK version."
8415
8416 # DPDK Performance Changes 2n-zn2 4t2c pdr
8417 - type: "table"
8418   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
8419   algorithm: "table_comparison"
8420   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
8421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8422   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8423   columns:
8424 #     - title: "2005"
8425 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8426     - title: "2009"
8427       data-set: "dpdk-performance-changes-2n-zn2-ref"
8428     - title: "2101"
8429       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8430   comparisons:
8431     - title: "Diff"
8432       reference: 1  # 2
8433       compare: 2  # 3
8434   legend:
8435     - ""
8436     - "2009, 2101 - DPDK versions tested."
8437     - "Diff - difference between 2009 and 2101 DPDK version."
8438
8439 # DPDK Performance Changes 2n-zn2 2t1c ndr
8440 - type: "table"
8441   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
8442   algorithm: "table_comparison"
8443   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
8444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8445   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8446   columns:
8447 #     - title: "2005"
8448 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8449     - title: "2009"
8450       data-set: "dpdk-performance-changes-2n-zn2-ref"
8451     - title: "2101"
8452       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8453   comparisons:
8454     - title: "Diff"
8455       reference: 1  # 2
8456       compare: 2  # 3
8457   legend:
8458     - ""
8459     - "2009, 2101 - DPDK versions tested."
8460     - "Diff - difference between 2009 and 2101 DPDK version."
8461
8462 # DPDK Performance Changes 2n-zn2 4t2c ndr
8463 - type: "table"
8464   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
8465   algorithm: "table_comparison"
8466   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
8467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8468   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8469   columns:
8470 #     - title: "2005"
8471 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8472     - title: "2009"
8473       data-set: "dpdk-performance-changes-2n-zn2-ref"
8474     - title: "2101"
8475       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8476   comparisons:
8477     - title: "Diff"
8478       reference: 1  # 2
8479       compare: 2  # 3
8480   legend:
8481     - ""
8482     - "2009, 2101 - DPDK versions tested."
8483     - "Diff - difference between 2009 and 2101 DPDK version."
8484
8485 ## DPDK Performance Changes 2n-dnv 1t1c pdr
8486 #- type: "table"
8487 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
8488 #  algorithm: "table_comparison"
8489 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
8490 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8491 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8492 #  columns:
8493 #    - title: "2001"
8494 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8495 #    - title: "2005"
8496 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8497 #    - title: "2009"
8498 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8499 #  comparisons:
8500 #    - title: "Diff"
8501 #      reference: 2
8502 #      compare: 3
8503 #  legend:
8504 #    - ""
8505 #    - "2001, 2005, 2009 - DPDK versions tested."
8506 #    - "Diff - difference between 2005 and 2009 DPDK version."
8507 #
8508 ## DPDK Performance Changes 2n-dnv 2t2c pdr
8509 #- type: "table"
8510 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
8511 #  algorithm: "table_comparison"
8512 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
8513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8514 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8515 #  columns:
8516 #    - title: "2001"
8517 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8518 #    - title: "2005"
8519 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8520 #    - title: "2009"
8521 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8522 #  comparisons:
8523 #    - title: "Diff"
8524 #      reference: 2
8525 #      compare: 3
8526 #  legend:
8527 #    - ""
8528 #    - "2001, 2005, 2009 - DPDK versions tested."
8529 #    - "Diff - difference between 2005 and 2009 DPDK version."
8530 #
8531 ## DPDK Performance Changes 2n-dnv 1t1c ndr
8532 #- type: "table"
8533 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
8534 #  algorithm: "table_comparison"
8535 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
8536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8537 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8538 #  columns:
8539 #    - title: "2001"
8540 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8541 #    - title: "2005"
8542 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8543 #    - title: "2009"
8544 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8545 #  comparisons:
8546 #    - title: "Diff"
8547 #      reference: 2
8548 #      compare: 3
8549 #  legend:
8550 #    - ""
8551 #    - "2001, 2005, 2009 - DPDK versions tested."
8552 #    - "Diff - difference between 2005 and 2009 DPDK version."
8553 #
8554 ## DPDK Performance Changes 2n-dnv 2t2c ndr
8555 #- type: "table"
8556 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
8557 #  algorithm: "table_comparison"
8558 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
8559 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8560 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8561 #  columns:
8562 #    - title: "2001"
8563 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8564 #    - title: "2005"
8565 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8566 #    - title: "2009"
8567 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8568 #  comparisons:
8569 #    - title: "Diff"
8570 #      reference: 2
8571 #      compare: 3
8572 #  legend:
8573 #    - ""
8574 #    - "2001, 2005, 2009 - DPDK versions tested."
8575 #    - "Diff - difference between 2005 and 2009 DPDK version."
8576 #
8577 ## DPDK Performance Changes 3n-dnv 1t1c pdr
8578 #- type: "table"
8579 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
8580 #  algorithm: "table_comparison"
8581 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
8582 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8583 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8584 #  columns:
8585 #    - title: "2001"
8586 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8587 #    - title: "2005"
8588 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8589 #    - title: "2009"
8590 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8591 #  comparisons:
8592 #    - title: "Diff"
8593 #      reference: 2
8594 #      compare: 3
8595 #  legend:
8596 #    - ""
8597 #    - "2001, 2005, 2009 - DPDK versions tested."
8598 #    - "Diff - difference between 2005 and 2009 DPDK version."
8599 #
8600 ## DPDK Performance Changes 3n-dnv 2t2c pdr
8601 #- type: "table"
8602 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
8603 #  algorithm: "table_comparison"
8604 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
8605 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8606 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8607 #  columns:
8608 #    - title: "2001"
8609 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8610 #    - title: "2005"
8611 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8612 #    - title: "2009"
8613 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8614 #  comparisons:
8615 #    - title: "Diff"
8616 #      reference: 2
8617 #      compare: 3
8618 #  legend:
8619 #    - ""
8620 #    - "2001, 2005, 2009 - DPDK versions tested."
8621 #    - "Diff - difference between 2005 and 2009 DPDK version."
8622 #
8623 ## DPDK Performance Changes 3n-dnv 1t1c ndr
8624 #- type: "table"
8625 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
8626 #  algorithm: "table_comparison"
8627 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
8628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8629 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8630 #  columns:
8631 #    - title: "2001"
8632 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8633 #    - title: "2005"
8634 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8635 #    - title: "2009"
8636 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8637 #  comparisons:
8638 #    - title: "Diff"
8639 #      reference: 2
8640 #      compare: 3
8641 #  legend:
8642 #    - ""
8643 #    - "2001, 2005, 2009 - DPDK versions tested."
8644 #    - "Diff - difference between 2005 and 2009 DPDK version."
8645 #
8646 ## DPDK Performance Changes 3n-dnv 2t2c ndr
8647 #- type: "table"
8648 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
8649 #  algorithm: "table_comparison"
8650 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
8651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8652 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8653 #  columns:
8654 #    - title: "2001"
8655 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8656 #    - title: "2005"
8657 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8658 #    - title: "2009"
8659 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8660 #  comparisons:
8661 #    - title: "Diff"
8662 #      reference: 2
8663 #      compare: 3
8664 #  legend:
8665 #    - ""
8666 #    - "2001, 2005, 2009 - DPDK versions tested."
8667 #    - "Diff - difference between 2005 and 2009 DPDK version."
8668
8669 # DPDK Performance Changes 3n-tsh 1t1c pdr
8670 - type: "table"
8671   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
8672   algorithm: "table_comparison"
8673   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
8674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8675   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8676   columns:
8677     - title: "2005"
8678       data-set: "dpdk-performance-changes-3n-tsh-h1"
8679     - title: "2009"
8680       data-set: "dpdk-performance-changes-3n-tsh-ref"
8681     - title: "2101"
8682       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8683   comparisons:
8684     - title: "Diff"
8685       reference: 2
8686       compare: 3
8687   legend:
8688     - ""
8689     - "2005, 2009, 2101 - DPDK versions tested."
8690     - "Diff - difference between 2009 and 2101 DPDK version."
8691
8692 # DPDK Performance Changes 3n-tsh 2t2c pdr
8693 - type: "table"
8694   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
8695   algorithm: "table_comparison"
8696   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
8697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8698   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8699   columns:
8700     - title: "2005"
8701       data-set: "dpdk-performance-changes-3n-tsh-h1"
8702     - title: "2009"
8703       data-set: "dpdk-performance-changes-3n-tsh-ref"
8704     - title: "2101"
8705       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8706   comparisons:
8707     - title: "Diff"
8708       reference: 2
8709       compare: 3
8710   legend:
8711     - ""
8712     - "2005, 2009, 2101 - DPDK versions tested."
8713     - "Diff - difference between 2009 and 2101 DPDK version."
8714
8715 # DPDK Performance Changes 3n-tsh 1t1c ndr
8716 - type: "table"
8717   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
8718   algorithm: "table_comparison"
8719   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
8720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8721   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8722   columns:
8723     - title: "2005"
8724       data-set: "dpdk-performance-changes-3n-tsh-h1"
8725     - title: "2009"
8726       data-set: "dpdk-performance-changes-3n-tsh-ref"
8727     - title: "2101"
8728       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8729   comparisons:
8730     - title: "Diff"
8731       reference: 2
8732       compare: 3
8733   legend:
8734     - ""
8735     - "2005, 2009, 2101 - DPDK versions tested."
8736     - "Diff - difference between 2009 and 2101 DPDK version."
8737
8738 # DPDK Performance Changes 3n-tsh 2t2c ndr
8739 - type: "table"
8740   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
8741   algorithm: "table_comparison"
8742   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
8743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8744   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8745   columns:
8746     - title: "2005"
8747       data-set: "dpdk-performance-changes-3n-tsh-h1"
8748     - title: "2009"
8749       data-set: "dpdk-performance-changes-3n-tsh-ref"
8750     - title: "2101"
8751       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8752   comparisons:
8753     - title: "Diff"
8754       reference: 2
8755       compare: 3
8756   legend:
8757     - ""
8758     - "2005, 2009, 2101 - DPDK versions tested."
8759     - "Diff - difference between 2009 and 2101 DPDK version."
8760
8761 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
8762 - type: "table"
8763   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
8764   algorithm: "table_comparison"
8765   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
8766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8767   filter: "'NIC_Intel-X710'"
8768   columns:
8769     - title: "3n-hsw x710"
8770       data-set: "dpdk-compare-testbeds-ref"
8771     - title: "3n-skx x710"
8772       data-set: "dpdk-compare-testbeds-cmp"
8773   comparisons:
8774     - title: "Diff"
8775       reference: 1
8776       compare: 2
8777   legend:
8778     - ""
8779     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8780     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8781
8782 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
8783 - type: "table"
8784   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
8785   algorithm: "table_comparison"
8786   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
8787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788   filter: "'NIC_Intel-X710'"
8789   columns:
8790     - title: "3n-hsw x710"
8791       data-set: "dpdk-compare-testbeds-ref"
8792     - title: "3n-skx x710"
8793       data-set: "dpdk-compare-testbeds-cmp"
8794   comparisons:
8795     - title: "Diff"
8796       reference: 1
8797       compare: 2
8798   legend:
8799     - ""
8800     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8801     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8802
8803 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
8804 - type: "table"
8805   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
8806   algorithm: "table_comparison"
8807   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
8808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8809   filter: "'NIC_Intel-XXV710'"
8810   columns:
8811     - title: "2n-skx"
8812       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8813     - title: "2n-clx"
8814       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8815   comparisons:
8816     - title: "Diff"
8817       reference: 1
8818       compare: 2
8819   legend:
8820     - ""
8821     - "2n-skx, 2n-clx - testbeds and NICs tested."
8822     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8823
8824 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
8825 - type: "table"
8826   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
8827   algorithm: "table_comparison"
8828   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
8829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8830   filter: "'NIC_Intel-XXV710'"
8831   columns:
8832     - title: "2n-skx"
8833       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8834     - title: "2n-clx"
8835       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8836   comparisons:
8837     - title: "Diff"
8838       reference: 1
8839       compare: 2
8840   legend:
8841     - ""
8842     - "2n-skx, 2n-clx - testbeds and NICs tested."
8843     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8844
8845 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
8846 - type: "table"
8847   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
8848   algorithm: "table_comparison"
8849   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
8850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8851   filter: "'NIC_Intel-XXV710'"
8852   columns:
8853     - title: "3n-skx"
8854       data-set: "dpdk-compare-topologies-ref"
8855     - title: "2n-skx"
8856       data-set: "dpdk-compare-topologies-cmp"
8857   comparisons:
8858     - title: "Diff"
8859       reference: 1
8860       compare: 2
8861   legend:
8862     - ""
8863     - "3n-skx, 2n-skx - topologies tested."
8864     - "Diff - difference between 3n-skx and 2n-skx topologies."
8865
8866 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
8867 - type: "table"
8868   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
8869   algorithm: "table_comparison"
8870   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
8871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8872   filter: "'NIC_Intel-XXV710'"
8873   columns:
8874     - title: "3n-skx"
8875       data-set: "dpdk-compare-topologies-ref"
8876     - title: "2n-skx"
8877       data-set: "dpdk-compare-topologies-cmp"
8878   comparisons:
8879     - title: "Diff"
8880       reference: 1
8881       compare: 2
8882   legend:
8883     - ""
8884     - "3n-skx, 2n-skx - topologies tested."
8885     - "Diff - difference between 3n-skx and 2n-skx topologies."
8886
8887 # Detailed Test Results - DPDK Performance Results 3n-hsw
8888 - type: "table"
8889   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
8890   algorithm: "table_merged_details"
8891   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
8892   columns:
8893     - title: " |prein| Test Name |preout| "
8894       data: "data name"
8895     - 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| "
8896       data: "data msg"
8897   data: "dpdk-perf-results-3n-hsw"
8898   filter: "all"
8899   parameters:
8900   - "name"
8901   - "parent"
8902   - "msg"
8903
8904 # Detailed Test Results - DPDK Performance Results 3n-skx
8905 - type: "table"
8906   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
8907   algorithm: "table_merged_details"
8908   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
8909   columns:
8910     - title: " |prein| Test Name |preout| "
8911       data: "data name"
8912     - 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| "
8913       data: "data msg"
8914   data: "dpdk-perf-results-3n-skx"
8915   filter: "all"
8916   remove-ndr: False
8917   parameters:
8918   - "name"
8919   - "parent"
8920   - "msg"
8921
8922 # Detailed Test Results - DPDK Performance Results 2n-skx
8923 - type: "table"
8924   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
8925   algorithm: "table_merged_details"
8926   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
8927   columns:
8928     - title: " |prein| Test Name |preout| "
8929       data: "data name"
8930     - 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| "
8931       data: "data msg"
8932   data: "dpdk-perf-results-2n-skx"
8933   filter: "all"
8934   remove-ndr: False
8935   parameters:
8936   - "name"
8937   - "parent"
8938   - "msg"
8939
8940 # Detailed Test Results - DPDK Performance Results 2n-zn2
8941 - type: "table"
8942   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
8943   algorithm: "table_merged_details"
8944   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
8945   columns:
8946     - title: " |prein| Test Name |preout| "
8947       data: "data name"
8948     - 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| "
8949       data: "data msg"
8950   data: "dpdk-perf-results-2n-zn2"
8951   filter: "all"
8952   remove-ndr: False
8953   parameters:
8954   - "name"
8955   - "parent"
8956   - "msg"
8957
8958 # Detailed Test Results - DPDK Performance Results 2n-clx
8959 - type: "table"
8960   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
8961   algorithm: "table_merged_details"
8962   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
8963   columns:
8964     - title: " |prein| Test Name |preout| "
8965       data: "data name"
8966     - 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| "
8967       data: "data msg"
8968   data: "dpdk-perf-results-2n-clx"
8969   filter: "all"
8970   parameters:
8971   - "name"
8972   - "parent"
8973   - "msg"
8974
8975 ## Detailed Test Results - DPDK Performance Results 2n-dnv
8976 #- type: "table"
8977 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
8978 #  algorithm: "table_merged_details"
8979 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
8980 #  columns:
8981 #    - title: " |prein| Test Name |preout| "
8982 #      data: "data name"
8983 #    - 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| "
8984 #      data: "data msg"
8985 #  data: "dpdk-perf-results-2n-dnv"
8986 #  filter: "all"
8987 #  parameters:
8988 #  - "name"
8989 #  - "parent"
8990 #  - "msg"
8991 #
8992 ## Detailed Test Results - DPDK Performance Results 3n-dnv
8993 #- type: "table"
8994 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8995 #  algorithm: "table_merged_details"
8996 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8997 #  columns:
8998 #    - title: " |prein| Test Name |preout| "
8999 #      data: "data name"
9000 #    - 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| "
9001 #      data: "data msg"
9002 #  data: "dpdk-perf-results-3n-dnv"
9003 #  filter: "all"
9004 #  parameters:
9005 #  - "name"
9006 #  - "parent"
9007 #  - "msg"
9008
9009 # Detailed Test Results - DPDK Performance Results 3n-tsh
9010 - type: "table"
9011   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
9012   algorithm: "table_merged_details"
9013   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
9014   columns:
9015     - title: " |prein| Test Name |preout| "
9016       data: "data name"
9017     - 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| "
9018       data: "data msg"
9019   data: "dpdk-perf-results-3n-tsh"
9020   filter: "all"
9021   parameters:
9022   - "name"
9023   - "parent"
9024   - "msg"
9025
9026 # Detailed Test Results - DPDK Performance Results 2n-tx2
9027 - type: "table"
9028   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
9029   algorithm: "table_merged_details"
9030   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
9031   columns:
9032     - title: " |prein| Test Name |preout| "
9033       data: "data name"
9034     - 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| "
9035       data: "data msg"
9036   data: "dpdk-perf-results-2n-tx2"
9037   filter: "all"
9038   parameters:
9039   - "name"
9040   - "parent"
9041   - "msg"
9042
9043 ################################################################################
9044 ###                                F I L E S                                 ###
9045 ################################################################################
9046
9047 # VPP Performance Results
9048 - type: "file"
9049   title: "VPP Performance Results"
9050   algorithm: "file_details_split"
9051   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
9052   dir-tables:
9053     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
9054     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
9055     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
9056     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
9057     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
9058     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
9059     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
9060     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
9061     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
9062   data:
9063     - "vpp-perf-results-2n-skx"
9064     - "vpp-perf-results-3n-skx"
9065     - "vpp-perf-results-2n-clx"
9066     - "vpp-perf-results-2n-zn2"
9067     - "vpp-perf-results-3n-hsw"
9068     - "vpp-perf-results-3n-tsh"
9069     - "vpp-perf-results-2n-tx2"
9070     - "vpp-perf-results-2n-dnv"
9071     - "vpp-perf-results-3n-dnv"
9072   filter: "all"
9073   data-start-level: 4
9074   order-chapters:
9075     level-1:
9076       - "l2"
9077       - "ip4"
9078       - "ip6"
9079       - "srv6"
9080       - "ip4_tunnels"
9081       - "ip6_tunnels"
9082       - "vm_vhost"
9083       - "container_memif"
9084       - "crypto"
9085       - "vts"
9086       - "lb"
9087       - "nfv_density"
9088       - "hoststack"
9089     level-2:
9090       - "2n-skx"
9091       - "3n-skx"
9092       - "2n-clx"
9093       - "2n-zn2"
9094       - "3n-hsw"
9095       - "3n-tsh"
9096       - "2n-tx2"
9097       - "2n-dnv"
9098       - "3n-dnv"
9099     level-3:
9100       - "xl710"
9101       - "x520"
9102       - "xxv710"
9103       - "x710"
9104       - "x553"
9105       - "cx556a"
9106       - "vic1227"
9107       - "vic1385"
9108
9109 # VPP Performance Configuration
9110 - type: "file"
9111   title: "VPP Performance Configuration"
9112   algorithm: "file_details_split"
9113   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
9114   dir-tables:
9115     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
9116     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
9117     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
9118     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
9119     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
9120     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
9121     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
9122     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
9123     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
9124   data:
9125     - "vpp-perf-results-2n-skx"
9126     - "vpp-perf-results-3n-skx"
9127     - "vpp-perf-results-2n-clx"
9128     - "vpp-perf-results-2n-zn2"
9129     - "vpp-perf-results-3n-hsw"
9130     - "vpp-perf-results-3n-tsh"
9131     - "vpp-perf-results-2n-tx2"
9132     - "vpp-perf-results-2n-dnv"
9133     - "vpp-perf-results-3n-dnv"
9134   filter: "all"
9135   data-start-level: 4
9136   order-chapters:
9137     level-1:
9138       - "l2"
9139       - "ip4"
9140       - "ip6"
9141       - "srv6"
9142       - "ip4_tunnels"
9143       - "ip6_tunnels"
9144       - "vm_vhost"
9145       - "container_memif"
9146       - "crypto"
9147       - "vts"
9148       - "lb"
9149       - "nfv_density"
9150       - "hoststack"
9151     level-2:
9152       - "2n-skx"
9153       - "3n-skx"
9154       - "2n-clx"
9155       - "2n-zn2"
9156       - "3n-hsw"
9157       - "3n-tsh"
9158       - "2n-tx2"
9159       - "2n-dnv"
9160       - "3n-dnv"
9161     level-3:
9162       - "xl710"
9163       - "x520"
9164       - "xxv710"
9165       - "x710"
9166       - "x553"
9167       - "cx556a"
9168       - "vic1227"
9169       - "vic1385"
9170
9171 # VPP Performance Operational
9172 - type: "file"
9173   title: "VPP Performance Operational"
9174   algorithm: "file_details_split_html"
9175   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
9176   dir-tables:
9177     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
9178     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
9179     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
9180     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
9181     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
9182     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
9183     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
9184     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
9185     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
9186   data:
9187     - "vpp-perf-results-2n-skx"
9188     - "vpp-perf-results-3n-skx"
9189     - "vpp-perf-results-2n-clx"
9190     - "vpp-perf-results-2n-zn2"
9191     - "vpp-perf-results-3n-hsw"
9192     - "vpp-perf-results-3n-tsh"
9193     - "vpp-perf-results-2n-tx2"
9194     - "vpp-perf-results-2n-dnv"
9195     - "vpp-perf-results-3n-dnv"
9196   filter: "all"
9197   data-start-level: 4
9198   order-chapters:
9199     level-1:
9200       - "l2"
9201       - "ip4"
9202       - "ip6"
9203       - "srv6"
9204       - "ip4_tunnels"
9205       - "ip6_tunnels"
9206       - "vm_vhost"
9207       - "container_memif"
9208       - "crypto"
9209       - "vts"
9210       - "lb"
9211       - "nfv_density"
9212       - "hoststack"
9213     level-2:
9214       - "2n-skx"
9215       - "3n-skx"
9216       - "2n-clx"
9217       - "2n-zn2"
9218       - "3n-hsw"
9219       - "3n-tsh"
9220       - "2n-tx2"
9221       - "2n-dnv"
9222       - "3n-dnv"
9223     level-3:
9224       - "xl710"
9225       - "x520"
9226       - "xxv710"
9227       - "x710"
9228       - "x553"
9229       - "cx556a"
9230       - "vic1227"
9231       - "vic1385"
9232
9233 # VPP MRR Results
9234 - type: "file"
9235   title: "VPP MRR Results"
9236   algorithm: "file_details_split"
9237   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
9238   dir-tables:
9239     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
9240     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
9241     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
9242     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
9243     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
9244     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
9245     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
9246     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
9247     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
9248   data:
9249     - "vpp-mrr-results-2n-skx"
9250     - "vpp-mrr-results-3n-skx"
9251     - "vpp-mrr-results-2n-clx"
9252     - "vpp-mrr-results-2n-zn2"
9253     - "vpp-mrr-results-3n-hsw"
9254     - "vpp-mrr-results-3n-tsh"
9255     - "vpp-mrr-results-2n-tx2"
9256     - "vpp-mrr-results-2n-dnv"
9257     - "vpp-mrr-results-3n-dnv"
9258   filter: "all"
9259   data-start-level: 4
9260   order-chapters:
9261     level-1:
9262       - "l2"
9263       - "ip4"
9264       - "ip6"
9265       - "srv6"
9266       - "ip4_tunnels"
9267       - "ip6_tunnels"
9268       - "vm_vhost"
9269       - "container_memif"
9270       - "crypto"
9271       - "vts"
9272       - "lb"
9273       - "nfv_density"
9274       - "hoststack"
9275     level-2:
9276       - "2n-skx"
9277       - "3n-skx"
9278       - "2n-clx"
9279       - "2n-zn2"
9280       - "3n-hsw"
9281       - "3n-tsh"
9282       - "2n-tx2"
9283       - "2n-dnv"
9284       - "3n-dnv"
9285     level-3:
9286       - "xl710"
9287       - "x520"
9288       - "xxv710"
9289       - "x710"
9290       - "x553"
9291       - "cx556a"
9292       - "vic1227"
9293       - "vic1385"
9294
9295 # VPP MRR Configuration
9296 - type: "file"
9297   title: "VPP MRR Configuration"
9298   algorithm: "file_details_split"
9299   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
9300   dir-tables:
9301     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
9302     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
9303     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
9304     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
9305     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
9306     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
9307     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
9308     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
9309     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
9310   data:
9311     - "vpp-mrr-results-2n-skx"
9312     - "vpp-mrr-results-3n-skx"
9313     - "vpp-mrr-results-2n-clx"
9314     - "vpp-mrr-results-2n-zn2"
9315     - "vpp-mrr-results-3n-hsw"
9316     - "vpp-mrr-results-3n-tsh"
9317     - "vpp-mrr-results-2n-tx2"
9318     - "vpp-mrr-results-2n-dnv"
9319     - "vpp-mrr-results-3n-dnv"
9320   filter: "all"
9321   data-start-level: 4
9322   order-chapters:
9323     level-1:
9324       - "l2"
9325       - "ip4"
9326       - "ip6"
9327       - "srv6"
9328       - "ip4_tunnels"
9329       - "ip6_tunnels"
9330       - "vm_vhost"
9331       - "container_memif"
9332       - "crypto"
9333       - "vts"
9334       - "lb"
9335       - "nfv_density"
9336       - "hoststack"
9337     level-2:
9338       - "2n-skx"
9339       - "3n-skx"
9340       - "2n-clx"
9341       - "2n-zn2"
9342       - "3n-hsw"
9343       - "3n-tsh"
9344       - "2n-tx2"
9345       - "2n-dnv"
9346       - "3n-dnv"
9347     level-3:
9348       - "xl710"
9349       - "x520"
9350       - "xxv710"
9351       - "x710"
9352       - "x553"
9353       - "cx556a"
9354       - "vic1227"
9355       - "vic1385"
9356
9357 # VPP Device Results - Ubuntu
9358 - type: "file"
9359   title: "VPP Device Results - Ubuntu"
9360   algorithm: "file_test_results"
9361   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9362   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9363   data: "vpp-device-results-ubuntu"
9364   filter: "all"
9365   data-start-level: 4
9366
9367 # VPP Device Configuration - Ubuntu
9368 - type: "file"
9369   title: "VPP Device Configuration - Ubuntu"
9370   algorithm: "file_test_results"
9371   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9372   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9373   data: "vpp-device-results-ubuntu"
9374   filter: "all"
9375   data-start-level: 4
9376
9377 # DPDK Performance Results 3n-hsw
9378 - type: "file"
9379   title: "DPDK Performance Results 3n-hsw"
9380   algorithm: "file_test_results"
9381   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9382   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9383   data: "dpdk-perf-results-3n-hsw"
9384   filter: "all"
9385   data-start-level: 4
9386
9387 # DPDK Performance Results 3n-skx
9388 - type: "file"
9389   title: "DPDK Performance Results 3n-skx"
9390   algorithm: "file_test_results"
9391   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9392   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9393   data: "dpdk-perf-results-3n-skx"
9394   filter: "all"
9395   data-start-level: 4
9396
9397 # DPDK Performance Results 2n-skx
9398 - type: "file"
9399   title: "DPDK Performance Results 2n-skx"
9400   algorithm: "file_test_results"
9401   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9402   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9403   data: "dpdk-perf-results-2n-skx"
9404   filter: "all"
9405   data-start-level: 4
9406
9407 # DPDK Performance Results 2n-zn2
9408 - type: "file"
9409   title: "DPDK Performance Results 2n-zn2"
9410   algorithm: "file_test_results"
9411   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9412   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9413   data: "dpdk-perf-results-2n-zn2"
9414   filter: "all"
9415   data-start-level: 4
9416
9417 # DPDK Performance Results 2n-clx
9418 - type: "file"
9419   title: "DPDK Performance Results 2n-clx"
9420   algorithm: "file_test_results"
9421   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9422   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9423   data: "dpdk-perf-results-2n-clx"
9424   filter: "all"
9425   data-start-level: 4
9426
9427 ## DPDK Performance Results 2n-dnv
9428 #- type: "file"
9429 #  title: "DPDK Performance Results 2n-dnv"
9430 #  algorithm: "file_test_results"
9431 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9432 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9433 #  data: "dpdk-perf-results-2n-dnv"
9434 #  filter: "all"
9435 #  data-start-level: 4
9436 #
9437 ## DPDK Performance Results 3n-dnv
9438 #- type: "file"
9439 #  title: "DPDK Performance Results 3n-dnv"
9440 #  algorithm: "file_test_results"
9441 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9442 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9443 #  data: "dpdk-perf-results-3n-dnv"
9444 #  filter: "all"
9445 #  data-start-level: 4
9446
9447 # DPDK Performance Results 3n-tsh
9448 - type: "file"
9449   title: "DPDK Performance Results 3n-tsh"
9450   algorithm: "file_test_results"
9451   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9452   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9453   data: "dpdk-perf-results-3n-tsh"
9454   filter: "all"
9455   data-start-level: 4
9456
9457 # DPDK Performance Results 2n-tx2
9458 - type: "file"
9459   title: "DPDK Performance Results 2n-tx2"
9460   algorithm: "file_test_results"
9461   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9462   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9463   data: "dpdk-perf-results-2n-tx2"
9464   filter: "all"
9465   data-start-level: 4
9466
9467 ################################################################################
9468 ###                                P L O T S                                 ###
9469 ################################################################################
9470
9471 # Hoststack tests 3n-hsw
9472
9473 - type: "plot"
9474   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9475   algorithm: "plot_perf_box_name"
9476   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
9477   data: "plot-vpp-hoststack-3n-hsw"
9478   include:
9479     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
9480     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
9481   layout:
9482     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9483     layout: "plot-hoststack"
9484
9485 - type: "plot"
9486   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9487   algorithm: "plot_perf_box_name"
9488   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
9489   data: "plot-vpp-hoststack-3n-hsw"
9490   include:
9491     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
9492     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
9493   layout:
9494     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9495     layout: "plot-hoststack"
9496
9497 - type: "plot"
9498   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9499   algorithm: "plot_perf_box_name"
9500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
9501   data: "plot-vpp-hoststack-3n-hsw"
9502   include:
9503     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
9504     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
9505     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
9506     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
9507   layout:
9508     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9509     layout: "plot-hoststack"
9510
9511 ################################################################################
9512
9513 # Soak Test (PLRsearch), boxes - 2n-clx
9514 - type: "plot"
9515   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9516   algorithm: "plot_perf_box_name"
9517   output-file-type: ".html"
9518   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
9519   data: "plot-vpp-soak-2n-clx"
9520   include:
9521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9527   layout:
9528     title: "30 Minutes Soak Test (PLRsearch)"
9529     layout: "plot-soak-throughput"
9530
9531 # Soak Test (PLRsearch), boxes - 2n-clx
9532 - type: "plot"
9533   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9534   algorithm: "plot_perf_box_name"
9535   output-file-type: ".html"
9536   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
9537   data: "plot-vpp-soak-2n-clx"
9538   include:
9539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9544     - "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"
9545   layout:
9546     title: "30 Minutes Soak Test (PLRsearch)"
9547     layout: "plot-soak-throughput"
9548
9549 # Soak Test (PLRsearch), boxes - 2n-skx
9550 - type: "plot"
9551   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9552   algorithm: "plot_perf_box_name"
9553   output-file-type: ".html"
9554   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
9555   data: "plot-vpp-soak-2n-skx"
9556   include:
9557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9563   layout:
9564     title: "30 Minutes Soak Test (PLRsearch)"
9565     layout: "plot-soak-throughput"
9566
9567 # Soak Test (PLRsearch), boxes - 2n-skx
9568 - type: "plot"
9569   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9570   algorithm: "plot_perf_box_name"
9571   output-file-type: ".html"
9572   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
9573   data: "plot-vpp-soak-2n-skx"
9574   include:
9575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9580     - "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"
9581   layout:
9582     title: "30 Minutes Soak Test (PLRsearch)"
9583     layout: "plot-soak-throughput"
9584
9585 ###############################################################################
9586
9587 # Reconf tests 2n-skx
9588
9589 - type: "plot"
9590   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9591   algorithm: "plot_nf_reconf_box_name"
9592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
9593   data: "plot-vpp-nfv-reconf-2n-skx"
9594   include:
9595     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9596     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9597     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9598     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9599     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
9600     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
9601   layout:
9602     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9603     layout: "plot-throughput"
9604
9605 - type: "plot"
9606   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9607   algorithm: "plot_nf_reconf_box_name"
9608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
9609   data: "plot-vpp-nfv-reconf-2n-skx"
9610   include:
9611     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9612     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9613     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9614     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9615     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
9616     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
9617   layout:
9618     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9619     layout: "plot-throughput"
9620
9621 - type: "plot"
9622   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9623   algorithm: "plot_nf_reconf_box_name"
9624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
9625   data: "plot-vpp-nfv-reconf-2n-skx"
9626   include:
9627     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9628     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9629     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9630     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9631     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
9632     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
9633   layout:
9634     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9635     layout: "plot-throughput"
9636
9637 ###############################################################################
9638
9639 # Reconf tests 2n-clx
9640
9641 - type: "plot"
9642   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9643   algorithm: "plot_nf_reconf_box_name"
9644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
9645   data: "plot-vpp-nfv-reconf-2n-clx"
9646   include:
9647     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9648     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9649     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9650     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9651   layout:
9652     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9653     layout: "plot-throughput"
9654
9655 - type: "plot"
9656   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9657   algorithm: "plot_nf_reconf_box_name"
9658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
9659   data: "plot-vpp-nfv-reconf-2n-clx"
9660   include:
9661     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9662     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9663     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9664     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9665   layout:
9666     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9667     layout: "plot-throughput"
9668
9669 - type: "plot"
9670   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9671   algorithm: "plot_nf_reconf_box_name"
9672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
9673   data: "plot-vpp-nfv-reconf-2n-clx"
9674   include:
9675     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9676     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9677     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9678     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9679   layout:
9680     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9681     layout: "plot-throughput"
9682
9683 ###############################################################################
9684
9685 # Reconf tests 3n-hsw
9686
9687 - type: "plot"
9688   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9689   algorithm: "plot_nf_reconf_box_name"
9690   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9691   data: "plot-vpp-ipsec-reconf-3n-hsw"
9692   include:
9693     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9694     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9695     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9696     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9697   layout:
9698     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9699     layout: "plot-throughput"
9700
9701 - type: "plot"
9702   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9703   algorithm: "plot_nf_reconf_box_name"
9704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9705   data: "plot-vpp-ipsec-reconf-3n-hsw"
9706   include:
9707     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9709     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9710     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9711   layout:
9712     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9713     layout: "plot-throughput"
9714
9715 - type: "plot"
9716   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9717   algorithm: "plot_nf_reconf_box_name"
9718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9719   data: "plot-vpp-ipsec-reconf-3n-hsw"
9720   include:
9721     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9722     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9723     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9724     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9725   layout:
9726     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9727     layout: "plot-throughput"
9728
9729 - type: "plot"
9730   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9731   algorithm: "plot_nf_reconf_box_name"
9732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9733   data: "plot-vpp-ipsec-reconf-3n-hsw"
9734   include:
9735     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9736     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9737     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9738     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9739   layout:
9740     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9741     layout: "plot-throughput"
9742
9743 - type: "plot"
9744   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9745   algorithm: "plot_nf_reconf_box_name"
9746   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9747   data: "plot-vpp-ipsec-reconf-3n-hsw"
9748   include:
9749     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9750     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9751     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9752     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9753   layout:
9754     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9755     layout: "plot-throughput"
9756
9757 - type: "plot"
9758   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9759   algorithm: "plot_nf_reconf_box_name"
9760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9761   data: "plot-vpp-ipsec-reconf-3n-hsw"
9762   include:
9763     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9764     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9765     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9766     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9767   layout:
9768     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9769     layout: "plot-throughput"
9770
9771 - type: "plot"
9772   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9773   algorithm: "plot_nf_reconf_box_name"
9774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9775   data: "plot-vpp-ipsec-reconf-3n-hsw"
9776   include:
9777     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9778     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9779     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9780     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9781   layout:
9782     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9783     layout: "plot-throughput"
9784
9785 - type: "plot"
9786   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9787   algorithm: "plot_nf_reconf_box_name"
9788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9789   data: "plot-vpp-ipsec-reconf-3n-hsw"
9790   include:
9791     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9792     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9793     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9794     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9795   layout:
9796     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9797     layout: "plot-throughput"
9798
9799 - type: "plot"
9800   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9801   algorithm: "plot_nf_reconf_box_name"
9802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9803   data: "plot-vpp-ipsec-reconf-3n-hsw"
9804   include:
9805     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9806     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9807     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9808     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9809   layout:
9810     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9811     layout: "plot-throughput"
9812
9813 ###############################################################################
9814
9815 # Plots - NF Density - VSC - MRR IMIX
9816 - type: "plot"
9817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9818   algorithm: "plot_nf_heatmap"
9819   output-file-type: ".html"
9820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
9821   data: "plot-vpp-nfv-2n-skx-mrr"
9822   filter: "'NIC_Intel-XXV710' and
9823            'NF_DENSITY' and
9824            'VHOST' and
9825            not 'VXLAN' and
9826            'CHAIN' and
9827            'NF_VPPIP4' and
9828            'IMIX' and
9829            '2T1C' and
9830            'MRR'"
9831   parameters:
9832   - "result"
9833   - "name"
9834   - "tags"
9835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9836   x-axis: "X = VNFs per Service Chain"
9837   y-axis: "Y = Number of Service Chains"
9838   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9839   layout:
9840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9841     layout: "plot-service-density"
9842
9843 - type: "plot"
9844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9845   algorithm: "plot_nf_heatmap"
9846   output-file-type: ".html"
9847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
9848   data: "plot-vpp-nfv-2n-skx-mrr"
9849   filter: "'NIC_Intel-XXV710' and
9850            'NF_DENSITY' and
9851            'VHOST' and
9852            not 'VXLAN' and
9853            'CHAIN' and
9854            'NF_VPPIP4' and
9855            'IMIX' and
9856            '4T2C' and
9857            'MRR'"
9858   parameters:
9859   - "result"
9860   - "name"
9861   - "tags"
9862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9863   x-axis: "X = VNFs per Service Chain"
9864   y-axis: "Y = Number of Service Chains"
9865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9866   layout:
9867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9868     layout: "plot-service-density"
9869
9870 - type: "plot"
9871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9872   algorithm: "plot_nf_heatmap"
9873   output-file-type: ".html"
9874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
9875   data: "plot-vpp-nfv-2n-skx-mrr"
9876   filter: "'NIC_Intel-XXV710' and
9877            'NF_DENSITY' and
9878            'VHOST' and
9879            not 'VXLAN' and
9880            'CHAIN' and
9881            'NF_VPPIP4' and
9882            'IMIX' and
9883            '8T4C' and
9884            'MRR'"
9885   parameters:
9886   - "result"
9887   - "name"
9888   - "tags"
9889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9890   x-axis: "X = VNFs per Service Chain"
9891   y-axis: "Y = Number of Service Chains"
9892   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9893   layout:
9894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9895     layout: "plot-service-density"
9896
9897 # Plots - NF Density - VSC - NDR IMIX
9898 - type: "plot"
9899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9900   algorithm: "plot_nf_heatmap"
9901   output-file-type: ".html"
9902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
9903   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9904   filter: "'NIC_Intel-XXV710' and
9905            'NF_DENSITY' and
9906            'VHOST' and
9907            not 'VXLAN' and
9908            'CHAIN' and
9909            'NF_VPPIP4' and
9910            'IMIX' and
9911            '2T1C' and
9912            'NDRPDR'"
9913   parameters:
9914   - "throughput"
9915   - "name"
9916   - "tags"
9917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9918   x-axis: "X = VNFs per Service Chain"
9919   y-axis: "Y = Number of Service Chains"
9920   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9921   layout:
9922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9923     layout: "plot-service-density"
9924
9925 - type: "plot"
9926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9927   algorithm: "plot_nf_heatmap"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
9930   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9931   filter: "'NIC_Intel-XXV710' and
9932            'NF_DENSITY' and
9933            'VHOST' and
9934            not 'VXLAN' and
9935            'CHAIN' and
9936            'NF_VPPIP4' and
9937            'IMIX' and
9938            '4T2C' and
9939            'NDRPDR'"
9940   parameters:
9941   - "throughput"
9942   - "name"
9943   - "tags"
9944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9945   x-axis: "X = VNFs per Service Chain"
9946   y-axis: "Y = Number of Service Chains"
9947   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9948   layout:
9949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9950     layout: "plot-service-density"
9951
9952 - type: "plot"
9953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9954   algorithm: "plot_nf_heatmap"
9955   output-file-type: ".html"
9956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
9957   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9958   filter: "'NIC_Intel-XXV710' and
9959            'NF_DENSITY' and
9960            'VHOST' and
9961            not 'VXLAN' and
9962            'CHAIN' and
9963            'NF_VPPIP4' and
9964            'IMIX' and
9965            '8T4C' and
9966            'NDRPDR'"
9967   parameters:
9968   - "throughput"
9969   - "name"
9970   - "tags"
9971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9972   x-axis: "X = VNFs per Service Chain"
9973   y-axis: "Y = Number of Service Chains"
9974   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9975   layout:
9976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9977     layout: "plot-service-density"
9978
9979 # Plots - NF Density - VSC - PDR IMIX
9980 - type: "plot"
9981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9982   algorithm: "plot_nf_heatmap"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
9985   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9986   filter: "'NIC_Intel-XXV710' and
9987            'NF_DENSITY' and
9988            'VHOST' and
9989            not 'VXLAN' and
9990            'CHAIN' and
9991            'NF_VPPIP4' and
9992            'IMIX' and
9993            '2T1C' and
9994            'NDRPDR'"
9995   parameters:
9996   - "throughput"
9997   - "name"
9998   - "tags"
9999   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10000   x-axis: "X = VNFs per Service Chain"
10001   y-axis: "Y = Number of Service Chains"
10002   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10003   layout:
10004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10005     layout: "plot-service-density"
10006
10007 - type: "plot"
10008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10009   algorithm: "plot_nf_heatmap"
10010   output-file-type: ".html"
10011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
10012   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10013   filter: "'NIC_Intel-XXV710' and
10014            'NF_DENSITY' and
10015            'VHOST' and
10016            not 'VXLAN' and
10017            'CHAIN' and
10018            'NF_VPPIP4' and
10019            'IMIX' and
10020            '4T2C' and
10021            'NDRPDR'"
10022   parameters:
10023   - "throughput"
10024   - "name"
10025   - "tags"
10026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10027   x-axis: "X = VNFs per Service Chain"
10028   y-axis: "Y = Number of Service Chains"
10029   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10030   layout:
10031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10032     layout: "plot-service-density"
10033
10034 - type: "plot"
10035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10036   algorithm: "plot_nf_heatmap"
10037   output-file-type: ".html"
10038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
10039   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10040   filter: "'NIC_Intel-XXV710' and
10041            'NF_DENSITY' and
10042            'VHOST' and
10043            not 'VXLAN' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IMIX' and
10047            '8T4C' and
10048            'NDRPDR'"
10049   parameters:
10050   - "throughput"
10051   - "name"
10052   - "tags"
10053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10054   x-axis: "X = VNFs per Service Chain"
10055   y-axis: "Y = Number of Service Chains"
10056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10057   layout:
10058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10059     layout: "plot-service-density"
10060
10061 ###############################################################################
10062
10063 # Plots - NF Density - VSC - MRR IMIX
10064 - type: "plot"
10065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10066   algorithm: "plot_nf_heatmap"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10069   data: "plot-vpp-nfv-2n-skx-mrr"
10070   filter: "'NIC_Intel-XXV710' and
10071            'NF_DENSITY' and
10072            'VHOST' and
10073            'VXLAN' and
10074            'CHAIN' and
10075            'IMIX' and
10076            '2T1C' and
10077            'MRR'"
10078   parameters:
10079   - "result"
10080   - "name"
10081   - "tags"
10082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10083   x-axis: "X = VNFs per Service Chain"
10084   y-axis: "Y = Number of Service Chains"
10085   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10086   layout:
10087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10088     layout: "plot-service-density"
10089
10090 - type: "plot"
10091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10092   algorithm: "plot_nf_heatmap"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10095   data: "plot-vpp-nfv-2n-skx-mrr"
10096   filter: "'NIC_Intel-XXV710' and
10097            'NF_DENSITY' and
10098            'VHOST' and
10099            'VXLAN' and
10100            'CHAIN' and
10101            'IMIX' and
10102            '4T2C' and
10103            'MRR'"
10104   parameters:
10105   - "result"
10106   - "name"
10107   - "tags"
10108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10109   x-axis: "X = VNFs per Service Chain"
10110   y-axis: "Y = Number of Service Chains"
10111   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10112   layout:
10113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10114     layout: "plot-service-density"
10115
10116 - type: "plot"
10117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10118   algorithm: "plot_nf_heatmap"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10121   data: "plot-vpp-nfv-2n-skx-mrr"
10122   filter: "'NIC_Intel-XXV710' and
10123            'NF_DENSITY' and
10124            'VHOST' and
10125            'VXLAN' and
10126            'CHAIN' and
10127            'IMIX' and
10128            '8T4C' and
10129            'MRR'"
10130   parameters:
10131   - "result"
10132   - "name"
10133   - "tags"
10134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10135   x-axis: "X = VNFs per Service Chain"
10136   y-axis: "Y = Number of Service Chains"
10137   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10138   layout:
10139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10140     layout: "plot-service-density"
10141
10142 # Plots - NF Density - VSC - NDR IMIX
10143 - type: "plot"
10144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10145   algorithm: "plot_nf_heatmap"
10146   output-file-type: ".html"
10147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10148   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10149   filter: "'NIC_Intel-XXV710' and
10150            'NF_DENSITY' and
10151            'VHOST' and
10152            'VXLAN' and
10153            'CHAIN' and
10154            'IMIX' and
10155            '2T1C' and
10156            'NDRPDR'"
10157   parameters:
10158   - "throughput"
10159   - "name"
10160   - "tags"
10161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10162   x-axis: "X = VNFs per Service Chain"
10163   y-axis: "Y = Number of Service Chains"
10164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10165   layout:
10166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10167     layout: "plot-service-density"
10168
10169 - type: "plot"
10170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10171   algorithm: "plot_nf_heatmap"
10172   output-file-type: ".html"
10173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10174   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10175   filter: "'NIC_Intel-XXV710' and
10176            'NF_DENSITY' and
10177            'VHOST' and
10178            'VXLAN' and
10179            'CHAIN' and
10180            'IMIX' and
10181            '4T2C' and
10182            'NDRPDR'"
10183   parameters:
10184   - "throughput"
10185   - "name"
10186   - "tags"
10187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10188   x-axis: "X = VNFs per Service Chain"
10189   y-axis: "Y = Number of Service Chains"
10190   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10191   layout:
10192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10193     layout: "plot-service-density"
10194
10195 - type: "plot"
10196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10197   algorithm: "plot_nf_heatmap"
10198   output-file-type: ".html"
10199   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10200   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10201   filter: "'NIC_Intel-XXV710' and
10202            'NF_DENSITY' and
10203            'VHOST' and
10204            'VXLAN' and
10205            'CHAIN' and
10206            'IMIX' and
10207            '8T4C' and
10208            'NDRPDR'"
10209   parameters:
10210   - "throughput"
10211   - "name"
10212   - "tags"
10213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10214   x-axis: "X = VNFs per Service Chain"
10215   y-axis: "Y = Number of Service Chains"
10216   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10217   layout:
10218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10219     layout: "plot-service-density"
10220
10221 # Plots - NF Density - VSC - PDR IMIX
10222 - type: "plot"
10223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10224   algorithm: "plot_nf_heatmap"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10227   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10228   filter: "'NIC_Intel-XXV710' and
10229            'NF_DENSITY' and
10230            'VHOST' and
10231            'VXLAN' and
10232            'CHAIN' and
10233            'IMIX' and
10234            '2T1C' and
10235            'NDRPDR'"
10236   parameters:
10237   - "throughput"
10238   - "name"
10239   - "tags"
10240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10241   x-axis: "X = VNFs per Service Chain"
10242   y-axis: "Y = Number of Service Chains"
10243   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10244   layout:
10245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10246     layout: "plot-service-density"
10247
10248 - type: "plot"
10249   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10250   algorithm: "plot_nf_heatmap"
10251   output-file-type: ".html"
10252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10253   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10254   filter: "'NIC_Intel-XXV710' and
10255            'NF_DENSITY' and
10256            'VHOST' and
10257            'VXLAN' and
10258            'CHAIN' and
10259            'IMIX' and
10260            '4T2C' and
10261            'NDRPDR'"
10262   parameters:
10263   - "throughput"
10264   - "name"
10265   - "tags"
10266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10267   x-axis: "X = VNFs per Service Chain"
10268   y-axis: "Y = Number of Service Chains"
10269   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10270   layout:
10271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10272     layout: "plot-service-density"
10273
10274 - type: "plot"
10275   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10276   algorithm: "plot_nf_heatmap"
10277   output-file-type: ".html"
10278   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10279   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10280   filter: "'NIC_Intel-XXV710' and
10281            'NF_DENSITY' and
10282            'VHOST' and
10283            'VXLAN' and
10284            'CHAIN' and
10285            'IMIX' and
10286            '8T4C' and
10287            'NDRPDR'"
10288   parameters:
10289   - "throughput"
10290   - "name"
10291   - "tags"
10292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10293   x-axis: "X = VNFs per Service Chain"
10294   y-axis: "Y = Number of Service Chains"
10295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10296   layout:
10297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10298     layout: "plot-service-density"
10299
10300 ###############################################################################
10301
10302 # Plots - NF Density - CSC - MRR IMIX
10303 - type: "plot"
10304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10305   algorithm: "plot_nf_heatmap"
10306   output-file-type: ".html"
10307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
10308   data: "plot-vpp-nfv-2n-skx-mrr"
10309   filter: "'NIC_Intel-XXV710' and
10310            'NF_DENSITY' and
10311            'DOCKER' and
10312            'CHAIN' and
10313            'NF_VPPIP4' and
10314            'IMIX' and
10315            '2T1C' and
10316            'MRR'"
10317   parameters:
10318   - "result"
10319   - "name"
10320   - "tags"
10321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10322   x-axis: "X = CNFs per Service Chain"
10323   y-axis: "Y = Number of Service Chains"
10324   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10325   layout:
10326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10327     layout: "plot-service-density"
10328
10329 - type: "plot"
10330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10331   algorithm: "plot_nf_heatmap"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
10334   data: "plot-vpp-nfv-2n-skx-mrr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'DOCKER' and
10338            'CHAIN' and
10339            'NF_VPPIP4' and
10340            'IMIX' and
10341            '4T2C' and
10342            'MRR'"
10343   parameters:
10344   - "result"
10345   - "name"
10346   - "tags"
10347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10348   x-axis: "X = CNFs per Service Chain"
10349   y-axis: "Y = Number of Service Chains"
10350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10351   layout:
10352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10353     layout: "plot-service-density"
10354
10355 - type: "plot"
10356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10357   algorithm: "plot_nf_heatmap"
10358   output-file-type: ".html"
10359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
10360   data: "plot-vpp-nfv-2n-skx-mrr"
10361   filter: "'NIC_Intel-XXV710' and
10362            'NF_DENSITY' and
10363            'DOCKER' and
10364            'CHAIN' and
10365            'NF_VPPIP4' and
10366            'IMIX' and
10367            '8T4C' and
10368            'MRR'"
10369   parameters:
10370   - "result"
10371   - "name"
10372   - "tags"
10373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10374   x-axis: "X = CNFs per Service Chain"
10375   y-axis: "Y = Number of Service Chains"
10376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10377   layout:
10378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10379     layout: "plot-service-density"
10380
10381 # Plots - NF Density - CSC - NDR IMIX
10382 - type: "plot"
10383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10384   algorithm: "plot_nf_heatmap"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
10387   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10388   filter: "'NIC_Intel-XXV710' and
10389            'NF_DENSITY' and
10390            'DOCKER' and
10391            'CHAIN' and
10392            'NF_VPPIP4' and
10393            'IMIX' and
10394            '2T1C' and
10395            'NDRPDR'"
10396   parameters:
10397   - "throughput"
10398   - "name"
10399   - "tags"
10400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10401   x-axis: "X = CNFs per Service Chain"
10402   y-axis: "Y = Number of Service Chains"
10403   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10406     layout: "plot-service-density"
10407
10408 - type: "plot"
10409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10410   algorithm: "plot_nf_heatmap"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
10413   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10414   filter: "'NIC_Intel-XXV710' and
10415            'NF_DENSITY' and
10416            'DOCKER' and
10417            'CHAIN' and
10418            'NF_VPPIP4' and
10419            'IMIX' and
10420            '4T2C' and
10421            'NDRPDR'"
10422   parameters:
10423   - "throughput"
10424   - "name"
10425   - "tags"
10426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10427   x-axis: "X = CNFs per Service Chain"
10428   y-axis: "Y = Number of Service Chains"
10429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10430   layout:
10431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10432     layout: "plot-service-density"
10433
10434 - type: "plot"
10435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10436   algorithm: "plot_nf_heatmap"
10437   output-file-type: ".html"
10438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
10439   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10440   filter: "'NIC_Intel-XXV710' and
10441            'NF_DENSITY' and
10442            'DOCKER' and
10443            'CHAIN' and
10444            'NF_VPPIP4' and
10445            'IMIX' and
10446            '8T4C' and
10447            'NDRPDR'"
10448   parameters:
10449   - "throughput"
10450   - "name"
10451   - "tags"
10452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10453   x-axis: "X = CNFs per Service Chain"
10454   y-axis: "Y = Number of Service Chains"
10455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10456   layout:
10457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10458     layout: "plot-service-density"
10459
10460 # Plots - NF Density - CSC - PDR IMIX
10461 - type: "plot"
10462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10463   algorithm: "plot_nf_heatmap"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
10466   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10467   filter: "'NIC_Intel-XXV710' and
10468            'NF_DENSITY' and
10469            'DOCKER' and
10470            'CHAIN' and
10471            'NF_VPPIP4' and
10472            'IMIX' and
10473            '2T1C' and
10474            'NDRPDR'"
10475   parameters:
10476   - "throughput"
10477   - "name"
10478   - "tags"
10479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10480   x-axis: "X = CNFs per Service Chain"
10481   y-axis: "Y = Number of Service Chains"
10482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10483   layout:
10484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10485     layout: "plot-service-density"
10486
10487 - type: "plot"
10488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10489   algorithm: "plot_nf_heatmap"
10490   output-file-type: ".html"
10491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
10492   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10493   filter: "'NIC_Intel-XXV710' and
10494            'NF_DENSITY' and
10495            'DOCKER' and
10496            'CHAIN' and
10497            'NF_VPPIP4' and
10498            'IMIX' and
10499            '4T2C' and
10500            'NDRPDR'"
10501   parameters:
10502   - "throughput"
10503   - "name"
10504   - "tags"
10505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10506   x-axis: "X = CNFs per Service Chain"
10507   y-axis: "Y = Number of Service Chains"
10508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10509   layout:
10510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10511     layout: "plot-service-density"
10512
10513 - type: "plot"
10514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10515   algorithm: "plot_nf_heatmap"
10516   output-file-type: ".html"
10517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
10518   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10519   filter: "'NIC_Intel-XXV710' and
10520            'NF_DENSITY' and
10521            'DOCKER' and
10522            'CHAIN' and
10523            'NF_VPPIP4' and
10524            'IMIX' and
10525            '8T4C' and
10526            'NDRPDR'"
10527   parameters:
10528   - "throughput"
10529   - "name"
10530   - "tags"
10531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10532   x-axis: "X = CNFs per Service Chain"
10533   y-axis: "Y = Number of Service Chains"
10534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10535   layout:
10536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10537     layout: "plot-service-density"
10538
10539 ################################################################################
10540 #
10541 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10542 #- type: "plot"
10543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10544 #  algorithm: "plot_nf_heatmap"
10545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
10546 #  data: "plot-vpp-nfv-3n-skx-mrr"
10547 #  filter: "'NIC_Intel-XXV710' and
10548 #           'NF_DENSITY' and
10549 #           'DOCKER' and
10550 #           'CHAIN' and
10551 #           'NF_VPPIP4' and
10552 #           'IPSEC' and
10553 #           'TNL_4' and
10554 #           'IMIX' and
10555 #           '2T1C' and
10556 #           'MRR'"
10557 #  parameters:
10558 #  - "result"
10559 #  - "name"
10560 #  - "tags"
10561 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10562 #  x-axis: "X = CNFs per Service Chain"
10563 #  y-axis: "Y = Number of Service Chains"
10564 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10565 #  layout:
10566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10567 #    layout: "plot-service-density"
10568 #
10569 #- type: "plot"
10570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10571 #  algorithm: "plot_nf_heatmap"
10572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
10573 #  data: "plot-vpp-nfv-3n-skx-mrr"
10574 #  filter: "'NIC_Intel-XXV710' and
10575 #           'NF_DENSITY' and
10576 #           'DOCKER' and
10577 #           'CHAIN' and
10578 #           'NF_VPPIP4' and
10579 #           'IPSEC' and
10580 #           'TNL_4' and
10581 #           'IMIX' and
10582 #           '4T2C' and
10583 #           'MRR'"
10584 #  parameters:
10585 #  - "result"
10586 #  - "name"
10587 #  - "tags"
10588 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10589 #  x-axis: "X = CNFs per Service Chain"
10590 #  y-axis: "Y = Number of Service Chains"
10591 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10592 #  layout:
10593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10594 #    layout: "plot-service-density"
10595 #
10596 #- type: "plot"
10597 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10598 #  algorithm: "plot_nf_heatmap"
10599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
10600 #  data: "plot-vpp-nfv-3n-skx-mrr"
10601 #  filter: "'NIC_Intel-XXV710' and
10602 #           'NF_DENSITY' and
10603 #           'DOCKER' and
10604 #           'CHAIN' and
10605 #           'NF_VPPIP4' and
10606 #           'IPSEC' and
10607 #           'TNL_4' and
10608 #           'IMIX' and
10609 #           '8T4C' and
10610 #           'MRR'"
10611 #  parameters:
10612 #  - "result"
10613 #  - "name"
10614 #  - "tags"
10615 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10616 #  x-axis: "X = CNFs per Service Chain"
10617 #  y-axis: "Y = Number of Service Chains"
10618 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10619 #  layout:
10620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10621 #    layout: "plot-service-density"
10622
10623 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10624 #- type: "plot"
10625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10626 #  algorithm: "plot_nf_heatmap"
10627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
10628 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10629 #  filter: "'NIC_Intel-XXV710' and
10630 #           'NF_DENSITY' and
10631 #           'DOCKER' and
10632 #           'CHAIN' and
10633 #           'NF_VPPIP4' and
10634 #           'IPSEC' and
10635 #           'TNL_4' and
10636 #           'IMIX' and
10637 #           '2T1C' and
10638 #           'NDRPDR'"
10639 #  parameters:
10640 #  - "throughput"
10641 #  - "name"
10642 #  - "tags"
10643 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10644 #  x-axis: "X = CNFs per Service Chain"
10645 #  y-axis: "Y = Number of Service Chains"
10646 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10647 #  layout:
10648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10649 #    layout: "plot-service-density"
10650 #
10651 #- type: "plot"
10652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10653 #  algorithm: "plot_nf_heatmap"
10654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
10655 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10656 #  filter: "'NIC_Intel-XXV710' and
10657 #           'NF_DENSITY' and
10658 #           'DOCKER' and
10659 #           'CHAIN' and
10660 #           'NF_VPPIP4' and
10661 #           'IPSEC' and
10662 #           'TNL_4' and
10663 #           'IMIX' and
10664 #           '4T2C' and
10665 #           'NDRPDR'"
10666 #  parameters:
10667 #  - "throughput"
10668 #  - "name"
10669 #  - "tags"
10670 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10671 #  x-axis: "X = CNFs per Service Chain"
10672 #  y-axis: "Y = Number of Service Chains"
10673 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10674 #  layout:
10675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10676 #    layout: "plot-service-density"
10677 #
10678 #- type: "plot"
10679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10680 #  algorithm: "plot_nf_heatmap"
10681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
10682 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10683 #  filter: "'NIC_Intel-XXV710' and
10684 #           'NF_DENSITY' and
10685 #           'DOCKER' and
10686 #           'CHAIN' and
10687 #           'NF_VPPIP4' and
10688 #           'IPSEC' and
10689 #           'TNL_4' and
10690 #           'IMIX' and
10691 #           '8T4C' and
10692 #           'NDRPDR'"
10693 #  parameters:
10694 #  - "throughput"
10695 #  - "name"
10696 #  - "tags"
10697 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10698 #  x-axis: "X = CNFs per Service Chain"
10699 #  y-axis: "Y = Number of Service Chains"
10700 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10701 #  layout:
10702 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10703 #    layout: "plot-service-density"
10704 #
10705 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10706 #- type: "plot"
10707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10708 #  algorithm: "plot_nf_heatmap"
10709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
10710 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10711 #  filter: "'NIC_Intel-XXV710' and
10712 #           'NF_DENSITY' and
10713 #           'DOCKER' and
10714 #           'CHAIN' and
10715 #           'NF_VPPIP4' and
10716 #           'IPSEC' and
10717 #           'TNL_4' and
10718 #           'IMIX' and
10719 #           '2T1C' and
10720 #           'NDRPDR'"
10721 #  parameters:
10722 #  - "throughput"
10723 #  - "name"
10724 #  - "tags"
10725 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10726 #  x-axis: "X = CNFs per Service Chain"
10727 #  y-axis: "Y = Number of Service Chains"
10728 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10729 #  layout:
10730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10731 #    layout: "plot-service-density"
10732 #
10733 #- type: "plot"
10734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10735 #  algorithm: "plot_nf_heatmap"
10736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
10737 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10738 #  filter: "'NIC_Intel-XXV710' and
10739 #           'NF_DENSITY' and
10740 #           'DOCKER' and
10741 #           'CHAIN' and
10742 #           'NF_VPPIP4' and
10743 #           'IPSEC' and
10744 #           'TNL_4' and
10745 #           'IMIX' and
10746 #           '4T2C' and
10747 #           'NDRPDR'"
10748 #  parameters:
10749 #  - "throughput"
10750 #  - "name"
10751 #  - "tags"
10752 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10753 #  x-axis: "X = CNFs per Service Chain"
10754 #  y-axis: "Y = Number of Service Chains"
10755 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10756 #  layout:
10757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10758 #    layout: "plot-service-density"
10759 #
10760 #- type: "plot"
10761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10762 #  algorithm: "plot_nf_heatmap"
10763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
10764 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10765 #  filter: "'NIC_Intel-XXV710' and
10766 #           'NF_DENSITY' and
10767 #           'DOCKER' and
10768 #           'CHAIN' and
10769 #           'NF_VPPIP4' and
10770 #           'IPSEC' and
10771 #           'TNL_4' and
10772 #           'IMIX' and
10773 #           '8T4C' and
10774 #           'NDRPDR'"
10775 #  parameters:
10776 #  - "throughput"
10777 #  - "name"
10778 #  - "tags"
10779 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10780 #  x-axis: "X = CNFs per Service Chain"
10781 #  y-axis: "Y = Number of Service Chains"
10782 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10783 #  layout:
10784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10785 #    layout: "plot-service-density"
10786
10787 ###############################################################################
10788
10789 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10790 #- type: "plot"
10791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10792 #  algorithm: "plot_nf_heatmap"
10793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
10794 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10795 #  filter: "'NIC_Intel-XL710' and
10796 #           'NF_DENSITY' and
10797 #           'DOCKER' and
10798 #           'CHAIN' and
10799 #           'NF_VPPIP4' and
10800 #           'IMIX' and
10801 #           'TNL_4' and
10802 #           '1T1C' and
10803 #           'MRR'"
10804 #  parameters:
10805 #  - "result"
10806 #  - "name"
10807 #  - "tags"
10808 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10809 #  x-axis: "X = CNFs per Service Chain"
10810 #  y-axis: "Y = Number of Service Chains"
10811 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10812 #  layout:
10813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10814 #    layout: "plot-service-density"
10815 #
10816 #- type: "plot"
10817 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10818 #  algorithm: "plot_nf_heatmap"
10819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
10820 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10821 #  filter: "'NIC_Intel-XL710' and
10822 #           'NF_DENSITY' and
10823 #           'DOCKER' and
10824 #           'CHAIN' and
10825 #           'NF_VPPIP4' and
10826 #           'IPSEC' and
10827 #           'TNL_4' and
10828 #           'IMIX' and
10829 #           '2T2C' and
10830 #           'MRR'"
10831 #  parameters:
10832 #  - "result"
10833 #  - "name"
10834 #  - "tags"
10835 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10836 #  x-axis: "X = CNFs per Service Chain"
10837 #  y-axis: "Y = Number of Service Chains"
10838 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10839 #  layout:
10840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10841 #    layout: "plot-service-density"
10842 #
10843 #- type: "plot"
10844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10845 #  algorithm: "plot_nf_heatmap"
10846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
10847 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10848 #  filter: "'NIC_Intel-XL710' and
10849 #           'NF_DENSITY' and
10850 #           'DOCKER' and
10851 #           'CHAIN' and
10852 #           'NF_VPPIP4' and
10853 #           'IPSEC' and
10854 #           'TNL_4' and
10855 #           'IMIX' and
10856 #           '4T4C' and
10857 #           'MRR'"
10858 #  parameters:
10859 #  - "result"
10860 #  - "name"
10861 #  - "tags"
10862 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10863 #  x-axis: "X = CNFs per Service Chain"
10864 #  y-axis: "Y = Number of Service Chains"
10865 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10866 #  layout:
10867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10868 #    layout: "plot-service-density"
10869
10870 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10871 #- type: "plot"
10872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10873 #  algorithm: "plot_nf_heatmap"
10874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
10875 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10876 #  filter: "'NIC_Intel-XL710' and
10877 #           'NF_DENSITY' and
10878 #           'DOCKER' and
10879 #           'CHAIN' and
10880 #           'NF_VPPIP4' and
10881 #           'IPSEC' and
10882 #           'TNL_4' and
10883 #           'IMIX' and
10884 #           '1T1C' and
10885 #           'NDRPDR'"
10886 #  parameters:
10887 #  - "throughput"
10888 #  - "name"
10889 #  - "tags"
10890 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10891 #  x-axis: "X = CNFs per Service Chain"
10892 #  y-axis: "Y = Number of Service Chains"
10893 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10894 #  layout:
10895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10896 #    layout: "plot-service-density"
10897 #
10898 #- type: "plot"
10899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10900 #  algorithm: "plot_nf_heatmap"
10901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
10902 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10903 #  filter: "'NIC_Intel-XL710' and
10904 #           'NF_DENSITY' and
10905 #           'DOCKER' and
10906 #           'CHAIN' and
10907 #           'NF_VPPIP4' and
10908 #           'IPSEC' and
10909 #           'TNL_4' and
10910 #           'IMIX' and
10911 #           '2T2C' and
10912 #           'NDRPDR'"
10913 #  parameters:
10914 #  - "throughput"
10915 #  - "name"
10916 #  - "tags"
10917 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10918 #  x-axis: "X = CNFs per Service Chain"
10919 #  y-axis: "Y = Number of Service Chains"
10920 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10921 #  layout:
10922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10923 #    layout: "plot-service-density"
10924 #
10925 #- type: "plot"
10926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10927 #  algorithm: "plot_nf_heatmap"
10928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
10929 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10930 #  filter: "'NIC_Intel-XL710' and
10931 #           'NF_DENSITY' and
10932 #           'DOCKER' and
10933 #           'CHAIN' and
10934 #           'NF_VPPIP4' and
10935 #           'IPSEC' and
10936 #           'TNL_4' and
10937 #           'IMIX' and
10938 #           '4T4C' and
10939 #           'NDRPDR'"
10940 #  parameters:
10941 #  - "throughput"
10942 #  - "name"
10943 #  - "tags"
10944 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10945 #  x-axis: "X = CNFs per Service Chain"
10946 #  y-axis: "Y = Number of Service Chains"
10947 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10948 #  layout:
10949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10950 #    layout: "plot-service-density"
10951 #
10952 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10953 #- type: "plot"
10954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10955 #  algorithm: "plot_nf_heatmap"
10956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
10957 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10958 #  filter: "'NIC_Intel-XL710' and
10959 #           'NF_DENSITY' and
10960 #           'DOCKER' and
10961 #           'CHAIN' and
10962 #           'NF_VPPIP4' and
10963 #           'IPSEC' and
10964 #           'TNL_4' and
10965 #           'IMIX' and
10966 #           '1T1C' and
10967 #           'NDRPDR'"
10968 #  parameters:
10969 #  - "throughput"
10970 #  - "name"
10971 #  - "tags"
10972 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10973 #  x-axis: "X = CNFs per Service Chain"
10974 #  y-axis: "Y = Number of Service Chains"
10975 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10976 #  layout:
10977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10978 #    layout: "plot-service-density"
10979 #
10980 #- type: "plot"
10981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10982 #  algorithm: "plot_nf_heatmap"
10983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
10984 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10985 #  filter: "'NIC_Intel-XL710' and
10986 #           'NF_DENSITY' and
10987 #           'DOCKER' and
10988 #           'CHAIN' and
10989 #           'NF_VPPIP4' and
10990 #           'IPSEC' and
10991 #           'TNL_4' and
10992 #           'IMIX' and
10993 #           '2T2C' and
10994 #           'NDRPDR'"
10995 #  parameters:
10996 #  - "throughput"
10997 #  - "name"
10998 #  - "tags"
10999 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11000 #  x-axis: "X = CNFs per Service Chain"
11001 #  y-axis: "Y = Number of Service Chains"
11002 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11003 #  layout:
11004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
11005 #    layout: "plot-service-density"
11006 #
11007 #- type: "plot"
11008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
11009 #  algorithm: "plot_nf_heatmap"
11010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
11011 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11012 #  filter: "'NIC_Intel-XL710' and
11013 #           'NF_DENSITY' and
11014 #           'DOCKER' and
11015 #           'CHAIN' and
11016 #           'NF_VPPIP4' and
11017 #           'IPSEC' and
11018 #           'TNL_4' and
11019 #           'IMIX' and
11020 #           '4T4C' and
11021 #           'NDRPDR'"
11022 #  parameters:
11023 #  - "throughput"
11024 #  - "name"
11025 #  - "tags"
11026 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11027 #  x-axis: "X = CNFs per Service Chain"
11028 #  y-axis: "Y = Number of Service Chains"
11029 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11030 #  layout:
11031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
11032 #    layout: "plot-service-density"
11033
11034 ###############################################################################
11035
11036 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
11037 #- type: "plot"
11038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11039 #  algorithm: "plot_nf_heatmap"
11040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
11041 #  data: "plot-vpp-nfv-3n-skx-mrr"
11042 #  filter: "'NIC_Intel-XXV710' and
11043 #           'NF_DENSITY' and
11044 #           'DOCKER' and
11045 #           'CHAIN' and
11046 #           'NF_VPPIP4' and
11047 #           'IPSEC' and
11048 #           'TNL_1000' and
11049 #           'IMIX' and
11050 #           '2T1C' and
11051 #           'MRR'"
11052 #  parameters:
11053 #  - "result"
11054 #  - "name"
11055 #  - "tags"
11056 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11057 #  x-axis: "X = CNFs per Service Chain"
11058 #  y-axis: "Y = Number of Service Chains"
11059 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11060 #  layout:
11061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11062 #    layout: "plot-service-density"
11063 #
11064 #- type: "plot"
11065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11066 #  algorithm: "plot_nf_heatmap"
11067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
11068 #  data: "plot-vpp-nfv-3n-skx-mrr"
11069 #  filter: "'NIC_Intel-XXV710' and
11070 #           'NF_DENSITY' and
11071 #           'DOCKER' and
11072 #           'CHAIN' and
11073 #           'NF_VPPIP4' and
11074 #           'IPSEC' and
11075 #           'TNL_1000' and
11076 #           'IMIX' and
11077 #           '4T2C' and
11078 #           'MRR'"
11079 #  parameters:
11080 #  - "result"
11081 #  - "name"
11082 #  - "tags"
11083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11084 #  x-axis: "X = CNFs per Service Chain"
11085 #  y-axis: "Y = Number of Service Chains"
11086 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11087 #  layout:
11088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11089 #    layout: "plot-service-density"
11090 #
11091 #- type: "plot"
11092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11093 #  algorithm: "plot_nf_heatmap"
11094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
11095 #  data: "plot-vpp-nfv-3n-skx-mrr"
11096 #  filter: "'NIC_Intel-XXV710' and
11097 #           'NF_DENSITY' and
11098 #           'DOCKER' and
11099 #           'CHAIN' and
11100 #           'NF_VPPIP4' and
11101 #           'IPSEC' and
11102 #           'TNL_1000' and
11103 #           'IMIX' and
11104 #           '8T4C' and
11105 #           'MRR'"
11106 #  parameters:
11107 #  - "result"
11108 #  - "name"
11109 #  - "tags"
11110 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11111 #  x-axis: "X = CNFs per Service Chain"
11112 #  y-axis: "Y = Number of Service Chains"
11113 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11114 #  layout:
11115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11116 #    layout: "plot-service-density"
11117
11118 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
11119 #- type: "plot"
11120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11121 #  algorithm: "plot_nf_heatmap"
11122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
11123 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11124 #  filter: "'NIC_Intel-XXV710' and
11125 #           'NF_DENSITY' and
11126 #           'DOCKER' and
11127 #           'CHAIN' and
11128 #           'NF_VPPIP4' and
11129 #           'IPSEC' and
11130 #           'TNL_1000' and
11131 #           'IMIX' and
11132 #           '2T1C' and
11133 #           'NDRPDR'"
11134 #  parameters:
11135 #  - "throughput"
11136 #  - "name"
11137 #  - "tags"
11138 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11139 #  x-axis: "X = CNFs per Service Chain"
11140 #  y-axis: "Y = Number of Service Chains"
11141 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11142 #  layout:
11143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11144 #    layout: "plot-service-density"
11145 #
11146 #- type: "plot"
11147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11148 #  algorithm: "plot_nf_heatmap"
11149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
11150 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11151 #  filter: "'NIC_Intel-XXV710' and
11152 #           'NF_DENSITY' and
11153 #           'DOCKER' and
11154 #           'CHAIN' and
11155 #           'NF_VPPIP4' and
11156 #           'IPSEC' and
11157 #           'TNL_1000' and
11158 #           'IMIX' and
11159 #           '4T2C' and
11160 #           'NDRPDR'"
11161 #  parameters:
11162 #  - "throughput"
11163 #  - "name"
11164 #  - "tags"
11165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11166 #  x-axis: "X = CNFs per Service Chain"
11167 #  y-axis: "Y = Number of Service Chains"
11168 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11169 #  layout:
11170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11171 #    layout: "plot-service-density"
11172 #
11173 #- type: "plot"
11174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11175 #  algorithm: "plot_nf_heatmap"
11176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
11177 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11178 #  filter: "'NIC_Intel-XXV710' and
11179 #           'NF_DENSITY' and
11180 #           'DOCKER' and
11181 #           'CHAIN' and
11182 #           'NF_VPPIP4' and
11183 #           'IPSEC' and
11184 #           'TNL_1000' and
11185 #           'IMIX' and
11186 #           '8T4C' and
11187 #           'NDRPDR'"
11188 #  parameters:
11189 #  - "throughput"
11190 #  - "name"
11191 #  - "tags"
11192 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11193 #  x-axis: "X = CNFs per Service Chain"
11194 #  y-axis: "Y = Number of Service Chains"
11195 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11196 #  layout:
11197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11198 #    layout: "plot-service-density"
11199 #
11200 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
11201 #- type: "plot"
11202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11203 #  algorithm: "plot_nf_heatmap"
11204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
11205 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11206 #  filter: "'NIC_Intel-XXV710' and
11207 #           'NF_DENSITY' and
11208 #           'DOCKER' and
11209 #           'CHAIN' and
11210 #           'NF_VPPIP4' and
11211 #           'IPSEC' and
11212 #           'TNL_1000' and
11213 #           'IMIX' and
11214 #           '2T1C' and
11215 #           'NDRPDR'"
11216 #  parameters:
11217 #  - "throughput"
11218 #  - "name"
11219 #  - "tags"
11220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11221 #  x-axis: "X = CNFs per Service Chain"
11222 #  y-axis: "Y = Number of Service Chains"
11223 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11224 #  layout:
11225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11226 #    layout: "plot-service-density"
11227 #
11228 #- type: "plot"
11229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11230 #  algorithm: "plot_nf_heatmap"
11231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
11232 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11233 #  filter: "'NIC_Intel-XXV710' and
11234 #           'NF_DENSITY' and
11235 #           'DOCKER' and
11236 #           'CHAIN' and
11237 #           'NF_VPPIP4' and
11238 #           'IPSEC' and
11239 #           'TNL_1000' and
11240 #           'IMIX' and
11241 #           '4T2C' and
11242 #           'NDRPDR'"
11243 #  parameters:
11244 #  - "throughput"
11245 #  - "name"
11246 #  - "tags"
11247 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11248 #  x-axis: "X = CNFs per Service Chain"
11249 #  y-axis: "Y = Number of Service Chains"
11250 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11251 #  layout:
11252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11253 #    layout: "plot-service-density"
11254 #
11255 #- type: "plot"
11256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11257 #  algorithm: "plot_nf_heatmap"
11258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
11259 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11260 #  filter: "'NIC_Intel-XXV710' and
11261 #           'NF_DENSITY' and
11262 #           'DOCKER' and
11263 #           'CHAIN' and
11264 #           'NF_VPPIP4' and
11265 #           'IPSEC' and
11266 #           'TNL_1000' and
11267 #           'IMIX' and
11268 #           '8T4C' and
11269 #           'NDRPDR'"
11270 #  parameters:
11271 #  - "throughput"
11272 #  - "name"
11273 #  - "tags"
11274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11275 #  x-axis: "X = CNFs per Service Chain"
11276 #  y-axis: "Y = Number of Service Chains"
11277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11278 #  layout:
11279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11280 #    layout: "plot-service-density"
11281
11282 ###############################################################################
11283
11284 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
11285 #- type: "plot"
11286 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11287 #  algorithm: "plot_nf_heatmap"
11288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
11289 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11290 #  filter: "'NIC_Intel-XL710' and
11291 #           'NF_DENSITY' and
11292 #           'DOCKER' and
11293 #           'CHAIN' and
11294 #           'NF_VPPIP4' and
11295 #           'IMIX' and
11296 #           'TNL_1000' and
11297 #           '1T1C' and
11298 #           'MRR'"
11299 #  parameters:
11300 #  - "result"
11301 #  - "name"
11302 #  - "tags"
11303 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11304 #  x-axis: "X = CNFs per Service Chain"
11305 #  y-axis: "Y = Number of Service Chains"
11306 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11307 #  layout:
11308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11309 #    layout: "plot-service-density"
11310 #
11311 #- type: "plot"
11312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11313 #  algorithm: "plot_nf_heatmap"
11314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
11315 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11316 #  filter: "'NIC_Intel-XL710' and
11317 #           'NF_DENSITY' and
11318 #           'DOCKER' and
11319 #           'CHAIN' and
11320 #           'NF_VPPIP4' and
11321 #           'IPSEC' and
11322 #           'TNL_1000' and
11323 #           'IMIX' and
11324 #           '2T2C' and
11325 #           'MRR'"
11326 #  parameters:
11327 #  - "result"
11328 #  - "name"
11329 #  - "tags"
11330 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11331 #  x-axis: "X = CNFs per Service Chain"
11332 #  y-axis: "Y = Number of Service Chains"
11333 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11334 #  layout:
11335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11336 #    layout: "plot-service-density"
11337 #
11338 #- type: "plot"
11339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11340 #  algorithm: "plot_nf_heatmap"
11341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
11342 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11343 #  filter: "'NIC_Intel-XL710' and
11344 #           'NF_DENSITY' and
11345 #           'DOCKER' and
11346 #           'CHAIN' and
11347 #           'NF_VPPIP4' and
11348 #           'IPSEC' and
11349 #           'TNL_1000' and
11350 #           'IMIX' and
11351 #           '4T4C' and
11352 #           'MRR'"
11353 #  parameters:
11354 #  - "result"
11355 #  - "name"
11356 #  - "tags"
11357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11358 #  x-axis: "X = CNFs per Service Chain"
11359 #  y-axis: "Y = Number of Service Chains"
11360 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11361 #  layout:
11362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
11363 #    layout: "plot-service-density"
11364
11365 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
11366 #- type: "plot"
11367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11368 #  algorithm: "plot_nf_heatmap"
11369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
11370 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11371 #  filter: "'NIC_Intel-XL710' and
11372 #           'NF_DENSITY' and
11373 #           'DOCKER' and
11374 #           'CHAIN' and
11375 #           'NF_VPPIP4' and
11376 #           'IPSEC' and
11377 #           'TNL_1000' and
11378 #           'IMIX' and
11379 #           '1T1C' and
11380 #           'NDRPDR'"
11381 #  parameters:
11382 #  - "throughput"
11383 #  - "name"
11384 #  - "tags"
11385 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11386 #  x-axis: "X = CNFs per Service Chain"
11387 #  y-axis: "Y = Number of Service Chains"
11388 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11389 #  layout:
11390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11391 #    layout: "plot-service-density"
11392 #
11393 #- type: "plot"
11394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11395 #  algorithm: "plot_nf_heatmap"
11396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
11397 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11398 #  filter: "'NIC_Intel-XL710' and
11399 #           'NF_DENSITY' and
11400 #           'DOCKER' and
11401 #           'CHAIN' and
11402 #           'NF_VPPIP4' and
11403 #           'IPSEC' and
11404 #           'TNL_1000' and
11405 #           'IMIX' and
11406 #           '2T2C' and
11407 #           'NDRPDR'"
11408 #  parameters:
11409 #  - "throughput"
11410 #  - "name"
11411 #  - "tags"
11412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11413 #  x-axis: "X = CNFs per Service Chain"
11414 #  y-axis: "Y = Number of Service Chains"
11415 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11416 #  layout:
11417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11418 #    layout: "plot-service-density"
11419 #
11420 #- type: "plot"
11421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11422 #  algorithm: "plot_nf_heatmap"
11423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
11424 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11425 #  filter: "'NIC_Intel-XL710' and
11426 #           'NF_DENSITY' and
11427 #           'DOCKER' and
11428 #           'CHAIN' and
11429 #           'NF_VPPIP4' and
11430 #           'IPSEC' and
11431 #           'TNL_1000' and
11432 #           'IMIX' and
11433 #           '4T4C' and
11434 #           'NDRPDR'"
11435 #  parameters:
11436 #  - "throughput"
11437 #  - "name"
11438 #  - "tags"
11439 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11440 #  x-axis: "X = CNFs per Service Chain"
11441 #  y-axis: "Y = Number of Service Chains"
11442 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11443 #  layout:
11444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11445 #    layout: "plot-service-density"
11446 #
11447 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
11448 #- type: "plot"
11449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11450 #  algorithm: "plot_nf_heatmap"
11451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
11452 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11453 #  filter: "'NIC_Intel-XL710' and
11454 #           'NF_DENSITY' and
11455 #           'DOCKER' and
11456 #           'CHAIN' and
11457 #           'NF_VPPIP4' and
11458 #           'IPSEC' and
11459 #           'TNL_1000' and
11460 #           'IMIX' and
11461 #           '1T1C' and
11462 #           'NDRPDR'"
11463 #  parameters:
11464 #  - "throughput"
11465 #  - "name"
11466 #  - "tags"
11467 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11468 #  x-axis: "X = CNFs per Service Chain"
11469 #  y-axis: "Y = Number of Service Chains"
11470 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11471 #  layout:
11472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11473 #    layout: "plot-service-density"
11474 #
11475 #- type: "plot"
11476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11477 #  algorithm: "plot_nf_heatmap"
11478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
11479 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11480 #  filter: "'NIC_Intel-XL710' and
11481 #           'NF_DENSITY' and
11482 #           'DOCKER' and
11483 #           'CHAIN' and
11484 #           'NF_VPPIP4' and
11485 #           'IPSEC' and
11486 #           'TNL_1000' and
11487 #           'IMIX' and
11488 #           '2T2C' and
11489 #           'NDRPDR'"
11490 #  parameters:
11491 #  - "throughput"
11492 #  - "name"
11493 #  - "tags"
11494 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11495 #  x-axis: "X = CNFs per Service Chain"
11496 #  y-axis: "Y = Number of Service Chains"
11497 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11498 #  layout:
11499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11500 #    layout: "plot-service-density"
11501 #
11502 #- type: "plot"
11503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11504 #  algorithm: "plot_nf_heatmap"
11505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
11506 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11507 #  filter: "'NIC_Intel-XL710' and
11508 #           'NF_DENSITY' and
11509 #           'DOCKER' and
11510 #           'CHAIN' and
11511 #           'NF_VPPIP4' and
11512 #           'IPSEC' and
11513 #           'TNL_1000' and
11514 #           'IMIX' and
11515 #           '4T4C' and
11516 #           'NDRPDR'"
11517 #  parameters:
11518 #  - "throughput"
11519 #  - "name"
11520 #  - "tags"
11521 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11522 #  x-axis: "X = CNFs per Service Chain"
11523 #  y-axis: "Y = Number of Service Chains"
11524 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11525 #  layout:
11526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11527 #    layout: "plot-service-density"
11528
11529 ###############################################################################
11530
11531 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11532 #- type: "plot"
11533 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11534 #  algorithm: "plot_nf_heatmap"
11535 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
11536 #  data: "plot-vpp-nfv-3n-skx-mrr"
11537 #  filter: "'NIC_Intel-XXV710' and
11538 #           'NF_DENSITY' and
11539 #           'DOCKER' and
11540 #           'CHAIN' and
11541 #           'NF_VPPIP4' and
11542 #           'IPSEC' and
11543 #           'TNL_10000' and
11544 #           'IMIX' and
11545 #           '2T1C' and
11546 #           'MRR'"
11547 #  parameters:
11548 #  - "result"
11549 #  - "name"
11550 #  - "tags"
11551 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11552 #  x-axis: "X = CNFs per Service Chain"
11553 #  y-axis: "Y = Number of Service Chains"
11554 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11555 #  layout:
11556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11557 #    layout: "plot-service-density"
11558 #
11559 #- type: "plot"
11560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11561 #  algorithm: "plot_nf_heatmap"
11562 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
11563 #  data: "plot-vpp-nfv-3n-skx-mrr"
11564 #  filter: "'NIC_Intel-XXV710' and
11565 #           'NF_DENSITY' and
11566 #           'DOCKER' and
11567 #           'CHAIN' and
11568 #           'NF_VPPIP4' and
11569 #           'IPSEC' and
11570 #           'TNL_10000' and
11571 #           'IMIX' and
11572 #           '4T2C' and
11573 #           'MRR'"
11574 #  parameters:
11575 #  - "result"
11576 #  - "name"
11577 #  - "tags"
11578 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11579 #  x-axis: "X = CNFs per Service Chain"
11580 #  y-axis: "Y = Number of Service Chains"
11581 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11582 #  layout:
11583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11584 #    layout: "plot-service-density"
11585 #
11586 #- type: "plot"
11587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11588 #  algorithm: "plot_nf_heatmap"
11589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
11590 #  data: "plot-vpp-nfv-3n-skx-mrr"
11591 #  filter: "'NIC_Intel-XXV710' and
11592 #           'NF_DENSITY' and
11593 #           'DOCKER' and
11594 #           'CHAIN' and
11595 #           'NF_VPPIP4' and
11596 #           'IPSEC' and
11597 #           'TNL_10000' and
11598 #           'IMIX' and
11599 #           '8T4C' and
11600 #           'MRR'"
11601 #  parameters:
11602 #  - "result"
11603 #  - "name"
11604 #  - "tags"
11605 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11606 #  x-axis: "X = CNFs per Service Chain"
11607 #  y-axis: "Y = Number of Service Chains"
11608 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11609 #  layout:
11610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11611 #    layout: "plot-service-density"
11612
11613 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11614 #- type: "plot"
11615 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11616 #  algorithm: "plot_nf_heatmap"
11617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
11618 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11619 #  filter: "'NIC_Intel-XXV710' and
11620 #           'NF_DENSITY' and
11621 #           'DOCKER' and
11622 #           'CHAIN' and
11623 #           'NF_VPPIP4' and
11624 #           'IPSEC' and
11625 #           'TNL_10000' and
11626 #           'IMIX' and
11627 #           '2T1C' and
11628 #           'NDRPDR'"
11629 #  parameters:
11630 #  - "throughput"
11631 #  - "name"
11632 #  - "tags"
11633 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11634 #  x-axis: "X = CNFs per Service Chain"
11635 #  y-axis: "Y = Number of Service Chains"
11636 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11637 #  layout:
11638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11639 #    layout: "plot-service-density"
11640 #
11641 #- type: "plot"
11642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11643 #  algorithm: "plot_nf_heatmap"
11644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
11645 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11646 #  filter: "'NIC_Intel-XXV710' and
11647 #           'NF_DENSITY' and
11648 #           'DOCKER' and
11649 #           'CHAIN' and
11650 #           'NF_VPPIP4' and
11651 #           'IPSEC' and
11652 #           'TNL_10000' and
11653 #           'IMIX' and
11654 #           '4T2C' and
11655 #           'NDRPDR'"
11656 #  parameters:
11657 #  - "throughput"
11658 #  - "name"
11659 #  - "tags"
11660 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11661 #  x-axis: "X = CNFs per Service Chain"
11662 #  y-axis: "Y = Number of Service Chains"
11663 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11664 #  layout:
11665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11666 #    layout: "plot-service-density"
11667 #
11668 #- type: "plot"
11669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11670 #  algorithm: "plot_nf_heatmap"
11671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
11672 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11673 #  filter: "'NIC_Intel-XXV710' and
11674 #           'NF_DENSITY' and
11675 #           'DOCKER' and
11676 #           'CHAIN' and
11677 #           'NF_VPPIP4' and
11678 #           'IPSEC' and
11679 #           'TNL_10000' and
11680 #           'IMIX' and
11681 #           '8T4C' and
11682 #           'NDRPDR'"
11683 #  parameters:
11684 #  - "throughput"
11685 #  - "name"
11686 #  - "tags"
11687 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11688 #  x-axis: "X = CNFs per Service Chain"
11689 #  y-axis: "Y = Number of Service Chains"
11690 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11691 #  layout:
11692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11693 #    layout: "plot-service-density"
11694 #
11695 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11696 #- type: "plot"
11697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11698 #  algorithm: "plot_nf_heatmap"
11699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
11700 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11701 #  filter: "'NIC_Intel-XXV710' and
11702 #           'NF_DENSITY' and
11703 #           'DOCKER' and
11704 #           'CHAIN' and
11705 #           'NF_VPPIP4' and
11706 #           'IPSEC' and
11707 #           'TNL_10000' and
11708 #           'IMIX' and
11709 #           '2T1C' and
11710 #           'NDRPDR'"
11711 #  parameters:
11712 #  - "throughput"
11713 #  - "name"
11714 #  - "tags"
11715 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11716 #  x-axis: "X = CNFs per Service Chain"
11717 #  y-axis: "Y = Number of Service Chains"
11718 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11719 #  layout:
11720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11721 #    layout: "plot-service-density"
11722 #
11723 #- type: "plot"
11724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11725 #  algorithm: "plot_nf_heatmap"
11726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
11727 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11728 #  filter: "'NIC_Intel-XXV710' and
11729 #           'NF_DENSITY' and
11730 #           'DOCKER' and
11731 #           'CHAIN' and
11732 #           'NF_VPPIP4' and
11733 #           'IPSEC' and
11734 #           'TNL_10000' and
11735 #           'IMIX' and
11736 #           '4T2C' and
11737 #           'NDRPDR'"
11738 #  parameters:
11739 #  - "throughput"
11740 #  - "name"
11741 #  - "tags"
11742 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11743 #  x-axis: "X = CNFs per Service Chain"
11744 #  y-axis: "Y = Number of Service Chains"
11745 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11746 #  layout:
11747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11748 #    layout: "plot-service-density"
11749 #
11750 #- type: "plot"
11751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11752 #  algorithm: "plot_nf_heatmap"
11753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
11754 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11755 #  filter: "'NIC_Intel-XXV710' and
11756 #           'NF_DENSITY' and
11757 #           'DOCKER' and
11758 #           'CHAIN' and
11759 #           'NF_VPPIP4' and
11760 #           'IPSEC' and
11761 #           'TNL_10000' and
11762 #           'IMIX' and
11763 #           '8T4C' and
11764 #           'NDRPDR'"
11765 #  parameters:
11766 #  - "throughput"
11767 #  - "name"
11768 #  - "tags"
11769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11770 #  x-axis: "X = CNFs per Service Chain"
11771 #  y-axis: "Y = Number of Service Chains"
11772 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11773 #  layout:
11774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11775 #    layout: "plot-service-density"
11776
11777 ###############################################################################
11778
11779 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11780 #- type: "plot"
11781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11782 #  algorithm: "plot_nf_heatmap"
11783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
11784 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11785 #  filter: "'NIC_Intel-XL710' and
11786 #           'NF_DENSITY' and
11787 #           'DOCKER' and
11788 #           'CHAIN' and
11789 #           'NF_VPPIP4' and
11790 #           'IMIX' and
11791 #           'TNL_10000' and
11792 #           '1T1C' and
11793 #           'MRR'"
11794 #  parameters:
11795 #  - "result"
11796 #  - "name"
11797 #  - "tags"
11798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11799 #  x-axis: "X = CNFs per Service Chain"
11800 #  y-axis: "Y = Number of Service Chains"
11801 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11802 #  layout:
11803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11804 #    layout: "plot-service-density"
11805 #
11806 #- type: "plot"
11807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11808 #  algorithm: "plot_nf_heatmap"
11809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
11810 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11811 #  filter: "'NIC_Intel-XL710' and
11812 #           'NF_DENSITY' and
11813 #           'DOCKER' and
11814 #           'CHAIN' and
11815 #           'NF_VPPIP4' and
11816 #           'IPSEC' and
11817 #           'TNL_10000' and
11818 #           'IMIX' and
11819 #           '2T2C' and
11820 #           'MRR'"
11821 #  parameters:
11822 #  - "result"
11823 #  - "name"
11824 #  - "tags"
11825 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11826 #  x-axis: "X = CNFs per Service Chain"
11827 #  y-axis: "Y = Number of Service Chains"
11828 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11829 #  layout:
11830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11831 #    layout: "plot-service-density"
11832 #
11833 #- type: "plot"
11834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11835 #  algorithm: "plot_nf_heatmap"
11836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
11837 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11838 #  filter: "'NIC_Intel-XL710' and
11839 #           'NF_DENSITY' and
11840 #           'DOCKER' and
11841 #           'CHAIN' and
11842 #           'NF_VPPIP4' and
11843 #           'IPSEC' and
11844 #           'TNL_10000' and
11845 #           'IMIX' and
11846 #           '4T4C' and
11847 #           'MRR'"
11848 #  parameters:
11849 #  - "result"
11850 #  - "name"
11851 #  - "tags"
11852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11853 #  x-axis: "X = CNFs per Service Chain"
11854 #  y-axis: "Y = Number of Service Chains"
11855 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11856 #  layout:
11857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11858 #    layout: "plot-service-density"
11859
11860 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11861 #- type: "plot"
11862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11863 #  algorithm: "plot_nf_heatmap"
11864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
11865 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11866 #  filter: "'NIC_Intel-XL710' and
11867 #           'NF_DENSITY' and
11868 #           'DOCKER' and
11869 #           'CHAIN' and
11870 #           'NF_VPPIP4' and
11871 #           'IPSEC' and
11872 #           'TNL_10000' and
11873 #           'IMIX' and
11874 #           '1T1C' and
11875 #           'NDRPDR'"
11876 #  parameters:
11877 #  - "throughput"
11878 #  - "name"
11879 #  - "tags"
11880 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11881 #  x-axis: "X = CNFs per Service Chain"
11882 #  y-axis: "Y = Number of Service Chains"
11883 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11884 #  layout:
11885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11886 #    layout: "plot-service-density"
11887 #
11888 #- type: "plot"
11889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11890 #  algorithm: "plot_nf_heatmap"
11891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
11892 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11893 #  filter: "'NIC_Intel-XL710' and
11894 #           'NF_DENSITY' and
11895 #           'DOCKER' and
11896 #           'CHAIN' and
11897 #           'NF_VPPIP4' and
11898 #           'IPSEC' and
11899 #           'TNL_10000' and
11900 #           'IMIX' and
11901 #           '2T2C' and
11902 #           'NDRPDR'"
11903 #  parameters:
11904 #  - "throughput"
11905 #  - "name"
11906 #  - "tags"
11907 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11908 #  x-axis: "X = CNFs per Service Chain"
11909 #  y-axis: "Y = Number of Service Chains"
11910 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11911 #  layout:
11912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11913 #    layout: "plot-service-density"
11914 #
11915 #- type: "plot"
11916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11917 #  algorithm: "plot_nf_heatmap"
11918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
11919 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11920 #  filter: "'NIC_Intel-XL710' and
11921 #           'NF_DENSITY' and
11922 #           'DOCKER' and
11923 #           'CHAIN' and
11924 #           'NF_VPPIP4' and
11925 #           'IPSEC' and
11926 #           'TNL_10000' and
11927 #           'IMIX' and
11928 #           '4T4C' and
11929 #           'NDRPDR'"
11930 #  parameters:
11931 #  - "throughput"
11932 #  - "name"
11933 #  - "tags"
11934 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11935 #  x-axis: "X = CNFs per Service Chain"
11936 #  y-axis: "Y = Number of Service Chains"
11937 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11938 #  layout:
11939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11940 #    layout: "plot-service-density"
11941 #
11942 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11943 #- type: "plot"
11944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11945 #  algorithm: "plot_nf_heatmap"
11946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
11947 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11948 #  filter: "'NIC_Intel-XL710' and
11949 #           'NF_DENSITY' and
11950 #           'DOCKER' and
11951 #           'CHAIN' and
11952 #           'NF_VPPIP4' and
11953 #           'IPSEC' and
11954 #           'TNL_10000' and
11955 #           'IMIX' and
11956 #           '1T1C' and
11957 #           'NDRPDR'"
11958 #  parameters:
11959 #  - "throughput"
11960 #  - "name"
11961 #  - "tags"
11962 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11963 #  x-axis: "X = CNFs per Service Chain"
11964 #  y-axis: "Y = Number of Service Chains"
11965 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11966 #  layout:
11967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11968 #    layout: "plot-service-density"
11969 #
11970 #- type: "plot"
11971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11972 #  algorithm: "plot_nf_heatmap"
11973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
11974 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11975 #  filter: "'NIC_Intel-XL710' and
11976 #           'NF_DENSITY' and
11977 #           'DOCKER' and
11978 #           'CHAIN' and
11979 #           'NF_VPPIP4' and
11980 #           'IPSEC' and
11981 #           'TNL_10000' and
11982 #           'IMIX' and
11983 #           '2T2C' and
11984 #           'NDRPDR'"
11985 #  parameters:
11986 #  - "throughput"
11987 #  - "name"
11988 #  - "tags"
11989 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11990 #  x-axis: "X = CNFs per Service Chain"
11991 #  y-axis: "Y = Number of Service Chains"
11992 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11993 #  layout:
11994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11995 #    layout: "plot-service-density"
11996 #
11997 #- type: "plot"
11998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11999 #  algorithm: "plot_nf_heatmap"
12000 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
12001 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
12002 #  filter: "'NIC_Intel-XL710' and
12003 #           'NF_DENSITY' and
12004 #           'DOCKER' and
12005 #           'CHAIN' and
12006 #           'NF_VPPIP4' and
12007 #           'IPSEC' and
12008 #           'TNL_10000' and
12009 #           'IMIX' and
12010 #           '4T4C' and
12011 #           'NDRPDR'"
12012 #  parameters:
12013 #  - "throughput"
12014 #  - "name"
12015 #  - "tags"
12016 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12017 #  x-axis: "X = CNFs per Service Chain"
12018 #  y-axis: "Y = Number of Service Chains"
12019 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12020 #  layout:
12021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
12022 #    layout: "plot-service-density"
12023
12024 ###############################################################################
12025
12026 # Plots - NF Density - CSP - MRR IMIX
12027 - type: "plot"
12028   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12029   algorithm: "plot_nf_heatmap"
12030   output-file-type: ".html"
12031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
12032   data: "plot-vpp-nfv-2n-skx-mrr"
12033   filter: "'NIC_Intel-XXV710' and
12034            'NF_DENSITY' and
12035            'DOCKER' and
12036            'PIPELINE' and
12037            'NF_VPPIP4' and
12038            'IMIX' and
12039            '2T1C' and
12040            'MRR'"
12041   parameters:
12042   - "result"
12043   - "name"
12044   - "tags"
12045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12046   x-axis: "X = CNFs per Service Pipeline"
12047   y-axis: "Y = Number of Service Pipelines"
12048   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12049   layout:
12050     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12051     layout: "plot-service-density"
12052
12053 - type: "plot"
12054   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12055   algorithm: "plot_nf_heatmap"
12056   output-file-type: ".html"
12057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
12058   data: "plot-vpp-nfv-2n-skx-mrr"
12059   filter: "'NIC_Intel-XXV710' and
12060            'NF_DENSITY' and
12061            'DOCKER' and
12062            'PIPELINE' and
12063            'NF_VPPIP4' and
12064            'IMIX' and
12065            '4T2C' and
12066            'MRR'"
12067   parameters:
12068   - "result"
12069   - "name"
12070   - "tags"
12071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12072   x-axis: "X = CNFs per Service Pipeline"
12073   y-axis: "Y = Number of Service Pipelines"
12074   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12075   layout:
12076     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12077     layout: "plot-service-density"
12078
12079 - type: "plot"
12080   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12081   algorithm: "plot_nf_heatmap"
12082   output-file-type: ".html"
12083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
12084   data: "plot-vpp-nfv-2n-skx-mrr"
12085   filter: "'NIC_Intel-XXV710' and
12086            'NF_DENSITY' and
12087            'DOCKER' and
12088            'PIPELINE' and
12089            'NF_VPPIP4' and
12090            'IMIX' and
12091            '8T4C' and
12092            'MRR'"
12093   parameters:
12094   - "result"
12095   - "name"
12096   - "tags"
12097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12098   x-axis: "X = CNFs per Service Pipeline"
12099   y-axis: "Y = Number of Service Pipelines"
12100   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12101   layout:
12102     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12103     layout: "plot-service-density"
12104
12105 # Plots - NF Density - CSP - NDR IMIX
12106 - type: "plot"
12107   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12108   algorithm: "plot_nf_heatmap"
12109   output-file-type: ".html"
12110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
12111   data: "plot-vpp-nfv-2n-skx-ndrpdr"
12112   filter: "'NIC_Intel-XXV710' and
12113            'NF_DENSITY' and
12114            'DOCKER' and
12115            'PIPELINE' and
12116            'NF_VPPIP4' and
12117            'IMIX' and
12118            '2T1C' and
12119            'NDRPDR'"
12120   parameters:
12121   - "throughput"
12122   - "name"
12123   - "tags"
12124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12125   x-axis: "X = CNFs per Service Pipeline"
12126   y-axis: "Y = Number of Service Pipelines"
12127   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12128   layout:
12129     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12130     layout: "plot-service-density"
12131
12132 - type: "plot"
12133   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12134   algorithm: "plot_nf_heatmap"
12135   output-file-type: ".html"
12136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
12137   data: "plot-vpp-nfv-2n-skx-ndrpdr"
12138   filter: "'NIC_Intel-XXV710' and
12139            'NF_DENSITY' and
12140            'DOCKER' and
12141            'PIPELINE' and
12142            'NF_VPPIP4' and
12143            'IMIX' and
12144            '4T2C' and
12145            'NDRPDR'"
12146   parameters:
12147   - "throughput"
12148   - "name"
12149   - "tags"
12150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12151   x-axis: "X = CNFs per Service Pipeline"
12152   y-axis: "Y = Number of Service Pipelines"
12153   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12154   layout:
12155     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12156     layout: "plot-service-density"
12157
12158 - type: "plot"
12159   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12160   algorithm: "plot_nf_heatmap"
12161   output-file-type: ".html"
12162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
12163   data: "plot-vpp-nfv-2n-skx-ndrpdr"
12164   filter: "'NIC_Intel-XXV710' and
12165            'NF_DENSITY' and
12166            'DOCKER' and
12167            'PIPELINE' and
12168            'NF_VPPIP4' and
12169            'IMIX' and
12170            '8T4C' and
12171            'NDRPDR'"
12172   parameters:
12173   - "throughput"
12174   - "name"
12175   - "tags"
12176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12177   x-axis: "X = CNFs per Service Pipeline"
12178   y-axis: "Y = Number of Service Pipelines"
12179   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12180   layout:
12181     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12182     layout: "plot-service-density"
12183
12184 # Plots - NF Density - CSP - PDR IMIX
12185 - type: "plot"
12186   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12187   algorithm: "plot_nf_heatmap"
12188   output-file-type: ".html"
12189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
12190   data: "plot-vpp-nfv-2n-skx-ndrpdr"
12191   filter: "'NIC_Intel-XXV710' and
12192            'NF_DENSITY' and
12193            'DOCKER' and
12194            'PIPELINE' and
12195            'NF_VPPIP4' and
12196            'IMIX' and
12197            '2T1C' and
12198            'NDRPDR'"
12199   parameters:
12200   - "throughput"
12201   - "name"
12202   - "tags"
12203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12204   x-axis: "X = CNFs per Service Pipeline"
12205   y-axis: "Y = Number of Service Pipelines"
12206   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12207   layout:
12208     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12209     layout: "plot-service-density"
12210
12211 - type: "plot"
12212   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12213   algorithm: "plot_nf_heatmap"
12214   output-file-type: ".html"
12215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
12216   data: "plot-vpp-nfv-2n-skx-ndrpdr"
12217   filter: "'NIC_Intel-XXV710' and
12218            'NF_DENSITY' and
12219            'DOCKER' and
12220            'PIPELINE' and
12221            'NF_VPPIP4' and
12222            'IMIX' and
12223            '4T2C' and
12224            'NDRPDR'"
12225   parameters:
12226   - "throughput"
12227   - "name"
12228   - "tags"
12229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12230   x-axis: "X = CNFs per Service Pipeline"
12231   y-axis: "Y = Number of Service Pipelines"
12232   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12233   layout:
12234     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12235     layout: "plot-service-density"
12236
12237 - type: "plot"
12238   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12239   algorithm: "plot_nf_heatmap"
12240   output-file-type: ".html"
12241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
12242   data: "plot-vpp-nfv-2n-skx-ndrpdr"
12243   filter: "'NIC_Intel-XXV710' and
12244            'NF_DENSITY' and
12245            'DOCKER' and
12246            'PIPELINE' and
12247            'NF_VPPIP4' and
12248            'IMIX' and
12249            '8T4C' and
12250            'NDRPDR'"
12251   parameters:
12252   - "throughput"
12253   - "name"
12254   - "tags"
12255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12256   x-axis: "X = CNFs per Service Pipeline"
12257   y-axis: "Y = Number of Service Pipelines"
12258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12259   layout:
12260     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12261     layout: "plot-service-density"
12262
12263 ###############################################################################
12264 # Plots - 2n-clx NF Density - VSC - MRR IMIX
12265
12266 - type: "plot"
12267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12268   algorithm: "plot_nf_heatmap"
12269   output-file-type: ".html"
12270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
12271   data: "plot-vpp-nfv-2n-clx-mrr"
12272   filter: "'NIC_Intel-XXV710' and
12273            'NF_DENSITY' and
12274            'VHOST' and
12275            not 'VXLAN' and
12276            'CHAIN' and
12277            'NF_VPPIP4' and
12278            'IMIX' and
12279            '2T1C' and
12280            'MRR'"
12281   parameters:
12282   - "result"
12283   - "name"
12284   - "tags"
12285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12286   x-axis: "X = VNFs per Service Chain"
12287   y-axis: "Y = Number of Service Chains"
12288   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12289   layout:
12290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12291     layout: "plot-service-density"
12292
12293 - type: "plot"
12294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12295   algorithm: "plot_nf_heatmap"
12296   output-file-type: ".html"
12297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
12298   data: "plot-vpp-nfv-2n-clx-mrr"
12299   filter: "'NIC_Intel-XXV710' and
12300            'NF_DENSITY' and
12301            'VHOST' and
12302            not 'VXLAN' and
12303            'CHAIN' and
12304            'NF_VPPIP4' and
12305            'IMIX' and
12306            '4T2C' and
12307            'MRR'"
12308   parameters:
12309   - "result"
12310   - "name"
12311   - "tags"
12312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12313   x-axis: "X = VNFs per Service Chain"
12314   y-axis: "Y = Number of Service Chains"
12315   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12316   layout:
12317     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12318     layout: "plot-service-density"
12319
12320 - type: "plot"
12321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12322   algorithm: "plot_nf_heatmap"
12323   output-file-type: ".html"
12324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
12325   data: "plot-vpp-nfv-2n-clx-mrr"
12326   filter: "'NIC_Intel-XXV710' and
12327            'NF_DENSITY' and
12328            'VHOST' and
12329            not 'VXLAN' and
12330            'CHAIN' and
12331            'NF_VPPIP4' and
12332            'IMIX' and
12333            '8T4C' and
12334            'MRR'"
12335   parameters:
12336   - "result"
12337   - "name"
12338   - "tags"
12339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12340   x-axis: "X = VNFs per Service Chain"
12341   y-axis: "Y = Number of Service Chains"
12342   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12343   layout:
12344     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
12345     layout: "plot-service-density"
12346
12347 # Plots - NF Density - VSC - NDR IMIX
12348 - type: "plot"
12349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12350   algorithm: "plot_nf_heatmap"
12351   output-file-type: ".html"
12352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
12353   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12354   filter: "'NIC_Intel-XXV710' and
12355            'NF_DENSITY' and
12356            'VHOST' and
12357            not 'VXLAN' and
12358            'CHAIN' and
12359            'NF_VPPIP4' and
12360            'IMIX' and
12361            '2T1C' and
12362            'NDRPDR'"
12363   parameters:
12364   - "throughput"
12365   - "name"
12366   - "tags"
12367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12368   x-axis: "X = VNFs per Service Chain"
12369   y-axis: "Y = Number of Service Chains"
12370   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12371   layout:
12372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12373     layout: "plot-service-density"
12374
12375 - type: "plot"
12376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12377   algorithm: "plot_nf_heatmap"
12378   output-file-type: ".html"
12379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
12380   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12381   filter: "'NIC_Intel-XXV710' and
12382            'NF_DENSITY' and
12383            'VHOST' and
12384            not 'VXLAN' and
12385            'CHAIN' and
12386            'NF_VPPIP4' and
12387            'IMIX' and
12388            '4T2C' and
12389            'NDRPDR'"
12390   parameters:
12391   - "throughput"
12392   - "name"
12393   - "tags"
12394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12395   x-axis: "X = VNFs per Service Chain"
12396   y-axis: "Y = Number of Service Chains"
12397   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12398   layout:
12399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12400     layout: "plot-service-density"
12401
12402 - type: "plot"
12403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12404   algorithm: "plot_nf_heatmap"
12405   output-file-type: ".html"
12406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
12407   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12408   filter: "'NIC_Intel-XXV710' and
12409            'NF_DENSITY' and
12410            'VHOST' and
12411            not 'VXLAN' and
12412            'CHAIN' and
12413            'NF_VPPIP4' and
12414            'IMIX' and
12415            '8T4C' and
12416            'NDRPDR'"
12417   parameters:
12418   - "throughput"
12419   - "name"
12420   - "tags"
12421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12422   x-axis: "X = VNFs per Service Chain"
12423   y-axis: "Y = Number of Service Chains"
12424   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12425   layout:
12426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12427     layout: "plot-service-density"
12428
12429 # Plots - NF Density - VSC - PDR IMIX
12430 - type: "plot"
12431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12432   algorithm: "plot_nf_heatmap"
12433   output-file-type: ".html"
12434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
12435   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12436   filter: "'NIC_Intel-XXV710' and
12437            'NF_DENSITY' and
12438            'VHOST' and
12439            not 'VXLAN' and
12440            'CHAIN' and
12441            'NF_VPPIP4' and
12442            'IMIX' and
12443            '2T1C' and
12444            'NDRPDR'"
12445   parameters:
12446   - "throughput"
12447   - "name"
12448   - "tags"
12449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12450   x-axis: "X = VNFs per Service Chain"
12451   y-axis: "Y = Number of Service Chains"
12452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12453   layout:
12454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12455     layout: "plot-service-density"
12456
12457 - type: "plot"
12458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12459   algorithm: "plot_nf_heatmap"
12460   output-file-type: ".html"
12461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
12462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12463   filter: "'NIC_Intel-XXV710' and
12464            'NF_DENSITY' and
12465            'VHOST' and
12466            not 'VXLAN' and
12467            'CHAIN' and
12468            'NF_VPPIP4' and
12469            'IMIX' and
12470            '4T2C' and
12471            'NDRPDR'"
12472   parameters:
12473   - "throughput"
12474   - "name"
12475   - "tags"
12476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12477   x-axis: "X = VNFs per Service Chain"
12478   y-axis: "Y = Number of Service Chains"
12479   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12480   layout:
12481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12482     layout: "plot-service-density"
12483
12484 - type: "plot"
12485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12486   algorithm: "plot_nf_heatmap"
12487   output-file-type: ".html"
12488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
12489   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12490   filter: "'NIC_Intel-XXV710' and
12491            'NF_DENSITY' and
12492            'VHOST' and
12493            not 'VXLAN' and
12494            'CHAIN' and
12495            'NF_VPPIP4' and
12496            'IMIX' and
12497            '8T4C' and
12498            'NDRPDR'"
12499   parameters:
12500   - "throughput"
12501   - "name"
12502   - "tags"
12503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12504   x-axis: "X = VNFs per Service Chain"
12505   y-axis: "Y = Number of Service Chains"
12506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12507   layout:
12508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12509     layout: "plot-service-density"
12510
12511 # Plots - NF Density - VSC - MRR IMIX
12512 - type: "plot"
12513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12514   algorithm: "plot_nf_heatmap"
12515   output-file-type: ".html"
12516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
12517   data: "plot-vpp-nfv-2n-clx-mrr"
12518   filter: "'NIC_Intel-XXV710' and
12519            'NF_DENSITY' and
12520            'VHOST' and
12521            'VXLAN' and
12522            'CHAIN' and
12523            'IMIX' and
12524            '2T1C' and
12525            'MRR'"
12526   parameters:
12527   - "result"
12528   - "name"
12529   - "tags"
12530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12531   x-axis: "X = VNFs per Service Chain"
12532   y-axis: "Y = Number of Service Chains"
12533   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12534   layout:
12535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12536     layout: "plot-service-density"
12537
12538 - type: "plot"
12539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12540   algorithm: "plot_nf_heatmap"
12541   output-file-type: ".html"
12542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
12543   data: "plot-vpp-nfv-2n-clx-mrr"
12544   filter: "'NIC_Intel-XXV710' and
12545            'NF_DENSITY' and
12546            'VHOST' and
12547            'VXLAN' and
12548            'CHAIN' and
12549            'IMIX' and
12550            '4T2C' and
12551            'MRR'"
12552   parameters:
12553   - "result"
12554   - "name"
12555   - "tags"
12556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12557   x-axis: "X = VNFs per Service Chain"
12558   y-axis: "Y = Number of Service Chains"
12559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12560   layout:
12561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12562     layout: "plot-service-density"
12563
12564 - type: "plot"
12565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12566   algorithm: "plot_nf_heatmap"
12567   output-file-type: ".html"
12568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
12569   data: "plot-vpp-nfv-2n-clx-mrr"
12570   filter: "'NIC_Intel-XXV710' and
12571            'NF_DENSITY' and
12572            'VHOST' and
12573            'VXLAN' and
12574            'CHAIN' and
12575            'IMIX' and
12576            '8T4C' and
12577            'MRR'"
12578   parameters:
12579   - "result"
12580   - "name"
12581   - "tags"
12582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12583   x-axis: "X = VNFs per Service Chain"
12584   y-axis: "Y = Number of Service Chains"
12585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12586   layout:
12587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12588     layout: "plot-service-density"
12589
12590 # Plots - NF Density - VSC - NDR IMIX
12591 - type: "plot"
12592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12593   algorithm: "plot_nf_heatmap"
12594   output-file-type: ".html"
12595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
12596   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12597   filter: "'NIC_Intel-XXV710' and
12598            'NF_DENSITY' and
12599            'VHOST' and
12600            'VXLAN' and
12601            'CHAIN' and
12602            'IMIX' and
12603            '2T1C' and
12604            'NDRPDR'"
12605   parameters:
12606   - "throughput"
12607   - "name"
12608   - "tags"
12609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12610   x-axis: "X = VNFs per Service Chain"
12611   y-axis: "Y = Number of Service Chains"
12612   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12613   layout:
12614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12615     layout: "plot-service-density"
12616
12617 - type: "plot"
12618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12619   algorithm: "plot_nf_heatmap"
12620   output-file-type: ".html"
12621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
12622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12623   filter: "'NIC_Intel-XXV710' and
12624            'NF_DENSITY' and
12625            'VHOST' and
12626            'VXLAN' and
12627            'CHAIN' and
12628            'IMIX' and
12629            '4T2C' and
12630            'NDRPDR'"
12631   parameters:
12632   - "throughput"
12633   - "name"
12634   - "tags"
12635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12636   x-axis: "X = VNFs per Service Chain"
12637   y-axis: "Y = Number of Service Chains"
12638   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12639   layout:
12640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12641     layout: "plot-service-density"
12642
12643 - type: "plot"
12644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12645   algorithm: "plot_nf_heatmap"
12646   output-file-type: ".html"
12647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
12648   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12649   filter: "'NIC_Intel-XXV710' and
12650            'NF_DENSITY' and
12651            'VHOST' and
12652            'VXLAN' and
12653            'CHAIN' and
12654            'IMIX' and
12655            '8T4C' and
12656            'NDRPDR'"
12657   parameters:
12658   - "throughput"
12659   - "name"
12660   - "tags"
12661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12662   x-axis: "X = VNFs per Service Chain"
12663   y-axis: "Y = Number of Service Chains"
12664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12665   layout:
12666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12667     layout: "plot-service-density"
12668
12669 # Plots - NF Density - VSC - PDR IMIX
12670 - type: "plot"
12671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12672   algorithm: "plot_nf_heatmap"
12673   output-file-type: ".html"
12674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
12675   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12676   filter: "'NIC_Intel-XXV710' and
12677            'NF_DENSITY' and
12678            'VHOST' and
12679            'VXLAN' and
12680            'CHAIN' and
12681            'IMIX' and
12682            '2T1C' and
12683            'NDRPDR'"
12684   parameters:
12685   - "throughput"
12686   - "name"
12687   - "tags"
12688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12689   x-axis: "X = VNFs per Service Chain"
12690   y-axis: "Y = Number of Service Chains"
12691   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12692   layout:
12693     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12694     layout: "plot-service-density"
12695
12696 - type: "plot"
12697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12698   algorithm: "plot_nf_heatmap"
12699   output-file-type: ".html"
12700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
12701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12702   filter: "'NIC_Intel-XXV710' and
12703            'NF_DENSITY' and
12704            'VHOST' and
12705            'VXLAN' and
12706            'CHAIN' and
12707            'IMIX' and
12708            '4T2C' and
12709            'NDRPDR'"
12710   parameters:
12711   - "throughput"
12712   - "name"
12713   - "tags"
12714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12715   x-axis: "X = VNFs per Service Chain"
12716   y-axis: "Y = Number of Service Chains"
12717   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12718   layout:
12719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12720     layout: "plot-service-density"
12721
12722 - type: "plot"
12723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12724   algorithm: "plot_nf_heatmap"
12725   output-file-type: ".html"
12726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
12727   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12728   filter: "'NIC_Intel-XXV710' and
12729            'NF_DENSITY' and
12730            'VHOST' and
12731            'VXLAN' and
12732            'CHAIN' and
12733            'IMIX' and
12734            '8T4C' and
12735            'NDRPDR'"
12736   parameters:
12737   - "throughput"
12738   - "name"
12739   - "tags"
12740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12741   x-axis: "X = VNFs per Service Chain"
12742   y-axis: "Y = Number of Service Chains"
12743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12744   layout:
12745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12746     layout: "plot-service-density"
12747
12748 # Plots - NF Density - CSC - MRR IMIX
12749 - type: "plot"
12750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12751   algorithm: "plot_nf_heatmap"
12752   output-file-type: ".html"
12753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
12754   data: "plot-vpp-nfv-2n-clx-mrr"
12755   filter: "'NIC_Intel-XXV710' and
12756            'NF_DENSITY' and
12757            'DOCKER' and
12758            'CHAIN' and
12759            'NF_VPPIP4' and
12760            'IMIX' and
12761            '2T1C' and
12762            'MRR'"
12763   parameters:
12764   - "result"
12765   - "name"
12766   - "tags"
12767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12768   x-axis: "X = CNFs per Service Chain"
12769   y-axis: "Y = Number of Service Chains"
12770   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12771   layout:
12772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12773     layout: "plot-service-density"
12774
12775 - type: "plot"
12776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12777   algorithm: "plot_nf_heatmap"
12778   output-file-type: ".html"
12779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
12780   data: "plot-vpp-nfv-2n-clx-mrr"
12781   filter: "'NIC_Intel-XXV710' and
12782            'NF_DENSITY' and
12783            'DOCKER' and
12784            'CHAIN' and
12785            'NF_VPPIP4' and
12786            'IMIX' and
12787            '4T2C' and
12788            'MRR'"
12789   parameters:
12790   - "result"
12791   - "name"
12792   - "tags"
12793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12794   x-axis: "X = CNFs per Service Chain"
12795   y-axis: "Y = Number of Service Chains"
12796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12797   layout:
12798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12799     layout: "plot-service-density"
12800
12801 - type: "plot"
12802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12803   algorithm: "plot_nf_heatmap"
12804   output-file-type: ".html"
12805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
12806   data: "plot-vpp-nfv-2n-clx-mrr"
12807   filter: "'NIC_Intel-XXV710' and
12808            'NF_DENSITY' and
12809            'DOCKER' and
12810            'CHAIN' and
12811            'NF_VPPIP4' and
12812            'IMIX' and
12813            '8T4C' and
12814            'MRR'"
12815   parameters:
12816   - "result"
12817   - "name"
12818   - "tags"
12819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12820   x-axis: "X = CNFs per Service Chain"
12821   y-axis: "Y = Number of Service Chains"
12822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12823   layout:
12824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12825     layout: "plot-service-density"
12826
12827 # Plots - NF Density - CSC - NDR IMIX
12828 - type: "plot"
12829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12830   algorithm: "plot_nf_heatmap"
12831   output-file-type: ".html"
12832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
12833   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12834   filter: "'NIC_Intel-XXV710' and
12835            'NF_DENSITY' and
12836            'DOCKER' and
12837            'CHAIN' and
12838            'NF_VPPIP4' and
12839            'IMIX' and
12840            '2T1C' and
12841            'NDRPDR'"
12842   parameters:
12843   - "throughput"
12844   - "name"
12845   - "tags"
12846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12847   x-axis: "X = CNFs per Service Chain"
12848   y-axis: "Y = Number of Service Chains"
12849   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12850   layout:
12851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12852     layout: "plot-service-density"
12853
12854 - type: "plot"
12855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12856   algorithm: "plot_nf_heatmap"
12857   output-file-type: ".html"
12858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
12859   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12860   filter: "'NIC_Intel-XXV710' and
12861            'NF_DENSITY' and
12862            'DOCKER' and
12863            'CHAIN' and
12864            'NF_VPPIP4' and
12865            'IMIX' and
12866            '4T2C' and
12867            'NDRPDR'"
12868   parameters:
12869   - "throughput"
12870   - "name"
12871   - "tags"
12872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12873   x-axis: "X = CNFs per Service Chain"
12874   y-axis: "Y = Number of Service Chains"
12875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12876   layout:
12877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12878     layout: "plot-service-density"
12879
12880 - type: "plot"
12881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12882   algorithm: "plot_nf_heatmap"
12883   output-file-type: ".html"
12884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
12885   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12886   filter: "'NIC_Intel-XXV710' and
12887            'NF_DENSITY' and
12888            'DOCKER' and
12889            'CHAIN' and
12890            'NF_VPPIP4' and
12891            'IMIX' and
12892            '8T4C' and
12893            'NDRPDR'"
12894   parameters:
12895   - "throughput"
12896   - "name"
12897   - "tags"
12898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12899   x-axis: "X = CNFs per Service Chain"
12900   y-axis: "Y = Number of Service Chains"
12901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12902   layout:
12903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12904     layout: "plot-service-density"
12905
12906 # Plots - NF Density - CSC - PDR IMIX
12907 - type: "plot"
12908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12909   algorithm: "plot_nf_heatmap"
12910   output-file-type: ".html"
12911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
12912   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12913   filter: "'NIC_Intel-XXV710' and
12914            'NF_DENSITY' and
12915            'DOCKER' and
12916            'CHAIN' and
12917            'NF_VPPIP4' and
12918            'IMIX' and
12919            '2T1C' and
12920            'NDRPDR'"
12921   parameters:
12922   - "throughput"
12923   - "name"
12924   - "tags"
12925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12926   x-axis: "X = CNFs per Service Chain"
12927   y-axis: "Y = Number of Service Chains"
12928   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12929   layout:
12930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12931     layout: "plot-service-density"
12932
12933 - type: "plot"
12934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12935   algorithm: "plot_nf_heatmap"
12936   output-file-type: ".html"
12937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
12938   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12939   filter: "'NIC_Intel-XXV710' and
12940            'NF_DENSITY' and
12941            'DOCKER' and
12942            'CHAIN' and
12943            'NF_VPPIP4' and
12944            'IMIX' and
12945            '4T2C' and
12946            'NDRPDR'"
12947   parameters:
12948   - "throughput"
12949   - "name"
12950   - "tags"
12951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12952   x-axis: "X = CNFs per Service Chain"
12953   y-axis: "Y = Number of Service Chains"
12954   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12955   layout:
12956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12957     layout: "plot-service-density"
12958
12959 - type: "plot"
12960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12961   algorithm: "plot_nf_heatmap"
12962   output-file-type: ".html"
12963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
12964   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12965   filter: "'NIC_Intel-XXV710' and
12966            'NF_DENSITY' and
12967            'DOCKER' and
12968            'CHAIN' and
12969            'NF_VPPIP4' and
12970            'IMIX' and
12971            '8T4C' and
12972            'NDRPDR'"
12973   parameters:
12974   - "throughput"
12975   - "name"
12976   - "tags"
12977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12978   x-axis: "X = CNFs per Service Chain"
12979   y-axis: "Y = Number of Service Chains"
12980   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12981   layout:
12982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12983     layout: "plot-service-density"
12984
12985 # Plots - NF Density - CSP - MRR IMIX
12986 - type: "plot"
12987   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12988   algorithm: "plot_nf_heatmap"
12989   output-file-type: ".html"
12990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
12991   data: "plot-vpp-nfv-2n-clx-mrr"
12992   filter: "'NIC_Intel-XXV710' and
12993            'NF_DENSITY' and
12994            'DOCKER' and
12995            'PIPELINE' and
12996            'NF_VPPIP4' and
12997            'IMIX' and
12998            '2T1C' and
12999            'MRR'"
13000   parameters:
13001   - "result"
13002   - "name"
13003   - "tags"
13004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
13005   x-axis: "X = CNFs per Service Pipeline"
13006   y-axis: "Y = Number of Service Pipelines"
13007   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
13008   layout:
13009     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
13010     layout: "plot-service-density"
13011
13012 - type: "plot"
13013   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
13014   algorithm: "plot_nf_heatmap"
13015   output-file-type: ".html"
13016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
13017   data: "plot-vpp-nfv-2n-clx-mrr"
13018   filter: "'NIC_Intel-XXV710' and
13019            'NF_DENSITY' and
13020            'DOCKER' and
13021            'PIPELINE' and
13022            'NF_VPPIP4' and
13023            'IMIX' and
13024            '4T2C' and
13025            'MRR'"
13026   parameters:
13027   - "result"
13028   - "name"
13029   - "tags"
13030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
13031   x-axis: "X = CNFs per Service Pipeline"
13032   y-axis: "Y = Number of Service Pipelines"
13033   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
13034   layout:
13035     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
13036     layout: "plot-service-density"
13037
13038 - type: "plot"
13039   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
13040   algorithm: "plot_nf_heatmap"
13041   output-file-type: ".html"
13042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
13043   data: "plot-vpp-nfv-2n-clx-mrr"
13044   filter: "'NIC_Intel-XXV710' and
13045            'NF_DENSITY' and
13046            'DOCKER' and
13047            'PIPELINE' and
13048            'NF_VPPIP4' and
13049            'IMIX' and
13050            '8T4C' and
13051            'MRR'"
13052   parameters:
13053   - "result"
13054   - "name"
13055   - "tags"
13056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
13057   x-axis: "X = CNFs per Service Pipeline"
13058   y-axis: "Y = Number of Service Pipelines"
13059   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
13060   layout:
13061     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
13062     layout: "plot-service-density"
13063
13064 # Plots - NF Density - CSP - NDR IMIX
13065 - type: "plot"
13066   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
13067   algorithm: "plot_nf_heatmap"
13068   output-file-type: ".html"
13069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
13070   data: "plot-vpp-nfv-2n-clx-ndrpdr"
13071   filter: "'NIC_Intel-XXV710' and
13072            'NF_DENSITY' and
13073            'DOCKER' and
13074            'PIPELINE' and
13075            'NF_VPPIP4' and
13076            'IMIX' and
13077            '2T1C' and
13078            'NDRPDR'"
13079   parameters:
13080   - "throughput"
13081   - "name"
13082   - "tags"
13083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
13084   x-axis: "X = CNFs per Service Pipeline"
13085   y-axis: "Y = Number of Service Pipelines"
13086   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
13087   layout:
13088     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
13089     layout: "plot-service-density"
13090
13091 - type: "plot"
13092   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
13093   algorithm: "plot_nf_heatmap"
13094   output-file-type: ".html"
13095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
13096   data: "plot-vpp-nfv-2n-clx-ndrpdr"
13097   filter: "'NIC_Intel-XXV710' and
13098            'NF_DENSITY' and
13099            'DOCKER' and
13100            'PIPELINE' and
13101            'NF_VPPIP4' and
13102            'IMIX' and
13103            '4T2C' and
13104            'NDRPDR'"
13105   parameters:
13106   - "throughput"
13107   - "name"
13108   - "tags"
13109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
13110   x-axis: "X = CNFs per Service Pipeline"
13111   y-axis: "Y = Number of Service Pipelines"
13112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
13113   layout:
13114     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
13115     layout: "plot-service-density"
13116
13117 - type: "plot"
13118   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
13119   algorithm: "plot_nf_heatmap"
13120   output-file-type: ".html"
13121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
13122   data: "plot-vpp-nfv-2n-clx-ndrpdr"
13123   filter: "'NIC_Intel-XXV710' and
13124            'NF_DENSITY' and
13125            'DOCKER' and
13126            'PIPELINE' and
13127            'NF_VPPIP4' and
13128            'IMIX' and
13129            '8T4C' and
13130            'NDRPDR'"
13131   parameters:
13132   - "throughput"
13133   - "name"
13134   - "tags"
13135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
13136   x-axis: "X = CNFs per Service Pipeline"
13137   y-axis: "Y = Number of Service Pipelines"
13138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
13139   layout:
13140     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
13141     layout: "plot-service-density"
13142
13143 # Plots - NF Density - CSP - PDR IMIX
13144 - type: "plot"
13145   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
13146   algorithm: "plot_nf_heatmap"
13147   output-file-type: ".html"
13148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
13149   data: "plot-vpp-nfv-2n-clx-ndrpdr"
13150   filter: "'NIC_Intel-XXV710' and
13151            'NF_DENSITY' and
13152            'DOCKER' and
13153            'PIPELINE' and
13154            'NF_VPPIP4' and
13155            'IMIX' and
13156            '2T1C' and
13157            'NDRPDR'"
13158   parameters:
13159   - "throughput"
13160   - "name"
13161   - "tags"
13162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
13163   x-axis: "X = CNFs per Service Pipeline"
13164   y-axis: "Y = Number of Service Pipelines"
13165   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
13166   layout:
13167     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
13168     layout: "plot-service-density"
13169
13170 - type: "plot"
13171   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
13172   algorithm: "plot_nf_heatmap"
13173   output-file-type: ".html"
13174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
13175   data: "plot-vpp-nfv-2n-clx-ndrpdr"
13176   filter: "'NIC_Intel-XXV710' and
13177            'NF_DENSITY' and
13178            'DOCKER' and
13179            'PIPELINE' and
13180            'NF_VPPIP4' and
13181            'IMIX' and
13182            '4T2C' and
13183            'NDRPDR'"
13184   parameters:
13185   - "throughput"
13186   - "name"
13187   - "tags"
13188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
13189   x-axis: "X = CNFs per Service Pipeline"
13190   y-axis: "Y = Number of Service Pipelines"
13191   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
13192   layout:
13193     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
13194     layout: "plot-service-density"
13195
13196 - type: "plot"
13197   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
13198   algorithm: "plot_nf_heatmap"
13199   output-file-type: ".html"
13200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
13201   data: "plot-vpp-nfv-2n-clx-ndrpdr"
13202   filter: "'NIC_Intel-XXV710' and
13203            'NF_DENSITY' and
13204            'DOCKER' and
13205            'PIPELINE' and
13206            'NF_VPPIP4' and
13207            'IMIX' and
13208            '8T4C' and
13209            'NDRPDR'"
13210   parameters:
13211   - "throughput"
13212   - "name"
13213   - "tags"
13214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
13215   x-axis: "X = CNFs per Service Pipeline"
13216   y-axis: "Y = Number of Service Pipelines"
13217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
13218   layout:
13219     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
13220     layout: "plot-service-density"
13221
13222 ################################################################################
13223
13224 # Packet Throughput
13225
13226 - type: "plot"
13227   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13231   include:
13232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13236   layout:
13237     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13250   layout:
13251     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13252     layout: "plot-throughput"
13253
13254 - type: "plot"
13255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13256   algorithm: "plot_perf_box_name"
13257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13259   include:
13260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13264   layout:
13265     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13278   layout:
13279     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13289     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13290     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13291     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13292     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13293   layout:
13294     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13304     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13305     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13306     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13307     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13308   layout:
13309     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13314   algorithm: "plot_perf_box_name"
13315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13317   include:
13318     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13323   layout:
13324     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
13325     layout: "plot-throughput"
13326
13327 - type: "plot"
13328   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13329   algorithm: "plot_perf_box_name"
13330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13332   include:
13333     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13334     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13335     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13338   layout:
13339     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
13340     layout: "plot-throughput"
13341
13342 - type: "plot"
13343   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13344   algorithm: "plot_perf_box_name"
13345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13347   include:
13348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13351     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13353   layout:
13354     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13362   include:
13363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13364     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13365     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13366     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13367     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13368   layout:
13369     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13384   layout:
13385     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13390   algorithm: "plot_perf_box_name"
13391   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13393   include:
13394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13400   layout:
13401     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13402     layout: "plot-throughput"
13403
13404 - type: "plot"
13405   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13406   algorithm: "plot_perf_box_name"
13407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13409   include:
13410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13418   layout:
13419     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13420     layout: "plot-throughput"
13421
13422 - type: "plot"
13423   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13424   algorithm: "plot_perf_box_name"
13425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13427   include:
13428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13436   layout:
13437     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13445   include:
13446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
13452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13454   layout:
13455     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
13470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13472   layout:
13473     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13488   layout:
13489     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13490     layout: "plot-throughput"
13491
13492 - type: "plot"
13493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13494   algorithm: "plot_perf_box_name"
13495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13497   include:
13498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13504   layout:
13505     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13506     layout: "plot-throughput"
13507
13508 - type: "plot"
13509   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13510   algorithm: "plot_perf_box_name"
13511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13513   include:
13514     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13515     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
13516     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
13517     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
13518     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
13519   layout:
13520     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13528   include:
13529     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
13530     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
13531     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
13532     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
13533     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
13534   layout:
13535     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13543   include:
13544     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13545     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13546     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13547     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13548     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13550     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13554   layout:
13555     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13556     layout: "plot-cps"
13557
13558 - type: "plot"
13559   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13560   algorithm: "plot_perf_box_name"
13561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13563   include:
13564     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13565     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13566     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13567     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13568     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13569     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13570     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13571     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13572     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13573     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13574   layout:
13575     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13576     layout: "plot-throughput"
13577
13578 - type: "plot"
13579   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13580   algorithm: "plot_perf_box_name"
13581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13583   include:
13584     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13585     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13586     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13587     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13588     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13589     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13590     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13591     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13594   layout:
13595     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13596     layout: "plot-cps"
13597
13598 - type: "plot"
13599   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13600   algorithm: "plot_perf_box_name"
13601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13603   include:
13604     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13605     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13606     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13607     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13608     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13609     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13610     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13613     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13614   layout:
13615     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13616     layout: "plot-throughput"
13617
13618 - type: "plot"
13619   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13620   algorithm: "plot_perf_box_name"
13621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13623   include:
13624     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13625     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
13626     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
13627     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
13628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
13629   layout:
13630     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13631     layout: "plot-throughput"
13632
13633 - type: "plot"
13634   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13635   algorithm: "plot_perf_box_name"
13636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13638   include:
13639     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
13640     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
13641     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
13642     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
13643     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
13644   layout:
13645     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13653   include:
13654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13655     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13656     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13657     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13658     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13659     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13660     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13661     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13662     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13663     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13664   layout:
13665     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13666     layout: "plot-cps"
13667
13668 - type: "plot"
13669   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13670   algorithm: "plot_perf_box_name"
13671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13673   include:
13674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13676     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13677     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13678     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13679     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13680     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13681     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13682     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13683     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13684   layout:
13685     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13686     layout: "plot-throughput"
13687
13688 - type: "plot"
13689   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13690   algorithm: "plot_perf_box_name"
13691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13693   include:
13694     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13697     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13698     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13699     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13700     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13701     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13702     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13703     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13704   layout:
13705     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13706     layout: "plot-cps"
13707
13708 - type: "plot"
13709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13710   algorithm: "plot_perf_box_name"
13711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13713   include:
13714     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13722     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13724   layout:
13725     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13726     layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13733   include:
13734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13738     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13740     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13742     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13744   layout:
13745     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13746     layout: "plot-throughput"
13747
13748 - type: "plot"
13749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13750   algorithm: "plot_perf_box_name"
13751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13753   include:
13754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13760     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13762     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13764   layout:
13765     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13773   include:
13774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13776     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13784   layout:
13785     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13786     layout: "plot-throughput"
13787
13788 - type: "plot"
13789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13790   algorithm: "plot_perf_box_name"
13791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13793   include:
13794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13804   layout:
13805     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13806     layout: "plot-throughput"
13807
13808 - type: "plot"
13809   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-ndr"
13810   algorithm: "plot_perf_box_name"
13811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-ndr"
13812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13813   include:
13814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13824   layout:
13825     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13826     layout: "plot-throughput"
13827
13828 - type: "plot"
13829   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-pdr"
13830   algorithm: "plot_perf_box_name"
13831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-pdr"
13832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13833   include:
13834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13844   layout:
13845     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13846     layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-ndr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-ndr"
13852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13853   include:
13854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13864   layout:
13865     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13866     layout: "plot-throughput"
13867
13868 - type: "plot"
13869   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-pdr"
13870   algorithm: "plot_perf_box_name"
13871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-pdr"
13872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13873   include:
13874     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13884   layout:
13885     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13886     layout: "plot-throughput"
13887
13888 - type: "plot"
13889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13890   algorithm: "plot_perf_box_name"
13891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13893   include:
13894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13900   layout:
13901     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13902     layout: "plot-throughput"
13903
13904 - type: "plot"
13905   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13906   algorithm: "plot_perf_box_name"
13907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13909   include:
13910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13916   layout:
13917     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13918     layout: "plot-throughput"
13919
13920 - type: "plot"
13921   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13922   algorithm: "plot_perf_box_name"
13923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13925   include:
13926     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13931   layout:
13932     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13933     layout: "plot-throughput"
13934
13935 - type: "plot"
13936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13937   algorithm: "plot_perf_box_name"
13938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13940   include:
13941     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13946   layout:
13947     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13955   include:
13956     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13960   layout:
13961     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13962     layout: "plot-throughput"
13963
13964 - type: "plot"
13965   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13966   algorithm: "plot_perf_box_name"
13967   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13969   include:
13970     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13974   layout:
13975     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13976     layout: "plot-throughput"
13977
13978 - type: "plot"
13979   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13980   algorithm: "plot_perf_box_name"
13981   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13983   include:
13984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13986 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13987 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13988 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13989   layout:
13990     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13995   algorithm: "plot_perf_box_name"
13996   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14001 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
14002 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14003 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14004   layout:
14005     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14006     layout: "plot-throughput"
14007
14008 - type: "plot"
14009   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14010   algorithm: "plot_perf_box_name"
14011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14019   layout:
14020     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14021     layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14028   include:
14029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14034   layout:
14035     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
14036     layout: "plot-throughput"
14037
14038 - type: "plot"
14039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14040   algorithm: "plot_perf_box_name"
14041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14049   layout:
14050     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14055   algorithm: "plot_perf_box_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14064   layout:
14065     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
14066     layout: "plot-throughput"
14067
14068 - type: "plot"
14069   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
14070   algorithm: "plot_perf_box_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
14072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14078   layout:
14079     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
14080     layout: "plot-throughput"
14081
14082 - type: "plot"
14083   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
14084   algorithm: "plot_perf_box_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
14086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14087   include:
14088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14092   layout:
14093     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14107   layout:
14108     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
14109     layout: "plot-throughput"
14110
14111 - type: "plot"
14112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14113   algorithm: "plot_perf_box_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
14124     layout: "plot-throughput"
14125
14126 - type: "plot"
14127   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14128   algorithm: "plot_perf_box_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14131   include:
14132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14137   layout:
14138     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14143   algorithm: "plot_perf_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14145   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14146   include:
14147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14152   layout:
14153     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14158   algorithm: "plot_perf_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14160   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14161   include:
14162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14166   layout:
14167     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14168     layout: "plot-throughput"
14169
14170 - type: "plot"
14171   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14172   algorithm: "plot_perf_box_name"
14173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14175   include:
14176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14180   layout:
14181     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14182     layout: "plot-throughput"
14183
14184 - type: "plot"
14185   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14186   algorithm: "plot_perf_box_name"
14187   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14188   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14189   include:
14190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
14196   layout:
14197     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14198     layout: "plot-throughput"
14199
14200 - type: "plot"
14201   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14202   algorithm: "plot_perf_box_name"
14203   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14204   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14205   include:
14206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
14212   layout:
14213     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14214     layout: "plot-throughput"
14215
14216 - type: "plot"
14217   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14218   algorithm: "plot_perf_box_name"
14219   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14220   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14221   include:
14222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14228   layout:
14229     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14230     layout: "plot-throughput"
14231
14232 - type: "plot"
14233   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14234   algorithm: "plot_perf_box_name"
14235   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14236   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14237   include:
14238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14244   layout:
14245     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14246     layout: "plot-throughput"
14247
14248 - type: "plot"
14249   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14250   algorithm: "plot_perf_box_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14252   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14253   include:
14254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
14260   layout:
14261     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
14262     layout: "plot-throughput"
14263
14264 - type: "plot"
14265   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14266   algorithm: "plot_perf_box_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14268   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14269   include:
14270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
14276   layout:
14277     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
14278     layout: "plot-throughput"
14279
14280 - type: "plot"
14281   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14282   algorithm: "plot_perf_box_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14284   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14285   include:
14286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14291   layout:
14292     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
14293     layout: "plot-throughput"
14294
14295 - type: "plot"
14296   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14297   algorithm: "plot_perf_box_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14299   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14300   include:
14301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14306   layout:
14307     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
14308     layout: "plot-throughput"
14309
14310 - type: "plot"
14311   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
14312   algorithm: "plot_perf_box_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
14314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14315   include:
14316     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14318   layout:
14319     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
14320     layout: "plot-throughput"
14321
14322 - type: "plot"
14323   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
14324   algorithm: "plot_perf_box_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14327   include:
14328     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14330   layout:
14331     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
14332     layout: "plot-throughput"
14333
14334 - type: "plot"
14335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
14336   algorithm: "plot_perf_box_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
14338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14344   layout:
14345     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
14346     layout: "plot-throughput"
14347
14348 - type: "plot"
14349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
14350   algorithm: "plot_perf_box_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14358   layout:
14359     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
14360     layout: "plot-throughput"
14361
14362 - type: "plot"
14363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
14364   algorithm: "plot_perf_box_name"
14365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
14366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14367   include:
14368     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14372   layout:
14373     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
14374     layout: "plot-throughput"
14375
14376 - type: "plot"
14377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
14378   algorithm: "plot_perf_box_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14386   layout:
14387     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
14388     layout: "plot-throughput"
14389
14390 - type: "plot"
14391   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14392   algorithm: "plot_perf_box_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14395   include:
14396     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14400   layout:
14401     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14402     layout: "plot-throughput"
14403
14404 - type: "plot"
14405   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14406   algorithm: "plot_perf_box_name"
14407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14409   include:
14410     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14414   layout:
14415     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14416     layout: "plot-throughput"
14417
14418 - type: "plot"
14419   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14420   algorithm: "plot_perf_box_name"
14421   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14422   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14423   include:
14424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14428   layout:
14429     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
14430     layout: "plot-throughput"
14431
14432 - type: "plot"
14433   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14434   algorithm: "plot_perf_box_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14436   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14437   include:
14438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14442   layout:
14443     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14444     layout: "plot-throughput"
14445
14446 - type: "plot"
14447   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14448   algorithm: "plot_perf_box_name"
14449   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14451   include:
14452     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14459   layout:
14460     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14461     layout: "plot-throughput"
14462
14463 - type: "plot"
14464   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14465   algorithm: "plot_perf_box_name"
14466   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14476   layout:
14477     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14478     layout: "plot-throughput"
14479
14480 - type: "plot"
14481   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14482   algorithm: "plot_perf_box_name"
14483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14485   include:
14486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14494   layout:
14495     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14496     layout: "plot-throughput"
14497
14498 - type: "plot"
14499   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14500   algorithm: "plot_perf_box_name"
14501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14512   layout:
14513     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14514     layout: "plot-throughput"
14515
14516 - type: "plot"
14517   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14518   algorithm: "plot_perf_box_name"
14519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14530   layout:
14531     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14532     layout: "plot-throughput"
14533
14534 - type: "plot"
14535   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14536   algorithm: "plot_perf_box_name"
14537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14548   layout:
14549     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14550     layout: "plot-throughput"
14551
14552 - type: "plot"
14553   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14554   algorithm: "plot_perf_box_name"
14555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14557   include:
14558     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14562   layout:
14563     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14564     layout: "plot-throughput"
14565
14566 - type: "plot"
14567   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14568   algorithm: "plot_perf_box_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14571   include:
14572     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14576   layout:
14577     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14578     layout: "plot-throughput"
14579
14580 - type: "plot"
14581   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14582   algorithm: "plot_perf_box_name"
14583   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14589   layout:
14590     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14591     layout: "plot-throughput"
14592
14593 - type: "plot"
14594   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14595   algorithm: "plot_perf_box_name"
14596   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14598   include:
14599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14602   layout:
14603     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14604     layout: "plot-throughput"
14605
14606 - type: "plot"
14607   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14608   algorithm: "plot_perf_box_name"
14609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14611   include:
14612     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14617   layout:
14618     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14619     layout: "plot-throughput"
14620
14621 - type: "plot"
14622   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14623   algorithm: "plot_perf_box_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14632   layout:
14633     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14634     layout: "plot-throughput"
14635
14636 - type: "plot"
14637   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14638   algorithm: "plot_perf_box_name"
14639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14647   layout:
14648     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14649     layout: "plot-throughput"
14650
14651 - type: "plot"
14652   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14653   algorithm: "plot_perf_box_name"
14654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14662   layout:
14663     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14664     layout: "plot-throughput"
14665
14666 - type: "plot"
14667   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14668   algorithm: "plot_perf_box_name"
14669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14671   include:
14672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14677   layout:
14678     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14679     layout: "plot-throughput"
14680
14681 - type: "plot"
14682   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14683   algorithm: "plot_perf_box_name"
14684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14686   include:
14687     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14692   layout:
14693     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14694     layout: "plot-throughput"
14695
14696 - type: "plot"
14697   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14698   algorithm: "plot_perf_box_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14700   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14701   include:
14702     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14707   layout:
14708     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14709     layout: "plot-throughput"
14710
14711 - type: "plot"
14712   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14713   algorithm: "plot_perf_box_name"
14714   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14715   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14716   include:
14717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14722   layout:
14723     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14724     layout: "plot-throughput"
14725
14726 - type: "plot"
14727   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14728   algorithm: "plot_perf_box_name"
14729   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14730   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14731   include:
14732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14737   layout:
14738     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14739     layout: "plot-throughput"
14740
14741 - type: "plot"
14742   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14743   algorithm: "plot_perf_box_name"
14744   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14745   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14746   include:
14747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14752   layout:
14753     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14754     layout: "plot-throughput"
14755
14756 - type: "plot"
14757   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14758   algorithm: "plot_perf_box_name"
14759   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14761   include:
14762     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14763     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14764     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14765     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14766     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14767     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14768   layout:
14769     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14770     layout: "plot-throughput"
14771
14772 - type: "plot"
14773   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14774   algorithm: "plot_perf_box_name"
14775   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14777   include:
14778     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14779     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14780     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14781     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14782     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14783     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14784   layout:
14785     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14786     layout: "plot-throughput"
14787
14788 - type: "plot"
14789   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14790   algorithm: "plot_perf_box_name"
14791   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14793   include:
14794     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14795     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14798   layout:
14799     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14800     layout: "plot-throughput"
14801
14802 - type: "plot"
14803   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14804   algorithm: "plot_perf_box_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14807   include:
14808     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14809     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14812   layout:
14813     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14814     layout: "plot-throughput"
14815
14816 - type: "plot"
14817   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14818   algorithm: "plot_perf_box_name"
14819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14821   include:
14822     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14823     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14824     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14825     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14828   layout:
14829     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14830     layout: "plot-throughput"
14831
14832 - type: "plot"
14833   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14834   algorithm: "plot_perf_box_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14837   include:
14838     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14839     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14840     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14841     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14842     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14844   layout:
14845     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14846     layout: "plot-throughput"
14847
14848 - type: "plot"
14849   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14850   algorithm: "plot_perf_box_name"
14851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14853   include:
14854     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860   layout:
14861     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14862     layout: "plot-throughput"
14863
14864 - type: "plot"
14865   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14866   algorithm: "plot_perf_box_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876   layout:
14877     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14878     layout: "plot-throughput"
14879
14880 - type: "plot"
14881   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14882   algorithm: "plot_perf_box_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14885   include:
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14894     layout: "plot-throughput"
14895
14896 - type: "plot"
14897   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14898   algorithm: "plot_perf_box_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908   layout:
14909     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14910     layout: "plot-throughput"
14911
14912 - type: "plot"
14913   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14914   algorithm: "plot_perf_box_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14917   include:
14918     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924   layout:
14925     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14926     layout: "plot-throughput"
14927
14928 - type: "plot"
14929   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14930   algorithm: "plot_perf_box_name"
14931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14933   include:
14934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14940   layout:
14941     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14942     layout: "plot-throughput"
14943
14944 - type: "plot"
14945   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14946   algorithm: "plot_perf_box_name"
14947   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14948   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14949   include:
14950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14956   layout:
14957     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14958     layout: "plot-throughput"
14959
14960 - type: "plot"
14961   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14962   algorithm: "plot_perf_box_name"
14963   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14964   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14965   include:
14966     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14967     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14972   layout:
14973     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14974     layout: "plot-throughput"
14975
14976 - type: "plot"
14977   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14978   algorithm: "plot_perf_box_name"
14979   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14981   include:
14982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14988   layout:
14989     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14990     layout: "plot-throughput"
14991
14992 - type: "plot"
14993   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14994   algorithm: "plot_perf_box_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15004   layout:
15005     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15006     layout: "plot-throughput"
15007
15008 - type: "plot"
15009   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15010   algorithm: "plot_perf_box_name"
15011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15013   include:
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15019   layout:
15020     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15021     layout: "plot-throughput"
15022
15023 - type: "plot"
15024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15025   algorithm: "plot_perf_box_name"
15026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15028   include:
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15034   layout:
15035     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15036     layout: "plot-throughput"
15037
15038 - type: "plot"
15039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15040   algorithm: "plot_perf_box_name"
15041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15049   layout:
15050     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15051     layout: "plot-throughput"
15052
15053 - type: "plot"
15054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15055   algorithm: "plot_perf_box_name"
15056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15058   include:
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15064   layout:
15065     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15066     layout: "plot-throughput"
15067
15068 - type: "plot"
15069   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15070   algorithm: "plot_perf_box_name"
15071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15080     layout: "plot-throughput"
15081
15082 - type: "plot"
15083   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15084   algorithm: "plot_perf_box_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15092   layout:
15093     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15094     layout: "plot-throughput"
15095
15096 - type: "plot"
15097   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15098   algorithm: "plot_perf_box_name"
15099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15106   layout:
15107     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15108     layout: "plot-throughput"
15109
15110 - type: "plot"
15111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15112   algorithm: "plot_perf_box_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15120   layout:
15121     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15122     layout: "plot-throughput"
15123
15124 - type: "plot"
15125   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
15126   algorithm: "plot_perf_box_name"
15127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
15128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15129   include:
15130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15136   layout:
15137     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
15138     layout: "plot-throughput"
15139
15140 - type: "plot"
15141   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
15142   algorithm: "plot_perf_box_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
15144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15145   include:
15146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15152   layout:
15153     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
15154     layout: "plot-throughput"
15155
15156 - type: "plot"
15157   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
15158   algorithm: "plot_perf_box_name"
15159   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
15160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15161   include:
15162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15167   layout:
15168     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
15169     layout: "plot-throughput"
15170
15171 - type: "plot"
15172   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
15173   algorithm: "plot_perf_box_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15182   layout:
15183     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
15184     layout: "plot-throughput"
15185
15186 - type: "plot"
15187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15188   algorithm: "plot_perf_box_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15197   layout:
15198     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15199     layout: "plot-throughput"
15200
15201 - type: "plot"
15202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15203   algorithm: "plot_perf_box_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15206   include:
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15212   layout:
15213     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15214     layout: "plot-throughput"
15215
15216 - type: "plot"
15217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15218   algorithm: "plot_perf_box_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15226   layout:
15227     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15228     layout: "plot-throughput"
15229
15230 - type: "plot"
15231   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15232   algorithm: "plot_perf_box_name"
15233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15235   include:
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15240   layout:
15241     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15242     layout: "plot-throughput"
15243
15244 - type: "plot"
15245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15246   algorithm: "plot_perf_box_name"
15247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15249   include:
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15256   layout:
15257     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
15258     layout: "plot-throughput"
15259
15260 - type: "plot"
15261   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15262   algorithm: "plot_perf_box_name"
15263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15265   include:
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15272   layout:
15273     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
15274     layout: "plot-throughput"
15275
15276 - type: "plot"
15277   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15278   algorithm: "plot_perf_box_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15281   include:
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15288   layout:
15289     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15290     layout: "plot-throughput"
15291
15292 - type: "plot"
15293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15294   algorithm: "plot_perf_box_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15297   include:
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15304   layout:
15305     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15306     layout: "plot-throughput"
15307
15308 - type: "plot"
15309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
15310   algorithm: "plot_perf_box_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
15312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15313   include:
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15320   layout:
15321     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
15322     layout: "plot-throughput"
15323
15324 - type: "plot"
15325   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
15326   algorithm: "plot_perf_box_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15336   layout:
15337     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
15338     layout: "plot-throughput"
15339
15340 - type: "plot"
15341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
15342   algorithm: "plot_perf_box_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
15344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15345   include:
15346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15352   layout:
15353     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
15354     layout: "plot-throughput"
15355
15356 - type: "plot"
15357   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
15358   algorithm: "plot_perf_box_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
15360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15361   include:
15362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15368   layout:
15369     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
15370     layout: "plot-throughput"
15371
15372 - type: "plot"
15373   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15374   algorithm: "plot_perf_box_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15377   include:
15378     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15382   layout:
15383     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15384     layout: "plot-throughput"
15385
15386 - type: "plot"
15387   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15388   algorithm: "plot_perf_box_name"
15389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15391   include:
15392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15396   layout:
15397     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15398     layout: "plot-throughput"
15399
15400 - type: "plot"
15401   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15402   algorithm: "plot_perf_box_name"
15403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15405   include:
15406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15412   layout:
15413     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15414     layout: "plot-throughput"
15415
15416 - type: "plot"
15417   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15418   algorithm: "plot_perf_box_name"
15419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15421   include:
15422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15428   layout:
15429     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15430     layout: "plot-throughput"
15431
15432 - type: "plot"
15433   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15434   algorithm: "plot_perf_box_name"
15435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15437   include:
15438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15444   layout:
15445     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15446     layout: "plot-throughput"
15447
15448 - type: "plot"
15449   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15450   algorithm: "plot_perf_box_name"
15451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15453   include:
15454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15460   layout:
15461     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15462     layout: "plot-throughput"
15463
15464 - type: "plot"
15465   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15466   algorithm: "plot_perf_box_name"
15467   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15468   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15469   include:
15470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15474   layout:
15475     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15476     layout: "plot-throughput"
15477
15478 - type: "plot"
15479   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15480   algorithm: "plot_perf_box_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15482   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15483   include:
15484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15488   layout:
15489     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15490     layout: "plot-throughput"
15491
15492 - type: "plot"
15493   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15494   algorithm: "plot_perf_box_name"
15495   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15496   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15497   include:
15498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15504   layout:
15505     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15506     layout: "plot-throughput"
15507
15508 - type: "plot"
15509   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15510   algorithm: "plot_perf_box_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15512   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15513   include:
15514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15520   layout:
15521     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15522     layout: "plot-throughput"
15523
15524 - type: "plot"
15525   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15526   algorithm: "plot_perf_box_name"
15527   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15528   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15529   include:
15530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15534   layout:
15535     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15536     layout: "plot-throughput"
15537
15538 - type: "plot"
15539   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15540   algorithm: "plot_perf_box_name"
15541   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15542   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15543   include:
15544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15548   layout:
15549     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15550     layout: "plot-throughput"
15551
15552 - type: "plot"
15553   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15554   algorithm: "plot_perf_box_name"
15555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15557   include:
15558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15564   layout:
15565     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15566     layout: "plot-throughput"
15567
15568 - type: "plot"
15569   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15570   algorithm: "plot_perf_box_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15572   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15573   include:
15574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15580   layout:
15581     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15582     layout: "plot-throughput"
15583
15584 - type: "plot"
15585   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15586   algorithm: "plot_perf_box_name"
15587   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15588   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15589   include:
15590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15596   layout:
15597     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15598     layout: "plot-throughput"
15599
15600 - type: "plot"
15601   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15602   algorithm: "plot_perf_box_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15604   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15605   include:
15606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15612   layout:
15613     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15614     layout: "plot-throughput"
15615
15616 - type: "plot"
15617   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15618   algorithm: "plot_perf_box_name"
15619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15621   include:
15622     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15623     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15624     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15625     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15626     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15627     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15628   layout:
15629     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15630     layout: "plot-throughput"
15631
15632 - type: "plot"
15633   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15634   algorithm: "plot_perf_box_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15637   include:
15638     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15639     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15640     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15641     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15642     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15643     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15644   layout:
15645     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15646     layout: "plot-throughput"
15647
15648 - type: "plot"
15649   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15650   algorithm: "plot_perf_box_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15655     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15656     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15657 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15658 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15659 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15660   layout:
15661     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15662     layout: "plot-throughput"
15663
15664 - type: "plot"
15665   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15666   algorithm: "plot_perf_box_name"
15667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15669   include:
15670     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15671     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15672     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15673 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15674 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15675 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15676   layout:
15677     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15678     layout: "plot-throughput"
15679
15680 - type: "plot"
15681   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15682   algorithm: "plot_perf_box_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15685   include:
15686     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15687     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15688     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15689     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15690     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15691     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15692   layout:
15693     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15694     layout: "plot-throughput"
15695
15696 - type: "plot"
15697   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15698   algorithm: "plot_perf_box_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15701   include:
15702     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15703     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15704     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15705     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15706     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15707     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15708   layout:
15709     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15710     layout: "plot-throughput"
15711
15712 - type: "plot"
15713   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15714   algorithm: "plot_perf_box_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15717   include:
15718     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15719     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15720     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15721     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15722     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15723     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15724   layout:
15725     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15726     layout: "plot-throughput"
15727
15728 - type: "plot"
15729   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15730   algorithm: "plot_perf_box_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15733   include:
15734     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15735     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15736     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15737     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15738     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15739     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15740   layout:
15741     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15742     layout: "plot-throughput"
15743
15744 #- type: "plot"
15745 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15746 #  algorithm: "plot_perf_box_name"
15747 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15748 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15749 #  include:
15750 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15751 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15752 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15753 #  layout:
15754 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15755 #    layout: "plot-throughput"
15756 #
15757 #- type: "plot"
15758 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15759 #  algorithm: "plot_perf_box_name"
15760 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15761 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15762 #  include:
15763 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15764 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15765 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15766 #  layout:
15767 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15768 #    layout: "plot-throughput"
15769
15770 - type: "plot"
15771   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15772   algorithm: "plot_perf_box_name"
15773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15775   include:
15776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15781   layout:
15782     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15783     layout: "plot-throughput"
15784
15785 - type: "plot"
15786   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15787   algorithm: "plot_perf_box_name"
15788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15790   include:
15791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15796   layout:
15797     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15798     layout: "plot-throughput"
15799
15800 - type: "plot"
15801   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15802   algorithm: "plot_perf_box_name"
15803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15811   layout:
15812     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15813     layout: "plot-throughput"
15814
15815 - type: "plot"
15816   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15817   algorithm: "plot_perf_box_name"
15818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15820   include:
15821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15826   layout:
15827     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15828     layout: "plot-throughput"
15829
15830 - type: "plot"
15831   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15832   algorithm: "plot_perf_box_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15835   include:
15836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15841   layout:
15842     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15843     layout: "plot-throughput"
15844
15845 - type: "plot"
15846   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15847   algorithm: "plot_perf_box_name"
15848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15850   include:
15851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15856   layout:
15857     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15858     layout: "plot-throughput"
15859
15860 - type: "plot"
15861   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15862   algorithm: "plot_perf_box_name"
15863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15865   include:
15866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15871   layout:
15872     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15873     layout: "plot-throughput"
15874
15875 - type: "plot"
15876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15877   algorithm: "plot_perf_box_name"
15878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15880   include:
15881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15886   layout:
15887     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15888     layout: "plot-throughput"
15889
15890 - type: "plot"
15891   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15892   algorithm: "plot_perf_box_name"
15893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15895   include:
15896     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15897     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15901   layout:
15902     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15903     layout: "plot-throughput"
15904
15905 - type: "plot"
15906   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15907   algorithm: "plot_perf_box_name"
15908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15910   include:
15911     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15912     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15914     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15916   layout:
15917     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15918     layout: "plot-throughput"
15919
15920 - type: "plot"
15921   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15922   algorithm: "plot_perf_box_name"
15923   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15925   include:
15926     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15927     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15928     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15929     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15931   layout:
15932     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15933     layout: "plot-throughput"
15934
15935 - type: "plot"
15936   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15937   algorithm: "plot_perf_box_name"
15938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15940   include:
15941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15946   layout:
15947     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15948     layout: "plot-throughput"
15949
15950 - type: "plot"
15951   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15952   algorithm: "plot_perf_box_name"
15953   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15955   include:
15956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15960   layout:
15961     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15962     layout: "plot-throughput"
15963
15964 - type: "plot"
15965   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15966   algorithm: "plot_perf_box_name"
15967   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15969   include:
15970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974   layout:
15975     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15976     layout: "plot-throughput"
15977
15978 - type: "plot"
15979   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15980   algorithm: "plot_perf_box_name"
15981   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15983   include:
15984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15988   layout:
15989     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15990     layout: "plot-throughput"
15991
15992 - type: "plot"
15993   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15994   algorithm: "plot_perf_box_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15997   include:
15998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16002   layout:
16003     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
16004     layout: "plot-throughput"
16005
16006 - type: "plot"
16007   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
16008   algorithm: "plot_perf_box_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
16010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16011   include:
16012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16018   layout:
16019     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
16020     layout: "plot-throughput"
16021
16022 - type: "plot"
16023   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
16024   algorithm: "plot_perf_box_name"
16025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
16026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16027   include:
16028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16034   layout:
16035     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
16036     layout: "plot-throughput"
16037
16038 - type: "plot"
16039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
16040   algorithm: "plot_perf_box_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
16042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16043   include:
16044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16050   layout:
16051     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
16052     layout: "plot-throughput"
16053
16054 - type: "plot"
16055   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
16056   algorithm: "plot_perf_box_name"
16057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
16058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16059   include:
16060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16066   layout:
16067     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
16068     layout: "plot-throughput"
16069
16070 - type: "plot"
16071   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16072   algorithm: "plot_perf_box_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16075   include:
16076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16082   layout:
16083     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
16084     layout: "plot-throughput"
16085
16086 - type: "plot"
16087   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16088   algorithm: "plot_perf_box_name"
16089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16091   include:
16092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16098   layout:
16099     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
16100     layout: "plot-throughput"
16101
16102 - type: "plot"
16103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16104   algorithm: "plot_perf_box_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16107   include:
16108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16113   layout:
16114     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
16115     layout: "plot-throughput"
16116
16117 - type: "plot"
16118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16119   algorithm: "plot_perf_box_name"
16120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16122   include:
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16128   layout:
16129     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
16130     layout: "plot-throughput"
16131
16132 - type: "plot"
16133   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
16134   algorithm: "plot_perf_box_name"
16135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
16136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16137   include:
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140   layout:
16141     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
16142     layout: "plot-throughput"
16143
16144 - type: "plot"
16145   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
16146   algorithm: "plot_perf_box_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
16148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16149   include:
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16152   layout:
16153     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
16154     layout: "plot-throughput"
16155
16156 - type: "plot"
16157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
16158   algorithm: "plot_perf_box_name"
16159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
16160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16161   include:
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164   layout:
16165     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
16166     layout: "plot-throughput"
16167
16168 - type: "plot"
16169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
16170   algorithm: "plot_perf_box_name"
16171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
16172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16173   include:
16174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176   layout:
16177     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
16178     layout: "plot-throughput"
16179
16180 - type: "plot"
16181   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
16182   algorithm: "plot_perf_box_name"
16183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
16184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16185   include:
16186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16188   layout:
16189     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
16190     layout: "plot-throughput"
16191
16192 - type: "plot"
16193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
16194   algorithm: "plot_perf_box_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
16196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16197   include:
16198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200   layout:
16201     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
16202     layout: "plot-throughput"
16203
16204 - type: "plot"
16205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
16206   algorithm: "plot_perf_box_name"
16207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
16208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16209   include:
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16212   layout:
16213     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
16214     layout: "plot-throughput"
16215
16216 - type: "plot"
16217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
16218   algorithm: "plot_perf_box_name"
16219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
16220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16221   include:
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16224   layout:
16225     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
16226     layout: "plot-throughput"
16227
16228 - type: "plot"
16229   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
16230   algorithm: "plot_perf_box_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
16232   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16233   include:
16234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16239     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16240   layout:
16241     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
16242     layout: "plot-throughput"
16243
16244 - type: "plot"
16245   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
16246   algorithm: "plot_perf_box_name"
16247   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
16248   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16249   include:
16250     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16251     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16253     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16256   layout:
16257     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
16258     layout: "plot-throughput"
16259
16260 - type: "plot"
16261   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
16262   algorithm: "plot_perf_box_name"
16263   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
16264   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16265   include:
16266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16272   layout:
16273     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
16274     layout: "plot-throughput"
16275
16276 - type: "plot"
16277   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
16278   algorithm: "plot_perf_box_name"
16279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
16280   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16281   include:
16282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16287     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16288   layout:
16289     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
16290     layout: "plot-throughput"
16291
16292 - type: "plot"
16293   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
16294   algorithm: "plot_perf_box_name"
16295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
16296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16297   include:
16298     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16299     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16300     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16301     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16302     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16303     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16304   layout:
16305     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
16306     layout: "plot-throughput"
16307
16308 - type: "plot"
16309   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
16310   algorithm: "plot_perf_box_name"
16311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
16312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16313   include:
16314     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16315     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16316     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16317     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
16318     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
16319     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
16320   layout:
16321     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
16322     layout: "plot-throughput"
16323
16324 - type: "plot"
16325   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
16326   algorithm: "plot_perf_box_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
16328   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16329   include:
16330     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
16335   layout:
16336     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
16337     layout: "plot-throughput"
16338
16339 - type: "plot"
16340   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
16341   algorithm: "plot_perf_box_name"
16342   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
16343   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16344   include:
16345     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
16350   layout:
16351     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
16352     layout: "plot-throughput"
16353
16354 - type: "plot"
16355   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
16356   algorithm: "plot_perf_box_name"
16357   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
16358   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16359   include:
16360     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16365   layout:
16366     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-ndr"
16367     layout: "plot-throughput"
16368
16369 - type: "plot"
16370   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
16371   algorithm: "plot_perf_box_name"
16372   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
16373   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16374   include:
16375     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16380   layout:
16381     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-pdr"
16382     layout: "plot-throughput"
16383
16384 - type: "plot"
16385   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
16386   algorithm: "plot_perf_box_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
16388   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16389   include:
16390     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
16396   layout:
16397     title: "2n-tx2-xl710-78b-1t1c-ip4routing-base-scale-dpdk-ndr"
16398     layout: "plot-throughput"
16399
16400 - type: "plot"
16401   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16402   algorithm: "plot_perf_box_name"
16403   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16404   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16405   include:
16406     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
16412   layout:
16413     title: "2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16414     layout: "plot-throughput"
16415
16416 - type: "plot"
16417   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16418   algorithm: "plot_perf_box_name"
16419   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16420   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16421   include:
16422     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16427   layout:
16428     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16429     layout: "plot-throughput"
16430
16431 - type: "plot"
16432   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16433   algorithm: "plot_perf_box_name"
16434   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16435   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16436   include:
16437     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16442   layout:
16443     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16444     layout: "plot-throughput"
16445
16446 - type: "plot"
16447   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16448   algorithm: "plot_perf_box_name"
16449   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16450   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16451   include:
16452     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16453     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16456   layout:
16457     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16458     layout: "plot-throughput"
16459
16460 - type: "plot"
16461   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16462   algorithm: "plot_perf_box_name"
16463   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16464   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16465   include:
16466     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16467     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16470   layout:
16471     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16472     layout: "plot-throughput"
16473
16474 - type: "plot"
16475   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
16476   algorithm: "plot_perf_box_name"
16477   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
16478   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16479   include:
16480     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16485   layout:
16486     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-ndr"
16487     layout: "plot-throughput"
16488
16489 - type: "plot"
16490   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
16491   algorithm: "plot_perf_box_name"
16492   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
16493   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16494   include:
16495     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16500   layout:
16501     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-pdr"
16502     layout: "plot-throughput"
16503
16504 ################################################################################
16505
16506 # Packet Speedup
16507
16508 - type: "plot"
16509   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16510   algorithm: "plot_tsa_name"
16511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16513   include:
16514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16518   layout:
16519     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16527   include:
16528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16532   layout:
16533     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16541   include:
16542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16546   layout:
16547     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
16548     layout: "plot-throughput-speedup-analysis"
16549
16550 - type: "plot"
16551   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16552   algorithm: "plot_tsa_name"
16553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16555   include:
16556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16560   layout:
16561     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
16562     layout: "plot-throughput-speedup-analysis"
16563
16564 - type: "plot"
16565   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16566   algorithm: "plot_tsa_name"
16567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16569   include:
16570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16575   layout:
16576     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
16577     layout: "plot-throughput-speedup-analysis"
16578
16579 - type: "plot"
16580   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16581   algorithm: "plot_tsa_name"
16582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16584   include:
16585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16590   layout:
16591     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
16592     layout: "plot-throughput-speedup-analysis"
16593
16594 - type: "plot"
16595   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16596   algorithm: "plot_tsa_name"
16597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16599   include:
16600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16605   layout:
16606     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
16607     layout: "plot-throughput-speedup-analysis"
16608
16609 - type: "plot"
16610   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16611   algorithm: "plot_tsa_name"
16612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16614   include:
16615     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16620   layout:
16621     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
16622     layout: "plot-throughput-speedup-analysis"
16623
16624 - type: "plot"
16625   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16626   algorithm: "plot_tsa_name"
16627   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16629   include:
16630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16636   layout:
16637     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16638     layout: "plot-throughput-speedup-analysis"
16639
16640 - type: "plot"
16641   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16642   algorithm: "plot_tsa_name"
16643   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16645   include:
16646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16652   layout:
16653     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16654     layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16661   include:
16662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16670   layout:
16671     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16672     layout: "plot-throughput-speedup-analysis"
16673
16674 - type: "plot"
16675   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16676   algorithm: "plot_tsa_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16688   layout:
16689     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16690     layout: "plot-throughput-speedup-analysis"
16691
16692 - type: "plot"
16693   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16694   algorithm: "plot_tsa_name"
16695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16697   include:
16698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16706   layout:
16707     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16708     layout: "plot-throughput-speedup-analysis"
16709
16710 - type: "plot"
16711   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16712   algorithm: "plot_tsa_name"
16713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16715   include:
16716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16724   layout:
16725     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16726     layout: "plot-throughput-speedup-analysis"
16727
16728 - type: "plot"
16729   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16730   algorithm: "plot_tsa_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16733   include:
16734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16740   layout:
16741     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16742     layout: "plot-throughput-speedup-analysis"
16743
16744 - type: "plot"
16745   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16746   algorithm: "plot_tsa_name"
16747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16749   include:
16750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16756   layout:
16757     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16758     layout: "plot-throughput-speedup-analysis"
16759
16760 - type: "plot"
16761   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
16762   algorithm: "plot_tsa_name"
16763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
16764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16765   include:
16766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16771   layout:
16772     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
16773     layout: "plot-throughput-speedup-analysis"
16774
16775 - type: "plot"
16776   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
16777   algorithm: "plot_tsa_name"
16778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
16779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16780   include:
16781     - "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"
16782     - "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"
16783     - "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"
16784     - "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"
16785     - "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"
16786   layout:
16787     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
16788     layout: "plot-throughput-speedup-analysis"
16789
16790 - type: "plot"
16791   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
16792   algorithm: "plot_tsa_name"
16793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
16794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16795   include:
16796     - "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"
16797     - "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"
16798     - "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"
16799     - "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"
16800     - "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"
16801     - "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"
16802     - "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"
16803     - "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"
16804     - "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"
16805     - "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"
16806   layout:
16807     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16808     layout: "plot-throughput-speedup-analysis-cps"
16809
16810 - type: "plot"
16811   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16812   algorithm: "plot_tsa_name"
16813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16815   include:
16816     - "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"
16817     - "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"
16818     - "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"
16819     - "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"
16820     - "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"
16821     - "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"
16822     - "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"
16823     - "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"
16824     - "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"
16825     - "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"
16826   layout:
16827     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16828     layout: "plot-throughput-speedup-analysis"
16829
16830 - type: "plot"
16831   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16832   algorithm: "plot_tsa_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16835   include:
16836     - "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"
16837     - "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"
16838     - "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"
16839     - "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"
16840     - "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"
16841     - "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"
16842     - "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"
16843     - "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"
16844     - "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"
16845     - "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"
16846   layout:
16847     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16848     layout: "plot-throughput-speedup-analysis-cps"
16849
16850 - type: "plot"
16851   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16852   algorithm: "plot_tsa_name"
16853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16855   include:
16856     - "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"
16857     - "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"
16858     - "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"
16859     - "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"
16860     - "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"
16861     - "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"
16862     - "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"
16863     - "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"
16864     - "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"
16865     - "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"
16866   layout:
16867     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16868     layout: "plot-throughput-speedup-analysis"
16869
16870 - type: "plot"
16871   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16872   algorithm: "plot_tsa_name"
16873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16875   include:
16876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16881   layout:
16882     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
16883     layout: "plot-throughput-speedup-analysis"
16884
16885 - type: "plot"
16886   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16887   algorithm: "plot_tsa_name"
16888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16890   include:
16891     - "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"
16892     - "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"
16893     - "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"
16894     - "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"
16895     - "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"
16896   layout:
16897     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
16898     layout: "plot-throughput-speedup-analysis"
16899
16900 - type: "plot"
16901   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16902   algorithm: "plot_tsa_name"
16903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16905   include:
16906     - "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"
16907     - "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"
16908     - "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"
16909     - "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"
16910     - "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"
16911     - "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"
16912     - "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"
16913     - "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"
16914     - "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"
16915     - "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"
16916   layout:
16917     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16918     layout: "plot-throughput-speedup-analysis-cps"
16919
16920 - type: "plot"
16921   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16922   algorithm: "plot_tsa_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16925   include:
16926     - "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"
16927     - "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"
16928     - "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"
16929     - "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"
16930     - "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"
16931     - "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"
16932     - "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"
16933     - "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"
16934     - "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"
16935     - "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"
16936   layout:
16937     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16938     layout: "plot-throughput-speedup-analysis"
16939
16940 - type: "plot"
16941   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16942   algorithm: "plot_tsa_name"
16943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16945   include:
16946     - "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"
16947     - "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"
16948     - "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"
16949     - "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"
16950     - "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"
16951     - "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"
16952     - "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"
16953     - "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"
16954     - "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"
16955     - "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"
16956   layout:
16957     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16958     layout: "plot-throughput-speedup-analysis-cps"
16959
16960 - type: "plot"
16961   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16962   algorithm: "plot_tsa_name"
16963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16965   include:
16966     - "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"
16967     - "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"
16968     - "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"
16969     - "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"
16970     - "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"
16971     - "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"
16972     - "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"
16973     - "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"
16974     - "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"
16975     - "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"
16976   layout:
16977     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16978     layout: "plot-throughput-speedup-analysis"
16979
16980 - type: "plot"
16981   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16982   algorithm: "plot_tsa_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16985   include:
16986     - "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"
16987     - "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"
16988     - "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"
16989     - "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"
16990     - "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"
16991     - "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"
16992     - "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"
16993     - "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"
16994     - "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"
16995     - "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"
16996   layout:
16997     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17005   include:
17006     - "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"
17007     - "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"
17008     - "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"
17009     - "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"
17010     - "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"
17011     - "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"
17012     - "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"
17013     - "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"
17014     - "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"
17015     - "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"
17016   layout:
17017     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
17018     layout: "plot-throughput-speedup-analysis"
17019
17020 - type: "plot"
17021   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
17022   algorithm: "plot_tsa_name"
17023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
17024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17025   include:
17026     - "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"
17027     - "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"
17028     - "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"
17029     - "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"
17030     - "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"
17031     - "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"
17032     - "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"
17033     - "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"
17034     - "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"
17035     - "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"
17036   layout:
17037     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
17038     layout: "plot-throughput-speedup-analysis"
17039
17040 - type: "plot"
17041   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
17042   algorithm: "plot_tsa_name"
17043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
17044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17045   include:
17046     - "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"
17047     - "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"
17048     - "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"
17049     - "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"
17050     - "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"
17051     - "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"
17052     - "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"
17053     - "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"
17054     - "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"
17055     - "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"
17056   layout:
17057     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
17058     layout: "plot-throughput-speedup-analysis"
17059
17060 - type: "plot"
17061   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-ndr-tsa"
17062   algorithm: "plot_tsa_name"
17063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-ndr-tsa"
17064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17065   include:
17066     - "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"
17067     - "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"
17068     - "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"
17069     - "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"
17070     - "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"
17071     - "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"
17072     - "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"
17073     - "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"
17074     - "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"
17075     - "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"
17076   layout:
17077     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
17078     layout: "plot-throughput-speedup-analysis"
17079
17080 - type: "plot"
17081   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-pdr-tsa"
17082   algorithm: "plot_tsa_name"
17083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-pdr-tsa"
17084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17085   include:
17086     - "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"
17087     - "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"
17088     - "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"
17089     - "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"
17090     - "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"
17091     - "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"
17092     - "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"
17093     - "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"
17094     - "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"
17095     - "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"
17096   layout:
17097     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
17098     layout: "plot-throughput-speedup-analysis"
17099
17100 - type: "plot"
17101   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-ndr-tsa"
17102   algorithm: "plot_tsa_name"
17103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-ndr-tsa"
17104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17105   include:
17106     - "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"
17107     - "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"
17108     - "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"
17109     - "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"
17110     - "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"
17111     - "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"
17112     - "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"
17113     - "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"
17114     - "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"
17115     - "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"
17116   layout:
17117     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
17118     layout: "plot-throughput-speedup-analysis"
17119
17120 - type: "plot"
17121   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-pdr-tsa"
17122   algorithm: "plot_tsa_name"
17123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-pdr-tsa"
17124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17125   include:
17126     - "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"
17127     - "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"
17128     - "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"
17129     - "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"
17130     - "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"
17131     - "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"
17132     - "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"
17133     - "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"
17134     - "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"
17135     - "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"
17136   layout:
17137     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
17138     layout: "plot-throughput-speedup-analysis"
17139
17140 - type: "plot"
17141   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17142   algorithm: "plot_tsa_name"
17143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17145   include:
17146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17152   layout:
17153     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17154     layout: "plot-throughput-speedup-analysis"
17155
17156 - type: "plot"
17157   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17158   algorithm: "plot_tsa_name"
17159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17161   include:
17162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17168   layout:
17169     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17170     layout: "plot-throughput-speedup-analysis"
17171
17172 - type: "plot"
17173   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
17174   algorithm: "plot_tsa_name"
17175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
17176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17177   include:
17178     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
17183   layout:
17184     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
17185     layout: "plot-throughput-speedup-analysis"
17186
17187 - type: "plot"
17188   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
17189   algorithm: "plot_tsa_name"
17190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
17191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17192   include:
17193     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
17198   layout:
17199     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
17200     layout: "plot-throughput-speedup-analysis"
17201
17202 - type: "plot"
17203   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17204   algorithm: "plot_tsa_name"
17205   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17207   include:
17208     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17212   layout:
17213     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
17214     layout: "plot-throughput-speedup-analysis"
17215
17216 - type: "plot"
17217   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17218   algorithm: "plot_tsa_name"
17219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17221   include:
17222     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17226   layout:
17227     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
17228     layout: "plot-throughput-speedup-analysis"
17229
17230 - type: "plot"
17231   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
17232   algorithm: "plot_tsa_name"
17233   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
17234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17235   include:
17236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17239 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17240 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17241   layout:
17242     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
17243     layout: "plot-throughput-speedup-analysis"
17244
17245 - type: "plot"
17246   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
17247   algorithm: "plot_tsa_name"
17248   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
17249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17250   include:
17251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17254 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17255 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17256   layout:
17257     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
17258     layout: "plot-throughput-speedup-analysis"
17259
17260 - type: "plot"
17261   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17262   algorithm: "plot_tsa_name"
17263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17265   include:
17266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17271   layout:
17272     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17273     layout: "plot-throughput-speedup-analysis"
17274
17275 - type: "plot"
17276   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17277   algorithm: "plot_tsa_name"
17278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17280   include:
17281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17286   layout:
17287     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17288     layout: "plot-throughput-speedup-analysis"
17289
17290 - type: "plot"
17291   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17292   algorithm: "plot_tsa_name"
17293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17295   include:
17296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17301   layout:
17302     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17303     layout: "plot-throughput-speedup-analysis"
17304
17305 - type: "plot"
17306   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17307   algorithm: "plot_tsa_name"
17308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17310   include:
17311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17316   layout:
17317     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17318     layout: "plot-throughput-speedup-analysis"
17319
17320 - type: "plot"
17321   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17322   algorithm: "plot_tsa_name"
17323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17325   include:
17326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17330   layout:
17331     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
17332     layout: "plot-throughput-speedup-analysis"
17333
17334 - type: "plot"
17335   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17336   algorithm: "plot_tsa_name"
17337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17339   include:
17340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17344   layout:
17345     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
17346     layout: "plot-throughput-speedup-analysis"
17347
17348 - type: "plot"
17349   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17350   algorithm: "plot_tsa_name"
17351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17353   include:
17354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17359   layout:
17360     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17361     layout: "plot-throughput-speedup-analysis"
17362
17363 - type: "plot"
17364   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17365   algorithm: "plot_tsa_name"
17366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17368   include:
17369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17374   layout:
17375     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17376     layout: "plot-throughput-speedup-analysis"
17377
17378 - type: "plot"
17379   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
17380   algorithm: "plot_tsa_name"
17381   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
17382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17383   include:
17384     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17386   layout:
17387     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
17388     layout: "plot-throughput-speedup-analysis"
17389
17390 - type: "plot"
17391   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
17392   algorithm: "plot_tsa_name"
17393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
17394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17395   include:
17396     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17397     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17398   layout:
17399     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
17400     layout: "plot-throughput-speedup-analysis"
17401
17402 - type: "plot"
17403   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
17404   algorithm: "plot_tsa_name"
17405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
17406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17407   include:
17408     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17412   layout:
17413     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
17414     layout: "plot-throughput-speedup-analysis"
17415
17416 - type: "plot"
17417   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
17418   algorithm: "plot_tsa_name"
17419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
17420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17421   include:
17422     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17426   layout:
17427     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
17428     layout: "plot-throughput-speedup-analysis"
17429
17430 - type: "plot"
17431   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
17432   algorithm: "plot_tsa_name"
17433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
17434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17435   include:
17436     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17438     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17439     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17440   layout:
17441     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
17442     layout: "plot-throughput-speedup-analysis"
17443
17444 - type: "plot"
17445   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
17446   algorithm: "plot_tsa_name"
17447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
17448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17449   include:
17450     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17454   layout:
17455     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
17456     layout: "plot-throughput-speedup-analysis"
17457
17458 - type: "plot"
17459   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17460   algorithm: "plot_tsa_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17463   include:
17464     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17471   layout:
17472     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17473     layout: "plot-throughput-speedup-analysis"
17474
17475 - type: "plot"
17476   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17477   algorithm: "plot_tsa_name"
17478   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17480   include:
17481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17488   layout:
17489     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17490     layout: "plot-throughput-speedup-analysis"
17491
17492 - type: "plot"
17493   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17494   algorithm: "plot_tsa_name"
17495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17497   include:
17498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17506   layout:
17507     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17508     layout: "plot-throughput-speedup-analysis"
17509
17510 - type: "plot"
17511   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17512   algorithm: "plot_tsa_name"
17513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17515   include:
17516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17524   layout:
17525     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17526     layout: "plot-throughput-speedup-analysis"
17527
17528 - type: "plot"
17529   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17530   algorithm: "plot_tsa_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17533   include:
17534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17542   layout:
17543     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17544     layout: "plot-throughput-speedup-analysis"
17545
17546 - type: "plot"
17547   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17548   algorithm: "plot_tsa_name"
17549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17551   include:
17552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17560   layout:
17561     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17562     layout: "plot-throughput-speedup-analysis"
17563
17564 - type: "plot"
17565   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17566   algorithm: "plot_tsa_name"
17567   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17569   include:
17570     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17574   layout:
17575     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
17576     layout: "plot-throughput-speedup-analysis"
17577
17578 - type: "plot"
17579   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17580   algorithm: "plot_tsa_name"
17581   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17583   include:
17584     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17588   layout:
17589     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
17590     layout: "plot-throughput-speedup-analysis"
17591
17592 - type: "plot"
17593   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
17594   algorithm: "plot_tsa_name"
17595   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
17596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17597   include:
17598     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17601   layout:
17602     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
17603     layout: "plot-throughput-speedup-analysis"
17604
17605 - type: "plot"
17606   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
17607   algorithm: "plot_tsa_name"
17608   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
17609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17610   include:
17611     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17614   layout:
17615     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
17616     layout: "plot-throughput-speedup-analysis"
17617
17618 - type: "plot"
17619   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17620   algorithm: "plot_tsa_name"
17621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17623   include:
17624     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17629   layout:
17630     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17631     layout: "plot-throughput-speedup-analysis"
17632
17633 - type: "plot"
17634   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17635   algorithm: "plot_tsa_name"
17636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17638   include:
17639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17644   layout:
17645     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17646     layout: "plot-throughput-speedup-analysis"
17647
17648 - type: "plot"
17649   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17650   algorithm: "plot_tsa_name"
17651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17653   include:
17654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17656     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17659   layout:
17660     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17661     layout: "plot-throughput-speedup-analysis"
17662
17663 - type: "plot"
17664   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17665   algorithm: "plot_tsa_name"
17666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17668   include:
17669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17674   layout:
17675     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17676     layout: "plot-throughput-speedup-analysis"
17677
17678 - type: "plot"
17679   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
17680   algorithm: "plot_tsa_name"
17681   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
17682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17683   include:
17684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17685     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17686     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17687     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17688     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17689     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17690   layout:
17691     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
17692     layout: "plot-throughput-speedup-analysis"
17693
17694 - type: "plot"
17695   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
17696   algorithm: "plot_tsa_name"
17697   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
17698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17699   include:
17700     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17701     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17702     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17703     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17704     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17705     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17706   layout:
17707     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
17708     layout: "plot-throughput-speedup-analysis"
17709
17710 - type: "plot"
17711   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
17712   algorithm: "plot_tsa_name"
17713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
17714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17715   include:
17716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17717     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17718     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17719     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17720   layout:
17721     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
17722     layout: "plot-throughput-speedup-analysis"
17723
17724 - type: "plot"
17725   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
17726   algorithm: "plot_tsa_name"
17727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
17728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17729   include:
17730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17731     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17732     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17733     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17734   layout:
17735     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
17736     layout: "plot-throughput-speedup-analysis"
17737
17738 - type: "plot"
17739   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
17740   algorithm: "plot_tsa_name"
17741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
17742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17743   include:
17744     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17745     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17746     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17747     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17748     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17749     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17750   layout:
17751     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
17752     layout: "plot-throughput-speedup-analysis"
17753
17754 - type: "plot"
17755   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
17756   algorithm: "plot_tsa_name"
17757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
17758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17759   include:
17760     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17761     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17762     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17763     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17764     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17765     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17766   layout:
17767     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
17768     layout: "plot-throughput-speedup-analysis"
17769
17770 - type: "plot"
17771   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17775   include:
17776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17778     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17779     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17780     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17781     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17782   layout:
17783     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
17784     layout: "plot-throughput-speedup-analysis"
17785
17786 - type: "plot"
17787   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
17788   algorithm: "plot_tsa_name"
17789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
17790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17791   include:
17792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17795     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17796     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17797     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17798   layout:
17799     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
17800     layout: "plot-throughput-speedup-analysis"
17801
17802 - type: "plot"
17803   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17804   algorithm: "plot_tsa_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17807   include:
17808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17814   layout:
17815     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17816     layout: "plot-throughput-speedup-analysis"
17817
17818 - type: "plot"
17819   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17820   algorithm: "plot_tsa_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17823   include:
17824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17830   layout:
17831     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17832     layout: "plot-throughput-speedup-analysis"
17833
17834 - type: "plot"
17835   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17836   algorithm: "plot_tsa_name"
17837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17839   include:
17840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17845   layout:
17846     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
17847     layout: "plot-throughput-speedup-analysis"
17848
17849 - type: "plot"
17850   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17851   algorithm: "plot_tsa_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17854   include:
17855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17860   layout:
17861     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
17862     layout: "plot-throughput-speedup-analysis"
17863
17864 - type: "plot"
17865   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17866   algorithm: "plot_tsa_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17869   include:
17870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17875   layout:
17876     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17877     layout: "plot-throughput-speedup-analysis"
17878
17879 - type: "plot"
17880   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17881   algorithm: "plot_tsa_name"
17882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17884   include:
17885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17890   layout:
17891     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17892     layout: "plot-throughput-speedup-analysis"
17893
17894 - type: "plot"
17895   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17896   algorithm: "plot_tsa_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17899   include:
17900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17904   layout:
17905     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17906     layout: "plot-throughput-speedup-analysis"
17907
17908 - type: "plot"
17909   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17910   algorithm: "plot_tsa_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17913   include:
17914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17918   layout:
17919     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17920     layout: "plot-throughput-speedup-analysis"
17921
17922 - type: "plot"
17923   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17924   algorithm: "plot_tsa_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17927   include:
17928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17932   layout:
17933     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17934     layout: "plot-throughput-speedup-analysis"
17935
17936 - type: "plot"
17937   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17938   algorithm: "plot_tsa_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17941   include:
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17946   layout:
17947     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17948     layout: "plot-throughput-speedup-analysis"
17949
17950 - type: "plot"
17951   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17952   algorithm: "plot_tsa_name"
17953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17955   include:
17956     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17958     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17962   layout:
17963     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
17964     layout: "plot-throughput-speedup-analysis"
17965
17966 - type: "plot"
17967   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17968   algorithm: "plot_tsa_name"
17969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17971   include:
17972     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17974     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17978   layout:
17979     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
17980     layout: "plot-throughput-speedup-analysis"
17981
17982 - type: "plot"
17983   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17984   algorithm: "plot_tsa_name"
17985   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17987   include:
17988     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17992     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17993   layout:
17994     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
17995     layout: "plot-throughput-speedup-analysis"
17996
17997 - type: "plot"
17998   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17999   algorithm: "plot_tsa_name"
18000   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18002   include:
18003     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18008   layout:
18009     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
18010     layout: "plot-throughput-speedup-analysis"
18011
18012 - type: "plot"
18013   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18014   algorithm: "plot_tsa_name"
18015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18017   include:
18018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18023   layout:
18024     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
18025     layout: "plot-throughput-speedup-analysis"
18026
18027 - type: "plot"
18028   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18029   algorithm: "plot_tsa_name"
18030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18032   include:
18033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18038   layout:
18039     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
18040     layout: "plot-throughput-speedup-analysis"
18041
18042 - type: "plot"
18043   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18044   algorithm: "plot_tsa_name"
18045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18047   include:
18048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18052   layout:
18053     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
18054     layout: "plot-throughput-speedup-analysis"
18055
18056 - type: "plot"
18057   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18058   algorithm: "plot_tsa_name"
18059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18061   include:
18062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18066   layout:
18067     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
18068     layout: "plot-throughput-speedup-analysis"
18069
18070 - type: "plot"
18071   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18072   algorithm: "plot_tsa_name"
18073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18075   include:
18076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18082   layout:
18083     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
18084     layout: "plot-throughput-speedup-analysis"
18085
18086 - type: "plot"
18087   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18088   algorithm: "plot_tsa_name"
18089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18091   include:
18092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18098   layout:
18099     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
18100     layout: "plot-throughput-speedup-analysis"
18101
18102 - type: "plot"
18103   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18104   algorithm: "plot_tsa_name"
18105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18107   include:
18108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18114   layout:
18115     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18116     layout: "plot-throughput-speedup-analysis"
18117
18118 - type: "plot"
18119   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18120   algorithm: "plot_tsa_name"
18121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18123   include:
18124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18130   layout:
18131     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18132     layout: "plot-throughput-speedup-analysis"
18133
18134 - type: "plot"
18135   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
18136   algorithm: "plot_tsa_name"
18137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
18138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18139   include:
18140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18146   layout:
18147     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
18148     layout: "plot-throughput-speedup-analysis"
18149
18150 - type: "plot"
18151   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
18152   algorithm: "plot_tsa_name"
18153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
18154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18155   include:
18156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18162   layout:
18163     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18171   include:
18172     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18173     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18174     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18175     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18176     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18177     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18178   layout:
18179     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
18180     layout: "plot-throughput-speedup-analysis"
18181
18182 - type: "plot"
18183   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
18184   algorithm: "plot_tsa_name"
18185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
18186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18187   include:
18188     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18189     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18191     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18194   layout:
18195     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
18196     layout: "plot-throughput-speedup-analysis"
18197
18198 - type: "plot"
18199   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18203   include:
18204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18206     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18207     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18208     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18209     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18210   layout:
18211     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
18212     layout: "plot-throughput-speedup-analysis"
18213
18214 - type: "plot"
18215   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
18216   algorithm: "plot_tsa_name"
18217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
18218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18219   include:
18220     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18221     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18226   layout:
18227     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
18228     layout: "plot-throughput-speedup-analysis"
18229
18230 - type: "plot"
18231   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
18232   algorithm: "plot_tsa_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
18234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18235   include:
18236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18241   layout:
18242     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
18243     layout: "plot-throughput-speedup-analysis"
18244
18245 - type: "plot"
18246   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
18247   algorithm: "plot_tsa_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
18249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18250   include:
18251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18256   layout:
18257     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
18258     layout: "plot-throughput-speedup-analysis"
18259
18260 - type: "plot"
18261   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18262   algorithm: "plot_tsa_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18265   include:
18266     - "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"
18267     - "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"
18268     - "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"
18269     - "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"
18270     - "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"
18271   layout:
18272     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18273     layout: "plot-throughput-speedup-analysis"
18274
18275 - type: "plot"
18276   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18277   algorithm: "plot_tsa_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18280   include:
18281     - "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"
18282     - "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"
18283     - "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"
18284     - "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"
18285     - "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"
18286   layout:
18287     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18288     layout: "plot-throughput-speedup-analysis"
18289
18290 - type: "plot"
18291   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18292   algorithm: "plot_tsa_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18295   include:
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18301   layout:
18302     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18303     layout: "plot-throughput-speedup-analysis"
18304
18305 - type: "plot"
18306   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18307   algorithm: "plot_tsa_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18310   include:
18311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18316   layout:
18317     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18318     layout: "plot-throughput-speedup-analysis"
18319
18320 - type: "plot"
18321   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18322   algorithm: "plot_tsa_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18325   include:
18326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18331   layout:
18332     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18333     layout: "plot-throughput-speedup-analysis"
18334
18335 - type: "plot"
18336   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18337   algorithm: "plot_tsa_name"
18338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18340   include:
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18346   layout:
18347     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18348     layout: "plot-throughput-speedup-analysis"
18349
18350 - type: "plot"
18351   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
18352   algorithm: "plot_tsa_name"
18353   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
18354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18355   include:
18356     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18360     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18361   layout:
18362     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
18363     layout: "plot-throughput-speedup-analysis"
18364
18365 - type: "plot"
18366   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
18367   algorithm: "plot_tsa_name"
18368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
18369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18370   include:
18371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18376   layout:
18377     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
18378     layout: "plot-throughput-speedup-analysis"
18379
18380 - type: "plot"
18381   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
18382   algorithm: "plot_tsa_name"
18383   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18385   include:
18386     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18391   layout:
18392     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18400   include:
18401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18406   layout:
18407     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18415   include:
18416     - "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"
18417     - "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"
18418     - "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"
18419     - "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"
18420   layout:
18421     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
18422     layout: "plot-throughput-speedup-analysis"
18423
18424 - type: "plot"
18425   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
18426   algorithm: "plot_tsa_name"
18427   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
18428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18429   include:
18430     - "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"
18431     - "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"
18432     - "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"
18433     - "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"
18434   layout:
18435     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
18436     layout: "plot-throughput-speedup-analysis"
18437
18438 - type: "plot"
18439   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18440   algorithm: "plot_tsa_name"
18441   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
18442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18443   include:
18444     - "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"
18445     - "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"
18446     - "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"
18447     - "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"
18448   layout:
18449     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18450     layout: "plot-throughput-speedup-analysis"
18451
18452 - type: "plot"
18453   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18454   algorithm: "plot_tsa_name"
18455   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
18456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18457   include:
18458     - "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"
18459     - "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"
18460     - "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"
18461     - "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"
18462   layout:
18463     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18464     layout: "plot-throughput-speedup-analysis"
18465
18466 - type: "plot"
18467   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
18468   algorithm: "plot_tsa_name"
18469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
18470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18471   include:
18472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18478   layout:
18479     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
18480     layout: "plot-throughput-speedup-analysis"
18481
18482 - type: "plot"
18483   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
18484   algorithm: "plot_tsa_name"
18485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
18486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18487   include:
18488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18494   layout:
18495     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
18496     layout: "plot-throughput-speedup-analysis"
18497
18498 - type: "plot"
18499   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18500   algorithm: "plot_tsa_name"
18501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18503   include:
18504     - "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"
18505     - "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"
18506     - "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"
18507     - "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"
18508     - "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"
18509     - "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"
18510   layout:
18511     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18512     layout: "plot-throughput-speedup-analysis"
18513
18514 - type: "plot"
18515   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18516   algorithm: "plot_tsa_name"
18517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18519   include:
18520     - "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"
18521     - "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"
18522     - "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"
18523     - "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"
18524     - "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"
18525     - "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"
18526   layout:
18527     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18528     layout: "plot-throughput-speedup-analysis"
18529
18530 - type: "plot"
18531   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18532   algorithm: "plot_tsa_name"
18533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18535   include:
18536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18542   layout:
18543     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18551   include:
18552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18558   layout:
18559     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18560     layout: "plot-throughput-speedup-analysis"
18561
18562 - type: "plot"
18563   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18564   algorithm: "plot_tsa_name"
18565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18567   include:
18568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18573   layout:
18574     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18575     layout: "plot-throughput-speedup-analysis"
18576
18577 - type: "plot"
18578   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18579   algorithm: "plot_tsa_name"
18580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18582   include:
18583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18588   layout:
18589     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 - type: "plot"
18593   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18597   include:
18598     - "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"
18599     - "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"
18600   layout:
18601     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
18602     layout: "plot-throughput-speedup-analysis"
18603
18604 - type: "plot"
18605   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
18606   algorithm: "plot_tsa_name"
18607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
18608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18609   include:
18610     - "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"
18611     - "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"
18612   layout:
18613     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18621   include:
18622     - "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"
18623     - "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"
18624   layout:
18625     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18626     layout: "plot-throughput-speedup-analysis"
18627
18628 - type: "plot"
18629   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18630   algorithm: "plot_tsa_name"
18631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
18632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18633   include:
18634     - "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"
18635     - "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"
18636   layout:
18637     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18638     layout: "plot-throughput-speedup-analysis"
18639
18640 - type: "plot"
18641   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18642   algorithm: "plot_tsa_name"
18643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18645   include:
18646     - "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"
18647     - "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"
18648     - "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"
18649     - "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"
18650     - "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"
18651     - "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"
18652   layout:
18653     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18661   include:
18662     - "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"
18663     - "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"
18664     - "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"
18665     - "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"
18666     - "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"
18667     - "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"
18668   layout:
18669     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18677   include:
18678     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18679     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18680     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18681     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18682     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18683   layout:
18684     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18692   include:
18693     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18694     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18695     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18696     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18698   layout:
18699     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18707   include:
18708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18713   layout:
18714     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18722   include:
18723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18728   layout:
18729     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18737   include:
18738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18742   layout:
18743     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
18744     layout: "plot-throughput-speedup-analysis"
18745
18746 - type: "plot"
18747   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18748   algorithm: "plot_tsa_name"
18749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18751   include:
18752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18756   layout:
18757     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18765   include:
18766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18770   layout:
18771     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18779   include:
18780     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18784   layout:
18785     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
18786     layout: "plot-throughput-speedup-analysis"
18787
18788 - type: "plot"
18789   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18790   algorithm: "plot_tsa_name"
18791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18793   include:
18794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18799   layout:
18800     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
18801     layout: "plot-throughput-speedup-analysis"
18802
18803 - type: "plot"
18804   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18805   algorithm: "plot_tsa_name"
18806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18808   include:
18809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18814   layout:
18815     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18823   include:
18824     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18825     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18826     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18827     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18828     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18829     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18830   layout:
18831     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
18832     layout: "plot-throughput-speedup-analysis"
18833
18834 - type: "plot"
18835   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18836   algorithm: "plot_tsa_name"
18837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18839   include:
18840     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18841     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18843     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18844     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18845     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18846   layout:
18847     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18855   include:
18856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18860   layout:
18861     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
18862     layout: "plot-throughput-speedup-analysis"
18863
18864 - type: "plot"
18865   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18866   algorithm: "plot_tsa_name"
18867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18869   include:
18870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18874   layout:
18875     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18883   include:
18884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18890   layout:
18891     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
18892     layout: "plot-throughput-speedup-analysis"
18893
18894 - type: "plot"
18895   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18896   algorithm: "plot_tsa_name"
18897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18899   include:
18900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18906   layout:
18907     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18915   include:
18916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18922   layout:
18923     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18931   include:
18932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18938   layout:
18939     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18947   include:
18948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18951     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18952     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18953     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18954   layout:
18955     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18956     layout: "plot-throughput-speedup-analysis"
18957
18958 - type: "plot"
18959   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18960   algorithm: "plot_tsa_name"
18961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18963   include:
18964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18967     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18968     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18969     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18970   layout:
18971     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18972     layout: "plot-throughput-speedup-analysis"
18973
18974 - type: "plot"
18975   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18976   algorithm: "plot_tsa_name"
18977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18979   include:
18980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18986   layout:
18987     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
18988     layout: "plot-throughput-speedup-analysis"
18989
18990 - type: "plot"
18991   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18992   algorithm: "plot_tsa_name"
18993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18995   include:
18996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19002   layout:
19003     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
19004     layout: "plot-throughput-speedup-analysis"
19005
19006 - type: "plot"
19007   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
19008   algorithm: "plot_tsa_name"
19009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
19010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
19011   include:
19012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19015     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19018   layout:
19019     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
19020     layout: "plot-throughput-speedup-analysis"
19021
19022 - type: "plot"
19023   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
19024   algorithm: "plot_tsa_name"
19025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
19026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
19027   include:
19028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19032     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19034   layout:
19035     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
19036     layout: "plot-throughput-speedup-analysis"
19037
19038 #- type: "plot"
19039 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
19040 #  algorithm: "plot_tsa_name"
19041 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
19042 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
19043 #  include:
19044 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19045 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19046 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19047 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19048 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19049 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19050 #  layout:
19051 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
19052 #    layout: "plot-throughput-speedup-analysis"
19053 #
19054 #- type: "plot"
19055 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
19056 #  algorithm: "plot_tsa_name"
19057 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
19058 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
19059 #  include:
19060 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19061 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19062 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19063 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19064 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19065 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19066 #  layout:
19067 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
19068 #    layout: "plot-throughput-speedup-analysis"
19069
19070 - type: "plot"
19071   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19072   algorithm: "plot_tsa_name"
19073   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19074   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19075   include:
19076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19082   layout:
19083     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19084     layout: "plot-throughput-speedup-analysis"
19085
19086 - type: "plot"
19087   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19088   algorithm: "plot_tsa_name"
19089   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19090   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19091   include:
19092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19098   layout:
19099     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19100     layout: "plot-throughput-speedup-analysis"
19101
19102 - type: "plot"
19103   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19104   algorithm: "plot_tsa_name"
19105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19107   include:
19108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19114   layout:
19115     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19116     layout: "plot-throughput-speedup-analysis"
19117
19118 - type: "plot"
19119   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19120   algorithm: "plot_tsa_name"
19121   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19122   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19123   include:
19124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19130   layout:
19131     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19132     layout: "plot-throughput-speedup-analysis"
19133
19134 - type: "plot"
19135   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19136   algorithm: "plot_tsa_name"
19137   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19138   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19139   include:
19140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19145   layout:
19146     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19147     layout: "plot-throughput-speedup-analysis"
19148
19149 - type: "plot"
19150   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19151   algorithm: "plot_tsa_name"
19152   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19153   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19154   include:
19155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19160   layout:
19161     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19162     layout: "plot-throughput-speedup-analysis"
19163
19164 - type: "plot"
19165   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19166   algorithm: "plot_tsa_name"
19167   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19168   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19169   include:
19170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19174   layout:
19175     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19176     layout: "plot-throughput-speedup-analysis"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19183   include:
19184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19188   layout:
19189     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19190     layout: "plot-throughput-speedup-analysis"
19191
19192 - type: "plot"
19193   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19194   algorithm: "plot_tsa_name"
19195   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19196   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19197   include:
19198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19204   layout:
19205     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19206     layout: "plot-throughput-speedup-analysis"
19207
19208 - type: "plot"
19209   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19210   algorithm: "plot_tsa_name"
19211   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19212   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
19213   include:
19214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19220   layout:
19221     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19222     layout: "plot-throughput-speedup-analysis"
19223
19224 - type: "plot"
19225   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19226   algorithm: "plot_tsa_name"
19227   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19228   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19229   include:
19230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19236   layout:
19237     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
19238     layout: "plot-throughput-speedup-analysis"
19239
19240 - type: "plot"
19241   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19242   algorithm: "plot_tsa_name"
19243   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19244   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19245   include:
19246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19252   layout:
19253     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19261   include:
19262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19267   layout:
19268     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
19269     layout: "plot-throughput-speedup-analysis"
19270
19271 - type: "plot"
19272   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19273   algorithm: "plot_tsa_name"
19274   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19275   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19276   include:
19277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19282   layout:
19283     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
19284     layout: "plot-throughput-speedup-analysis"
19285
19286 - type: "plot"
19287   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
19288   algorithm: "plot_tsa_name"
19289   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
19290   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19291   include:
19292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
19293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
19294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
19295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
19296   layout:
19297     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19305   include:
19306     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
19307     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
19308     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
19309     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
19310   layout:
19311     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
19312     layout: "plot-throughput-speedup-analysis"
19313
19314 - type: "plot"
19315   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19316   algorithm: "plot_tsa_name"
19317   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19318   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19319   include:
19320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19325   layout:
19326     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19327     layout: "plot-throughput-speedup-analysis"
19328
19329 - type: "plot"
19330   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19331   algorithm: "plot_tsa_name"
19332   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19333   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19334   include:
19335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19340   layout:
19341     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19342     layout: "plot-throughput-speedup-analysis"
19343
19344 - type: "plot"
19345   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19346   algorithm: "plot_tsa_name"
19347   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19348   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19349   include:
19350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19356   layout:
19357     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19365   include:
19366     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19367     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19368     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19369     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19370     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19371     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19372   layout:
19373     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19374     layout: "plot-throughput-speedup-analysis"
19375
19376 - type: "plot"
19377   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19378   algorithm: "plot_tsa_name"
19379   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19380   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19381   include:
19382     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19383     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19384     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19385     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19386   layout:
19387     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19388     layout: "plot-throughput-speedup-analysis"
19389
19390 - type: "plot"
19391   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19392   algorithm: "plot_tsa_name"
19393   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19394   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19395   include:
19396     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19397     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19398     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19399     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19400   layout:
19401     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19402     layout: "plot-throughput-speedup-analysis"
19403
19404 - type: "plot"
19405   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19406   algorithm: "plot_tsa_name"
19407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19409   include:
19410     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19411     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19412     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19413     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19414     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19415     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19416   layout:
19417     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19418     layout: "plot-throughput-speedup-analysis"
19419
19420 - type: "plot"
19421   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19422   algorithm: "plot_tsa_name"
19423   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19424   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19425   include:
19426     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19427     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19428     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19429     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19430     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19431     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19432   layout:
19433     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19434     layout: "plot-throughput-speedup-analysis"
19435
19436 - type: "plot"
19437   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19438   algorithm: "plot_tsa_name"
19439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19441   include:
19442     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19443     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19444     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19445     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19446     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19447     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19448   layout:
19449     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19450     layout: "plot-throughput-speedup-analysis"
19451
19452 - type: "plot"
19453   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19454   algorithm: "plot_tsa_name"
19455   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19456   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19457   include:
19458     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19459     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19460     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19461     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19462     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19463     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19464   layout:
19465     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19466     layout: "plot-throughput-speedup-analysis"
19467
19468 #- type: "plot"
19469 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19470 #  algorithm: "plot_tsa_name"
19471 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19472 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19473 #  include:
19474 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19475 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19476 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19477 #  layout:
19478 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19479 #    layout: "plot-throughput-speedup-analysis"
19480 #
19481 #- type: "plot"
19482 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19483 #  algorithm: "plot_tsa_name"
19484 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19485 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19486 #  include:
19487 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19488 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19489 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19490 #  layout:
19491 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19492 #    layout: "plot-throughput-speedup-analysis"
19493
19494 - type: "plot"
19495   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19496   algorithm: "plot_tsa_name"
19497   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19498   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19499   include:
19500     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19501     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19502     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19503     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19504     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19505   layout:
19506     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19507     layout: "plot-throughput-speedup-analysis"
19508
19509 - type: "plot"
19510   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19511   algorithm: "plot_tsa_name"
19512   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19513   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19514   include:
19515     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19516     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19517     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19518     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19519     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19520   layout:
19521     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19522     layout: "plot-throughput-speedup-analysis"
19523
19524 - type: "plot"
19525   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
19526   algorithm: "plot_tsa_name"
19527   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
19528   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19529   include:
19530     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
19531     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19532     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19533     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19534     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19535   layout:
19536     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-ndr-tsa"
19537     layout: "plot-throughput-speedup-analysis"
19538
19539 - type: "plot"
19540   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
19541   algorithm: "plot_tsa_name"
19542   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
19543   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19544   include:
19545     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
19546     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19547     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19550   layout:
19551     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-pdr-tsa"
19552     layout: "plot-throughput-speedup-analysis"
19553
19554 - type: "plot"
19555   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19556   algorithm: "plot_tsa_name"
19557   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19558   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19559   include:
19560     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19561     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19562     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19563     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19565     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
19566   layout:
19567     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19568     layout: "plot-throughput-speedup-analysis"
19569
19570 - type: "plot"
19571   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19572   algorithm: "plot_tsa_name"
19573   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19574   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19575   include:
19576     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19577     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19578     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19579     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19580     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19581     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
19582   layout:
19583     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19584     layout: "plot-throughput-speedup-analysis"
19585
19586 - type: "plot"
19587   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19588   algorithm: "plot_tsa_name"
19589   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19590   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19591   include:
19592     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19593     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19594     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19595     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19596     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19597   layout:
19598     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19599     layout: "plot-throughput-speedup-analysis"
19600
19601 - type: "plot"
19602   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19603   algorithm: "plot_tsa_name"
19604   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19605   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19606   include:
19607     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19608     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19609     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19610     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19611     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19612   layout:
19613     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19614     layout: "plot-throughput-speedup-analysis"
19615
19616 - type: "plot"
19617   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19618   algorithm: "plot_tsa_name"
19619   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19620   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19621   include:
19622     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19623     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19624     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19625     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19626   layout:
19627     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19628     layout: "plot-throughput-speedup-analysis"
19629
19630 - type: "plot"
19631   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19632   algorithm: "plot_tsa_name"
19633   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19634   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19635   include:
19636     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19637     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19638     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19639     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19640   layout:
19641     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19642     layout: "plot-throughput-speedup-analysis"
19643
19644 - type: "plot"
19645   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
19646   algorithm: "plot_tsa_name"
19647   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
19648   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19649   include:
19650     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19651     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19652     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19653     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19654     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19655   layout:
19656     title: "2n-tx2-xl710-64b-features-l2switching-base-ndr-tsa"
19657     layout: "plot-throughput-speedup-analysis"
19658
19659 - type: "plot"
19660   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
19661   algorithm: "plot_tsa_name"
19662   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
19663   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19664   include:
19665     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19666     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19667     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19668     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19669     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19670   layout:
19671     title: "2n-tx2-xl710-64b-features-l2switching-base-pdr-tsa"
19672     layout: "plot-throughput-speedup-analysis"
19673
19674 ################################################################################
19675
19676 # Packet Throughput - DPDK
19677
19678 # 2n-skx-xxv710
19679
19680 - type: "plot"
19681   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
19682   algorithm: "plot_perf_box_name"
19683   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
19684   data: "plot-dpdk-throughput-latency-2n-skx"
19685   include:
19686     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19687     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19688   layout:
19689     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19690     layout: "plot-throughput"
19691
19692 - type: "plot"
19693   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
19694   algorithm: "plot_perf_box_name"
19695   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
19696   data: "plot-dpdk-throughput-latency-2n-skx"
19697   include:
19698     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19699     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19700   layout:
19701     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19702     layout: "plot-throughput"
19703
19704 - type: "plot"
19705   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
19706   algorithm: "plot_perf_box_name"
19707   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
19708   data: "plot-dpdk-throughput-latency-2n-skx"
19709   include:
19710     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19711     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19712   layout:
19713     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
19714     layout: "plot-throughput"
19715
19716 - type: "plot"
19717   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
19718   algorithm: "plot_perf_box_name"
19719   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
19720   data: "plot-dpdk-throughput-latency-2n-skx"
19721   include:
19722     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19723     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19724   layout:
19725     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
19726     layout: "plot-throughput"
19727
19728 # 2n-skx-x710
19729
19730 - type: "plot"
19731   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
19732   algorithm: "plot_perf_box_name"
19733   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
19734   data: "plot-dpdk-throughput-latency-2n-skx"
19735   include:
19736     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19737     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19738   layout:
19739     title: "2n-skx-x710-64b-2t1c-base-ndr"
19740     layout: "plot-throughput"
19741
19742 - type: "plot"
19743   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
19744   algorithm: "plot_perf_box_name"
19745   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
19746   data: "plot-dpdk-throughput-latency-2n-skx"
19747   include:
19748     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19749     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19750   layout:
19751     title: "2n-skx-x710-64b-4t2c-base-ndr"
19752     layout: "plot-throughput"
19753
19754 - type: "plot"
19755   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
19756   algorithm: "plot_perf_box_name"
19757   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
19758   data: "plot-dpdk-throughput-latency-2n-skx"
19759   include:
19760     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19761     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19762   layout:
19763     title: "2n-skx-x710-64b-2t1c-base-pdr"
19764     layout: "plot-throughput"
19765
19766 - type: "plot"
19767   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
19768   algorithm: "plot_perf_box_name"
19769   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
19770   data: "plot-dpdk-throughput-latency-2n-skx"
19771   include:
19772     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19773     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19774   layout:
19775     title: "2n-skx-x710-64b-4t2c-base-pdr"
19776     layout: "plot-throughput"
19777
19778 # 3n-skx-xxv710
19779
19780 - type: "plot"
19781   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
19782   algorithm: "plot_perf_box_name"
19783   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
19784   data: "plot-dpdk-throughput-latency-3n-skx"
19785   include:
19786     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19787     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19788   layout:
19789     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19790     layout: "plot-throughput"
19791
19792 - type: "plot"
19793   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
19794   algorithm: "plot_perf_box_name"
19795   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
19796   data: "plot-dpdk-throughput-latency-3n-skx"
19797   include:
19798     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19799     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19800   layout:
19801     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19802     layout: "plot-throughput"
19803
19804 - type: "plot"
19805   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
19806   algorithm: "plot_perf_box_name"
19807   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
19808   data: "plot-dpdk-throughput-latency-3n-skx"
19809   include:
19810     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19811     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19812   layout:
19813     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
19814     layout: "plot-throughput"
19815
19816 - type: "plot"
19817   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
19818   algorithm: "plot_perf_box_name"
19819   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
19820   data: "plot-dpdk-throughput-latency-3n-skx"
19821   include:
19822     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19823     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19824   layout:
19825     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
19826     layout: "plot-throughput"
19827
19828 # 3n-skx-x710
19829
19830 - type: "plot"
19831   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
19832   algorithm: "plot_perf_box_name"
19833   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
19834   data: "plot-dpdk-throughput-latency-3n-skx"
19835   include:
19836     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19837     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19838   layout:
19839     title: "3n-skx-x710-64b-2t1c-base-ndr"
19840     layout: "plot-throughput"
19841
19842 - type: "plot"
19843   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
19844   algorithm: "plot_perf_box_name"
19845   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
19846   data: "plot-dpdk-throughput-latency-3n-skx"
19847   include:
19848     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19849     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19850   layout:
19851     title: "3n-skx-x710-64b-4t2c-base-ndr"
19852     layout: "plot-throughput"
19853
19854 - type: "plot"
19855   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
19856   algorithm: "plot_perf_box_name"
19857   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
19858   data: "plot-dpdk-throughput-latency-3n-skx"
19859   include:
19860     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19861     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19862   layout:
19863     title: "3n-skx-x710-64b-2t1c-base-pdr"
19864     layout: "plot-throughput"
19865
19866 - type: "plot"
19867   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
19868   algorithm: "plot_perf_box_name"
19869   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
19870   data: "plot-dpdk-throughput-latency-3n-skx"
19871   include:
19872     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19873     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19874   layout:
19875     title: "3n-skx-x710-64b-4t2c-base-pdr"
19876     layout: "plot-throughput"
19877
19878 # 3n-hsw-xl710
19879
19880 - type: "plot"
19881   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
19882   algorithm: "plot_perf_box_name"
19883   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
19884   data: "plot-dpdk-throughput-latency-3n-hsw"
19885   include:
19886     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19887     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19888   layout:
19889     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19890     layout: "plot-throughput"
19891
19892 - type: "plot"
19893   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
19894   algorithm: "plot_perf_box_name"
19895   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
19896   data: "plot-dpdk-throughput-latency-3n-hsw"
19897   include:
19898     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19899     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19900   layout:
19901     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19902     layout: "plot-throughput"
19903
19904 - type: "plot"
19905   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
19906   algorithm: "plot_perf_box_name"
19907   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
19908   data: "plot-dpdk-throughput-latency-3n-hsw"
19909   include:
19910     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19911     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19912   layout:
19913     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
19914     layout: "plot-throughput"
19915
19916 - type: "plot"
19917   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
19918   algorithm: "plot_perf_box_name"
19919   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
19920   data: "plot-dpdk-throughput-latency-3n-hsw"
19921   include:
19922     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19923     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19924   layout:
19925     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
19926     layout: "plot-throughput"
19927
19928 # 3n-hsw-x710
19929
19930 - type: "plot"
19931   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19932   algorithm: "plot_perf_box_name"
19933   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19934   data: "plot-dpdk-throughput-latency-3n-hsw"
19935   include:
19936     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19937     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19938   layout:
19939     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19940     layout: "plot-throughput"
19941
19942 - type: "plot"
19943   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19944   algorithm: "plot_perf_box_name"
19945   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19946   data: "plot-dpdk-throughput-latency-3n-hsw"
19947   include:
19948     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19949     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19950   layout:
19951     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19952     layout: "plot-throughput"
19953
19954 - type: "plot"
19955   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19956   algorithm: "plot_perf_box_name"
19957   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19958   data: "plot-dpdk-throughput-latency-3n-hsw"
19959   include:
19960     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19961     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19962   layout:
19963     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19964     layout: "plot-throughput"
19965
19966 - type: "plot"
19967   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19968   algorithm: "plot_perf_box_name"
19969   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19970   data: "plot-dpdk-throughput-latency-3n-hsw"
19971   include:
19972     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19973     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19974   layout:
19975     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19976     layout: "plot-throughput"
19977
19978 ## 2n-dnv-x553
19979 #
19980 #- type: "plot"
19981 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
19982 #  algorithm: "plot_perf_box_name"
19983 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
19984 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19985 #  include:
19986 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19987 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19988 #  layout:
19989 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
19990 #    layout: "plot-throughput"
19991 #
19992 #- type: "plot"
19993 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
19994 #  algorithm: "plot_perf_box_name"
19995 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
19996 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19997 #  include:
19998 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19999 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20000 #  layout:
20001 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
20002 #    layout: "plot-throughput"
20003 #
20004 #- type: "plot"
20005 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
20006 #  algorithm: "plot_perf_box_name"
20007 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
20008 #  data: "plot-dpdk-throughput-latency-2n-dnv"
20009 #  include:
20010 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20011 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20012 #  layout:
20013 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
20014 #    layout: "plot-throughput"
20015 #
20016 #- type: "plot"
20017 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
20018 #  algorithm: "plot_perf_box_name"
20019 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
20020 #  data: "plot-dpdk-throughput-latency-2n-dnv"
20021 #  include:
20022 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20023 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20024 #  layout:
20025 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
20026 #    layout: "plot-throughput"
20027 #
20028 ## 3n-dnv-x553
20029 #
20030 #- type: "plot"
20031 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
20032 #  algorithm: "plot_perf_box_name"
20033 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
20034 #  data: "plot-dpdk-throughput-latency-3n-dnv"
20035 #  include:
20036 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20037 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20038 #  layout:
20039 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
20040 #    layout: "plot-throughput"
20041 #
20042 #- type: "plot"
20043 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
20044 #  algorithm: "plot_perf_box_name"
20045 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
20046 #  data: "plot-dpdk-throughput-latency-3n-dnv"
20047 #  include:
20048 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20049 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20050 #  layout:
20051 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
20052 #    layout: "plot-throughput"
20053 #
20054 #- type: "plot"
20055 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
20056 #  algorithm: "plot_perf_box_name"
20057 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
20058 #  data: "plot-dpdk-throughput-latency-3n-dnv"
20059 #  include:
20060 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20061 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20062 #  layout:
20063 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
20064 #    layout: "plot-throughput"
20065 #
20066 #- type: "plot"
20067 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
20068 #  algorithm: "plot_perf_box_name"
20069 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
20070 #  data: "plot-dpdk-throughput-latency-3n-dnv"
20071 #  include:
20072 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20073 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20074 #  layout:
20075 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
20076 #    layout: "plot-throughput"
20077
20078 # 3n-tsh-x520
20079
20080 - type: "plot"
20081   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
20082   algorithm: "plot_perf_box_name"
20083   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
20084   data: "plot-dpdk-throughput-latency-3n-tsh"
20085   include:
20086     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20087     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20088   layout:
20089     title: "3n-tsh-x520-64b-1t1c-base-ndr"
20090     layout: "plot-throughput"
20091
20092 - type: "plot"
20093   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
20094   algorithm: "plot_perf_box_name"
20095   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
20096   data: "plot-dpdk-throughput-latency-3n-tsh"
20097   include:
20098     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20099     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20100   layout:
20101     title: "3n-tsh-x520-64b-2t2c-base-ndr"
20102     layout: "plot-throughput"
20103
20104 - type: "plot"
20105   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
20106   algorithm: "plot_perf_box_name"
20107   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
20108   data: "plot-dpdk-throughput-latency-3n-tsh"
20109   include:
20110     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20111     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20112   layout:
20113     title: "3n-tsh-x520-64b-1t1c-base-pdr"
20114     layout: "plot-throughput"
20115
20116 - type: "plot"
20117   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
20118   algorithm: "plot_perf_box_name"
20119   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
20120   data: "plot-dpdk-throughput-latency-3n-tsh"
20121   include:
20122     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20123     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20124   layout:
20125     title: "3n-tsh-x520-64b-2t2c-base-pdr"
20126     layout: "plot-throughput"
20127
20128 # 2n-tx2-xl710
20129
20130 - type: "plot"
20131   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-ndr"
20132   algorithm: "plot_perf_box_name"
20133   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-ndr"
20134   data: "plot-dpdk-throughput-latency-2n-tx2"
20135   include:
20136     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20137     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20138   layout:
20139     title: "2n-tx2-xl710-64b-1t1c-base-ndr"
20140     layout: "plot-throughput"
20141
20142 - type: "plot"
20143   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-ndr"
20144   algorithm: "plot_perf_box_name"
20145   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-ndr"
20146   data: "plot-dpdk-throughput-latency-2n-tx2"
20147   include:
20148     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20149     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20150   layout:
20151     title: "2n-tx2-xl710-64b-2t2c-base-ndr"
20152     layout: "plot-throughput"
20153
20154 - type: "plot"
20155   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-pdr"
20156   algorithm: "plot_perf_box_name"
20157   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-pdr"
20158   data: "plot-dpdk-throughput-latency-2n-tx2"
20159   include:
20160     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
20161     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
20162   layout:
20163     title: "2n-tx2-xl710-64b-1t1c-base-pdr"
20164     layout: "plot-throughput"
20165
20166 - type: "plot"
20167   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-pdr"
20168   algorithm: "plot_perf_box_name"
20169   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-pdr"
20170   data: "plot-dpdk-throughput-latency-2n-tx2"
20171   include:
20172     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
20173     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
20174   layout:
20175     title: "2n-tx2-xl710-64b-2t2c-base-pdr"
20176     layout: "plot-throughput"
20177
20178 ################################################################################
20179 ###   2n-clx                                                                 ###
20180 ################################################################################
20181
20182 # Packet Throughput
20183
20184 - type: "plot"
20185   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
20186   algorithm: "plot_perf_box_name"
20187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
20188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20189   include:
20190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20193     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20194   layout:
20195     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
20196     layout: "plot-throughput"
20197
20198 - type: "plot"
20199   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
20200   algorithm: "plot_perf_box_name"
20201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
20202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20203   include:
20204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20208   layout:
20209     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
20210     layout: "plot-throughput"
20211
20212 - type: "plot"
20213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20214   algorithm: "plot_perf_box_name"
20215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20217   include:
20218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20219     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20222   layout:
20223     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20224     layout: "plot-throughput"
20225
20226 - type: "plot"
20227   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20228   algorithm: "plot_perf_box_name"
20229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20231   include:
20232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20236   layout:
20237     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20238     layout: "plot-throughput"
20239
20240 - type: "plot"
20241   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20242   algorithm: "plot_perf_box_name"
20243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20245   include:
20246     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20247     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20248     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20249     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20250   layout:
20251     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20252     layout: "plot-throughput"
20253
20254 - type: "plot"
20255   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20256   algorithm: "plot_perf_box_name"
20257   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20259   include:
20260     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20261     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20262     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20263     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20264   layout:
20265     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20266     layout: "plot-throughput"
20267
20268 - type: "plot"
20269   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20270   algorithm: "plot_perf_box_name"
20271   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20273   include:
20274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20280   layout:
20281     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20282     layout: "plot-throughput"
20283
20284 - type: "plot"
20285   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20286   algorithm: "plot_perf_box_name"
20287   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20289   include:
20290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20296   layout:
20297     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20298     layout: "plot-throughput"
20299
20300 - type: "plot"
20301   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20302   algorithm: "plot_perf_box_name"
20303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20305   include:
20306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20313   layout:
20314     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20315     layout: "plot-throughput"
20316
20317 - type: "plot"
20318   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20319   algorithm: "plot_perf_box_name"
20320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20322   include:
20323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20330   layout:
20331     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20332     layout: "plot-throughput"
20333
20334 - type: "plot"
20335   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20336   algorithm: "plot_perf_box_name"
20337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20339   include:
20340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20348   layout:
20349     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20350     layout: "plot-throughput"
20351
20352 - type: "plot"
20353   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20354   algorithm: "plot_perf_box_name"
20355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20357   include:
20358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20366   layout:
20367     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20368     layout: "plot-throughput"
20369
20370 - type: "plot"
20371   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20372   algorithm: "plot_perf_box_name"
20373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20375   include:
20376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20382   layout:
20383     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20384     layout: "plot-throughput"
20385
20386 - type: "plot"
20387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20388   algorithm: "plot_perf_box_name"
20389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20391   include:
20392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20398   layout:
20399     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20400     layout: "plot-throughput"
20401
20402 - type: "plot"
20403   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20404   algorithm: "plot_perf_box_name"
20405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20407   include:
20408     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20409     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20410     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20411     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20412     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20413   layout:
20414     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20415     layout: "plot-throughput"
20416
20417 - type: "plot"
20418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20419   algorithm: "plot_perf_box_name"
20420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20422   include:
20423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20425     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20426     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20427     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20428   layout:
20429     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20430     layout: "plot-throughput"
20431
20432 - type: "plot"
20433   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20434   algorithm: "plot_perf_box_name"
20435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20437   include:
20438     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20439     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20440     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20441     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20442     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20443     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20444     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20445     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20446     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20447     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20448   layout:
20449     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20450     layout: "plot-cps"
20451
20452 - type: "plot"
20453   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20454   algorithm: "plot_perf_box_name"
20455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20457   include:
20458     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20459     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20460     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20461     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20463     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20467     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20468   layout:
20469     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20470     layout: "plot-throughput"
20471
20472 - type: "plot"
20473   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20474   algorithm: "plot_perf_box_name"
20475   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20477   include:
20478     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20479     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20480     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20481     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20482     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20483     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20484     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20485     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20486     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20487     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20488   layout:
20489     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20490     layout: "plot-cps"
20491
20492 - type: "plot"
20493   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20494   algorithm: "plot_perf_box_name"
20495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20497   include:
20498     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20499     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20500     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20501     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20502     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20503     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20504     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20505     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20506     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20507     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20508   layout:
20509     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20510     layout: "plot-throughput"
20511
20512 - type: "plot"
20513   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20514   algorithm: "plot_perf_box_name"
20515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20517   include:
20518     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20519     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20520     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20521     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20522     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20523   layout:
20524     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20525     layout: "plot-throughput"
20526
20527 - type: "plot"
20528   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20529   algorithm: "plot_perf_box_name"
20530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20532   include:
20533     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20534     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20535     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20536     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20537     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20538   layout:
20539     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20540     layout: "plot-throughput"
20541
20542 - type: "plot"
20543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20544   algorithm: "plot_perf_box_name"
20545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20547   include:
20548     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20550     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20554     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20556     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20557     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20558   layout:
20559     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20560     layout: "plot-cps"
20561
20562 - type: "plot"
20563   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20564   algorithm: "plot_perf_box_name"
20565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20567   include:
20568     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20569     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20570     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20571     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20572     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20573     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20574     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20575     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20576     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20577     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20578   layout:
20579     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20580     layout: "plot-throughput"
20581
20582 - type: "plot"
20583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20584   algorithm: "plot_perf_box_name"
20585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20587   include:
20588     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20589     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20590     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20591     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20595     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20596     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20597     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20598   layout:
20599     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20600     layout: "plot-cps"
20601
20602 - type: "plot"
20603   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20604   algorithm: "plot_perf_box_name"
20605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20607   include:
20608     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20609     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20610     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20613     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20614     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20615     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20616     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20617     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20618   layout:
20619     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20620     layout: "plot-throughput"
20621
20622 - type: "plot"
20623   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20624   algorithm: "plot_perf_box_name"
20625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20627   include:
20628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20630     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20632     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20634     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20636     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20638   layout:
20639     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20640     layout: "plot-throughput"
20641
20642 - type: "plot"
20643   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20644   algorithm: "plot_perf_box_name"
20645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20647   include:
20648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20656     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20658   layout:
20659     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20660     layout: "plot-throughput"
20661
20662 - type: "plot"
20663   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20664   algorithm: "plot_perf_box_name"
20665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20667   include:
20668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20670     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20672     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20676     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20678   layout:
20679     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20680     layout: "plot-throughput"
20681
20682 - type: "plot"
20683   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20684   algorithm: "plot_perf_box_name"
20685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20687   include:
20688     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20690     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20692     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20694     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20698   layout:
20699     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20700     layout: "plot-throughput"
20701
20702 - type: "plot"
20703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-ndr"
20704   algorithm: "plot_perf_box_name"
20705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-ndr"
20706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20707   include:
20708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20714     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20718   layout:
20719     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20720     layout: "plot-throughput"
20721
20722 - type: "plot"
20723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-pdr"
20724   algorithm: "plot_perf_box_name"
20725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput2-avf-pdr"
20726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20727   include:
20728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20738   layout:
20739     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20740     layout: "plot-throughput"
20741
20742 - type: "plot"
20743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-ndr"
20744   algorithm: "plot_perf_box_name"
20745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-ndr"
20746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20747   include:
20748     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20758   layout:
20759     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20760     layout: "plot-throughput"
20761
20762 - type: "plot"
20763   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-pdr"
20764   algorithm: "plot_perf_box_name"
20765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput2-avf-pdr"
20766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20767   include:
20768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20776     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20778   layout:
20779     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20780     layout: "plot-throughput"
20781
20782 - type: "plot"
20783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20784   algorithm: "plot_perf_box_name"
20785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20787   include:
20788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20794   layout:
20795     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20796     layout: "plot-throughput"
20797
20798 - type: "plot"
20799   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20800   algorithm: "plot_perf_box_name"
20801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20803   include:
20804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20810   layout:
20811     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20812     layout: "plot-throughput"
20813
20814 - type: "plot"
20815   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20816   algorithm: "plot_perf_box_name"
20817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20819   include:
20820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20828   layout:
20829     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20830     layout: "plot-throughput"
20831
20832 - type: "plot"
20833   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20834   algorithm: "plot_perf_box_name"
20835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20837   include:
20838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20846   layout:
20847     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20848     layout: "plot-throughput"
20849
20850 - type: "plot"
20851   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20852   algorithm: "plot_perf_box_name"
20853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20855   include:
20856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20862   layout:
20863     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20864     layout: "plot-throughput"
20865
20866 - type: "plot"
20867   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20868   algorithm: "plot_perf_box_name"
20869   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20871   include:
20872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20878   layout:
20879     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20880     layout: "plot-throughput"
20881
20882 - type: "plot"
20883   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20884   algorithm: "plot_perf_box_name"
20885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20887   include:
20888     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
20889     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
20890     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
20891     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
20892     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
20893   layout:
20894     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20895     layout: "plot-throughput"
20896
20897 - type: "plot"
20898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20899   algorithm: "plot_perf_box_name"
20900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20902   include:
20903     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
20904     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
20905     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
20906     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
20907     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
20908   layout:
20909     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20910     layout: "plot-throughput"
20911
20912 - type: "plot"
20913   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20914   algorithm: "plot_perf_box_name"
20915   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20917   include:
20918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20925   layout:
20926     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20927     layout: "plot-throughput"
20928
20929 - type: "plot"
20930   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20931   algorithm: "plot_perf_box_name"
20932   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20934   include:
20935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20942   layout:
20943     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20944     layout: "plot-throughput"
20945
20946 - type: "plot"
20947   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20948   algorithm: "plot_perf_box_name"
20949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20951   include:
20952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
20956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
20958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20960   layout:
20961     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20962     layout: "plot-throughput"
20963
20964 - type: "plot"
20965   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20966   algorithm: "plot_perf_box_name"
20967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20969   include:
20970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
20974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
20976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20978   layout:
20979     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20980     layout: "plot-throughput"
20981
20982 - type: "plot"
20983   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20984   algorithm: "plot_perf_box_name"
20985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20987   include:
20988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20996   layout:
20997     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20998     layout: "plot-throughput"
20999
21000 - type: "plot"
21001   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
21002   algorithm: "plot_perf_box_name"
21003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
21004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21005   include:
21006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
21009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
21010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
21011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
21012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
21014   layout:
21015     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
21016     layout: "plot-throughput"
21017
21018 - type: "plot"
21019   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
21020   algorithm: "plot_perf_box_name"
21021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
21022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21023   include:
21024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
21025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
21026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
21027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
21028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
21029     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
21030     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
21031     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
21032   layout:
21033     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
21034     layout: "plot-throughput"
21035
21036 - type: "plot"
21037   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
21038   algorithm: "plot_perf_box_name"
21039   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
21040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21041   include:
21042     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
21043     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
21044     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
21045     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
21046     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
21047     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
21048     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
21049     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
21050   layout:
21051     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
21052     layout: "plot-throughput"
21053
21054 - type: "plot"
21055   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
21056   algorithm: "plot_perf_box_name"
21057   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
21058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21059   include:
21060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21065   layout:
21066     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
21067     layout: "plot-throughput"
21068
21069 - type: "plot"
21070   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
21071   algorithm: "plot_perf_box_name"
21072   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
21073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21074   include:
21075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21080   layout:
21081     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
21082     layout: "plot-throughput"
21083
21084 - type: "plot"
21085   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21086   algorithm: "plot_perf_box_name"
21087   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21089   include:
21090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21095   layout:
21096     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21097     layout: "plot-throughput"
21098
21099 - type: "plot"
21100   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21101   algorithm: "plot_perf_box_name"
21102   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21104   include:
21105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21110   layout:
21111     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21112     layout: "plot-throughput"
21113
21114 - type: "plot"
21115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21116   algorithm: "plot_perf_box_name"
21117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21119   include:
21120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21125   layout:
21126     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21127     layout: "plot-throughput"
21128
21129 - type: "plot"
21130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21131   algorithm: "plot_perf_box_name"
21132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21134   include:
21135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21140   layout:
21141     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21142     layout: "plot-throughput"
21143
21144 - type: "plot"
21145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21146   algorithm: "plot_perf_box_name"
21147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21149   include:
21150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21154   layout:
21155     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21156     layout: "plot-throughput"
21157
21158 - type: "plot"
21159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21160   algorithm: "plot_perf_box_name"
21161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21163   include:
21164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21168   layout:
21169     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21170     layout: "plot-throughput"
21171
21172 - type: "plot"
21173   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21174   algorithm: "plot_perf_box_name"
21175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21177   include:
21178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21183   layout:
21184     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21185     layout: "plot-throughput"
21186
21187 - type: "plot"
21188   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21189   algorithm: "plot_perf_box_name"
21190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21192   include:
21193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21198   layout:
21199     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21200     layout: "plot-throughput"
21201
21202 - type: "plot"
21203   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21204   algorithm: "plot_perf_box_name"
21205   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21207   include:
21208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21212   layout:
21213     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21214     layout: "plot-throughput"
21215
21216 - type: "plot"
21217   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21218   algorithm: "plot_perf_box_name"
21219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21221   include:
21222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21226   layout:
21227     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21228     layout: "plot-throughput"
21229
21230 - type: "plot"
21231   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21232   algorithm: "plot_perf_box_name"
21233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21235   include:
21236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21241   layout:
21242     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21243     layout: "plot-throughput"
21244
21245 - type: "plot"
21246   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21247   algorithm: "plot_perf_box_name"
21248   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21250   include:
21251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21256   layout:
21257     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21258     layout: "plot-throughput"
21259
21260 - type: "plot"
21261   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21262   algorithm: "plot_perf_box_name"
21263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21265   include:
21266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21270   layout:
21271     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21272     layout: "plot-throughput"
21273
21274 - type: "plot"
21275   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21276   algorithm: "plot_perf_box_name"
21277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21279   include:
21280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21284   layout:
21285     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21286     layout: "plot-throughput"
21287
21288 - type: "plot"
21289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
21290   algorithm: "plot_perf_box_name"
21291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
21292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21293   include:
21294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21299   layout:
21300     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
21301     layout: "plot-throughput"
21302
21303 - type: "plot"
21304   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
21305   algorithm: "plot_perf_box_name"
21306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
21307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21308   include:
21309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21314   layout:
21315     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
21316     layout: "plot-throughput"
21317
21318 - type: "plot"
21319   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21320   algorithm: "plot_perf_box_name"
21321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21323   include:
21324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21329   layout:
21330     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21331     layout: "plot-throughput"
21332
21333 - type: "plot"
21334   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21335   algorithm: "plot_perf_box_name"
21336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21338   include:
21339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21344   layout:
21345     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21346     layout: "plot-throughput"
21347
21348 - type: "plot"
21349   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21350   algorithm: "plot_perf_box_name"
21351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21353   include:
21354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21359   layout:
21360     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21361     layout: "plot-throughput"
21362
21363 - type: "plot"
21364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21365   algorithm: "plot_perf_box_name"
21366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21368   include:
21369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21374   layout:
21375     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21376     layout: "plot-throughput"
21377
21378 - type: "plot"
21379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21380   algorithm: "plot_perf_box_name"
21381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21383   include:
21384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21389   layout:
21390     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21391     layout: "plot-throughput"
21392
21393 - type: "plot"
21394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21395   algorithm: "plot_perf_box_name"
21396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21398   include:
21399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21404   layout:
21405     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21406     layout: "plot-throughput"
21407
21408 - type: "plot"
21409   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21410   algorithm: "plot_perf_box_name"
21411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21413   include:
21414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21418   layout:
21419     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21420     layout: "plot-throughput"
21421
21422 - type: "plot"
21423   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21424   algorithm: "plot_perf_box_name"
21425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21427   include:
21428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21432   layout:
21433     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21434     layout: "plot-throughput"
21435
21436 - type: "plot"
21437   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21438   algorithm: "plot_perf_box_name"
21439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21441   include:
21442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21446   layout:
21447     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21448     layout: "plot-throughput"
21449
21450 - type: "plot"
21451   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21452   algorithm: "plot_perf_box_name"
21453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21455   include:
21456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21460   layout:
21461     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21462     layout: "plot-throughput"
21463
21464 - type: "plot"
21465   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21466   algorithm: "plot_perf_box_name"
21467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21469   include:
21470     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21471     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21472     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21473     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21474     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21475     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21476   layout:
21477     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21478     layout: "plot-throughput"
21479
21480 - type: "plot"
21481   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21482   algorithm: "plot_perf_box_name"
21483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21485   include:
21486     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21487     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21488     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21489     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21490     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21491     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21492   layout:
21493     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21494     layout: "plot-throughput"
21495
21496 ################################################################################
21497
21498 # Packet Speedup
21499
21500 - type: "plot"
21501   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
21502   algorithm: "plot_tsa_name"
21503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
21504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21505   include:
21506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21510   layout:
21511     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
21512     layout: "plot-throughput-speedup-analysis"
21513
21514 - type: "plot"
21515   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
21516   algorithm: "plot_tsa_name"
21517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
21518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21519   include:
21520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21524   layout:
21525     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
21526     layout: "plot-throughput-speedup-analysis"
21527
21528 - type: "plot"
21529   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
21530   algorithm: "plot_tsa_name"
21531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
21532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21533   include:
21534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21538   layout:
21539     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
21540     layout: "plot-throughput-speedup-analysis"
21541
21542 - type: "plot"
21543   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
21544   algorithm: "plot_tsa_name"
21545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
21546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21547   include:
21548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21552   layout:
21553     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
21554     layout: "plot-throughput-speedup-analysis"
21555
21556 - type: "plot"
21557   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21558   algorithm: "plot_tsa_name"
21559   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21561   include:
21562     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21563     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21564     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21565     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21566   layout:
21567     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21568     layout: "plot-throughput-speedup-analysis"
21569
21570 - type: "plot"
21571   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21572   algorithm: "plot_tsa_name"
21573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21575   include:
21576     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21577     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21578     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21579     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21580   layout:
21581     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21582     layout: "plot-throughput-speedup-analysis"
21583
21584 - type: "plot"
21585   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21586   algorithm: "plot_tsa_name"
21587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21589   include:
21590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21596   layout:
21597     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21598     layout: "plot-throughput-speedup-analysis"
21599
21600 - type: "plot"
21601   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21602   algorithm: "plot_tsa_name"
21603   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21605   include:
21606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21612   layout:
21613     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21614     layout: "plot-throughput-speedup-analysis"
21615
21616 - type: "plot"
21617   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21618   algorithm: "plot_tsa_name"
21619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21621   include:
21622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21629   layout:
21630     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
21631     layout: "plot-throughput-speedup-analysis"
21632
21633 - type: "plot"
21634   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21635   algorithm: "plot_tsa_name"
21636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21638   include:
21639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21646   layout:
21647     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
21648     layout: "plot-throughput-speedup-analysis"
21649
21650 - type: "plot"
21651   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21652   algorithm: "plot_tsa_name"
21653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21655   include:
21656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21664   layout:
21665     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21666     layout: "plot-throughput-speedup-analysis"
21667
21668 - type: "plot"
21669   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21670   algorithm: "plot_tsa_name"
21671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21673   include:
21674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21682   layout:
21683     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21684     layout: "plot-throughput-speedup-analysis"
21685
21686 - type: "plot"
21687   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21688   algorithm: "plot_tsa_name"
21689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21691   include:
21692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21698   layout:
21699     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
21700     layout: "plot-throughput-speedup-analysis"
21701
21702 - type: "plot"
21703   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21704   algorithm: "plot_tsa_name"
21705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21707   include:
21708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21713   layout:
21714     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21715     layout: "plot-throughput-speedup-analysis"
21716
21717 - type: "plot"
21718   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21719   algorithm: "plot_tsa_name"
21720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21722   include:
21723     - "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"
21724     - "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"
21725     - "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"
21726     - "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"
21727     - "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"
21728   layout:
21729     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21730     layout: "plot-throughput-speedup-analysis"
21731
21732 - type: "plot"
21733   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21734   algorithm: "plot_tsa_name"
21735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21737   include:
21738     - "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"
21739     - "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"
21740     - "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"
21741     - "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"
21742     - "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"
21743     - "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"
21744     - "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"
21745     - "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"
21746     - "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"
21747     - "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"
21748   layout:
21749     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21750     layout: "plot-throughput-speedup-analysis-cps"
21751
21752 - type: "plot"
21753   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21754   algorithm: "plot_tsa_name"
21755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21757   include:
21758     - "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"
21759     - "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"
21760     - "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"
21761     - "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"
21762     - "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"
21763     - "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"
21764     - "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"
21765     - "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"
21766     - "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"
21767     - "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"
21768   layout:
21769     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21770     layout: "plot-throughput-speedup-analysis"
21771
21772 - type: "plot"
21773   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21774   algorithm: "plot_tsa_name"
21775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21777   include:
21778     - "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"
21779     - "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"
21780     - "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"
21781     - "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"
21782     - "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"
21783     - "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"
21784     - "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"
21785     - "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"
21786     - "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"
21787     - "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"
21788   layout:
21789     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21790     layout: "plot-throughput-speedup-analysis-cps"
21791
21792 - type: "plot"
21793   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21794   algorithm: "plot_tsa_name"
21795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21797   include:
21798     - "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"
21799     - "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"
21800     - "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"
21801     - "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"
21802     - "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"
21803     - "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"
21804     - "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"
21805     - "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"
21806     - "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"
21807     - "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"
21808   layout:
21809     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21810     layout: "plot-throughput-speedup-analysis"
21811
21812 - type: "plot"
21813   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21814   algorithm: "plot_tsa_name"
21815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21817   include:
21818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21824   layout:
21825     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
21826     layout: "plot-throughput-speedup-analysis"
21827
21828 - type: "plot"
21829   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21830   algorithm: "plot_tsa_name"
21831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21833   include:
21834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21835     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21839   layout:
21840     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21841     layout: "plot-throughput-speedup-analysis"
21842
21843 - type: "plot"
21844   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21845   algorithm: "plot_tsa_name"
21846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21848   include:
21849     - "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"
21850     - "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"
21851     - "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"
21852     - "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"
21853     - "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"
21854   layout:
21855     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21856     layout: "plot-throughput-speedup-analysis"
21857
21858 - type: "plot"
21859   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21860   algorithm: "plot_tsa_name"
21861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21863   include:
21864     - "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"
21865     - "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"
21866     - "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"
21867     - "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"
21868     - "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"
21869     - "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"
21870     - "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"
21871     - "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"
21872     - "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"
21873     - "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"
21874   layout:
21875     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21876     layout: "plot-throughput-speedup-analysis-cps"
21877
21878 - type: "plot"
21879   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21880   algorithm: "plot_tsa_name"
21881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21883   include:
21884     - "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"
21885     - "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"
21886     - "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"
21887     - "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"
21888     - "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"
21889     - "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"
21890     - "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"
21891     - "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"
21892     - "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"
21893     - "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"
21894   layout:
21895     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21896     layout: "plot-throughput-speedup-analysis"
21897
21898 - type: "plot"
21899   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21900   algorithm: "plot_tsa_name"
21901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21903   include:
21904     - "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"
21905     - "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"
21906     - "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"
21907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21908     - "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"
21909     - "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"
21910     - "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"
21911     - "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"
21912     - "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"
21913     - "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"
21914   layout:
21915     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21916     layout: "plot-throughput-speedup-analysis-cps"
21917
21918 - type: "plot"
21919   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21920   algorithm: "plot_tsa_name"
21921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21923   include:
21924     - "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"
21925     - "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"
21926     - "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"
21927     - "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"
21928     - "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"
21929     - "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"
21930     - "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"
21931     - "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"
21932     - "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"
21933     - "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"
21934   layout:
21935     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21936     layout: "plot-throughput-speedup-analysis"
21937
21938 - type: "plot"
21939   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21940   algorithm: "plot_tsa_name"
21941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21943   include:
21944     - "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"
21945     - "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"
21946     - "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"
21947     - "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"
21948     - "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"
21949     - "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"
21950     - "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"
21951     - "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"
21952     - "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"
21953     - "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"
21954   layout:
21955     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21956     layout: "plot-throughput-speedup-analysis"
21957
21958 - type: "plot"
21959   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21960   algorithm: "plot_tsa_name"
21961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21963   include:
21964     - "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"
21965     - "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"
21966     - "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"
21967     - "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"
21968     - "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"
21969     - "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"
21970     - "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"
21971     - "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"
21972     - "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"
21973     - "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"
21974   layout:
21975     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21976     layout: "plot-throughput-speedup-analysis"
21977
21978 - type: "plot"
21979   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21980   algorithm: "plot_tsa_name"
21981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21983   include:
21984     - "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"
21985     - "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"
21986     - "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"
21987     - "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"
21988     - "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"
21989     - "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"
21990     - "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"
21991     - "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"
21992     - "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"
21993     - "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"
21994   layout:
21995     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21996     layout: "plot-throughput-speedup-analysis"
21997
21998 - type: "plot"
21999   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
22000   algorithm: "plot_tsa_name"
22001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
22002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22003   include:
22004     - "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"
22005     - "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"
22006     - "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"
22007     - "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"
22008     - "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"
22009     - "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"
22010     - "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"
22011     - "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"
22012     - "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"
22013     - "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"
22014   layout:
22015     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
22016     layout: "plot-throughput-speedup-analysis"
22017
22018 - type: "plot"
22019   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-ndr-tsa"
22020   algorithm: "plot_tsa_name"
22021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-ndr-tsa"
22022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22023   include:
22024     - "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"
22025     - "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"
22026     - "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"
22027     - "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"
22028     - "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"
22029     - "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"
22030     - "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"
22031     - "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"
22032     - "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"
22033     - "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"
22034   layout:
22035     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
22036     layout: "plot-throughput-speedup-analysis"
22037
22038 - type: "plot"
22039   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-pdr-tsa"
22040   algorithm: "plot_tsa_name"
22041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-pdr-tsa"
22042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22043   include:
22044     - "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"
22045     - "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"
22046     - "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"
22047     - "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"
22048     - "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"
22049     - "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"
22050     - "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"
22051     - "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"
22052     - "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"
22053     - "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"
22054   layout:
22055     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
22056     layout: "plot-throughput-speedup-analysis"
22057
22058 - type: "plot"
22059   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-ndr-tsa"
22060   algorithm: "plot_tsa_name"
22061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-ndr-tsa"
22062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22063   include:
22064     - "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"
22065     - "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"
22066     - "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"
22067     - "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"
22068     - "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"
22069     - "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"
22070     - "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"
22071     - "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"
22072     - "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"
22073     - "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"
22074   layout:
22075     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
22076     layout: "plot-throughput-speedup-analysis"
22077
22078 - type: "plot"
22079   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-pdr-tsa"
22080   algorithm: "plot_tsa_name"
22081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-pdr-tsa"
22082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22083   include:
22084     - "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"
22085     - "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"
22086     - "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"
22087     - "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"
22088     - "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"
22089     - "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"
22090     - "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"
22091     - "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"
22092     - "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"
22093     - "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"
22094   layout:
22095     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
22096     layout: "plot-throughput-speedup-analysis"
22097
22098 - type: "plot"
22099   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
22100   algorithm: "plot_tsa_name"
22101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
22102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22103   include:
22104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22110   layout:
22111     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
22112     layout: "plot-throughput-speedup-analysis"
22113
22114 - type: "plot"
22115   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
22116   algorithm: "plot_tsa_name"
22117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
22118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22119   include:
22120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22126   layout:
22127     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
22128     layout: "plot-throughput-speedup-analysis"
22129
22130 - type: "plot"
22131   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
22132   algorithm: "plot_tsa_name"
22133   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
22134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22135   include:
22136     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
22137     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
22138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
22139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
22141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
22143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22144   layout:
22145     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
22146     layout: "plot-throughput-speedup-analysis"
22147
22148 - type: "plot"
22149   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
22150   algorithm: "plot_tsa_name"
22151   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
22152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22153   include:
22154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
22155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
22156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
22157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
22159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
22161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22162   layout:
22163     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
22164     layout: "plot-throughput-speedup-analysis"
22165
22166 - type: "plot"
22167   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
22168   algorithm: "plot_tsa_name"
22169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
22170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22171   include:
22172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22175     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22176     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22177     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22178   layout:
22179     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
22180     layout: "plot-throughput-speedup-analysis"
22181
22182 - type: "plot"
22183   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
22184   algorithm: "plot_tsa_name"
22185   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
22186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22187   include:
22188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22191     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22192     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22193     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22194   layout:
22195     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
22196     layout: "plot-throughput-speedup-analysis"
22197
22198 - type: "plot"
22199   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
22200   algorithm: "plot_tsa_name"
22201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
22202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22203   include:
22204     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22205     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22206     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22207     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22208     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22209   layout:
22210     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
22211     layout: "plot-throughput-speedup-analysis"
22212
22213 - type: "plot"
22214   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
22215   algorithm: "plot_tsa_name"
22216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
22217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22218   include:
22219     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22220     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22221     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22222     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22223     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22224   layout:
22225     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
22226     layout: "plot-throughput-speedup-analysis"
22227
22228 - type: "plot"
22229   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
22230   algorithm: "plot_tsa_name"
22231   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
22232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22233   include:
22234     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22235     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22237     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22238     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22241   layout:
22242     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
22243     layout: "plot-throughput-speedup-analysis"
22244
22245 - type: "plot"
22246   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22247   algorithm: "plot_tsa_name"
22248   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22250   include:
22251     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22252     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22253     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22258   layout:
22259     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
22260     layout: "plot-throughput-speedup-analysis"
22261
22262 - type: "plot"
22263   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22264   algorithm: "plot_tsa_name"
22265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22267   include:
22268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22276   layout:
22277     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
22278     layout: "plot-throughput-speedup-analysis"
22279
22280 - type: "plot"
22281   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22282   algorithm: "plot_tsa_name"
22283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22285   include:
22286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22294   layout:
22295     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
22296     layout: "plot-throughput-speedup-analysis"
22297
22298 - type: "plot"
22299   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22300   algorithm: "plot_tsa_name"
22301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22303   include:
22304     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22305     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
22308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22309     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
22310     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22311     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
22312   layout:
22313     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22314     layout: "plot-throughput-speedup-analysis"
22315
22316 - type: "plot"
22317   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22318   algorithm: "plot_tsa_name"
22319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22321   include:
22322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
22326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
22328     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
22330   layout:
22331     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22332     layout: "plot-throughput-speedup-analysis"
22333
22334 - type: "plot"
22335   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22336   algorithm: "plot_tsa_name"
22337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22339   include:
22340     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22341     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22342     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22343     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
22344     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22345     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
22346     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22347     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
22348   layout:
22349     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22350     layout: "plot-throughput-speedup-analysis"
22351
22352 - type: "plot"
22353   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22354   algorithm: "plot_tsa_name"
22355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22357   include:
22358     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22359     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22360     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22361     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
22362     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22363     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
22364     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22365     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
22366   layout:
22367     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22368     layout: "plot-throughput-speedup-analysis"
22369
22370 - type: "plot"
22371   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22372   algorithm: "plot_tsa_name"
22373   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22375   include:
22376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22381   layout:
22382     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
22383     layout: "plot-throughput-speedup-analysis"
22384
22385 - type: "plot"
22386   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22387   algorithm: "plot_tsa_name"
22388   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22390   include:
22391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22396   layout:
22397     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
22398     layout: "plot-throughput-speedup-analysis"
22399
22400 - type: "plot"
22401   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22402   algorithm: "plot_tsa_name"
22403   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22405   include:
22406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22411   layout:
22412     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
22413     layout: "plot-throughput-speedup-analysis"
22414
22415 - type: "plot"
22416   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22417   algorithm: "plot_tsa_name"
22418   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22420   include:
22421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22426   layout:
22427     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
22428     layout: "plot-throughput-speedup-analysis"
22429
22430 - type: "plot"
22431   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22432   algorithm: "plot_tsa_name"
22433   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22435   include:
22436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22441   layout:
22442     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
22443     layout: "plot-throughput-speedup-analysis"
22444
22445 - type: "plot"
22446   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22447   algorithm: "plot_tsa_name"
22448   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22450   include:
22451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22456   layout:
22457     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
22458     layout: "plot-throughput-speedup-analysis"
22459
22460 - type: "plot"
22461   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22462   algorithm: "plot_tsa_name"
22463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22465   include:
22466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22470   layout:
22471     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
22472     layout: "plot-throughput-speedup-analysis"
22473
22474 - type: "plot"
22475   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22476   algorithm: "plot_tsa_name"
22477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22479   include:
22480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22484   layout:
22485     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
22486     layout: "plot-throughput-speedup-analysis"
22487
22488 - type: "plot"
22489   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22490   algorithm: "plot_tsa_name"
22491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22493   include:
22494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22499   layout:
22500     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
22501     layout: "plot-throughput-speedup-analysis"
22502
22503 - type: "plot"
22504   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22505   algorithm: "plot_tsa_name"
22506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22508   include:
22509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22514   layout:
22515     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
22516     layout: "plot-throughput-speedup-analysis"
22517
22518 - type: "plot"
22519   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22520   algorithm: "plot_tsa_name"
22521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22523   include:
22524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22528   layout:
22529     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22530     layout: "plot-throughput-speedup-analysis"
22531
22532 - type: "plot"
22533   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22534   algorithm: "plot_tsa_name"
22535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22537   include:
22538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22542   layout:
22543     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22544     layout: "plot-throughput-speedup-analysis"
22545
22546 - type: "plot"
22547   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22548   algorithm: "plot_tsa_name"
22549   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22551   include:
22552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22554     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22555     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22556     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22557   layout:
22558     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
22559     layout: "plot-throughput-speedup-analysis"
22560
22561 - type: "plot"
22562   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22563   algorithm: "plot_tsa_name"
22564   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22566   include:
22567     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22568     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22569     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22570     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22571     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22572   layout:
22573     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
22574     layout: "plot-throughput-speedup-analysis"
22575
22576 - type: "plot"
22577   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22578   algorithm: "plot_tsa_name"
22579   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22581   include:
22582     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22583     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22584     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22585     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22586   layout:
22587     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
22588     layout: "plot-throughput-speedup-analysis"
22589
22590 - type: "plot"
22591   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22592   algorithm: "plot_tsa_name"
22593   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22595   include:
22596     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22597     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22598     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22599     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22600   layout:
22601     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
22602     layout: "plot-throughput-speedup-analysis"
22603
22604 - type: "plot"
22605   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
22606   algorithm: "plot_tsa_name"
22607   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
22608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22609   include:
22610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22611     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22615   layout:
22616     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
22617     layout: "plot-throughput-speedup-analysis"
22618
22619 - type: "plot"
22620   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
22621   algorithm: "plot_tsa_name"
22622   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
22623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22624   include:
22625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22630   layout:
22631     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
22632     layout: "plot-throughput-speedup-analysis"
22633
22634 - type: "plot"
22635   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
22636   algorithm: "plot_tsa_name"
22637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22639   include:
22640     - "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"
22641     - "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"
22642     - "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"
22643     - "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"
22644     - "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"
22645   layout:
22646     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
22647     layout: "plot-throughput-speedup-analysis"
22648
22649 - type: "plot"
22650   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
22651   algorithm: "plot_tsa_name"
22652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22654   include:
22655     - "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"
22656     - "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"
22657     - "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"
22658     - "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"
22659     - "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"
22660   layout:
22661     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
22662     layout: "plot-throughput-speedup-analysis"
22663
22664 - type: "plot"
22665   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
22666   algorithm: "plot_tsa_name"
22667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22669   include:
22670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22675   layout:
22676     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
22677     layout: "plot-throughput-speedup-analysis"
22678
22679 - type: "plot"
22680   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
22681   algorithm: "plot_tsa_name"
22682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22684   include:
22685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22690   layout:
22691     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
22692     layout: "plot-throughput-speedup-analysis"
22693
22694 - type: "plot"
22695   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22696   algorithm: "plot_tsa_name"
22697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22699   include:
22700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22705   layout:
22706     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22707     layout: "plot-throughput-speedup-analysis"
22708
22709 - type: "plot"
22710   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22711   algorithm: "plot_tsa_name"
22712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22714   include:
22715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22720   layout:
22721     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22722     layout: "plot-throughput-speedup-analysis"
22723
22724 - type: "plot"
22725   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22726   algorithm: "plot_tsa_name"
22727   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22729   include:
22730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22734   layout:
22735     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
22736     layout: "plot-throughput-speedup-analysis"
22737
22738 - type: "plot"
22739   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22740   algorithm: "plot_tsa_name"
22741   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22743   include:
22744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22748   layout:
22749     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
22750     layout: "plot-throughput-speedup-analysis"
22751
22752 - type: "plot"
22753   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22754   algorithm: "plot_tsa_name"
22755   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22757   include:
22758     - "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"
22759     - "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"
22760     - "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"
22761     - "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"
22762   layout:
22763     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22764     layout: "plot-throughput-speedup-analysis"
22765
22766 - type: "plot"
22767   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22768   algorithm: "plot_tsa_name"
22769   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22771   include:
22772     - "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"
22773     - "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"
22774     - "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"
22775     - "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"
22776   layout:
22777     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22778     layout: "plot-throughput-speedup-analysis"
22779
22780 - type: "plot"
22781   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22782   algorithm: "plot_tsa_name"
22783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22785   include:
22786     - "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"
22787     - "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"
22788     - "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"
22789     - "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"
22790     - "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"
22791     - "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"
22792   layout:
22793     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22794     layout: "plot-throughput-speedup-analysis"
22795
22796 - type: "plot"
22797   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22798   algorithm: "plot_tsa_name"
22799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22801   include:
22802     - "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"
22803     - "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"
22804     - "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"
22805     - "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"
22806     - "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"
22807     - "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"
22808   layout:
22809     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22810     layout: "plot-throughput-speedup-analysis"
22811
22812 # Packet Throughput - DPDK
22813
22814 # 2n-clx-xxv710
22815
22816 - type: "plot"
22817   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
22818   algorithm: "plot_perf_box_name"
22819   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
22820   data: "plot-dpdk-throughput-latency-2n-clx"
22821   include:
22822     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22823     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22824   layout:
22825     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
22826     layout: "plot-throughput"
22827
22828 - type: "plot"
22829   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
22830   algorithm: "plot_perf_box_name"
22831   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
22832   data: "plot-dpdk-throughput-latency-2n-clx"
22833   include:
22834     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22835     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22836   layout:
22837     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
22838     layout: "plot-throughput"
22839
22840 - type: "plot"
22841   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
22842   algorithm: "plot_perf_box_name"
22843   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
22844   data: "plot-dpdk-throughput-latency-2n-clx"
22845   include:
22846     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22847     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22848   layout:
22849     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
22850     layout: "plot-throughput"
22851
22852 - type: "plot"
22853   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
22854   algorithm: "plot_perf_box_name"
22855   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
22856   data: "plot-dpdk-throughput-latency-2n-clx"
22857   include:
22858     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22859     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22860   layout:
22861     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
22862     layout: "plot-throughput"
22863
22864 # 2n-clx-x710
22865
22866 - type: "plot"
22867   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
22868   algorithm: "plot_perf_box_name"
22869   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
22870   data: "plot-dpdk-throughput-latency-2n-clx"
22871   include:
22872     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22873     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22874   layout:
22875     title: "2n-clx-x710-64b-2t1c-base-ndr"
22876     layout: "plot-throughput"
22877
22878 - type: "plot"
22879   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
22880   algorithm: "plot_perf_box_name"
22881   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
22882   data: "plot-dpdk-throughput-latency-2n-clx"
22883   include:
22884     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22885     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22886   layout:
22887     title: "2n-clx-x710-64b-4t2c-base-ndr"
22888     layout: "plot-throughput"
22889
22890 - type: "plot"
22891   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
22892   algorithm: "plot_perf_box_name"
22893   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
22894   data: "plot-dpdk-throughput-latency-2n-clx"
22895   include:
22896     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22897     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22898   layout:
22899     title: "2n-clx-x710-64b-2t1c-base-pdr"
22900     layout: "plot-throughput"
22901
22902 - type: "plot"
22903   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
22904   algorithm: "plot_perf_box_name"
22905   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
22906   data: "plot-dpdk-throughput-latency-2n-clx"
22907   include:
22908     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22909     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22910   layout:
22911     title: "2n-clx-x710-64b-4t2c-base-pdr"
22912     layout: "plot-throughput"
22913
22914 ###############################################################################
22915
22916 # 2n-zn2
22917
22918 # Packet Throughput
22919
22920 - type: "plot"
22921   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22922   algorithm: "plot_perf_box_name"
22923   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22924   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22925   include:
22926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22929     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22930   layout:
22931     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22932     layout: "plot-throughput"
22933
22934 - type: "plot"
22935   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22936   algorithm: "plot_perf_box_name"
22937   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22938   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22939   include:
22940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22942     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22943     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22944   layout:
22945     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22946     layout: "plot-throughput"
22947
22948 - type: "plot"
22949   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22950   algorithm: "plot_perf_box_name"
22951   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22952   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22953   include:
22954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22958   layout:
22959     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22960     layout: "plot-throughput"
22961
22962 - type: "plot"
22963   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22964   algorithm: "plot_perf_box_name"
22965   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22966   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22967   include:
22968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22971     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22972   layout:
22973     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22974     layout: "plot-throughput"
22975
22976 - type: "plot"
22977   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22978   algorithm: "plot_perf_box_name"
22979   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22980   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22981   include:
22982     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22983     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22984     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22985     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22986   layout:
22987     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22988     layout: "plot-throughput"
22989
22990 - type: "plot"
22991   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22992   algorithm: "plot_perf_box_name"
22993   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22994   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22995   include:
22996     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22997     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22998     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22999     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23000   layout:
23001     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
23002     layout: "plot-throughput"
23003
23004 - type: "plot"
23005   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
23006   algorithm: "plot_perf_box_name"
23007   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
23008   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23009   include:
23010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
23011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23016   layout:
23017     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
23018     layout: "plot-throughput"
23019
23020 - type: "plot"
23021   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
23022   algorithm: "plot_perf_box_name"
23023   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
23024   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23025   include:
23026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
23027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23032   layout:
23033     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
23034     layout: "plot-throughput"
23035
23036 - type: "plot"
23037   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23038   algorithm: "plot_perf_box_name"
23039   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23040   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23041   include:
23042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23049   layout:
23050     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23051     layout: "plot-throughput"
23052
23053 - type: "plot"
23054   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
23055   algorithm: "plot_perf_box_name"
23056   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
23057   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23058   include:
23059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23066   layout:
23067     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
23068     layout: "plot-throughput"
23069
23070 - type: "plot"
23071   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
23072   algorithm: "plot_perf_box_name"
23073   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
23074   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23075   include:
23076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
23080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
23082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
23084   layout:
23085     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
23086     layout: "plot-throughput"
23087
23088 - type: "plot"
23089   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
23090   algorithm: "plot_perf_box_name"
23091   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
23092   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23093   include:
23094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
23098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
23100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
23102   layout:
23103     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
23104     layout: "plot-throughput"
23105
23106 - type: "plot"
23107   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
23108   algorithm: "plot_perf_box_name"
23109   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
23110   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23111   include:
23112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23118   layout:
23119     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
23120     layout: "plot-throughput"
23121
23122 - type: "plot"
23123   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
23124   algorithm: "plot_perf_box_name"
23125   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
23126   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23127   include:
23128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23134   layout:
23135     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
23136     layout: "plot-throughput"
23137
23138 - type: "plot"
23139   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
23140   algorithm: "plot_perf_box_name"
23141   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
23142   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23143   include:
23144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23149   layout:
23150     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
23151     layout: "plot-throughput"
23152
23153 #- type: "plot"
23154 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
23155 #  algorithm: "plot_perf_box_name"
23156 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
23157 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23158 #  include:
23159 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
23160 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
23161 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
23162 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
23163 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
23164 #  layout:
23165 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
23166 #    layout: "plot-throughput"
23167 #
23168 #- type: "plot"
23169 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
23170 #  algorithm: "plot_perf_box_name"
23171 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
23172 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23173 #  include:
23174 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
23175 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
23176 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
23177 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23178 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
23179 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
23180 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
23181 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
23182 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
23183 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
23184 #  layout:
23185 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
23186 #    layout: "plot-cps"
23187 #
23188 #- type: "plot"
23189 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
23190 #  algorithm: "plot_perf_box_name"
23191 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
23192 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23193 #  include:
23194 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
23195 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
23196 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
23197 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
23198 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
23199 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
23200 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
23201 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
23202 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
23203 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
23204 #  layout:
23205 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
23206 #    layout: "plot-throughput"
23207 #
23208 #- type: "plot"
23209 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23210 #  algorithm: "plot_perf_box_name"
23211 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23212 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23213 #  include:
23214 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
23215 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
23216 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
23217 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23218 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
23219 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
23220 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
23221 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
23222 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
23223 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
23224 #  layout:
23225 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23226 #    layout: "plot-cps"
23227 #
23228 #- type: "plot"
23229 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23230 #  algorithm: "plot_perf_box_name"
23231 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23232 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23233 #  include:
23234 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
23235 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
23236 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
23237 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
23238 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
23239 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
23240 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
23241 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
23242 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
23243 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
23244 #  layout:
23245 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23246 #    layout: "plot-throughput"
23247
23248 - type: "plot"
23249   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
23250   algorithm: "plot_perf_box_name"
23251   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
23252   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23253   include:
23254     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23255     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23256     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23257     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23258     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23259   layout:
23260     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
23261     layout: "plot-throughput"
23262
23263 #- type: "plot"
23264 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
23265 #  algorithm: "plot_perf_box_name"
23266 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
23267 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23268 #  include:
23269 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
23270 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
23271 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
23272 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
23273 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
23274 #  layout:
23275 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
23276 #    layout: "plot-throughput"
23277 #
23278 #- type: "plot"
23279 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23280 #  algorithm: "plot_perf_box_name"
23281 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23282 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23283 #  include:
23284 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
23285 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
23286 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
23287 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23288 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
23289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
23290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
23291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
23292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
23293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
23294 #  layout:
23295 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23296 #    layout: "plot-cps"
23297 #
23298 #- type: "plot"
23299 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23300 #  algorithm: "plot_perf_box_name"
23301 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23302 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23303 #  include:
23304 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
23305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
23306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
23307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
23308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
23309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
23310 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
23311 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
23312 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
23313 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
23314 #  layout:
23315 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23316 #    layout: "plot-throughput"
23317 #
23318 #- type: "plot"
23319 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23320 #  algorithm: "plot_perf_box_name"
23321 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23322 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23323 #  include:
23324 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
23325 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
23326 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
23327 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23328 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
23329 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
23330 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
23331 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
23332 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
23333 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
23334 #  layout:
23335 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23336 #    layout: "plot-cps"
23337 #
23338 #- type: "plot"
23339 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23340 #  algorithm: "plot_perf_box_name"
23341 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23342 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23343 #  include:
23344 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
23345 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
23346 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
23347 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
23348 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
23349 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
23350 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
23351 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
23352 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
23353 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
23354 #  layout:
23355 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23356 #    layout: "plot-throughput"
23357
23358 - type: "plot"
23359   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
23360   algorithm: "plot_perf_box_name"
23361   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
23362   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23363   include:
23364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23370   layout:
23371     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
23372     layout: "plot-throughput"
23373
23374 - type: "plot"
23375   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23376   algorithm: "plot_perf_box_name"
23377   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23378   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23379   include:
23380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23386   layout:
23387     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23388     layout: "plot-throughput"
23389
23390 - type: "plot"
23391   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23392   algorithm: "plot_perf_box_name"
23393   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23394   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23395   include:
23396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
23397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
23398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23404   layout:
23405     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23406     layout: "plot-throughput"
23407
23408 - type: "plot"
23409   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23410   algorithm: "plot_perf_box_name"
23411   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23412   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23413   include:
23414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
23415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
23416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23422   layout:
23423     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23424     layout: "plot-throughput"
23425
23426 - type: "plot"
23427   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23428   algorithm: "plot_perf_box_name"
23429   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23430   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23431   include:
23432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23438   layout:
23439     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23440     layout: "plot-throughput"
23441
23442 - type: "plot"
23443   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23444   algorithm: "plot_perf_box_name"
23445   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23446   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23447   include:
23448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23454   layout:
23455     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23456     layout: "plot-throughput"
23457
23458 - type: "plot"
23459   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23460   algorithm: "plot_perf_box_name"
23461   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23462   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23463   include:
23464     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23465     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23466     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23467     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23468     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23469   layout:
23470     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23471     layout: "plot-throughput"
23472
23473 - type: "plot"
23474   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23475   algorithm: "plot_perf_box_name"
23476   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23477   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23478   include:
23479     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23480     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23481     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23482     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23483     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23484   layout:
23485     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23486     layout: "plot-throughput"
23487
23488 - type: "plot"
23489   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23490   algorithm: "plot_perf_box_name"
23491   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23492   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23493   include:
23494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23501   layout:
23502     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23503     layout: "plot-throughput"
23504
23505 - type: "plot"
23506   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23507   algorithm: "plot_perf_box_name"
23508   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23509   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23510   include:
23511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23518   layout:
23519     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23520     layout: "plot-throughput"
23521
23522 - type: "plot"
23523   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23524   algorithm: "plot_perf_box_name"
23525   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23526   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23527   include:
23528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
23531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
23533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23536   layout:
23537     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23538     layout: "plot-throughput"
23539
23540 - type: "plot"
23541   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23542   algorithm: "plot_perf_box_name"
23543   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23544   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23545   include:
23546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
23549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
23551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23554   layout:
23555     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23556     layout: "plot-throughput"
23557
23558 - type: "plot"
23559   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23560   algorithm: "plot_perf_box_name"
23561   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23562   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23563   include:
23564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
23568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
23570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
23572   layout:
23573     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23574     layout: "plot-throughput"
23575
23576 - type: "plot"
23577   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23578   algorithm: "plot_perf_box_name"
23579   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23580   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23581   include:
23582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
23586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
23588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
23590   layout:
23591     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23592     layout: "plot-throughput"
23593
23594 - type: "plot"
23595   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23596   algorithm: "plot_perf_box_name"
23597   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23598   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23599   include:
23600     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23601     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23602     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23603     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23604     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23605   layout:
23606     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23607     layout: "plot-throughput"
23608
23609 - type: "plot"
23610   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23611   algorithm: "plot_perf_box_name"
23612   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23613   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23614   include:
23615     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23616     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23617     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23618     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23619     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23620   layout:
23621     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23622     layout: "plot-throughput"
23623
23624 - type: "plot"
23625   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23626   algorithm: "plot_perf_box_name"
23627   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23628   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23629   include:
23630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23635   layout:
23636     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23637     layout: "plot-throughput"
23638
23639 - type: "plot"
23640   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23641   algorithm: "plot_perf_box_name"
23642   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23643   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23644   include:
23645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23650   layout:
23651     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23652     layout: "plot-throughput"
23653
23654 - type: "plot"
23655   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23656   algorithm: "plot_perf_box_name"
23657   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23658   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23659   include:
23660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23665   layout:
23666     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23667     layout: "plot-throughput"
23668
23669 - type: "plot"
23670   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23671   algorithm: "plot_perf_box_name"
23672   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23673   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23674   include:
23675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23680   layout:
23681     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23682     layout: "plot-throughput"
23683
23684 - type: "plot"
23685   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23686   algorithm: "plot_perf_box_name"
23687   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23688   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23689   include:
23690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
23691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23696   layout:
23697     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23698     layout: "plot-throughput"
23699
23700 - type: "plot"
23701   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23702   algorithm: "plot_perf_box_name"
23703   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23704   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23705   include:
23706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
23707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23712   layout:
23713     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23714     layout: "plot-throughput"
23715
23716 - type: "plot"
23717   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23718   algorithm: "plot_perf_box_name"
23719   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23720   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23721   include:
23722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23726   layout:
23727     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23728     layout: "plot-throughput"
23729
23730 - type: "plot"
23731   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23732   algorithm: "plot_perf_box_name"
23733   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23734   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23735   include:
23736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23740   layout:
23741     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23742     layout: "plot-throughput"
23743
23744 - type: "plot"
23745   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23746   algorithm: "plot_perf_box_name"
23747   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23748   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23749   include:
23750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23756   layout:
23757     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23758     layout: "plot-throughput"
23759
23760 - type: "plot"
23761   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23762   algorithm: "plot_perf_box_name"
23763   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23764   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23765   include:
23766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23772   layout:
23773     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23774     layout: "plot-throughput"
23775
23776 - type: "plot"
23777   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23778   algorithm: "plot_perf_box_name"
23779   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23780   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23781   include:
23782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23786   layout:
23787     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23788     layout: "plot-throughput"
23789
23790 - type: "plot"
23791   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23792   algorithm: "plot_perf_box_name"
23793   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23794   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23795   include:
23796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23800   layout:
23801     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23802     layout: "plot-throughput"
23803
23804 - type: "plot"
23805   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23806   algorithm: "plot_perf_box_name"
23807   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23808   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23809   include:
23810     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23811     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23816   layout:
23817     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23818     layout: "plot-throughput"
23819
23820 - type: "plot"
23821   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23822   algorithm: "plot_perf_box_name"
23823   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23824   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23825   include:
23826     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23827     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23832   layout:
23833     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23834     layout: "plot-throughput"
23835
23836 - type: "plot"
23837   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23838   algorithm: "plot_perf_box_name"
23839   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23840   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23841   include:
23842     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23843     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23844     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23845     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23846   layout:
23847     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23848     layout: "plot-throughput"
23849
23850 - type: "plot"
23851   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23852   algorithm: "plot_perf_box_name"
23853   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23854   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23855   include:
23856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23857     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23858     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23859     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23860   layout:
23861     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23862     layout: "plot-throughput"
23863
23864 - type: "plot"
23865   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23866   algorithm: "plot_perf_box_name"
23867   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23868   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23869   include:
23870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23875   layout:
23876     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23877     layout: "plot-throughput"
23878
23879 - type: "plot"
23880   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23881   algorithm: "plot_perf_box_name"
23882   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23883   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23884   include:
23885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23890   layout:
23891     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23892     layout: "plot-throughput"
23893
23894 - type: "plot"
23895   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23896   algorithm: "plot_perf_box_name"
23897   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23898   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23899   include:
23900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23905   layout:
23906     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23907     layout: "plot-throughput"
23908
23909 - type: "plot"
23910   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23911   algorithm: "plot_perf_box_name"
23912   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23913   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23914   include:
23915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23920   layout:
23921     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23922     layout: "plot-throughput"
23923
23924 - type: "plot"
23925   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23926   algorithm: "plot_perf_box_name"
23927   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23928   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23929   include:
23930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23935   layout:
23936     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23937     layout: "plot-throughput"
23938
23939 - type: "plot"
23940   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23941   algorithm: "plot_perf_box_name"
23942   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23943   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23944   include:
23945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23950   layout:
23951     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23952     layout: "plot-throughput"
23953
23954 - type: "plot"
23955   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23956   algorithm: "plot_perf_box_name"
23957   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23958   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23959   include:
23960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23965   layout:
23966     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23967     layout: "plot-throughput"
23968
23969 - type: "plot"
23970   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23971   algorithm: "plot_perf_box_name"
23972   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23973   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23974   include:
23975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23980   layout:
23981     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23982     layout: "plot-throughput"
23983
23984 - type: "plot"
23985   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23986   algorithm: "plot_perf_box_name"
23987   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23988   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23989   include:
23990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23994   layout:
23995     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23996     layout: "plot-throughput"
23997
23998 - type: "plot"
23999   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
24000   algorithm: "plot_perf_box_name"
24001   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
24002   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24003   include:
24004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24008   layout:
24009     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
24010     layout: "plot-throughput"
24011
24012 - type: "plot"
24013   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
24014   algorithm: "plot_perf_box_name"
24015   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
24016   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24017   include:
24018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24022   layout:
24023     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
24024     layout: "plot-throughput"
24025
24026 - type: "plot"
24027   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
24028   algorithm: "plot_perf_box_name"
24029   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
24030   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24031   include:
24032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24036   layout:
24037     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
24038     layout: "plot-throughput"
24039
24040 - type: "plot"
24041   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
24042   algorithm: "plot_perf_box_name"
24043   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
24044   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24045   include:
24046     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
24047     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
24048     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
24049     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
24050     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
24051     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
24052   layout:
24053     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
24054     layout: "plot-throughput"
24055
24056 - type: "plot"
24057   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
24058   algorithm: "plot_perf_box_name"
24059   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
24060   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24061   include:
24062     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
24063     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
24064     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
24065     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
24066     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
24067     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
24068   layout:
24069     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
24070     layout: "plot-throughput"
24071
24072 ################################################################################
24073
24074 # Packet Speedup
24075
24076 - type: "plot"
24077   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
24078   algorithm: "plot_tsa_name"
24079   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
24080   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24081   include:
24082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24086   layout:
24087     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
24088     layout: "plot-throughput-speedup-analysis"
24089
24090 - type: "plot"
24091   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
24092   algorithm: "plot_tsa_name"
24093   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
24094   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24095   include:
24096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24100   layout:
24101     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
24102     layout: "plot-throughput-speedup-analysis"
24103
24104 - type: "plot"
24105   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
24106   algorithm: "plot_tsa_name"
24107   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
24108   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24109   include:
24110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24114   layout:
24115     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
24116     layout: "plot-throughput-speedup-analysis"
24117
24118 - type: "plot"
24119   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
24120   algorithm: "plot_tsa_name"
24121   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
24122   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24123   include:
24124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24128   layout:
24129     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
24130     layout: "plot-throughput-speedup-analysis"
24131
24132 - type: "plot"
24133   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
24134   algorithm: "plot_tsa_name"
24135   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
24136   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24137   include:
24138     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24139     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24140     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24141     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24142   layout:
24143     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
24144     layout: "plot-throughput-speedup-analysis"
24145
24146 - type: "plot"
24147   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
24148   algorithm: "plot_tsa_name"
24149   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
24150   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24151   include:
24152     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24153     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24154     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24155     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24156   layout:
24157     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
24158     layout: "plot-throughput-speedup-analysis"
24159
24160 - type: "plot"
24161   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
24162   algorithm: "plot_tsa_name"
24163   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
24164   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24165   include:
24166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
24167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24172   layout:
24173     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
24174     layout: "plot-throughput-speedup-analysis"
24175
24176 - type: "plot"
24177   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
24178   algorithm: "plot_tsa_name"
24179   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
24180   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24181   include:
24182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
24183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24188   layout:
24189     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
24190     layout: "plot-throughput-speedup-analysis"
24191
24192 - type: "plot"
24193   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
24194   algorithm: "plot_tsa_name"
24195   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
24196   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24197   include:
24198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
24200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
24201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
24202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
24203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24205   layout:
24206     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
24207     layout: "plot-throughput-speedup-analysis"
24208
24209 - type: "plot"
24210   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
24211   algorithm: "plot_tsa_name"
24212   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
24213   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24214   include:
24215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
24216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
24217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
24218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
24219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
24220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
24221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
24222   layout:
24223     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
24224     layout: "plot-throughput-speedup-analysis"
24225
24226 - type: "plot"
24227   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
24228   algorithm: "plot_tsa_name"
24229   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
24230   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24231   include:
24232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
24235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
24236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
24237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
24238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
24239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
24240   layout:
24241     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
24242     layout: "plot-throughput-speedup-analysis"
24243
24244 - type: "plot"
24245   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
24246   algorithm: "plot_tsa_name"
24247   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
24248   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24249   include:
24250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
24251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
24253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
24254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
24255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
24256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
24257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
24258   layout:
24259     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
24260     layout: "plot-throughput-speedup-analysis"
24261
24262 - type: "plot"
24263   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
24264   algorithm: "plot_tsa_name"
24265   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
24266   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24267   include:
24268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24274   layout:
24275     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
24276     layout: "plot-throughput-speedup-analysis"
24277
24278 - type: "plot"
24279   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
24280   algorithm: "plot_tsa_name"
24281   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
24282   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24283   include:
24284     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24285     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
24286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
24287     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
24288     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
24289   layout:
24290     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
24291     layout: "plot-throughput-speedup-analysis"
24292
24293 #- type: "plot"
24294 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
24295 #  algorithm: "plot_tsa_name"
24296 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
24297 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24298 #  include:
24299 #    - "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"
24300 #    - "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"
24301 #    - "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"
24302 #    - "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"
24303 #    - "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"
24304 #  layout:
24305 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
24306 #    layout: "plot-throughput-speedup-analysis"
24307 #
24308 #- type: "plot"
24309 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
24310 #  algorithm: "plot_tsa_name"
24311 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
24312 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24313 #  include:
24314 #    - "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"
24315 #    - "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"
24316 #    - "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"
24317 #    - "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"
24318 #    - "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"
24319 #    - "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"
24320 #    - "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"
24321 #    - "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"
24322 #    - "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"
24323 #    - "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"
24324 #  layout:
24325 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
24326 #    layout: "plot-throughput-speedup-analysis-cps"
24327 #
24328 #- type: "plot"
24329 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
24330 #  algorithm: "plot_tsa_name"
24331 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
24332 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24333 #  include:
24334 #    - "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"
24335 #    - "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"
24336 #    - "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"
24337 #    - "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"
24338 #    - "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"
24339 #    - "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"
24340 #    - "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"
24341 #    - "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"
24342 #    - "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"
24343 #    - "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"
24344 #  layout:
24345 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
24346 #    layout: "plot-throughput-speedup-analysis"
24347 #
24348 #- type: "plot"
24349 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
24350 #  algorithm: "plot_tsa_name"
24351 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
24352 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24353 #  include:
24354 #    - "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"
24355 #    - "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"
24356 #    - "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"
24357 #    - "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"
24358 #    - "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"
24359 #    - "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"
24360 #    - "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"
24361 #    - "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"
24362 #    - "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"
24363 #    - "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"
24364 #  layout:
24365 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
24366 #    layout: "plot-throughput-speedup-analysis-cps"
24367 #
24368 #- type: "plot"
24369 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
24370 #  algorithm: "plot_tsa_name"
24371 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
24372 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24373 #  include:
24374 #    - "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"
24375 #    - "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"
24376 #    - "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"
24377 #    - "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"
24378 #    - "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"
24379 #    - "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"
24380 #    - "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"
24381 #    - "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"
24382 #    - "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"
24383 #    - "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"
24384 #  layout:
24385 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
24386 #    layout: "plot-throughput-speedup-analysis"
24387
24388 - type: "plot"
24389   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
24390   algorithm: "plot_tsa_name"
24391   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
24392   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24393   include:
24394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24400   layout:
24401     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
24402     layout: "plot-throughput-speedup-analysis"
24403
24404 - type: "plot"
24405   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
24406   algorithm: "plot_tsa_name"
24407   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
24408   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24409   include:
24410     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24411     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
24412     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
24413     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
24414     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
24415   layout:
24416     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
24417     layout: "plot-throughput-speedup-analysis"
24418
24419 #- type: "plot"
24420 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
24421 #  algorithm: "plot_tsa_name"
24422 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
24423 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24424 #  include:
24425 #    - "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"
24426 #    - "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"
24427 #    - "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"
24428 #    - "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"
24429 #    - "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"
24430 #  layout:
24431 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
24432 #    layout: "plot-throughput-speedup-analysis"
24433 #
24434 #- type: "plot"
24435 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
24436 #  algorithm: "plot_tsa_name"
24437 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
24438 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24439 #  include:
24440 #    - "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"
24441 #    - "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"
24442 #    - "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"
24443 #    - "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"
24444 #    - "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"
24445 #    - "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"
24446 #    - "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"
24447 #    - "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"
24448 #    - "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"
24449 #    - "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"
24450 #  layout:
24451 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
24452 #    layout: "plot-throughput-speedup-analysis-cps"
24453 #
24454 #- type: "plot"
24455 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
24456 #  algorithm: "plot_tsa_name"
24457 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
24458 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24459 #  include:
24460 #    - "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"
24461 #    - "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"
24462 #    - "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"
24463 #    - "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"
24464 #    - "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"
24465 #    - "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"
24466 #    - "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"
24467 #    - "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"
24468 #    - "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"
24469 #    - "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"
24470 #  layout:
24471 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
24472 #    layout: "plot-throughput-speedup-analysis"
24473 #
24474 #- type: "plot"
24475 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
24476 #  algorithm: "plot_tsa_name"
24477 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
24478 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24479 #  include:
24480 #    - "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"
24481 #    - "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"
24482 #    - "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"
24483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
24484 #    - "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"
24485 #    - "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"
24486 #    - "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"
24487 #    - "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"
24488 #    - "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"
24489 #    - "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"
24490 #  layout:
24491 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
24492 #    layout: "plot-throughput-speedup-analysis-cps"
24493 #
24494 #- type: "plot"
24495 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
24496 #  algorithm: "plot_tsa_name"
24497 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
24498 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24499 #  include:
24500 #    - "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"
24501 #    - "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"
24502 #    - "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"
24503 #    - "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"
24504 #    - "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"
24505 #    - "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"
24506 #    - "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"
24507 #    - "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"
24508 #    - "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"
24509 #    - "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"
24510 #  layout:
24511 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
24512 #    layout: "plot-throughput-speedup-analysis"
24513
24514 - type: "plot"
24515   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
24516   algorithm: "plot_tsa_name"
24517   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
24518   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24519   include:
24520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24526   layout:
24527     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
24528     layout: "plot-throughput-speedup-analysis"
24529
24530 - type: "plot"
24531   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
24532   algorithm: "plot_tsa_name"
24533   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
24534   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24535   include:
24536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24542   layout:
24543     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
24544     layout: "plot-throughput-speedup-analysis"
24545
24546 - type: "plot"
24547   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
24548   algorithm: "plot_tsa_name"
24549   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
24550   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24551   include:
24552     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
24553     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
24554     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
24555     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24556     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
24557     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24558     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
24559     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24560   layout:
24561     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
24562     layout: "plot-throughput-speedup-analysis"
24563
24564 - type: "plot"
24565   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
24566   algorithm: "plot_tsa_name"
24567   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
24568   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24569   include:
24570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
24571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
24572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
24573     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24574     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
24575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
24577     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24578   layout:
24579     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
24580     layout: "plot-throughput-speedup-analysis"
24581
24582 - type: "plot"
24583   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
24584   algorithm: "plot_tsa_name"
24585   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
24586   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24587   include:
24588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24590     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24591     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24594   layout:
24595     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
24596     layout: "plot-throughput-speedup-analysis"
24597
24598 - type: "plot"
24599   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
24600   algorithm: "plot_tsa_name"
24601   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
24602   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24603   include:
24604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24607     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24610   layout:
24611     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
24612     layout: "plot-throughput-speedup-analysis"
24613
24614 - type: "plot"
24615   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24616   algorithm: "plot_tsa_name"
24617   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24618   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24619   include:
24620     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
24621     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
24622     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
24623     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
24624     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
24625   layout:
24626     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24627     layout: "plot-throughput-speedup-analysis"
24628
24629 - type: "plot"
24630   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24631   algorithm: "plot_tsa_name"
24632   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24633   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24634   include:
24635     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
24636     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
24637     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
24638     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
24639     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
24640   layout:
24641     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24642     layout: "plot-throughput-speedup-analysis"
24643
24644 - type: "plot"
24645   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
24646   algorithm: "plot_tsa_name"
24647   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
24648   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24649   include:
24650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24657   layout:
24658     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
24659     layout: "plot-throughput-speedup-analysis"
24660
24661 - type: "plot"
24662   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
24663   algorithm: "plot_tsa_name"
24664   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
24665   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24666   include:
24667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24674   layout:
24675     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
24676     layout: "plot-throughput-speedup-analysis"
24677
24678 - type: "plot"
24679   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
24680   algorithm: "plot_tsa_name"
24681   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
24682   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24683   include:
24684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
24687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
24688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
24689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
24690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24692   layout:
24693     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
24694     layout: "plot-throughput-speedup-analysis"
24695
24696 - type: "plot"
24697   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
24698   algorithm: "plot_tsa_name"
24699   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
24700   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24701   include:
24702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
24705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
24706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
24707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
24708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24710   layout:
24711     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
24712     layout: "plot-throughput-speedup-analysis"
24713
24714 - type: "plot"
24715   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
24716   algorithm: "plot_tsa_name"
24717   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
24718   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24719   include:
24720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
24723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
24724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
24725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
24726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
24728   layout:
24729     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
24730     layout: "plot-throughput-speedup-analysis"
24731
24732 - type: "plot"
24733   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
24734   algorithm: "plot_tsa_name"
24735   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
24736   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24737   include:
24738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
24741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
24742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
24743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
24744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
24746   layout:
24747     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
24748     layout: "plot-throughput-speedup-analysis"
24749
24750 - type: "plot"
24751   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
24752   algorithm: "plot_tsa_name"
24753   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
24754   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24755   include:
24756     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
24757     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
24758     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
24759     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
24760     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
24761   layout:
24762     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
24763     layout: "plot-throughput-speedup-analysis"
24764
24765 - type: "plot"
24766   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
24767   algorithm: "plot_tsa_name"
24768   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
24769   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24770   include:
24771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
24772     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
24773     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
24774     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
24775     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
24776   layout:
24777     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
24778     layout: "plot-throughput-speedup-analysis"
24779
24780 - type: "plot"
24781   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
24782   algorithm: "plot_tsa_name"
24783   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
24784   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24785   include:
24786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24791   layout:
24792     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
24793     layout: "plot-throughput-speedup-analysis"
24794
24795 - type: "plot"
24796   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
24797   algorithm: "plot_tsa_name"
24798   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
24799   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24800   include:
24801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24806   layout:
24807     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
24808     layout: "plot-throughput-speedup-analysis"
24809
24810 - type: "plot"
24811   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24812   algorithm: "plot_tsa_name"
24813   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24814   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24815   include:
24816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24821   layout:
24822     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
24823     layout: "plot-throughput-speedup-analysis"
24824
24825 - type: "plot"
24826   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24827   algorithm: "plot_tsa_name"
24828   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24829   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24830   include:
24831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24836   layout:
24837     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
24838     layout: "plot-throughput-speedup-analysis"
24839
24840 - type: "plot"
24841   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
24842   algorithm: "plot_tsa_name"
24843   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
24844   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24845   include:
24846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24852   layout:
24853     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
24854     layout: "plot-throughput-speedup-analysis"
24855
24856 - type: "plot"
24857   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24858   algorithm: "plot_tsa_name"
24859   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24860   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24861   include:
24862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24868   layout:
24869     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
24870     layout: "plot-throughput-speedup-analysis"
24871
24872 - type: "plot"
24873   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24874   algorithm: "plot_tsa_name"
24875   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24876   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24877   include:
24878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24882   layout:
24883     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
24884     layout: "plot-throughput-speedup-analysis"
24885
24886 - type: "plot"
24887   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24888   algorithm: "plot_tsa_name"
24889   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24890   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24891   include:
24892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24896   layout:
24897     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
24898     layout: "plot-throughput-speedup-analysis"
24899
24900 - type: "plot"
24901   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24902   algorithm: "plot_tsa_name"
24903   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24904   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24905   include:
24906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24912   layout:
24913     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
24914     layout: "plot-throughput-speedup-analysis"
24915
24916 - type: "plot"
24917   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24918   algorithm: "plot_tsa_name"
24919   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24920   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24921   include:
24922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24928   layout:
24929     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
24930     layout: "plot-throughput-speedup-analysis"
24931
24932 - type: "plot"
24933   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24934   algorithm: "plot_tsa_name"
24935   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24936   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24937   include:
24938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24942   layout:
24943     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
24944     layout: "plot-throughput-speedup-analysis"
24945
24946 - type: "plot"
24947   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24948   algorithm: "plot_tsa_name"
24949   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24950   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24951   include:
24952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24956   layout:
24957     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
24958     layout: "plot-throughput-speedup-analysis"
24959
24960 - type: "plot"
24961   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24962   algorithm: "plot_tsa_name"
24963   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24964   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24965   include:
24966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24968     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24971     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24972   layout:
24973     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
24974     layout: "plot-throughput-speedup-analysis"
24975
24976 - type: "plot"
24977   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24978   algorithm: "plot_tsa_name"
24979   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24980   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24981   include:
24982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24984     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24985     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24988   layout:
24989     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
24990     layout: "plot-throughput-speedup-analysis"
24991
24992 - type: "plot"
24993   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24994   algorithm: "plot_tsa_name"
24995   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24996   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24997   include:
24998     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
25000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
25001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
25002   layout:
25003     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
25004     layout: "plot-throughput-speedup-analysis"
25005
25006 - type: "plot"
25007   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
25008   algorithm: "plot_tsa_name"
25009   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
25010   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25011   include:
25012     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
25013     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
25014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
25015     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
25016   layout:
25017     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
25018     layout: "plot-throughput-speedup-analysis"
25019
25020 - type: "plot"
25021   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
25022   algorithm: "plot_tsa_name"
25023   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
25024   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25025   include:
25026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25031   layout:
25032     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
25033     layout: "plot-throughput-speedup-analysis"
25034
25035 - type: "plot"
25036   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
25037   algorithm: "plot_tsa_name"
25038   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
25039   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25040   include:
25041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25046   layout:
25047     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
25048     layout: "plot-throughput-speedup-analysis"
25049
25050 - type: "plot"
25051   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
25052   algorithm: "plot_tsa_name"
25053   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
25054   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25055   include:
25056     - "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"
25057     - "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"
25058     - "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"
25059     - "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"
25060     - "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"
25061   layout:
25062     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
25063     layout: "plot-throughput-speedup-analysis"
25064
25065 - type: "plot"
25066   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
25067   algorithm: "plot_tsa_name"
25068   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
25069   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25070   include:
25071     - "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"
25072     - "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"
25073     - "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"
25074     - "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"
25075     - "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"
25076   layout:
25077     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
25078     layout: "plot-throughput-speedup-analysis"
25079
25080 - type: "plot"
25081   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
25082   algorithm: "plot_tsa_name"
25083   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
25084   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25085   include:
25086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25091   layout:
25092     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
25093     layout: "plot-throughput-speedup-analysis"
25094
25095 - type: "plot"
25096   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
25097   algorithm: "plot_tsa_name"
25098   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
25099   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25100   include:
25101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25106   layout:
25107     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
25108     layout: "plot-throughput-speedup-analysis"
25109
25110 - type: "plot"
25111   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
25112   algorithm: "plot_tsa_name"
25113   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
25114   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25115   include:
25116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25121   layout:
25122     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
25123     layout: "plot-throughput-speedup-analysis"
25124
25125 - type: "plot"
25126   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
25127   algorithm: "plot_tsa_name"
25128   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
25129   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25130   include:
25131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25136   layout:
25137     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
25138     layout: "plot-throughput-speedup-analysis"
25139
25140 - type: "plot"
25141   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
25142   algorithm: "plot_tsa_name"
25143   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
25144   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25145   include:
25146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25150   layout:
25151     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
25152     layout: "plot-throughput-speedup-analysis"
25153
25154 - type: "plot"
25155   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
25156   algorithm: "plot_tsa_name"
25157   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
25158   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25159   include:
25160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25164   layout:
25165     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
25166     layout: "plot-throughput-speedup-analysis"
25167
25168 - type: "plot"
25169   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
25170   algorithm: "plot_tsa_name"
25171   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
25172   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25173   include:
25174     - "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"
25175     - "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"
25176     - "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"
25177     - "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"
25178   layout:
25179     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
25180     layout: "plot-throughput-speedup-analysis"
25181
25182 - type: "plot"
25183   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
25184   algorithm: "plot_tsa_name"
25185   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
25186   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25187   include:
25188     - "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"
25189     - "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"
25190     - "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"
25191     - "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"
25192   layout:
25193     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
25194     layout: "plot-throughput-speedup-analysis"
25195
25196 - type: "plot"
25197   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
25198   algorithm: "plot_tsa_name"
25199   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
25200   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25201   include:
25202     - "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"
25203     - "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"
25204     - "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"
25205     - "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"
25206     - "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"
25207     - "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"
25208   layout:
25209     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
25210     layout: "plot-throughput-speedup-analysis"
25211
25212 - type: "plot"
25213   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
25214   algorithm: "plot_tsa_name"
25215   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
25216   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25217   include:
25218     - "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"
25219     - "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"
25220     - "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"
25221     - "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"
25222     - "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"
25223     - "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"
25224   layout:
25225     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
25226     layout: "plot-throughput-speedup-analysis"
25227
25228 # Packet Throughput - DPDK
25229
25230 # 2n-zn2-xxv710
25231
25232 - type: "plot"
25233   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
25234   algorithm: "plot_perf_box_name"
25235   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
25236   data: "plot-dpdk-throughput-latency-2n-zn2"
25237   include:
25238     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25239     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25240   layout:
25241     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
25242     layout: "plot-throughput"
25243
25244 - type: "plot"
25245   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
25246   algorithm: "plot_perf_box_name"
25247   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
25248   data: "plot-dpdk-throughput-latency-2n-zn2"
25249   include:
25250     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25251     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25252   layout:
25253     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
25254     layout: "plot-throughput"
25255
25256 - type: "plot"
25257   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
25258   algorithm: "plot_perf_box_name"
25259   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
25260   data: "plot-dpdk-throughput-latency-2n-zn2"
25261   include:
25262     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25263     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25264   layout:
25265     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
25266     layout: "plot-throughput"
25267
25268 - type: "plot"
25269   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
25270   algorithm: "plot_perf_box_name"
25271   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
25272   data: "plot-dpdk-throughput-latency-2n-zn2"
25273   include:
25274     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25275     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25276   layout:
25277     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
25278     layout: "plot-throughput"
25279
25280 # 2n-zn2-x710
25281
25282 - type: "plot"
25283   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
25284   algorithm: "plot_perf_box_name"
25285   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
25286   data: "plot-dpdk-throughput-latency-2n-zn2"
25287   include:
25288     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25289     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25290   layout:
25291     title: "2n-zn2-x710-64b-2t1c-base-ndr"
25292     layout: "plot-throughput"
25293
25294 - type: "plot"
25295   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
25296   algorithm: "plot_perf_box_name"
25297   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
25298   data: "plot-dpdk-throughput-latency-2n-zn2"
25299   include:
25300     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25301     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25302   layout:
25303     title: "2n-zn2-x710-64b-4t2c-base-ndr"
25304     layout: "plot-throughput"
25305
25306 - type: "plot"
25307   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
25308   algorithm: "plot_perf_box_name"
25309   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
25310   data: "plot-dpdk-throughput-latency-2n-zn2"
25311   include:
25312     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25313     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25314   layout:
25315     title: "2n-zn2-x710-64b-2t1c-base-pdr"
25316     layout: "plot-throughput"
25317
25318 - type: "plot"
25319   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
25320   algorithm: "plot_perf_box_name"
25321   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
25322   data: "plot-dpdk-throughput-latency-2n-zn2"
25323   include:
25324     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25325     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25326   layout:
25327     title: "2n-zn2-x710-64b-4t2c-base-pdr"
25328     layout: "plot-throughput"
25329
25330 ################################################################################
25331
25332 - type: "plot"
25333   title: "Latency by percentile: 2n-skx"
25334   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25335   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25336   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25337   target-links: "../../_static/vpp"
25338   data: "plot-vpp-hdrh-lat-2n-skx"
25339   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25340   layout:
25341     layout: "plot-hdrh-latency-percentile-x-log"
25342
25343 - type: "plot"
25344   title: "Latency by percentile: 2n-skx RND"
25345   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25346   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25347   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25348   target-links: "../../_static/vpp"
25349   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
25350   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25351   layout:
25352     layout: "plot-hdrh-latency-percentile-x-log"
25353
25354 - type: "plot"
25355   title: "Latency by percentile: 2n-skx NAT"
25356   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25357   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25358   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25359   target-links: "../../_static/vpp"
25360   data: "plot-vpp-hdrh-lat-2n-skx-nat"
25361   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25362   layout:
25363     layout: "plot-hdrh-latency-percentile-x-log"
25364
25365 - type: "plot"
25366   title: "Latency by percentile: 2n-zn2"
25367   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25368   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
25369   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
25370   target-links: "../../_static/vpp"
25371   data: "plot-vpp-hdrh-lat-2n-zn2"
25372   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25373   layout:
25374     layout: "plot-hdrh-latency-percentile-x-log"
25375
25376 - type: "plot"
25377   title: "Latency by percentile: 2n-zn2 RND"
25378   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25379   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
25380   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
25381   target-links: "../../_static/vpp"
25382   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
25383   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25384   layout:
25385     layout: "plot-hdrh-latency-percentile-x-log"
25386
25387 - type: "plot"
25388   title: "Latency by percentile: 3n-skx"
25389   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25390   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
25391   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
25392   target-links: "../../_static/vpp"
25393   data: "plot-vpp-hdrh-lat-3n-skx"
25394   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25395   layout:
25396     layout: "plot-hdrh-latency-percentile-x-log"
25397
25398 - type: "plot"
25399   title: "Latency by percentile: 2n-clx"
25400   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25401   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25402   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25403   target-links: "../../_static/vpp"
25404   data: "plot-vpp-hdrh-lat-2n-clx"
25405   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25406   layout:
25407     layout: "plot-hdrh-latency-percentile-x-log"
25408
25409 - type: "plot"
25410   title: "Latency by percentile: 2n-clx RND"
25411   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25412   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25413   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25414   target-links: "../../_static/vpp"
25415   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
25416   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25417   layout:
25418     layout: "plot-hdrh-latency-percentile-x-log"
25419
25420 - type: "plot"
25421   title: "Latency by percentile: 2n-clx NAT"
25422   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25423   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25424   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25425   target-links: "../../_static/vpp"
25426   data: "plot-vpp-hdrh-lat-2n-clx-nat"
25427   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25428   layout:
25429     layout: "plot-hdrh-latency-percentile-x-log"
25430
25431 - type: "plot"
25432   title: "Latency by percentile: 2n-clx MLX"
25433   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25434   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25435   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25436   target-links: "../../_static/vpp"
25437   data: "plot-vpp-hdrh-lat-2n-clx-mlx"
25438   filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
25439   layout:
25440     layout: "plot-hdrh-latency-percentile-x-log"
25441
25442 - type: "plot"
25443   title: "Latency by percentile: 3n-hsw"
25444   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25445   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
25446   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
25447   target-links: "../../_static/vpp"
25448   data: "plot-vpp-hdrh-lat-3n-hsw"
25449   filter: "'1T1C' and 'NIC_Intel-XL710'"
25450   layout:
25451     layout: "plot-hdrh-latency-percentile-x-log"
25452
25453 - type: "plot"
25454   title: "Latency by percentile: 3n-hsw RND"
25455   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25456   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
25457   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
25458   target-links: "../../_static/vpp"
25459   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
25460   filter: "'1T1C' and 'NIC_Intel-XL710'"
25461   layout:
25462     layout: "plot-hdrh-latency-percentile-x-log"
25463
25464 - type: "plot"
25465   title: "Latency by percentile: 3n-tsh"
25466   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25467   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
25468   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
25469   target-links: "../../_static/vpp"
25470   data: "plot-vpp-hdrh-lat-3n-tsh"
25471   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
25472   layout:
25473     layout: "plot-hdrh-latency-percentile-x-log"
25474
25475 - type: "plot"
25476   title: "Latency by percentile: 2n-tx2"
25477   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25478   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
25479   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
25480   target-links: "../../_static/vpp"
25481   data: "plot-vpp-hdrh-lat-2n-tx2"
25482   filter: "'1T1C' and 'NIC_Intel-XL710'"
25483   layout:
25484     layout: "plot-hdrh-latency-percentile-x-log"
25485
25486 - type: "plot"
25487   title: "Latency by percentile: DPDK 2n-skx"
25488   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25489   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
25490   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
25491   target-links: "../../_static/dpdk"
25492   data: "plot-dpdk-hdrh-lat-2n-skx"
25493   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25494   layout:
25495     layout: "plot-hdrh-latency-percentile-x-log"
25496
25497 - type: "plot"
25498   title: "Latency by percentile: DPDK 3n-skx"
25499   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25500   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
25501   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
25502   target-links: "../../_static/dpdk"
25503   data: "plot-dpdk-hdrh-lat-3n-skx"
25504   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25505   layout:
25506     layout: "plot-hdrh-latency-percentile-x-log"
25507
25508 - type: "plot"
25509   title: "Latency by percentile: DPDK 2n-clx"
25510   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25511   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
25512   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
25513   target-links: "../../_static/dpdk"
25514   data: "plot-dpdk-hdrh-lat-2n-clx"
25515   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25516   layout:
25517     layout: "plot-hdrh-latency-percentile-x-log"
25518
25519 - type: "plot"
25520   title: "Latency by percentile: DPDK 2n-zn2"
25521   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25522   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
25523   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
25524   target-links: "../../_static/dpdk"
25525   data: "plot-dpdk-hdrh-lat-2n-zn2"
25526   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25527   layout:
25528     layout: "plot-hdrh-latency-percentile-x-log"
25529
25530 - type: "plot"
25531   title: "Latency by percentile: DPDK 3n-hsw"
25532   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25533   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
25534   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
25535   target-links: "../../_static/dpdk"
25536   data: "plot-dpdk-hdrh-lat-3n-hsw"
25537   filter: "'1T1C' and 'NIC_Intel-XL710'"
25538   layout:
25539     layout: "plot-hdrh-latency-percentile-x-log"
25540
25541 - type: "plot"
25542   title: "Latency by percentile: DPDK 3n-tsh"
25543   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25544   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
25545   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
25546   target-links: "../../_static/dpdk"
25547   data: "plot-dpdk-hdrh-lat-3n-tsh"
25548   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
25549   layout:
25550     layout: "plot-hdrh-latency-percentile-x-log"
25551
25552 - type: "plot"
25553   title: "Latency by percentile: DPDK 2n-tx2"
25554   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25555   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
25556   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
25557   target-links: "../../_static/dpdk"
25558   data: "plot-dpdk-hdrh-lat-2n-tx2"
25559   filter: "'1T1C' and 'NIC_Intel-XL710'"
25560   layout:
25561     layout: "plot-hdrh-latency-percentile-x-log"