6e9ca24316cd06d4aa21a7aa8eea696936135969
[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
273     plot-vpp-hdrh-lat-3n-skx:
274       csit-vpp-perf-report-iterative-2101-3n-skx:
275         - 36  # rls2101.rel NDRPDR iter env 6
276
277 #    plot-vpp-nfv-3n-skx-ndrpdr:
278 #      # No data
279 #      csit-vpp-perf-report-iterative-2101-3n-skx:
280
281 #    plot-vpp-nfv-3n-skx-mrr:
282 #      # No data
283 #      csit-vpp-perf-report-iterative-2101-3n-skx:
284
285     plot-dpdk-throughput-latency-3n-skx:
286       csit-dpdk-perf-report-iterative-2101-3n-skx:
287         - 12  # rls2101 NDRPDR iter env 6
288         - 14  # rls2101 NDRPDR iter env 6
289         - 15  # rls2101 NDRPDR iter env 6
290         - 17  # rls2101 NDRPDR iter env 6
291         - 19  # rls2101 NDRPDR iter env 6
292         - 20  # rls2101 NDRPDR iter env 6
293         - 21  # rls2101 NDRPDR iter env 6
294         - 22  # rls2101 NDRPDR iter env 6
295         - 25  # rls2101 NDRPDR iter env 6
296         - 26  # rls2101 NDRPDR iter env 6
297
298     plot-dpdk-hdrh-lat-3n-skx:
299       csit-dpdk-perf-report-iterative-2101-3n-skx:
300         - 12  # rls2101 NDRPDR iter env 6
301
302     # 2n-skx
303
304     plot-vpp-throughput-lat-tsa-2n-skx:
305       csit-vpp-perf-report-iterative-2101-2n-skx:
306         - 63  # rls2101.rel NDRPDR iter env 6
307         - 69  # rls2101.rel NDRPDR iter env 6
308         - 70  # rls2101.rel NDRPDR iter env 6
309         - 75  # rls2101.rel NDRPDR iter env 6
310         - 76  # rls2101.rel NDRPDR iter env 6
311         - 77  # rls2101.rel NDRPDR iter env 6
312         - 82  # rls2101.rel NDRPDR iter env 6
313         - 85  # rls2101.rel NDRPDR iter env 6
314         - 86  # rls2101.rel NDRPDR iter env 6
315         - 94  # rls2101.rel NDRPDR iter env 6
316         - 89  # rls2101.rel NDRPDR iter RND env 6
317         - 90  # rls2101.rel NDRPDR iter RND env 6
318         - 91  # rls2101.rel NDRPDR iter RND env 6
319         - 92  # rls2101.rel NDRPDR iter RND env 6
320         - 93  # rls2101.rel NDRPDR iter RND env 6
321         - 96  # rls2101.rel NDRPDR iter RND env 6
322         - 98  # rls2101.rel NDRPDR iter RND env 6
323         - 99  # rls2101.rel NDRPDR iter RND env 6
324         - 101 # rls2101.rel NDRPDR iter RND env 6
325         - 102 # rls2101.rel NDRPDR iter RND env 6
326
327     plot-vpp-hdrh-lat-2n-skx:
328       csit-vpp-perf-report-iterative-2101-2n-skx:
329         - 94  # rls2101.rel NDRPDR iter env 6
330
331     plot-vpp-hdrh-lat-2n-skx-rnd:
332       csit-vpp-perf-report-iterative-2101-2n-skx:
333         - 89  # rls2101.rel NDRPDR iter RND env 6
334
335     plot-vpp-soak-2n-skx:
336       csit-vpp-perf-report-iterative-2101-2n-skx:
337         - 68  # rls2101.rel soak env 6
338         - 73  # rls2101.rel soak env 6
339
340     plot-vpp-nfv-2n-skx-ndrpdr:
341       csit-vpp-perf-report-iterative-2101-2n-skx:
342         - 67  # rls2101.rel NDRPDR nf-density iter env 6
343         - 72  # rls2101.rel NDRPDR nf-density iter env 6
344         - 79  # rls2101.rel NDRPDR nf-density iter env 6
345         - 83  # rls2101.rel NDRPDR nf-density iter env 6
346         - 88  # rls2101.rel NDRPDR nf-density iter env 6
347         - 97  # rls2101.rel NDRPDR nf-density iter env 6
348         - 103 # rls2101.rel NDRPDR nf-density iter env 6
349
350     plot-vpp-nfv-2n-skx-mrr:
351       csit-vpp-perf-report-iterative-2101-2n-skx:
352         - 65  # rls2101.rel MRR nf-density iter env 6
353
354     plot-vpp-nfv-reconf-2n-skx:
355       csit-vpp-perf-report-iterative-2101-2n-skx:
356         - 64  # rls2101.rel NDRPDR reconf iter env 6
357         - 66  # rls2101.rel NDRPDR reconf iter env 6
358         - 71  # rls2101.rel NDRPDR reconf iter env 6
359         - 74  # rls2101.rel NDRPDR reconf iter env 6
360         - 78  # rls2101.rel NDRPDR reconf iter env 6
361         - 87  # rls2101.rel NDRPDR reconf iter env 6
362         - 95  # rls2101.rel NDRPDR reconf iter env 6
363         - 100 # rls2101.rel NDRPDR reconf iter env 6
364         - 104 # rls2101.rel NDRPDR reconf iter env 6
365         - 106 # rls2101.rel NDRPDR reconf iter env 6
366
367     plot-dpdk-throughput-latency-2n-skx:
368       csit-dpdk-perf-report-iterative-2101-2n-skx:
369         - 11  # rls2101 NDRPDR iter env 6
370         - 12  # rls2101 NDRPDR iter env 6
371         - 13  # rls2101 NDRPDR iter env 6
372         - 14  # rls2101 NDRPDR iter env 6
373         - 15  # rls2101 NDRPDR iter env 6
374         - 17  # rls2101 NDRPDR iter env 6
375         - 18  # rls2101 NDRPDR iter env 6
376         - 19  # rls2101 NDRPDR iter env 6
377         - 20  # rls2101 NDRPDR iter env 6
378         - 21  # rls2101 NDRPDR iter env 6
379
380     plot-dpdk-hdrh-lat-2n-skx:
381       csit-dpdk-perf-report-iterative-2101-2n-skx:
382         - 11  # rls2101 NDRPDR iter env 6
383
384     # 2n-zn2
385
386     plot-vpp-throughput-lat-tsa-2n-zn2:
387       csit-vpp-perf-report-iterative-2101-2n-zn2:
388         - 31  # rls2101.rel NDRPDR iter env 6
389         - 32  # rls2101.rel NDRPDR iter env 6
390         - 33  # rls2101.rel NDRPDR iter env 6
391         - 34  # rls2101.rel NDRPDR iter env 6
392         - 35  # rls2101.rel NDRPDR iter env 6
393         - 37  # rls2101.rel NDRPDR iter env 6
394         - 38  # rls2101.rel NDRPDR iter env 6
395         - 40  # rls2101.rel NDRPDR iter RND env 6
396         - 41  # rls2101.rel NDRPDR iter RND env 6
397         - 42  # rls2101.rel NDRPDR iter RND env 6
398         - 43  # rls2101.rel NDRPDR iter RND env 6
399         - 45  # rls2101.rel NDRPDR iter RND env 6
400
401     plot-vpp-hdrh-lat-2n-zn2:
402       csit-vpp-perf-report-iterative-2101-2n-zn2:
403         - 31  # rls2101.rel NDRPDR iter env 6
404
405     plot-vpp-hdrh-lat-2n-zn2-rnd:
406       csit-vpp-perf-report-iterative-2101-2n-zn2:
407         - 40  # rls2101.rel NDRPDR iter RND env 6
408
409     plot-dpdk-throughput-latency-2n-zn2:
410       csit-dpdk-perf-report-iterative-2101-2n-zn2:
411         - 11  # rls2101 NDRPDR iter env 6
412         - 12  # rls2101 NDRPDR iter env 6
413         - 13  # rls2101 NDRPDR iter env 6
414         - 14  # rls2101 NDRPDR iter env 6
415         - 16  # rls2101 NDRPDR iter env 6
416         - 17  # rls2101 NDRPDR iter env 6
417         - 18  # rls2101 NDRPDR iter env 6
418         - 19  # rls2101 NDRPDR iter env 6
419         - 20  # rls2101 NDRPDR iter env 6
420         - 21  # rls2101 NDRPDR iter env 6
421
422     plot-dpdk-hdrh-lat-2n-zn2:
423       csit-dpdk-perf-report-iterative-2101-2n-zn2:
424         - 11  # rls2101 NDRPDR iter env 6
425
426     # 2n-clx
427
428     plot-vpp-throughput-lat-tsa-2n-clx:
429       csit-vpp-perf-report-iterative-2101-2n-clx:
430         - 54  # rls2101.rel NDRPDR iter env 6
431         - 59  # rls2101.rel NDRPDR iter env 6
432         - 60  # rls2101.rel NDRPDR iter env 6
433         - 63  # rls2101.rel NDRPDR iter env 6
434         - 66  # rls2101.rel NDRPDR iter env 6
435         - 68  # rls2101.rel NDRPDR iter env 6
436         - 73  # rls2101.rel NDRPDR iter env 6
437         - 75  # rls2101.rel NDRPDR iter env 6
438         - 87  # rls2101.rel NDRPDR iter RND env 6
439
440     plot-vpp-hdrh-lat-2n-clx:
441       csit-vpp-perf-report-iterative-2101-2n-clx:
442         - 75  # rls2101.rel NDRPDR iter env 6
443
444     plot-vpp-hdrh-lat-2n-clx-rnd:
445       csit-vpp-perf-report-iterative-2101-2n-clx:
446         - 87  # rls2101.rel NDRPDR iter RND env 6
447
448     plot-vpp-nfv-2n-clx-ndrpdr:
449       csit-vpp-perf-report-iterative-2101-2n-clx:
450         - 57  # rls2101.rel NDRPDR nf-density iter env 6
451         - 62  # rls2101.rel NDRPDR nf-density iter env 6
452         - 70  # rls2101.rel NDRPDR nf-density iter env 6
453         - 71  # rls2101.rel NDRPDR nf-density iter env 6
454         - 82  # rls2101.rel NDRPDR nf-density iter env 6
455
456     plot-vpp-nfv-2n-clx-mrr:
457       csit-vpp-perf-report-iterative-2101-2n-clx:
458         - 72  # rls2101.rel MRR nf-density iter env 6
459
460     plot-vpp-nfv-reconf-2n-clx:
461       csit-vpp-perf-report-iterative-2101-2n-clx:
462         - 55  # rls2101.rel NDRPDR reconf iter env 6
463         - 64  # rls2101.rel NDRPDR reconf iter env 6
464         - 76  # rls2101.rel NDRPDR reconf iter env 6
465
466     plot-vpp-soak-2n-clx:
467       csit-vpp-perf-report-iterative-2101-2n-clx:
468         - 58  # rls2101.rel soak env 6
469         - 61  # rls2101.rel soak env 6
470
471     plot-dpdk-throughput-latency-2n-clx:
472       csit-dpdk-perf-report-iterative-2101-2n-clx:
473         - 12  # rls2101 NDRPDR iter env 6
474         - 13  # rls2101 NDRPDR iter env 6
475         - 14  # rls2101 NDRPDR iter env 6
476         - 18  # rls2101 NDRPDR iter env 6
477         - 22  # rls2101 NDRPDR iter env 6
478
479     plot-dpdk-hdrh-lat-2n-clx:
480       csit-dpdk-perf-report-iterative-2101-2n-clx:
481         - 12  # rls2101 NDRPDR iter env 6
482
483     # 3n-tsh
484
485     plot-vpp-throughput-lat-tsa-3n-tsh:
486       csit-vpp-perf-report-iterative-2101-3n-tsh:
487         - 23  # rls2101.rel NDRPDR iter env 6
488         - 24  # rls2101.rel NDRPDR iter env 6
489         - 25  # rls2101.rel NDRPDR iter env 6
490         - 26  # rls2101.rel NDRPDR iter env 6
491         - 27  # rls2101.rel NDRPDR iter env 6
492         - 28  # rls2101.rel NDRPDR iter env 6
493
494     plot-vpp-hdrh-lat-3n-tsh:
495       csit-vpp-perf-report-iterative-2101-3n-tsh:
496         - 23  # rls2101.rel NDRPDR iter env 6
497
498     plot-dpdk-throughput-latency-3n-tsh:
499       csit-dpdk-perf-report-iterative-2101-3n-tsh:
500         - 11  # rls2101 NDRPDR iter env 6
501         - 12  # rls2101 NDRPDR iter env 6
502         - 13  # rls2101 NDRPDR iter env 6
503         - 14  # rls2101 NDRPDR iter env 6
504         - 16  # rls2101 NDRPDR iter env 6
505         - 17  # rls2101 NDRPDR iter env 6
506         - 18  # rls2101 NDRPDR iter env 6
507         - 19  # rls2101 NDRPDR iter env 6
508         - 20  # rls2101 NDRPDR iter env 6
509         - 21  # rls2101 NDRPDR iter env 6
510
511     plot-dpdk-hdrh-lat-3n-tsh:
512       csit-dpdk-perf-report-iterative-2101-3n-tsh:
513         - 21  # rls2101 NDRPDR iter env 6
514
515     # 2n-tx2
516
517     plot-vpp-throughput-lat-tsa-2n-tx2:
518       csit-vpp-perf-report-iterative-2101-2n-tx2:
519         - 22  # rls2101.rel NDRPDR iter env 6
520         - 23  # rls2101.rel NDRPDR iter env 6
521         - 24  # rls2101.rel NDRPDR iter env 6
522         - 25  # rls2101.rel NDRPDR iter env 6
523         - 26  # rls2101.rel NDRPDR iter env 6
524         - 27  # rls2101.rel NDRPDR iter env 6
525         - 28  # rls2101.rel NDRPDR iter env 6
526         - 29  # rls2101.rel NDRPDR iter env 6
527         - 30  # rls2101.rel NDRPDR iter env 6
528         - 31  # rls2101.rel NDRPDR iter env 6
529
530     plot-vpp-hdrh-lat-2n-tx2:
531       csit-vpp-perf-report-iterative-2101-2n-tx2:
532         - 29  # rls2101.rel NDRPDR iter env 6
533
534     plot-dpdk-throughput-latency-2n-tx2:
535       csit-dpdk-perf-report-iterative-2101-2n-tx2:
536         - 4   # rls2101 NDRPDR iter env 6
537         - 6   # rls2101 NDRPDR iter env 6
538         - 7   # rls2101 NDRPDR iter env 6
539         - 8   # rls2101 NDRPDR iter env 6
540         - 9   # rls2101 NDRPDR iter env 6
541         - 10  # rls2101 NDRPDR iter env 6
542         - 11  # rls2101 NDRPDR iter env 6
543         - 12  # rls2101 NDRPDR iter env 6
544         - 13  # rls2101 NDRPDR iter env 6
545         - 14  # rls2101 NDRPDR iter env 6
546
547     plot-dpdk-hdrh-lat-2n-tx2:
548       csit-dpdk-perf-report-iterative-2101-2n-tx2:
549         - 4   # rls2101 NDRPDR iter env 6
550
551     # 3n-dnv
552
553     plot-vpp-throughput-lat-tsa-3n-dnv:
554       csit-vpp-perf-report-iterative-2101-3n-dnv:
555         - 33  # rls2101.rel NDRPDR iter env 6
556         - 34  # rls2101.rel NDRPDR iter env 6
557         - 35  # rls2101.rel NDRPDR iter env 6
558         - 36  # rls2101.rel NDRPDR iter env 6
559         - 37  # rls2101.rel NDRPDR iter env 6
560         - 38  # rls2101.rel NDRPDR iter env 6
561         - 39  # rls2101.rel NDRPDR iter env 6
562         - 40  # rls2101.rel NDRPDR iter env 6
563         - 41  # rls2101.rel NDRPDR iter env 6
564         - 42  # rls2101.rel NDRPDR iter env 6
565         - 43  # rls2101.rel NDRPDR iter RND env 6
566         - 44  # rls2101.rel NDRPDR iter RND env 6
567         - 45  # rls2101.rel NDRPDR iter RND env 6
568         - 46  # rls2101.rel NDRPDR iter RND env 6
569         - 47  # rls2101.rel NDRPDR iter RND env 6
570         - 48  # rls2101.rel NDRPDR iter RND env 6
571         - 49  # rls2101.rel NDRPDR iter RND env 6
572         - 50  # rls2101.rel NDRPDR iter RND env 6
573         - 51  # rls2101.rel NDRPDR iter RND env 6
574         - 52  # rls2101.rel NDRPDR iter RND env 6
575
576 #    plot-dpdk-throughput-latency-3n-dnv:
577 #      # No data
578 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
579
580     # 2n-dnv
581
582     plot-vpp-throughput-lat-tsa-2n-dnv:
583       csit-vpp-perf-report-iterative-2101-2n-dnv:
584         - 32  # rls2101.rel NDRPDR iter env 6
585         - 33  # rls2101.rel NDRPDR iter env 6
586         - 34  # rls2101.rel NDRPDR iter env 6
587         - 35  # rls2101.rel NDRPDR iter env 6
588         - 39  # rls2101.rel NDRPDR iter env 6
589         - 41  # rls2101.rel NDRPDR iter env 6
590         - 42  # rls2101.rel NDRPDR iter env 6
591         - 43  # rls2101.rel NDRPDR iter env 6
592         - 44  # rls2101.rel NDRPDR iter env 6
593         - 45  # rls2101.rel NDRPDR iter env 6
594         - 46  # rls2101.rel NDRPDR iter RND env 6
595         - 47  # rls2101.rel NDRPDR iter RND env 6
596         - 48  # rls2101.rel NDRPDR iter RND env 6
597         - 49  # rls2101.rel NDRPDR iter RND env 6
598         - 50  # rls2101.rel NDRPDR iter RND env 6
599         - 51  # rls2101.rel NDRPDR iter RND env 6
600         - 52  # rls2101.rel NDRPDR iter RND env 6
601         - 53  # rls2101.rel NDRPDR iter RND env 6
602         - 54  # rls2101.rel NDRPDR iter RND env 6
603         - 55  # rls2101.rel NDRPDR iter RND env 6
604
605 #    plot-dpdk-throughput-latency-2n-dnv:
606 #      # No data
607 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
608
609     ###########################################################################
610     # Simple tables (only one data set):
611
612     # NIC Comparisons
613
614     vpp-nic-comparison-3n-skx:
615       csit-vpp-perf-report-iterative-2101-3n-skx:
616         - 36  # rls2101.rel NDRPDR iter env 6
617         - 37  # rls2101.rel NDRPDR iter env 6
618         - 38  # rls2101.rel NDRPDR iter env 6
619         - 39  # rls2101.rel NDRPDR iter env 6
620         - 40  # rls2101.rel NDRPDR iter env 6
621         - 41  # rls2101.rel NDRPDR iter env 6
622         - 42  # rls2101.rel NDRPDR iter env 6
623         - 47  # rls2101.rel NDRPDR iter env 6
624         - 48  # rls2101.rel NDRPDR iter env 6
625
626     vpp-nic-comparison-2n-skx:
627       csit-vpp-perf-report-iterative-2101-2n-skx:
628         - 63  # rls2101.rel NDRPDR iter env 6
629         - 69  # rls2101.rel NDRPDR iter env 6
630         - 70  # rls2101.rel NDRPDR iter env 6
631         - 75  # rls2101.rel NDRPDR iter env 6
632         - 76  # rls2101.rel NDRPDR iter env 6
633         - 77  # rls2101.rel NDRPDR iter env 6
634         - 82  # rls2101.rel NDRPDR iter env 6
635         - 85  # rls2101.rel NDRPDR iter env 6
636         - 86  # rls2101.rel NDRPDR iter env 6
637         - 94  # rls2101.rel NDRPDR iter env 6
638         - 89  # rls2101.rel NDRPDR iter RND env 6
639         - 90  # rls2101.rel NDRPDR iter RND env 6
640         - 91  # rls2101.rel NDRPDR iter RND env 6
641         - 92  # rls2101.rel NDRPDR iter RND env 6
642         - 93  # rls2101.rel NDRPDR iter RND env 6
643         - 96  # rls2101.rel NDRPDR iter RND env 6
644         - 98  # rls2101.rel NDRPDR iter RND env 6
645         - 99  # rls2101.rel NDRPDR iter RND env 6
646         - 101 # rls2101.rel NDRPDR iter RND env 6
647         - 102 # rls2101.rel NDRPDR iter RND env 6
648
649     vpp-nic-comparison-3n-skx-mrr:
650       csit-vpp-perf-report-iterative-2101-3n-skx:
651         - 35  # rls2101.rel MRR iter env 6
652
653     vpp-nic-comparison-2n-skx-mrr:
654       csit-vpp-perf-report-iterative-2101-2n-skx:
655         - 62  # rls2101.rel MRR iter env 6
656
657     # Results
658
659     vpp-perf-results-3n-hsw:
660       csit-vpp-perf-report-coverage-2101-3n-hsw:
661         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
662         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
663         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
664         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
665         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
666         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
667         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
668         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
669         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
670         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
671         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
672         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
673         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
674         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
675         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
676         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
677         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
678         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
679         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
680         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
681         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
682         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
683         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
684         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
685         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
686         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
687         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
688         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
689         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
690         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
691         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
692         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
693         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
694         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
695         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
696
697     vpp-perf-results-3n-skx:
698       # csit-vpp-perf-report-coverage-2101-3n-skx:
699       csit-vpp-perf-report-iterative-2101-3n-skx:
700         - 36  # rls2101.rel NDRPDR iter env 6
701
702     vpp-perf-results-2n-skx:
703       # csit-vpp-perf-report-coverage-2101-2n-skx:
704       csit-vpp-perf-report-iterative-2101-2n-skx:
705         - 94  # rls2101.rel NDRPDR iter env 6
706
707     vpp-perf-results-2n-zn2:
708       csit-vpp-perf-report-iterative-2101-2n-zn2:
709         - 31  # rls2101.rel NDRPDR iter env 6
710
711     vpp-perf-results-2n-clx:
712       # csit-vpp-perf-report-coverage-2101-2n-clx:
713       csit-vpp-perf-report-iterative-2101-2n-clx:
714         - 75  # rls2101.rel NDRPDR iter env 6
715
716     vpp-perf-results-3n-tsh:
717       csit-vpp-perf-report-iterative-2101-3n-tsh:
718         - 23  # rls2101.rel NDRPDR iter env 6
719
720     vpp-perf-results-2n-tx2:
721       csit-vpp-perf-report-iterative-2101-2n-tx2:
722         - 29  # rls2101.rel NDRPDR iter env 6
723
724     vpp-perf-results-3n-dnv:
725       csit-vpp-perf-report-coverage-2101-3n-dnv:
726         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
727         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
728         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
729         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
730         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
731         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
732         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
733         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
734         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
735
736     vpp-perf-results-2n-dnv:
737       csit-vpp-perf-report-coverage-2101-2n-dnv:
738         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
739         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
740         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
741         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
742         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
743         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
744
745     vpp-mrr-results-3n-hsw:
746       csit-vpp-perf-report-iterative-2101-3n-hsw:
747         - 63  # rls2101.rel MRR iter env 6
748
749     vpp-mrr-results-3n-skx:
750       csit-vpp-perf-report-iterative-2101-3n-skx:
751         - 35  # rls2101.rel MRR iter env 6
752
753     vpp-mrr-results-2n-skx:
754       csit-vpp-perf-report-iterative-2101-2n-skx:
755         - 62  # rls2101.rel MRR iter env 6
756
757     vpp-mrr-results-2n-zn2:
758       csit-vpp-perf-report-iterative-2101-2n-zn2:
759         - 30  # rls2101.rel MRR iter env 6
760
761     vpp-mrr-results-2n-clx:
762       csit-vpp-perf-report-iterative-2101-2n-clx:
763         - 53  # rls2101.rel MRR iter env 6
764
765     vpp-mrr-results-3n-tsh:
766       csit-vpp-perf-report-iterative-2101-3n-tsh:
767         - 22  # rls2101.rel MRR iter env 6
768
769     vpp-mrr-results-2n-tx2:
770       csit-vpp-perf-report-iterative-2101-2n-tx2:
771         - 21  # rls2101.rel MRR iter env 6
772
773     vpp-mrr-results-3n-dnv:
774       csit-vpp-perf-report-iterative-2101-3n-dnv:
775         - 32  # rls2101.rel MRR iter env 6
776
777     vpp-mrr-results-2n-dnv:
778       csit-vpp-perf-report-iterative-2101-2n-dnv:
779         - 31  # rls2101.rel MRR iter env 6
780
781     vpp-device-results-ubuntu:
782       csit-vpp-device-2101-ubuntu1804-1n-skx:
783         - 358  # rls2101.rel VPP DEV env 6
784
785     dpdk-perf-results-3n-hsw:
786       csit-dpdk-perf-report-iterative-2101-3n-hsw:
787         - 11  # rls2101 NDRPDR iter env 6
788
789     dpdk-perf-results-3n-skx:
790       csit-dpdk-perf-report-iterative-2101-3n-skx:
791         - 12  # rls2101 NDRPDR iter env 6
792
793     dpdk-perf-results-2n-skx:
794       csit-dpdk-perf-report-iterative-2101-2n-skx:
795         - 11  # rls2101 NDRPDR iter env 6
796
797     dpdk-perf-results-2n-zn2:
798       csit-dpdk-perf-report-iterative-2101-2n-zn2:
799         - 11  # rls2101 NDRPDR iter env 6
800
801     dpdk-perf-results-2n-clx:
802       csit-dpdk-perf-report-iterative-2101-2n-clx:
803         - 12  # rls2101 NDRPDR iter env 6
804
805 #    dpdk-perf-results-2n-dnv:
806 #      # No data
807 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
808
809 #    dpdk-perf-results-3n-dnv:
810 #      # No data
811 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
812
813     dpdk-perf-results-3n-tsh:
814       csit-dpdk-perf-report-iterative-2101-3n-tsh:
815         - 21  # rls2101 NDRPDR iter env 6
816
817     dpdk-perf-results-2n-tx2:
818       csit-dpdk-perf-report-iterative-2101-2n-tx2:
819         - 4   # rls2101 NDRPDR iter env 6
820
821 ###########################################################################
822     # Tables (more than one data set)
823
824     # Performance changes
825
826     vpp-performance-changes-3n-hsw-h1:
827       csit-vpp-perf-report-iterative-2009-3n-hsw:
828         - 9   # rls2005 NDRPDR iter env 5
829         - 10  # rls2005 NDRPDR iter env 5
830         - 11  # rls2005 NDRPDR iter env 5
831         - 12  # rls2005 NDRPDR iter env 5
832         - 13  # rls2005 NDRPDR iter env 5
833         - 14  # rls2005 NDRPDR iter env 5
834         - 15  # rls2005 NDRPDR iter env 5
835         - 16  # rls2005 NDRPDR iter env 5
836         - 17  # rls2005 NDRPDR iter env 5
837         - 19  # rls2005 NDRPDR iter env 5
838     vpp-performance-changes-3n-hsw-ref-env-old:
839       csit-vpp-perf-report-iterative-2009-3n-hsw:
840         - 21  # rls2009 NDRPDR iter env 5
841         - 22  # rls2009 NDRPDR iter env 5
842         - 24  # rls2009 NDRPDR iter env 5
843         - 25  # rls2009 NDRPDR iter env 5
844         - 26  # rls2009 NDRPDR iter env 5
845         - 27  # rls2009 NDRPDR iter env 5
846         - 28  # rls2009 NDRPDR iter env 5
847         - 29  # rls2009 NDRPDR iter env 5
848         - 30  # rls2009 NDRPDR iter env 5
849         - 31  # rls2009 NDRPDR iter env 5
850     vpp-performance-changes-3n-hsw-ref-env-new:
851       csit-vpp-perf-report-iterative-2101-3n-hsw:
852         - 19  # rls2009 NDRPDR iter env 6
853         - 20  # rls2009 NDRPDR iter env 6
854         - 21  # rls2009 NDRPDR iter env 6
855         - 22  # rls2009 NDRPDR iter env 6
856         - 23  # rls2009 NDRPDR iter env 6
857         - 24  # rls2009 NDRPDR iter env 6
858         - 25  # rls2009 NDRPDR iter env 6
859         - 26  # rls2009 NDRPDR iter env 6
860         - 27  # rls2009 NDRPDR iter env 6
861         - 28  # rls2009 NDRPDR iter env 6
862     vpp-performance-changes-3n-hsw-cmp:
863       csit-vpp-perf-report-iterative-2101-3n-hsw:
864         - 64  # rls2101.rel NDRPDR iter env 6
865         - 71  # rls2101.rel NDRPDR iter env 6
866         - 73  # rls2101.rel NDRPDR iter env 6
867         - 74  # rls2101.rel NDRPDR iter env 6
868         - 80  # rls2101.rel NDRPDR iter env 6
869         - 81  # rls2101.rel NDRPDR iter env 6
870         - 82  # rls2101.rel NDRPDR iter env 6
871         - 83  # rls2101.rel NDRPDR iter env 6
872         - 88  # rls2101.rel NDRPDR iter env 6
873         - 89  # rls2101.rel NDRPDR iter env 6
874         - 128 # rls2101.rel NDRPDR iter RND env 6
875         - 129 # rls2101.rel NDRPDR iter RND env 6
876         - 130 # rls2101.rel NDRPDR iter RND env 6
877         - 131 # rls2101.rel NDRPDR iter RND env 6
878         - 132 # rls2101.rel NDRPDR iter RND env 6
879         - 133 # rls2101.rel NDRPDR iter RND env 6
880         - 134 # rls2101.rel NDRPDR iter RND env 6
881         - 135 # rls2101.rel NDRPDR iter RND env 6
882         - 136 # rls2101.rel NDRPDR iter RND env 6
883         - 137 # rls2101.rel NDRPDR iter RND env 6
884
885     vpp-performance-changes-3n-skx-h1:
886       csit-vpp-perf-report-iterative-2009-3n-skx:
887         - 13  # rls2005 NDRPDR iter env 5
888         - 18  # rls2005 NDRPDR iter env 5
889         - 19  # rls2005 NDRPDR iter env 5
890         - 41  # rls2005 NDRPDR iter env 5
891         - 43  # rls2005 NDRPDR iter env 5
892         - 44  # rls2005 NDRPDR iter env 5
893         - 45  # rls2005 NDRPDR iter env 5
894         - 46  # rls2005 NDRPDR iter env 5
895         - 48  # rls2005 NDRPDR iter env 5
896         - 49  # rls2005 NDRPDR iter env 5
897     vpp-performance-changes-3n-skx-ref-env-old:
898       csit-vpp-perf-report-iterative-2009-3n-skx:
899         - 26  # rls2009 NDRPDR iter env 5
900         - 27  # rls2009 NDRPDR iter env 5
901         - 28  # rls2009 NDRPDR iter env 5
902         - 29  # rls2009 NDRPDR iter env 5
903         - 35  # rls2009 NDRPDR iter env 5
904         - 36  # rls2009 NDRPDR iter env 5
905         - 37  # rls2009 NDRPDR iter env 5
906         - 38  # rls2009 NDRPDR iter env 5
907         - 39  # rls2009 NDRPDR iter env 5
908         - 40  # rls2009 NDRPDR iter env 5
909     vpp-performance-changes-3n-skx-ref-env-new:
910       csit-vpp-perf-report-iterative-2101-3n-skx:
911         - 14  # rls2009 NDRPDR iter env 6
912         - 15  # rls2009 NDRPDR iter env 6
913         - 16  # rls2009 NDRPDR iter env 6
914         - 17  # rls2009 NDRPDR iter env 6
915         - 18  # rls2009 NDRPDR iter env 6
916         - 25  # rls2009 NDRPDR iter env 6
917         - 26  # rls2009 NDRPDR iter env 6
918         - 27  # rls2009 NDRPDR iter env 6
919         - 29  # rls2009 NDRPDR iter env 6
920         - 31  # rls2009 NDRPDR iter env 6
921     vpp-performance-changes-3n-skx-cmp:
922       csit-vpp-perf-report-iterative-2101-3n-skx:
923         - 36  # rls2101.rel NDRPDR iter env 6
924         - 37  # rls2101.rel NDRPDR iter env 6
925         - 38  # rls2101.rel NDRPDR iter env 6
926         - 39  # rls2101.rel NDRPDR iter env 6
927         - 40  # rls2101.rel NDRPDR iter env 6
928         - 41  # rls2101.rel NDRPDR iter env 6
929         - 42  # rls2101.rel NDRPDR iter env 6
930         - 47  # rls2101.rel NDRPDR iter env 6
931         - 48  # rls2101.rel NDRPDR iter env 6
932
933     vpp-performance-changes-2n-skx-h1:
934       csit-vpp-perf-report-iterative-2009-2n-skx:
935         - 13  # rls2005 NDRPDR iter env 5
936         - 16  # rls2005 NDRPDR iter env 5
937         - 17  # rls2005 NDRPDR iter env 5
938         - 18  # rls2005 NDRPDR iter env 5
939         - 19  # rls2005 NDRPDR iter env 5
940         - 21  # rls2005 NDRPDR iter env 5
941         - 22  # rls2005 NDRPDR iter env 5
942         - 23  # rls2005 NDRPDR iter env 5
943         - 24  # rls2005 NDRPDR iter env 5
944         - 25  # rls2005 NDRPDR iter env 5
945     vpp-performance-changes-2n-skx-ref-env-old:
946       csit-vpp-perf-report-iterative-2009-2n-skx:
947         - 35  # rls2009 NDRPDR iter env 5
948         - 36  # rls2009 NDRPDR iter env 5
949         - 37  # rls2009 NDRPDR iter env 5
950         - 39  # rls2009 NDRPDR iter env 5
951         - 40  # rls2009 NDRPDR iter env 5
952         - 42  # rls2009 NDRPDR iter env 5
953         - 43  # rls2009 NDRPDR iter env 5
954         - 44  # rls2009 NDRPDR iter env 5
955         - 46  # rls2009 NDRPDR iter env 5
956         - 48  # rls2009 NDRPDR iter env 5
957         - 110 # rls2009 NDRPDR iter NAT44 env 5
958         - 111 # rls2009 NDRPDR iter NAT44 env 5
959         - 112 # rls2009 NDRPDR iter NAT44 env 5
960         - 113 # rls2009 NDRPDR iter NAT44 env 5
961         - 114 # rls2009 NDRPDR iter NAT44 env 5
962         - 115 # rls2009 NDRPDR iter NAT44 env 5
963         - 116 # rls2009 NDRPDR iter NAT44 env 5
964         - 118 # rls2009 NDRPDR iter NAT44 env 5
965         - 119 # rls2009 NDRPDR iter NAT44 env 5
966         - 121 # rls2009 NDRPDR iter NAT44 env 5
967     vpp-performance-changes-2n-skx-ref-env-new:
968       csit-vpp-perf-report-iterative-2101-2n-skx:
969         - 22  # rls2009 NDRPDR iter env 6
970         - 23  # rls2009 NDRPDR iter env 6
971         - 24  # rls2009 NDRPDR iter env 6
972         - 25  # rls2009 NDRPDR iter env 6
973         - 26  # rls2009 NDRPDR iter env 6
974         - 28  # rls2009 NDRPDR iter env 6
975         - 39  # rls2009 NDRPDR iter env 6
976         - 40  # rls2009 NDRPDR iter env 6
977         - 41  # rls2009 NDRPDR iter env 6
978         - 44  # rls2009 NDRPDR iter env 6
979     vpp-performance-changes-2n-skx-cmp:
980       csit-vpp-perf-report-iterative-2101-2n-skx:
981         - 63  # rls2101.rel NDRPDR iter env 6
982         - 69  # rls2101.rel NDRPDR iter env 6
983         - 70  # rls2101.rel NDRPDR iter env 6
984         - 75  # rls2101.rel NDRPDR iter env 6
985         - 76  # rls2101.rel NDRPDR iter env 6
986         - 77  # rls2101.rel NDRPDR iter env 6
987         - 82  # rls2101.rel NDRPDR iter env 6
988         - 85  # rls2101.rel NDRPDR iter env 6
989         - 86  # rls2101.rel NDRPDR iter env 6
990         - 94  # rls2101.rel NDRPDR iter env 6
991         - 89  # rls2101.rel NDRPDR iter RND env 6
992         - 90  # rls2101.rel NDRPDR iter RND env 6
993         - 91  # rls2101.rel NDRPDR iter RND env 6
994         - 92  # rls2101.rel NDRPDR iter RND env 6
995         - 93  # rls2101.rel NDRPDR iter RND env 6
996         - 96  # rls2101.rel NDRPDR iter RND env 6
997         - 98  # rls2101.rel NDRPDR iter RND env 6
998         - 99  # rls2101.rel NDRPDR iter RND env 6
999         - 101 # rls2101.rel NDRPDR iter RND env 6
1000         - 102 # rls2101.rel NDRPDR iter RND env 6
1001
1002     vpp-performance-changes-2n-clx-h1:
1003       csit-vpp-perf-report-iterative-2009-2n-clx:
1004         - 13  # rls2005 NDRPDR iter env 5
1005         - 15  # rls2005 NDRPDR iter env 5
1006         - 17  # rls2005 NDRPDR iter env 5
1007         - 18  # rls2005 NDRPDR iter env 5
1008         - 19  # rls2005 NDRPDR iter env 5
1009         - 20  # rls2005 NDRPDR iter env 5
1010         - 21  # rls2005 NDRPDR iter env 5
1011         - 22  # rls2005 NDRPDR iter env 5
1012         - 23  # rls2005 NDRPDR iter env 5
1013         - 24  # rls2005 NDRPDR iter env 5
1014     vpp-performance-changes-2n-clx-ref-env-old:
1015       csit-vpp-perf-report-iterative-2009-2n-clx:
1016         - 36  # rls2009 NDRPDR iter env 5
1017         - 39  # rls2009 NDRPDR iter env 5
1018         - 40  # rls2009 NDRPDR iter env 5
1019         - 65  # rls2009 NDRPDR iter env 5
1020         - 66  # rls2009 NDRPDR iter env 5
1021         - 79  # rls2009 NDRPDR iter env 5
1022         - 82  # rls2009 NDRPDR iter env 5
1023         - 88  # rls2009 NDRPDR iter env 5
1024         - 89  # rls2009 NDRPDR iter env 5
1025         - 90  # rls2009 NDRPDR iter env 5
1026         - 114 # rls2009 NDRPDR iter NAT44 env 5
1027         - 115 # rls2009 NDRPDR iter NAT44 env 5
1028         - 116 # rls2009 NDRPDR iter NAT44 env 5
1029         - 117 # rls2009 NDRPDR iter NAT44 env 5
1030         - 118 # rls2009 NDRPDR iter NAT44 env 5
1031         - 119 # rls2009 NDRPDR iter NAT44 env 5
1032         - 121 # rls2009 NDRPDR iter NAT44 env 5
1033         - 122 # rls2009 NDRPDR iter NAT44 env 5
1034         - 123 # rls2009 NDRPDR iter NAT44 env 5
1035         - 126 # rls2009 NDRPDR iter NAT44 env 5
1036     vpp-performance-changes-2n-clx-ref-env-new:
1037       csit-vpp-perf-report-iterative-2101-2n-clx:
1038         - 16  # rls2009 NDRPDR iter env 6
1039         - 17  # rls2009 NDRPDR iter env 6
1040         - 18  # rls2009 NDRPDR iter env 6
1041         - 19  # rls2009 NDRPDR iter env 6
1042         - 20  # rls2009 NDRPDR iter env 6
1043         - 21  # rls2009 NDRPDR iter env 6
1044         - 32  # rls2009 NDRPDR iter env 6
1045         - 33  # rls2009 NDRPDR iter env 6
1046         - 34  # rls2009 NDRPDR iter env 6
1047         - 35  # rls2009 NDRPDR iter env 6
1048     vpp-performance-changes-2n-clx-cmp:
1049       csit-vpp-perf-report-iterative-2101-2n-clx:
1050         - 54  # rls2101.rel NDRPDR iter env 6
1051         - 59  # rls2101.rel NDRPDR iter env 6
1052         - 60  # rls2101.rel NDRPDR iter env 6
1053         - 63  # rls2101.rel NDRPDR iter env 6
1054         - 66  # rls2101.rel NDRPDR iter env 6
1055         - 68  # rls2101.rel NDRPDR iter env 6
1056         - 73  # rls2101.rel NDRPDR iter env 6
1057         - 75  # rls2101.rel NDRPDR iter env 6
1058         - 87  # rls2101.rel NDRPDR iter RND env 6
1059
1060     vpp-performance-changes-2n-zn2-ref-env-old:
1061       csit-vpp-perf-report-iterative-2009-2n-zn2:
1062         - 17  # rls2009 NDRPDR iter env 5
1063         - 18  # rls2009 NDRPDR iter env 5
1064         - 31  # rls2009 NDRPDR iter env 5
1065         - 33  # rls2009 NDRPDR iter env 5
1066         - 34  # rls2009 NDRPDR iter env 5
1067     vpp-performance-changes-2n-zn2-ref-env-new:
1068       csit-vpp-perf-report-iterative-2101-2n-zn2:
1069         - 9   # rls2009 NDRPDR iter env 6
1070         - 10  # rls2009 NDRPDR iter env 6
1071         - 11  # rls2009 NDRPDR iter env 6
1072         - 12  # rls2009 NDRPDR iter env 6
1073         - 13  # rls2009 NDRPDR iter env 6
1074         - 20  # rls2009 NDRPDR iter env 6
1075         - 21  # rls2009 NDRPDR iter env 6
1076         - 22  # rls2009 NDRPDR iter env 6
1077         - 25  # rls2009 NDRPDR iter env 6
1078         - 26  # rls2009 NDRPDR iter env 6
1079     vpp-performance-changes-2n-zn2-cmp:
1080       csit-vpp-perf-report-iterative-2101-2n-zn2:
1081         - 31  # rls2101.rel NDRPDR iter env 6
1082         - 32  # rls2101.rel NDRPDR iter env 6
1083         - 33  # rls2101.rel NDRPDR iter env 6
1084         - 34  # rls2101.rel NDRPDR iter env 6
1085         - 35  # rls2101.rel NDRPDR iter env 6
1086         - 37  # rls2101.rel NDRPDR iter env 6
1087         - 38  # rls2101.rel NDRPDR iter env 6
1088         - 40  # rls2101.rel NDRPDR iter RND env 6
1089         - 41  # rls2101.rel NDRPDR iter RND env 6
1090         - 42  # rls2101.rel NDRPDR iter RND env 6
1091         - 43  # rls2101.rel NDRPDR iter RND env 6
1092         - 45  # rls2101.rel NDRPDR iter RND env 6
1093
1094     vpp-performance-changes-2n-dnv-h1:
1095       csit-vpp-perf-report-iterative-2009-2n-dnv:
1096         - 16  # rls2005 NDRPDR iter env 5
1097         - 17  # rls2005 NDRPDR iter env 5
1098         - 18  # rls2005 NDRPDR iter env 5
1099         - 19  # rls2005 NDRPDR iter env 5
1100         - 21  # rls2005 NDRPDR iter env 5
1101         - 24  # rls2005 NDRPDR iter env 5
1102         - 27  # rls2005 NDRPDR iter env 5
1103         - 28  # rls2005 NDRPDR iter env 5
1104         - 29  # rls2005 NDRPDR iter env 5
1105         - 30  # rls2005 NDRPDR iter env 5
1106     vpp-performance-changes-2n-dnv-ref-env-old:
1107       csit-vpp-perf-report-iterative-2009-2n-dnv:
1108         - 3   # rls2009 NDRPDR iter env 5
1109         - 5   # rls2009 NDRPDR iter env 5
1110         - 6   # rls2009 NDRPDR iter env 5
1111         - 7   # rls2009 NDRPDR iter env 5
1112         - 9   # rls2009 NDRPDR iter env 5
1113         - 10  # rls2009 NDRPDR iter env 5
1114         - 11  # rls2009 NDRPDR iter env 5
1115         - 12  # rls2009 NDRPDR iter env 5
1116         - 14  # rls2009 NDRPDR iter env 5
1117         - 15  # rls2009 NDRPDR iter env 5
1118     vpp-performance-changes-2n-dnv-ref-env-new:
1119       # TODO: Re-test in new env
1120       csit-vpp-perf-report-iterative-2009-2n-dnv:
1121         - 3   # rls2009 NDRPDR iter env 5
1122         - 5   # rls2009 NDRPDR iter env 5
1123         - 6   # rls2009 NDRPDR iter env 5
1124         - 7   # rls2009 NDRPDR iter env 5
1125         - 9   # rls2009 NDRPDR iter env 5
1126         - 10  # rls2009 NDRPDR iter env 5
1127         - 11  # rls2009 NDRPDR iter env 5
1128         - 12  # rls2009 NDRPDR iter env 5
1129         - 14  # rls2009 NDRPDR iter env 5
1130         - 15  # rls2009 NDRPDR iter env 5
1131     vpp-performance-changes-2n-dnv-cmp:
1132       csit-vpp-perf-report-iterative-2101-2n-dnv:
1133         - 32  # rls2101.rel NDRPDR iter env 6
1134         - 33  # rls2101.rel NDRPDR iter env 6
1135         - 34  # rls2101.rel NDRPDR iter env 6
1136         - 35  # rls2101.rel NDRPDR iter env 6
1137         - 39  # rls2101.rel NDRPDR iter env 6
1138         - 41  # rls2101.rel NDRPDR iter env 6
1139         - 42  # rls2101.rel NDRPDR iter env 6
1140         - 43  # rls2101.rel NDRPDR iter env 6
1141         - 44  # rls2101.rel NDRPDR iter env 6
1142         - 45  # rls2101.rel NDRPDR iter env 6
1143         - 46  # rls2101.rel NDRPDR iter RND env 6
1144         - 47  # rls2101.rel NDRPDR iter RND env 6
1145         - 48  # rls2101.rel NDRPDR iter RND env 6
1146         - 49  # rls2101.rel NDRPDR iter RND env 6
1147         - 50  # rls2101.rel NDRPDR iter RND env 6
1148         - 51  # rls2101.rel NDRPDR iter RND env 6
1149         - 52  # rls2101.rel NDRPDR iter RND env 6
1150         - 53  # rls2101.rel NDRPDR iter RND env 6
1151         - 54  # rls2101.rel NDRPDR iter RND env 6
1152         - 55  # rls2101.rel NDRPDR iter RND env 6
1153
1154     vpp-performance-changes-3n-dnv-h1:
1155       csit-vpp-perf-report-iterative-2009-3n-dnv:
1156         - 16  # rls2005 NDRPDR iter env 5
1157         - 23  # rls2005 NDRPDR iter env 5
1158         - 25  # rls2005 NDRPDR iter env 5
1159         - 26  # rls2005 NDRPDR iter env 5
1160         - 27  # rls2005 NDRPDR iter env 5
1161         - 28  # rls2005 NDRPDR iter env 5
1162         - 29  # rls2005 NDRPDR iter env 5
1163         - 30  # rls2005 NDRPDR iter env 5
1164         - 31  # rls2005 NDRPDR iter env 5
1165         - 32  # rls2005 NDRPDR iter env 5
1166     vpp-performance-changes-3n-dnv-ref-env-old:
1167       csit-vpp-perf-report-iterative-2009-3n-dnv:
1168         - 3   # rls2009 NDRPDR iter env 5
1169         - 6   # rls2009 NDRPDR iter env 5
1170         - 7   # rls2009 NDRPDR iter env 5
1171         - 8   # rls2009 NDRPDR iter env 5
1172         - 10  # rls2009 NDRPDR iter env 5
1173         - 11  # rls2009 NDRPDR iter env 5
1174         - 12  # rls2009 NDRPDR iter env 5
1175         - 14  # rls2009 NDRPDR iter env 5
1176         - 15  # rls2009 NDRPDR iter env 5
1177         - 24  # rls2009 NDRPDR iter env 5
1178     vpp-performance-changes-3n-dnv-ref-env-new:
1179       # TODO: Re-test in new env
1180       csit-vpp-perf-report-iterative-2009-3n-dnv:
1181         - 3   # rls2009 NDRPDR iter env 5
1182         - 6   # rls2009 NDRPDR iter env 5
1183         - 7   # rls2009 NDRPDR iter env 5
1184         - 8   # rls2009 NDRPDR iter env 5
1185         - 10  # rls2009 NDRPDR iter env 5
1186         - 11  # rls2009 NDRPDR iter env 5
1187         - 12  # rls2009 NDRPDR iter env 5
1188         - 14  # rls2009 NDRPDR iter env 5
1189         - 15  # rls2009 NDRPDR iter env 5
1190         - 24  # rls2009 NDRPDR iter env 5
1191     vpp-performance-changes-3n-dnv-cmp:
1192       csit-vpp-perf-report-iterative-2101-3n-dnv:
1193         - 33  # rls2101.rel NDRPDR iter env 6
1194         - 34  # rls2101.rel NDRPDR iter env 6
1195         - 35  # rls2101.rel NDRPDR iter env 6
1196         - 36  # rls2101.rel NDRPDR iter env 6
1197         - 37  # rls2101.rel NDRPDR iter env 6
1198         - 38  # rls2101.rel NDRPDR iter env 6
1199         - 39  # rls2101.rel NDRPDR iter env 6
1200         - 40  # rls2101.rel NDRPDR iter env 6
1201         - 41  # rls2101.rel NDRPDR iter env 6
1202         - 42  # rls2101.rel NDRPDR iter env 6
1203         - 43  # rls2101.rel NDRPDR iter RND env 6
1204         - 44  # rls2101.rel NDRPDR iter RND env 6
1205         - 45  # rls2101.rel NDRPDR iter RND env 6
1206         - 46  # rls2101.rel NDRPDR iter RND env 6
1207         - 47  # rls2101.rel NDRPDR iter RND env 6
1208         - 48  # rls2101.rel NDRPDR iter RND env 6
1209         - 49  # rls2101.rel NDRPDR iter RND env 6
1210         - 50  # rls2101.rel NDRPDR iter RND env 6
1211         - 51  # rls2101.rel NDRPDR iter RND env 6
1212         - 52  # rls2101.rel NDRPDR iter RND env 6
1213
1214     vpp-performance-changes-3n-tsh-h1:
1215       csit-vpp-perf-report-iterative-2009-3n-tsh:
1216         - 8   # rls2005 NDRPDR iter env 5
1217         - 11  # rls2005 NDRPDR iter env 5
1218         - 12  # rls2005 NDRPDR iter env 5
1219         - 24  # rls2005 NDRPDR iter env 5
1220         - 27  # rls2005 NDRPDR iter env 5
1221         - 29  # rls2005 NDRPDR iter env 5
1222         - 31  # rls2005 NDRPDR iter env 5
1223         - 39  # rls2005 NDRPDR iter env 5
1224         - 40  # rls2005 NDRPDR iter env 5
1225         - 42  # rls2005 NDRPDR iter env 5
1226     vpp-performance-changes-3n-tsh-ref-env-old:
1227       csit-vpp-perf-report-iterative-2009-3n-tsh:
1228         - 14  # rls2009 NDRPDR iter env 5
1229         - 20  # rls2009 NDRPDR iter env 5
1230         - 21  # rls2009 NDRPDR iter env 5
1231         - 22  # rls2009 NDRPDR iter env 5
1232         - 23  # rls2009 NDRPDR iter env 5
1233         - 28  # rls2009 NDRPDR iter env 5
1234         - 30  # rls2009 NDRPDR iter env 5
1235         - 33  # rls2009 NDRPDR iter env 5
1236         - 38  # rls2009 NDRPDR iter env 5
1237         - 41  # rls2009 NDRPDR iter env 5
1238     vpp-performance-changes-3n-tsh-ref-env-new:
1239       csit-vpp-perf-report-iterative-2101-3n-tsh:
1240         - 8   # rls2009 NDRPDR iter env 6
1241         - 13  # rls2009 NDRPDR iter env 6
1242         - 14  # rls2009 NDRPDR iter env 6
1243         - 15  # rls2009 NDRPDR iter env 6
1244         - 16  # rls2009 NDRPDR iter env 6
1245         - 17  # rls2009 NDRPDR iter env 6
1246         - 18  # rls2009 NDRPDR iter env 6
1247         - 19  # rls2009 NDRPDR iter env 6
1248         - 21  # rls2009 NDRPDR iter env 6
1249     vpp-performance-changes-3n-tsh-cmp:
1250       csit-vpp-perf-report-iterative-2101-3n-tsh:
1251         - 23  # rls2101.rel NDRPDR iter env 6
1252         - 24  # rls2101.rel NDRPDR iter env 6
1253         - 25  # rls2101.rel NDRPDR iter env 6
1254         - 26  # rls2101.rel NDRPDR iter env 6
1255         - 27  # rls2101.rel NDRPDR iter env 6
1256         - 28  # rls2101.rel NDRPDR iter env 6
1257
1258 #     vpp-performance-changes-2n-tx2-h1:
1259 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1260 #         -
1261 #     vpp-performance-changes-2n-tx2-ref-env-old:
1262 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1263 #         -
1264     vpp-performance-changes-2n-tx2-ref-env-new:
1265       csit-vpp-perf-report-iterative-2101-2n-tx2:
1266         - 6   # rls2009 NDRPDR iter env 6
1267         - 7   # rls2009 NDRPDR iter env 6
1268         - 11  # rls2009 NDRPDR iter env 6
1269         - 12  # rls2009 NDRPDR iter env 6
1270         - 13  # rls2009 NDRPDR iter env 6
1271         - 16  # rls2009 NDRPDR iter env 6
1272         - 17  # rls2009 NDRPDR iter env 6
1273         - 18  # rls2009 NDRPDR iter env 6
1274         - 19  # rls2009 NDRPDR iter env 6
1275         - 20  # rls2009 NDRPDR iter env 6
1276     vpp-performance-changes-2n-tx2-cmp:
1277       csit-vpp-perf-report-iterative-2101-2n-tx2:
1278         - 22  # rls2101.rel NDRPDR iter env 6
1279         - 23  # rls2101.rel NDRPDR iter env 6
1280         - 24  # rls2101.rel NDRPDR iter env 6
1281         - 25  # rls2101.rel NDRPDR iter env 6
1282         - 26  # rls2101.rel NDRPDR iter env 6
1283         - 27  # rls2101.rel NDRPDR iter env 6
1284         - 28  # rls2101.rel NDRPDR iter env 6
1285         - 29  # rls2101.rel NDRPDR iter env 6
1286         - 30  # rls2101.rel NDRPDR iter env 6
1287         - 31  # rls2101.rel NDRPDR iter env 6
1288
1289     vpp-soak-vs-ndr-2n-skx-ref:
1290       csit-vpp-perf-report-iterative-2101-2n-skx:
1291         - 63  # rls2101.rel NDRPDR iter env 6
1292         - 69  # rls2101.rel NDRPDR iter env 6
1293         - 70  # rls2101.rel NDRPDR iter env 6
1294         - 75  # rls2101.rel NDRPDR iter env 6
1295         - 76  # rls2101.rel NDRPDR iter env 6
1296         - 77  # rls2101.rel NDRPDR iter env 6
1297         - 82  # rls2101.rel NDRPDR iter env 6
1298         - 85  # rls2101.rel NDRPDR iter env 6
1299         - 86  # rls2101.rel NDRPDR iter env 6
1300         - 94  # rls2101.rel NDRPDR iter env 6
1301     vpp-soak-vs-ndr-2n-skx-cmp:
1302       csit-vpp-perf-report-iterative-2101-2n-skx:
1303         - 68  # rls2101.rel soak env 6
1304         - 73  # rls2101.rel soak env 6
1305     vpp-soak-vs-ndr-2n-skx:
1306       csit-vpp-perf-report-iterative-2101-2n-skx:
1307         - 63  # rls2101.rel NDRPDR iter env 6
1308         - 69  # rls2101.rel NDRPDR iter env 6
1309         - 70  # rls2101.rel NDRPDR iter env 6
1310         - 75  # rls2101.rel NDRPDR iter env 6
1311         - 76  # rls2101.rel NDRPDR iter env 6
1312         - 77  # rls2101.rel NDRPDR iter env 6
1313         - 82  # rls2101.rel NDRPDR iter env 6
1314         - 85  # rls2101.rel NDRPDR iter env 6
1315         - 86  # rls2101.rel NDRPDR iter env 6
1316         - 94  # rls2101.rel NDRPDR iter env 6
1317         - 68  # rls2101.rel soak env 6
1318         - 73  # rls2101.rel soak env 6
1319
1320     vpp-soak-vs-ndr-2n-clx-ref:
1321       csit-vpp-perf-report-iterative-2101-2n-clx:
1322         - 54  # rls2101.rel NDRPDR iter env 6
1323         - 59  # rls2101.rel NDRPDR iter env 6
1324         - 60  # rls2101.rel NDRPDR iter env 6
1325         - 63  # rls2101.rel NDRPDR iter env 6
1326         - 66  # rls2101.rel NDRPDR iter env 6
1327         - 68  # rls2101.rel NDRPDR iter env 6
1328         - 73  # rls2101.rel NDRPDR iter env 6
1329         - 75  # rls2101.rel NDRPDR iter env 6
1330     vpp-soak-vs-ndr-2n-clx-cmp:
1331       csit-vpp-perf-report-iterative-2101-2n-clx:
1332         - 58  # rls2101.rel soak env 6
1333         - 61  # rls2101.rel soak env 6
1334     vpp-soak-vs-ndr-2n-clx:
1335       csit-vpp-perf-report-iterative-2101-2n-clx:
1336         - 54  # rls2101.rel NDRPDR iter env 6
1337         - 59  # rls2101.rel NDRPDR iter env 6
1338         - 60  # rls2101.rel NDRPDR iter env 6
1339         - 63  # rls2101.rel NDRPDR iter env 6
1340         - 66  # rls2101.rel NDRPDR iter env 6
1341         - 68  # rls2101.rel NDRPDR iter env 6
1342         - 73  # rls2101.rel NDRPDR iter env 6
1343         - 75  # rls2101.rel NDRPDR iter env 6
1344         - 58  # rls2101.rel soak env 6
1345         - 61  # rls2101.rel soak env 6
1346
1347     vpp-performance-changes-3n-hsw-mrr-h1:
1348       csit-vpp-perf-report-iterative-2009-3n-hsw:
1349         - 18  # rls2005 MRR iter env 5
1350     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1351       csit-vpp-perf-report-iterative-2009-3n-hsw:
1352         - 23  # rls2009 MRR iter env 5
1353     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1354       csit-vpp-perf-report-iterative-2101-3n-hsw:
1355         - 17  # rls2009 MRR iter env 6
1356     vpp-performance-changes-3n-hsw-mrr-cmp:
1357       csit-vpp-perf-report-iterative-2101-3n-hsw:
1358         - 63  # rls2101.rel MRR iter env 6
1359
1360     vpp-performance-changes-3n-skx-mrr-h1:
1361       csit-vpp-perf-report-iterative-2009-3n-skx:
1362         - 17  # rls2005 MRR iter env 5
1363     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1364       csit-vpp-perf-report-iterative-2009-3n-skx:
1365         - 24  # rls2009 MRR iter env 5
1366     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1367       csit-vpp-perf-report-iterative-2101-3n-skx:
1368         - 34  # rls2009 MRR iter env 6
1369     vpp-performance-changes-3n-skx-mrr-cmp:
1370       csit-vpp-perf-report-iterative-2101-3n-skx:
1371         - 35  # rls2101.rel MRR iter env 6
1372
1373     vpp-performance-changes-2n-skx-mrr-h1:
1374       csit-vpp-perf-report-iterative-2009-2n-skx:
1375         - 20  # rls2005 MRR iter env 5
1376     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1377       csit-vpp-perf-report-iterative-2009-2n-skx:
1378         - 120 # rls2009 MRR iter env 5
1379     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1380       csit-vpp-perf-report-iterative-2101-2n-skx:
1381         - 21  # rls2009 MRR iter env 6
1382     vpp-performance-changes-2n-skx-mrr-cmp:
1383       csit-vpp-perf-report-iterative-2101-2n-skx:
1384         - 62  # rls2101.rel MRR iter env 6
1385
1386     vpp-performance-changes-2n-clx-mrr-h1:
1387       csit-vpp-perf-report-iterative-2009-2n-clx:
1388         - 77  # rls2005 MRR iter env 5
1389     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1390       csit-vpp-perf-report-iterative-2009-2n-clx:
1391         - 125 # rls2009 MRR iter env 5
1392     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1393       csit-vpp-perf-report-iterative-2101-2n-clx:
1394         - 15  # rls2009 MRR iter env 6
1395     vpp-performance-changes-2n-clx-mrr-cmp:
1396       csit-vpp-perf-report-iterative-2101-2n-clx:
1397         - 53  # rls2101.rel MRR iter env 6
1398
1399     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1400       csit-vpp-perf-report-iterative-2009-2n-zn2:
1401         - 15  # rls2009 MRR iter env 5
1402     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1403       csit-vpp-perf-report-iterative-2101-2n-zn2:
1404         - 8   # rls2009 MRR iter env6
1405     vpp-performance-changes-2n-zn2-mrr-cmp:
1406       csit-vpp-perf-report-iterative-2101-2n-zn2:
1407         - 30  # rls2101.rel MRR iter env 6
1408
1409     vpp-performance-changes-2n-dnv-mrr-h1:
1410       csit-vpp-perf-report-iterative-2009-2n-dnv:
1411         - 23  # rls2005 MRR iter env 5
1412     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1413       csit-vpp-perf-report-iterative-2009-2n-dnv:
1414         - 13  # rls2009 MRR iter env 5
1415     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1416       # TODO: Re-test in new env
1417       csit-vpp-perf-report-iterative-2009-2n-dnv:
1418         - 13  # rls2009 MRR iter env 5
1419     vpp-performance-changes-2n-dnv-mrr-cmp:
1420       csit-vpp-perf-report-iterative-2101-2n-dnv:
1421         - 31  # rls2101.rel MRR iter env 6
1422
1423     vpp-performance-changes-3n-dnv-mrr-h1:
1424       csit-vpp-perf-report-iterative-2009-3n-dnv:
1425         - 19  # rls2005 MRR iter env 5
1426     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1427       csit-vpp-perf-report-iterative-2009-3n-dnv:
1428         - 22  # rls2009 MRR iter env 5
1429     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1430       # TODO: Re-test in new env
1431       csit-vpp-perf-report-iterative-2009-3n-dnv:
1432         - 22  # rls2009 MRR iter env 5
1433     vpp-performance-changes-3n-dnv-mrr-cmp:
1434       csit-vpp-perf-report-iterative-2101-3n-dnv:
1435         - 32  # rls2101.rel MRR iter env 6
1436
1437     vpp-performance-changes-3n-tsh-mrr-h1:
1438       csit-vpp-perf-report-iterative-2009-3n-tsh:
1439         - 13  # rls2005 MRR iter env 5
1440     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1441       csit-vpp-perf-report-iterative-2009-3n-tsh:
1442         - 15  # rls2009 MRR iter env 5
1443     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1444       csit-vpp-perf-report-iterative-2101-3n-tsh:
1445         - 7   # rls2009 MRR iter env 6
1446     vpp-performance-changes-3n-tsh-mrr-cmp:
1447       csit-vpp-perf-report-iterative-2101-3n-tsh:
1448         - 22  # rls2101.rel MRR iter env 6
1449
1450 #     vpp-performance-changes-2n-tx2-mrr-h1:
1451 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1452 #         -
1453 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1454 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1455 #         -
1456     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1457       csit-vpp-perf-report-iterative-2101-2n-tx2:
1458         - 5   # rls2009 MRR iter env 6
1459     vpp-performance-changes-2n-tx2-mrr-cmp:
1460       csit-vpp-perf-report-iterative-2101-2n-tx2:
1461         - 21  # rls2101.rel MRR iter env 6
1462
1463     dpdk-performance-changes-3n-hsw-h1:
1464       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1465         - 25  # NDRPDR iter
1466         - 26  # NDRPDR iter
1467         - 27  # NDRPDR iter
1468         - 28  # NDRPDR iter
1469         - 29  # NDRPDR iter
1470         - 30  # NDRPDR iter
1471         - 31  # NDRPDR iter
1472         - 32  # NDRPDR iter
1473         - 33  # NDRPDR iter
1474         - 34  # NDRPDR iter
1475     dpdk-performance-changes-3n-hsw-ref:
1476       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1477         - 6   # NDRPDR iter env5
1478         - 7   # NDRPDR iter env5
1479         - 8   # NDRPDR iter env5
1480         - 9   # NDRPDR iter env5
1481         - 10  # NDRPDR iter env5
1482         - 11  # NDRPDR iter env5
1483         - 12  # NDRPDR iter env5
1484         - 13  # NDRPDR iter env5
1485         - 14  # NDRPDR iter env5
1486         - 15  # NDRPDR iter env5
1487     dpdk-performance-changes-3n-hsw-cmp:
1488       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1489         - 11  # rls2101 NDRPDR iter env 6
1490         - 12  # rls2101 NDRPDR iter env 6
1491         - 13  # rls2101 NDRPDR iter env 6
1492         - 14  # rls2101 NDRPDR iter env 6
1493         - 16  # rls2101 NDRPDR iter env 6
1494         - 17  # rls2101 NDRPDR iter env 6
1495         - 18  # rls2101 NDRPDR iter env 6
1496         - 19  # rls2101 NDRPDR iter env 6
1497         - 20  # rls2101 NDRPDR iter env 6
1498         - 21  # rls2101 NDRPDR iter env 6
1499
1500     dpdk-performance-changes-3n-skx-h1:
1501       csit-dpdk-perf-report-iterative-2005-3n-skx:
1502         - 28  # NDRPDR iter
1503         - 29  # NDRPDR iter
1504         - 30  # NDRPDR iter
1505         - 31  # NDRPDR iter
1506         - 32  # NDRPDR iter
1507         - 33  # NDRPDR iter
1508         - 34  # NDRPDR iter
1509         - 35  # NDRPDR iter
1510         - 36  # NDRPDR iter
1511         - 37  # NDRPDR iter
1512     dpdk-performance-changes-3n-skx-ref:
1513       csit-dpdk-perf-report-iterative-2009-3n-skx:
1514         - 4   # NDRPDR sel env5
1515         - 5   # NDRPDR sel env5
1516         - 6   # NDRPDR sel env5
1517         - 7   # NDRPDR sel env5
1518         - 8   # NDRPDR sel env5
1519         - 9   # NDRPDR sel env5
1520         - 14  # NDRPDR sel env5
1521         - 11  # NDRPDR sel env5
1522         - 12  # NDRPDR sel env5
1523         - 13  # NDRPDR sel env5
1524     dpdk-performance-changes-3n-skx-cmp:
1525       csit-dpdk-perf-report-iterative-2101-3n-skx:
1526         - 12  # rls2101 NDRPDR iter env 6
1527         - 14  # rls2101 NDRPDR iter env 6
1528         - 15  # rls2101 NDRPDR iter env 6
1529         - 17  # rls2101 NDRPDR iter env 6
1530         - 19  # rls2101 NDRPDR iter env 6
1531         - 20  # rls2101 NDRPDR iter env 6
1532         - 21  # rls2101 NDRPDR iter env 6
1533         - 22  # rls2101 NDRPDR iter env 6
1534         - 25  # rls2101 NDRPDR iter env 6
1535         - 26  # rls2101 NDRPDR iter env 6
1536
1537     dpdk-performance-changes-2n-skx-h1:
1538       csit-dpdk-perf-report-iterative-2005-2n-skx:
1539         - 20  # NDRPDR iter
1540         - 21  # NDRPDR iter
1541         - 22  # NDRPDR iter
1542         - 23  # NDRPDR iter
1543         - 24  # NDRPDR iter
1544         - 25  # NDRPDR iter
1545         - 26  # NDRPDR iter
1546         - 27  # NDRPDR iter
1547         - 28  # NDRPDR iter
1548         - 29  # NDRPDR iter
1549     dpdk-performance-changes-2n-skx-ref:
1550       csit-dpdk-perf-report-iterative-2009-2n-skx:
1551         - 4   # NDRPDR iter env5
1552         - 5   # NDRPDR iter env5
1553         - 6   # NDRPDR iter env5
1554         - 7   # NDRPDR iter env5
1555         - 8   # NDRPDR iter env5
1556         - 9   # NDRPDR iter env5
1557         - 10  # NDRPDR iter env5
1558         - 11  # NDRPDR iter env5
1559         - 12  # NDRPDR iter env5
1560         - 13  # NDRPDR iter env5
1561     dpdk-performance-changes-2n-skx-cmp:
1562       csit-dpdk-perf-report-iterative-2101-2n-skx:
1563         - 11  # rls2101 NDRPDR iter env 6
1564         - 12  # rls2101 NDRPDR iter env 6
1565         - 13  # rls2101 NDRPDR iter env 6
1566         - 14  # rls2101 NDRPDR iter env 6
1567         - 15  # rls2101 NDRPDR iter env 6
1568         - 17  # rls2101 NDRPDR iter env 6
1569         - 18  # rls2101 NDRPDR iter env 6
1570         - 19  # rls2101 NDRPDR iter env 6
1571         - 20  # rls2101 NDRPDR iter env 6
1572         - 21  # rls2101 NDRPDR iter env 6
1573
1574     dpdk-performance-changes-2n-clx-h1:
1575       csit-dpdk-perf-report-iterative-2005-2n-clx:
1576         - 20  # NDRPDR iter
1577         - 21  # NDRPDR iter
1578         - 22  # NDRPDR iter
1579         - 23  # NDRPDR iter
1580         - 24  # NDRPDR iter
1581         - 25  # NDRPDR iter
1582         - 26  # NDRPDR iter
1583         - 27  # NDRPDR iter
1584         - 28  # NDRPDR iter
1585         - 29  # NDRPDR iter
1586     dpdk-performance-changes-2n-clx-ref:
1587       csit-dpdk-perf-report-iterative-2009-2n-clx:
1588         - 4   # NDRPDR iter env5
1589         - 5   # NDRPDR iter env5
1590         - 6   # NDRPDR iter env5
1591         - 7   # NDRPDR iter env5
1592         - 8   # NDRPDR iter env5
1593         - 9   # NDRPDR iter env5
1594         - 10  # NDRPDR iter env5
1595         - 11  # NDRPDR iter env5
1596         - 12  # NDRPDR iter env5
1597         - 13  # NDRPDR iter env5
1598     dpdk-performance-changes-2n-clx-cmp:
1599       csit-dpdk-perf-report-iterative-2101-2n-clx:
1600         - 12  # rls2101 NDRPDR iter env 6
1601         - 13  # rls2101 NDRPDR iter env 6
1602         - 14  # rls2101 NDRPDR iter env 6
1603         - 18  # rls2101 NDRPDR iter env 6
1604         - 22  # rls2101 NDRPDR iter env 6
1605
1606     dpdk-performance-changes-2n-zn2-ref:
1607       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1608         - 16  # NDRPDR iter env5
1609         - 21  # NDRPDR iter env5
1610         - 22  # NDRPDR iter env5
1611         - 23  # NDRPDR iter env5
1612         - 24  # NDRPDR iter env5
1613         - 25  # NDRPDR iter env5
1614         - 29  # NDRPDR iter env5
1615     dpdk-performance-changes-2n-zn2-cmp:
1616       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1617         - 11  # rls2101 NDRPDR iter env 6
1618         - 12  # rls2101 NDRPDR iter env 6
1619         - 13  # rls2101 NDRPDR iter env 6
1620         - 14  # rls2101 NDRPDR iter env 6
1621         - 16  # rls2101 NDRPDR iter env 6
1622         - 17  # rls2101 NDRPDR iter env 6
1623         - 18  # rls2101 NDRPDR iter env 6
1624         - 19  # rls2101 NDRPDR iter env 6
1625         - 20  # rls2101 NDRPDR iter env 6
1626         - 21  # rls2101 NDRPDR iter env 6
1627
1628 #    dpdk-performance-changes-2n-dnv-h1:
1629 #      csit-dpdk-perf-verify-2101-2n-dnv:
1630 #        - 9   # NDRPDR sel
1631 #        - 10  # NDRPDR sel
1632 #        - 11  # NDRPDR sel
1633 #        - 12  # NDRPDR sel
1634 #        - 13  # NDRPDR sel
1635 #        - 14  # NDRPDR sel
1636 #        - 15  # NDRPDR sel
1637 #        - 16  # NDRPDR sel
1638 #        - 17  # NDRPDR sel
1639 #        - 18  # NDRPDR sel
1640 #    dpdk-performance-changes-2n-dnv-ref:
1641 #      # No data
1642 #    dpdk-performance-changes-2n-dnv-cmp:
1643 #      # No data
1644 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1645
1646 #    dpdk-performance-changes-3n-dnv-h1:
1647 #      csit-dpdk-perf-verify-2101-3n-dnv:
1648 #        - 12  # NDRPDR sel
1649 #        - 13  # NDRPDR sel
1650 #        - 14  # NDRPDR sel
1651 #        - 15  # NDRPDR sel
1652 #        - 16  # NDRPDR sel
1653 #        - 17  # NDRPDR sel
1654 #        - 18  # NDRPDR sel
1655 #        - 19  # NDRPDR sel
1656 #        - 20  # NDRPDR sel
1657 #        - 22  # NDRPDR sel
1658 #    dpdk-performance-changes-3n-dnv-ref:
1659 #      # No data
1660 #    dpdk-performance-changes-3n-dnv-cmp:
1661 #      # No data
1662 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1663
1664     dpdk-performance-changes-3n-tsh-h1:
1665       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1666         - 5   # NDRPDR sel
1667     dpdk-performance-changes-3n-tsh-ref:
1668       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1669         - 1   # NDRPDR iter env5
1670         - 2   # NDRPDR iter env5
1671         - 3   # NDRPDR iter env5
1672         - 4   # NDRPDR iter env5
1673         - 5   # NDRPDR iter env5
1674         - 6   # NDRPDR iter env5
1675         - 7   # NDRPDR iter env5
1676         - 9   # NDRPDR iter env5
1677         - 10  # NDRPDR iter env5
1678         - 11  # NDRPDR iter env5
1679     dpdk-performance-changes-3n-tsh-cmp:
1680       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1681         - 11  # rls2101 NDRPDR iter env 6
1682         - 12  # rls2101 NDRPDR iter env 6
1683         - 13  # rls2101 NDRPDR iter env 6
1684         - 14  # rls2101 NDRPDR iter env 6
1685         - 16  # rls2101 NDRPDR iter env 6
1686         - 17  # rls2101 NDRPDR iter env 6
1687         - 18  # rls2101 NDRPDR iter env 6
1688         - 19  # rls2101 NDRPDR iter env 6
1689         - 20  # rls2101 NDRPDR iter env 6
1690         - 21  # rls2101 NDRPDR iter env 6
1691
1692     # Compare testbeds
1693
1694     vpp-compare-testbeds-ref:
1695       csit-vpp-perf-report-iterative-2101-3n-hsw:
1696         - 64  # rls2101.rel NDRPDR iter env 6
1697         - 71  # rls2101.rel NDRPDR iter env 6
1698         - 73  # rls2101.rel NDRPDR iter env 6
1699         - 74  # rls2101.rel NDRPDR iter env 6
1700         - 80  # rls2101.rel NDRPDR iter env 6
1701         - 81  # rls2101.rel NDRPDR iter env 6
1702         - 82  # rls2101.rel NDRPDR iter env 6
1703         - 83  # rls2101.rel NDRPDR iter env 6
1704         - 88  # rls2101.rel NDRPDR iter env 6
1705         - 89  # rls2101.rel NDRPDR iter env 6
1706     vpp-compare-testbeds-cmp:
1707       csit-vpp-perf-report-iterative-2101-3n-skx:
1708         - 36  # rls2101.rel NDRPDR iter env 6
1709         - 37  # rls2101.rel NDRPDR iter env 6
1710         - 38  # rls2101.rel NDRPDR iter env 6
1711         - 39  # rls2101.rel NDRPDR iter env 6
1712         - 40  # rls2101.rel NDRPDR iter env 6
1713         - 41  # rls2101.rel NDRPDR iter env 6
1714         - 42  # rls2101.rel NDRPDR iter env 6
1715         - 47  # rls2101.rel NDRPDR iter env 6
1716         - 48  # rls2101.rel NDRPDR iter env 6
1717
1718     vpp-compare-testbeds-skx-clx-ref:
1719       csit-vpp-perf-report-iterative-2101-2n-skx:
1720         - 63  # rls2101.rel NDRPDR iter env 6
1721         - 69  # rls2101.rel NDRPDR iter env 6
1722         - 70  # rls2101.rel NDRPDR iter env 6
1723         - 75  # rls2101.rel NDRPDR iter env 6
1724         - 76  # rls2101.rel NDRPDR iter env 6
1725         - 77  # rls2101.rel NDRPDR iter env 6
1726         - 82  # rls2101.rel NDRPDR iter env 6
1727         - 85  # rls2101.rel NDRPDR iter env 6
1728         - 86  # rls2101.rel NDRPDR iter env 6
1729         - 94  # rls2101.rel NDRPDR iter env 6
1730         - 89  # rls2101.rel NDRPDR iter RND env 6
1731         - 90  # rls2101.rel NDRPDR iter RND env 6
1732         - 91  # rls2101.rel NDRPDR iter RND env 6
1733         - 92  # rls2101.rel NDRPDR iter RND env 6
1734         - 93  # rls2101.rel NDRPDR iter RND env 6
1735         - 96  # rls2101.rel NDRPDR iter RND env 6
1736         - 98  # rls2101.rel NDRPDR iter RND env 6
1737         - 99  # rls2101.rel NDRPDR iter RND env 6
1738         - 101 # rls2101.rel NDRPDR iter RND env 6
1739         - 102 # rls2101.rel NDRPDR iter RND env 6
1740     vpp-compare-testbeds-skx-clx-cmp:
1741       csit-vpp-perf-report-iterative-2101-2n-clx:
1742         - 54  # rls2101.rel NDRPDR iter env 6
1743         - 59  # rls2101.rel NDRPDR iter env 6
1744         - 60  # rls2101.rel NDRPDR iter env 6
1745         - 63  # rls2101.rel NDRPDR iter env 6
1746         - 66  # rls2101.rel NDRPDR iter env 6
1747         - 68  # rls2101.rel NDRPDR iter env 6
1748         - 73  # rls2101.rel NDRPDR iter env 6
1749         - 75  # rls2101.rel NDRPDR iter env 6
1750         - 87  # rls2101.rel NDRPDR iter RND env 6
1751
1752     vpp-compare-testbeds-hsw-clx-ref:
1753       csit-vpp-perf-report-iterative-2101-3n-hsw:
1754         - 64  # rls2101.rel NDRPDR iter env 6
1755         - 71  # rls2101.rel NDRPDR iter env 6
1756         - 73  # rls2101.rel NDRPDR iter env 6
1757         - 74  # rls2101.rel NDRPDR iter env 6
1758         - 80  # rls2101.rel NDRPDR iter env 6
1759         - 81  # rls2101.rel NDRPDR iter env 6
1760         - 82  # rls2101.rel NDRPDR iter env 6
1761         - 83  # rls2101.rel NDRPDR iter env 6
1762         - 88  # rls2101.rel NDRPDR iter env 6
1763         - 89  # rls2101.rel NDRPDR iter env 6
1764         - 128 # rls2101.rel NDRPDR iter RND env 6
1765         - 129 # rls2101.rel NDRPDR iter RND env 6
1766         - 130 # rls2101.rel NDRPDR iter RND env 6
1767         - 131 # rls2101.rel NDRPDR iter RND env 6
1768         - 132 # rls2101.rel NDRPDR iter RND env 6
1769         - 133 # rls2101.rel NDRPDR iter RND env 6
1770         - 134 # rls2101.rel NDRPDR iter RND env 6
1771         - 135 # rls2101.rel NDRPDR iter RND env 6
1772         - 136 # rls2101.rel NDRPDR iter RND env 6
1773         - 137 # rls2101.rel NDRPDR iter RND env 6
1774     vpp-compare-testbeds-hsw-clx-cmp:
1775       csit-vpp-perf-report-iterative-2101-2n-clx:
1776         - 54  # rls2101.rel NDRPDR iter env 6
1777         - 59  # rls2101.rel NDRPDR iter env 6
1778         - 60  # rls2101.rel NDRPDR iter env 6
1779         - 63  # rls2101.rel NDRPDR iter env 6
1780         - 66  # rls2101.rel NDRPDR iter env 6
1781         - 68  # rls2101.rel NDRPDR iter env 6
1782         - 73  # rls2101.rel NDRPDR iter env 6
1783         - 75  # rls2101.rel NDRPDR iter env 6
1784         - 87  # rls2101.rel NDRPDR iter RND env 6
1785
1786     vpp-compare-testbeds-mrr-ref:
1787       csit-vpp-perf-report-iterative-2101-3n-hsw:
1788         - 63  # rls2101.rel MRR iter env 6
1789     vpp-compare-testbeds-mrr-cmp:
1790       csit-vpp-perf-report-iterative-2101-3n-skx:
1791         - 35  # rls2101.rel MRR iter env 6
1792
1793     vpp-compare-testbeds-mrr-skx-clx-ref:
1794       csit-vpp-perf-report-iterative-2101-2n-skx:
1795         - 62  # rls2101.rel MRR iter env 6
1796     vpp-compare-testbeds-mrr-skx-clx-cmp:
1797       csit-vpp-perf-report-iterative-2101-2n-clx:
1798         - 53  # rls2101.rel MRR iter env 6
1799
1800     vpp-compare-testbeds-mrr-hsw-clx-ref:
1801       csit-vpp-perf-report-iterative-2101-3n-hsw:
1802         - 63  # rls2101.rel MRR iter env 6
1803     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1804       csit-vpp-perf-report-iterative-2101-2n-clx:
1805         - 53  # rls2101.rel MRR iter env 6
1806
1807     dpdk-compare-testbeds-ref:
1808       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1809         - 11  # rls2101 NDRPDR iter env 6
1810         - 12  # rls2101 NDRPDR iter env 6
1811         - 13  # rls2101 NDRPDR iter env 6
1812         - 14  # rls2101 NDRPDR iter env 6
1813         - 16  # rls2101 NDRPDR iter env 6
1814         - 17  # rls2101 NDRPDR iter env 6
1815         - 18  # rls2101 NDRPDR iter env 6
1816         - 19  # rls2101 NDRPDR iter env 6
1817         - 20  # rls2101 NDRPDR iter env 6
1818         - 21  # rls2101 NDRPDR iter env 6
1819     dpdk-compare-testbeds-cmp:
1820       csit-dpdk-perf-report-iterative-2101-3n-skx:
1821         - 12  # rls2101 NDRPDR iter env 6
1822         - 14  # rls2101 NDRPDR iter env 6
1823         - 15  # rls2101 NDRPDR iter env 6
1824         - 17  # rls2101 NDRPDR iter env 6
1825         - 19  # rls2101 NDRPDR iter env 6
1826         - 20  # rls2101 NDRPDR iter env 6
1827         - 21  # rls2101 NDRPDR iter env 6
1828         - 22  # rls2101 NDRPDR iter env 6
1829         - 25  # rls2101 NDRPDR iter env 6
1830         - 26  # rls2101 NDRPDR iter env 6
1831
1832     dpdk-compare-testbeds-skx-clx-ref:
1833       csit-dpdk-perf-report-iterative-2101-2n-skx:
1834         - 11  # rls2101 NDRPDR iter env 6
1835         - 12  # rls2101 NDRPDR iter env 6
1836         - 13  # rls2101 NDRPDR iter env 6
1837         - 14  # rls2101 NDRPDR iter env 6
1838         - 15  # rls2101 NDRPDR iter env 6
1839         - 17  # rls2101 NDRPDR iter env 6
1840         - 18  # rls2101 NDRPDR iter env 6
1841         - 19  # rls2101 NDRPDR iter env 6
1842         - 20  # rls2101 NDRPDR iter env 6
1843         - 21  # rls2101 NDRPDR iter env 6
1844     dpdk-compare-testbeds-skx-clx-cmp:
1845       csit-dpdk-perf-report-iterative-2101-2n-clx:
1846         - 12  # rls2101 NDRPDR iter env 6
1847         - 13  # rls2101 NDRPDR iter env 6
1848         - 14  # rls2101 NDRPDR iter env 6
1849         - 18  # rls2101 NDRPDR iter env 6
1850         - 22  # rls2101 NDRPDR iter env 6
1851
1852     # Compare topologies
1853
1854     vpp-compare-topologies-ref:
1855       csit-vpp-perf-report-iterative-2101-3n-skx:
1856         - 36  # rls2101.rel NDRPDR iter env 6
1857         - 37  # rls2101.rel NDRPDR iter env 6
1858         - 38  # rls2101.rel NDRPDR iter env 6
1859         - 39  # rls2101.rel NDRPDR iter env 6
1860         - 40  # rls2101.rel NDRPDR iter env 6
1861         - 41  # rls2101.rel NDRPDR iter env 6
1862         - 42  # rls2101.rel NDRPDR iter env 6
1863         - 47  # rls2101.rel NDRPDR iter env 6
1864         - 48  # rls2101.rel NDRPDR iter env 6
1865     vpp-compare-topologies-cmp:
1866       csit-vpp-perf-report-iterative-2101-2n-skx:
1867         - 63  # rls2101.rel NDRPDR iter env 6
1868         - 69  # rls2101.rel NDRPDR iter env 6
1869         - 70  # rls2101.rel NDRPDR iter env 6
1870         - 75  # rls2101.rel NDRPDR iter env 6
1871         - 76  # rls2101.rel NDRPDR iter env 6
1872         - 77  # rls2101.rel NDRPDR iter env 6
1873         - 82  # rls2101.rel NDRPDR iter env 6
1874         - 85  # rls2101.rel NDRPDR iter env 6
1875         - 86  # rls2101.rel NDRPDR iter env 6
1876         - 94  # rls2101.rel NDRPDR iter env 6
1877
1878     vpp-compare-topologies-mrr-ref:
1879       csit-vpp-perf-report-iterative-2101-3n-skx:
1880         - 35  # rls2101.rel MRR iter env 6
1881     vpp-compare-topologies-mrr-cmp:
1882       csit-vpp-perf-report-iterative-2101-2n-skx:
1883         - 62  # rls2101.rel MRR iter env 6
1884
1885     dpdk-compare-topologies-ref:
1886       csit-dpdk-perf-report-iterative-2101-3n-skx:
1887         - 12  # rls2101 NDRPDR iter env 6
1888         - 14  # rls2101 NDRPDR iter env 6
1889         - 15  # rls2101 NDRPDR iter env 6
1890         - 17  # rls2101 NDRPDR iter env 6
1891         - 19  # rls2101 NDRPDR iter env 6
1892         - 20  # rls2101 NDRPDR iter env 6
1893         - 21  # rls2101 NDRPDR iter env 6
1894         - 22  # rls2101 NDRPDR iter env 6
1895         - 25  # rls2101 NDRPDR iter env 6
1896         - 26  # rls2101 NDRPDR iter env 6
1897     dpdk-compare-topologies-cmp:
1898       csit-dpdk-perf-report-iterative-2101-2n-skx:
1899         - 11  # rls2101 NDRPDR iter env 6
1900         - 12  # rls2101 NDRPDR iter env 6
1901         - 13  # rls2101 NDRPDR iter env 6
1902         - 14  # rls2101 NDRPDR iter env 6
1903         - 15  # rls2101 NDRPDR iter env 6
1904         - 17  # rls2101 NDRPDR iter env 6
1905         - 18  # rls2101 NDRPDR iter env 6
1906         - 19  # rls2101 NDRPDR iter env 6
1907         - 20  # rls2101 NDRPDR iter env 6
1908         - 21  # rls2101 NDRPDR iter env 6
1909
1910   plot-layouts:
1911
1912     plot-soak-throughput:
1913       titlefont:
1914         size: 16
1915       xaxis:
1916         title: "<b>Test Cases [Index]</b>"
1917         titlefont:
1918           size: 14
1919         autorange: True
1920         fixedrange: False
1921         gridcolor: "rgb(230, 230, 230)"
1922         linecolor: "rgb(220, 220, 220)"
1923         linewidth: 1
1924         showgrid: True
1925         showline: True
1926         showticklabels: True
1927         tickcolor: "rgb(220, 220, 220)"
1928         tickmode: "linear"
1929         tickfont:
1930           size: 14
1931         zeroline: False
1932       yaxis:
1933         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1934         titlefont:
1935           size: 14
1936         gridcolor: "rgb(230, 230, 230)"
1937         hoverformat: ".4r"
1938         tickformat: ".3r"
1939         linecolor: "rgb(220, 220, 220)"
1940         linewidth: 1
1941         showgrid: True
1942         showline: True
1943         showticklabels: True
1944         tickcolor: "rgb(220, 220, 220)"
1945         tickfont:
1946           size: 14
1947         zeroline: False
1948         range: [0,50]
1949       autosize: False
1950       margin:
1951         t: 50
1952         b: 0
1953         l: 80
1954         r: 20
1955       showlegend: True
1956       legend:
1957         orientation: "h"
1958         font:
1959           size: 14
1960       width: 700
1961       height: 900
1962       paper_bgcolor: "#fff"
1963       plot_bgcolor: "#fff"
1964       hoverlabel:
1965         namelength: -1
1966
1967     plot-service-density:
1968       titlefont:
1969         size: 16
1970       xaxis:
1971         side: "top"
1972         autorange: True
1973         fixedrange: False
1974         showgrid: False
1975         showline: False
1976         showticklabels: False
1977         ticks: ""
1978         ticklen: 0
1979         tickwidth: 0
1980         zeroline: False
1981       yaxis:
1982         autorange: "reversed"
1983         showgrid: False
1984         showline: False
1985         showticklabels: False
1986         ticks: ""
1987         ticklen: 0
1988         tickwidth: 0
1989         zeroline: False
1990       showlegend: False
1991       paper_bgcolor: "#fff"
1992       plot_bgcolor: "#fff"
1993       width: 700
1994       height: 700
1995       hoverlabel:
1996         namelength: -1
1997
1998     plot-hoststack:
1999       titlefont:
2000         size: 16
2001       xaxis:
2002         title: "<b>Test Cases [Index]</b>"
2003         titlefont:
2004           size: 14
2005         autorange: True
2006         fixedrange: False
2007         gridcolor: "rgb(230, 230, 230)"
2008         linecolor: "rgb(220, 220, 220)"
2009         linewidth: 1
2010         showgrid: True
2011         showline: True
2012         showticklabels: True
2013         tickcolor: "rgb(220, 220, 220)"
2014         tickmode: "linear"
2015         tickfont:
2016           size: 14
2017         zeroline: False
2018       yaxis:
2019         title: "<b>Bandwidth [Gbps]</b>"
2020         titlefont:
2021           size: 14
2022         gridcolor: "rgb(230, 230, 230)"
2023         hoverformat: ".4s"
2024         linecolor: "rgb(220, 220, 220)"
2025         linewidth: 1
2026         rangemode: "tozero"
2027         showgrid: True
2028         showline: True
2029         showticklabels: True
2030         tickcolor: "rgb(230, 230, 230)"
2031         tickformat: ".3s"
2032         tickfont:
2033           size: 14
2034         zeroline: False
2035       autosize: False
2036       margin:
2037         t: 50
2038         b: 20
2039         l: 80
2040         r: 20
2041       showlegend: True
2042       legend:
2043         orientation: "h"
2044         font:
2045           size: 14
2046       width: 700
2047       height: 800
2048       paper_bgcolor: "#fff"
2049       plot_bgcolor: "#fff"
2050       hoverlabel:
2051         namelength: -1
2052
2053     plot-throughput:
2054       titlefont:
2055         size: 16
2056       xaxis:
2057         title: "<b>Test Cases [Index]</b>"
2058         titlefont:
2059           size: 14
2060         autorange: True
2061         fixedrange: False
2062         gridcolor: "rgb(230, 230, 230)"
2063         linecolor: "rgb(220, 220, 220)"
2064         linewidth: 1
2065         showgrid: True
2066         showline: True
2067         showticklabels: True
2068         tickcolor: "rgb(220, 220, 220)"
2069         tickmode: "linear"
2070         tickfont:
2071           size: 14
2072         zeroline: False
2073       yaxis:
2074         title: "<b>Packet Throughput [Mpps]</b>"
2075         titlefont:
2076           size: 14
2077         gridcolor: "rgb(230, 230, 230)"
2078         hoverformat: ".4r"
2079         tickformat: ".3r"
2080         linecolor: "rgb(220, 220, 220)"
2081         linewidth: 1
2082         showgrid: True
2083         showline: True
2084         showticklabels: True
2085         tickcolor: "rgb(220, 220, 220)"
2086         tickfont:
2087           size: 14
2088         zeroline: False
2089         range: [0,50]
2090       autosize: False
2091       margin:
2092         t: 50
2093         b: 0
2094         l: 80
2095         r: 20
2096       showlegend: True
2097       legend:
2098         orientation: "h"
2099         font:
2100           size: 14
2101       width: 700
2102       height: 900
2103       paper_bgcolor: "#fff"
2104       plot_bgcolor: "#fff"
2105       hoverlabel:
2106         namelength: -1
2107
2108     plot-throughput-gbps:
2109       titlefont:
2110         size: 16
2111       xaxis:
2112         title: "<b>Test Cases [Index]</b>"
2113         titlefont:
2114           size: 14
2115         autorange: True
2116         fixedrange: False
2117         gridcolor: "rgb(230, 230, 230)"
2118         linecolor: "rgb(220, 220, 220)"
2119         linewidth: 1
2120         showgrid: True
2121         showline: True
2122         showticklabels: True
2123         tickcolor: "rgb(220, 220, 220)"
2124         tickmode: "linear"
2125         tickfont:
2126           size: 14
2127         zeroline: False
2128       yaxis:
2129         title: "<b>Packet Throughput [Gbps]</b>"
2130         titlefont:
2131           size: 14
2132         gridcolor: "rgb(230, 230, 230)"
2133         hoverformat: ".4r"
2134         tickformat: ".3r"
2135         linecolor: "rgb(220, 220, 220)"
2136         linewidth: 1
2137         showgrid: True
2138         showline: True
2139         showticklabels: True
2140         tickcolor: "rgb(220, 220, 220)"
2141         tickfont:
2142           size: 14
2143         zeroline: False
2144         range: [0,10]
2145       autosize: False
2146       margin:
2147         t: 50
2148         b: 0
2149         l: 80
2150         r: 20
2151       showlegend: True
2152       legend:
2153         orientation: "h"
2154         font:
2155           size: 14
2156       width: 700
2157       height: 900
2158       paper_bgcolor: "#fff"
2159       plot_bgcolor: "#fff"
2160       hoverlabel:
2161         namelength: -1
2162
2163     plot-cps:
2164       titlefont:
2165         size: 16
2166       xaxis:
2167         title: "<b>Test Cases [Index]</b>"
2168         titlefont:
2169           size: 14
2170         autorange: True
2171         fixedrange: False
2172         gridcolor: "rgb(230, 230, 230)"
2173         linecolor: "rgb(220, 220, 220)"
2174         linewidth: 1
2175         showgrid: True
2176         showline: True
2177         showticklabels: True
2178         tickcolor: "rgb(220, 220, 220)"
2179         tickmode: "linear"
2180         tickfont:
2181           size: 14
2182         zeroline: False
2183       yaxis:
2184         title: "<b>Connection Rate [Mcps]</b>"
2185         titlefont:
2186           size: 14
2187         gridcolor: "rgb(230, 230, 230)"
2188         hoverformat: ".4r"
2189         tickformat: ".3s"
2190         linecolor: "rgb(220, 220, 220)"
2191         linewidth: 1
2192         showgrid: True
2193         showline: True
2194         showticklabels: True
2195         tickcolor: "rgb(220, 220, 220)"
2196         tickfont:
2197           size: 14
2198         zeroline: False
2199         range: [0,10]
2200       autosize: False
2201       margin:
2202         t: 50
2203         b: 0
2204         l: 80
2205         r: 20
2206       showlegend: True
2207       legend:
2208         orientation: "h"
2209         font:
2210           size: 14
2211       width: 700
2212       height: 900
2213       paper_bgcolor: "#fff"
2214       plot_bgcolor: "#fff"
2215       hoverlabel:
2216         namelength: -1
2217
2218     plot-throughput-speedup-analysis:
2219       titlefont:
2220         size: 16
2221       xaxis:
2222         title: "<b>Number of Cores [Qty]</b>"
2223         titlefont:
2224           size: 14
2225         autorange: True
2226         fixedrange: False
2227         gridcolor: "rgb(230, 230, 230)"
2228         linecolor: "rgb(220, 220, 220)"
2229         linewidth: 1
2230         showgrid: True
2231         showline: True
2232         showticklabels: True
2233         tickcolor: "rgb(238, 238, 238)"
2234         tickmode: "linear"
2235         tickfont:
2236           size: 14
2237         zeroline: False
2238       yaxis:
2239         title: "<b>Packet Throughput [Mpps]</b>"
2240         titlefont:
2241           size: 14
2242         type: "linear"
2243         gridcolor: "rgb(230, 230, 230)"
2244         hoverformat: ".4s"
2245         linecolor: "rgb(220, 220, 220)"
2246         linewidth: 1
2247         showgrid: True
2248         showline: True
2249         showticklabels: True
2250         tickcolor: "rgb(220, 220, 220)"
2251         tickformat: ".4s"
2252         tickfont:
2253           size: 14
2254         zeroline: True
2255         rangemode: "tozero"
2256         range: [0,100]
2257       legend:
2258         orientation: "h"
2259         font:
2260           size: 14
2261         xanchor: "left"
2262         yanchor: "top"
2263         x: 0
2264         y: -0.2
2265         bgcolor: "rgba(255, 255, 255, 0)"
2266         bordercolor: "rgba(255, 255, 255, 0)"
2267         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2268       autosize: False
2269       margin:
2270           't': 50
2271           'b': 150
2272           'l': 85
2273           'r': 10
2274       showlegend: True
2275       width: 700
2276       height: 700
2277       paper_bgcolor: "#fff"
2278       plot_bgcolor: "#fff"
2279       hoverlabel:
2280         namelength: -1
2281       annotations: [
2282         {
2283           text: "_ _          __          ...",
2284           align: "left",
2285           showarrow: False,
2286           xref: "paper",
2287           yref: "paper",
2288           xanchor: "left",
2289           yanchor: "top",
2290           x: 0,
2291           y: -0.14,
2292           font: {
2293             family: "Consolas, Courier New",
2294             size: 13
2295           },
2296         },
2297         {
2298           text: "    Perfect     Measured     Limit",
2299           align: "left",
2300           showarrow: False,
2301           xref: "paper",
2302           yref: "paper",
2303           xanchor: "left",
2304           yanchor: "top",
2305           x: 0,
2306           y: -0.15,
2307           font: {
2308             family: "Consolas, Courier New",
2309             size: 13
2310           },
2311         },
2312       ]
2313
2314     plot-throughput-speedup-analysis-gbps:
2315       titlefont:
2316         size: 16
2317       xaxis:
2318         title: "<b>Number of Cores [Qty]</b>"
2319         titlefont:
2320           size: 14
2321         autorange: True
2322         fixedrange: False
2323         gridcolor: "rgb(230, 230, 230)"
2324         linecolor: "rgb(220, 220, 220)"
2325         linewidth: 1
2326         showgrid: True
2327         showline: True
2328         showticklabels: True
2329         tickcolor: "rgb(238, 238, 238)"
2330         tickmode: "linear"
2331         tickfont:
2332           size: 14
2333         zeroline: False
2334       yaxis:
2335         title: "<b>Packet Throughput [Gbps]</b>"
2336         titlefont:
2337           size: 14
2338         type: "linear"
2339         gridcolor: "rgb(230, 230, 230)"
2340         hoverformat: ".4s"
2341         linecolor: "rgb(220, 220, 220)"
2342         linewidth: 1
2343         showgrid: True
2344         showline: True
2345         showticklabels: True
2346         tickcolor: "rgb(220, 220, 220)"
2347         tickformat: ".4s"
2348         tickfont:
2349           size: 14
2350         zeroline: True
2351         rangemode: "tozero"
2352         range: [0,100]
2353       legend:
2354         orientation: "h"
2355         font:
2356           size: 14
2357         xanchor: "left"
2358         yanchor: "top"
2359         x: 0
2360         y: -0.2
2361         bgcolor: "rgba(255, 255, 255, 0)"
2362         bordercolor: "rgba(255, 255, 255, 0)"
2363         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2364       autosize: False
2365       margin:
2366           't': 50
2367           'b': 150
2368           'l': 85
2369           'r': 10
2370       showlegend: True
2371       width: 700
2372       height: 700
2373       paper_bgcolor: "#fff"
2374       plot_bgcolor: "#fff"
2375       hoverlabel:
2376         namelength: -1
2377       annotations: [
2378         {
2379           text: "_ _          __",
2380           align: "left",
2381           showarrow: False,
2382           xref: "paper",
2383           yref: "paper",
2384           xanchor: "left",
2385           yanchor: "top",
2386           x: 0,
2387           y: -0.13,
2388           font: {
2389             family: "Consolas, Courier New",
2390             size: 13
2391           },
2392         },
2393         {
2394           text: "    Perfect     Measured",
2395           align: "left",
2396           showarrow: False,
2397           xref: "paper",
2398           yref: "paper",
2399           xanchor: "left",
2400           yanchor: "top",
2401           x: 0,
2402           y: -0.15,
2403           font: {
2404             family: "Consolas, Courier New",
2405             size: 13
2406           },
2407         },
2408       ]
2409
2410     plot-throughput-speedup-analysis-cps:
2411       titlefont:
2412         size: 16
2413       xaxis:
2414         title: "<b>Number of Cores [Qty]</b>"
2415         titlefont:
2416           size: 14
2417         autorange: True
2418         fixedrange: False
2419         gridcolor: "rgb(230, 230, 230)"
2420         linecolor: "rgb(220, 220, 220)"
2421         linewidth: 1
2422         showgrid: True
2423         showline: True
2424         showticklabels: True
2425         tickcolor: "rgb(238, 238, 238)"
2426         tickmode: "linear"
2427         tickfont:
2428           size: 14
2429         zeroline: False
2430       yaxis:
2431         title: "<b>Connection Rate [Mcps]</b>"
2432         titlefont:
2433           size: 14
2434         type: "linear"
2435         gridcolor: "rgb(230, 230, 230)"
2436         hoverformat: ".4s"
2437         linecolor: "rgb(220, 220, 220)"
2438         linewidth: 1
2439         showgrid: True
2440         showline: True
2441         showticklabels: True
2442         tickcolor: "rgb(220, 220, 220)"
2443         tickformat: ".4s"
2444         tickfont:
2445           size: 14
2446         zeroline: True
2447         rangemode: "tozero"
2448         range: [0,100]
2449       legend:
2450         orientation: "h"
2451         font:
2452           size: 14
2453         xanchor: "left"
2454         yanchor: "top"
2455         x: 0
2456         y: -0.2
2457         bgcolor: "rgba(255, 255, 255, 0)"
2458         bordercolor: "rgba(255, 255, 255, 0)"
2459         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2460       autosize: False
2461       margin:
2462           't': 50
2463           'b': 150
2464           'l': 85
2465           'r': 10
2466       showlegend: True
2467       width: 700
2468       height: 700
2469       paper_bgcolor: "#fff"
2470       plot_bgcolor: "#fff"
2471       hoverlabel:
2472         namelength: -1
2473       annotations: [
2474         {
2475           text: "_ _          __",
2476           align: "left",
2477           showarrow: False,
2478           xref: "paper",
2479           yref: "paper",
2480           xanchor: "left",
2481           yanchor: "top",
2482           x: 0,
2483           y: -0.13,
2484           font: {
2485             family: "Consolas, Courier New",
2486             size: 13
2487           },
2488         },
2489         {
2490           text: "    Perfect     Measured",
2491           align: "left",
2492           showarrow: False,
2493           xref: "paper",
2494           yref: "paper",
2495           xanchor: "left",
2496           yanchor: "top",
2497           x: 0,
2498           y: -0.15,
2499           font: {
2500             family: "Consolas, Courier New",
2501             size: 13
2502           },
2503         },
2504       ]
2505
2506     plot-latency:
2507       titlefont:
2508         size: 16
2509       xaxis:
2510         title: "<b>Direction</b>"
2511         titlefont:
2512           size: 14
2513         autorange: True
2514         fixedrange: False
2515         gridcolor: "rgb(230, 230, 230)"
2516         linecolor: "rgb(220, 220, 220)"
2517         linewidth: 1
2518         showgrid: True
2519         showline: True
2520         showticklabels: False
2521         tickcolor: "rgb(220, 220, 220)"
2522         tickmode: "linear"
2523         tickfont:
2524           size: 14
2525         zeroline: False
2526       yaxis:
2527         title: "<b>Packet Latency [uSec]</b>"
2528         titlefont:
2529           size: 14
2530         type: "linear"
2531         gridcolor: "rgb(230, 230, 230)"
2532         hoverformat: ".4s"
2533         linecolor: "rgb(220, 220, 220)"
2534         linewidth: 1
2535         showgrid: True
2536         showline: True
2537         showticklabels: True
2538         tickcolor: "rgb(220, 220, 220)"
2539         tickformat: ".4s"
2540         tickfont:
2541           size: 14
2542         zeroline: True
2543         rangemode: "tozero"
2544       legend:
2545         orientation: "h"
2546         font:
2547           size: 14
2548         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2549       autosize: False
2550       margin:
2551           't': 50
2552           'b': 150
2553           'l': 80
2554           'r': 10
2555       showlegend: True
2556       width: 700
2557       height: 700
2558       paper_bgcolor: "#fff"
2559       plot_bgcolor: "#fff"
2560       hoverlabel:
2561         namelength: -1
2562
2563     plot-hdrh-latency:
2564       title:
2565         text: ""
2566         xanchor: "center"
2567         x: 0.5
2568         font:
2569           size: 16
2570       width: 700
2571       plot_bgcolor: "white"
2572       annotations:
2573         - font:
2574             size: 14
2575           showarrow: False
2576           text: "<b>Packet Latency [uSec]</b>"
2577           x: 1
2578           xanchor: "right"
2579           xref: "paper"
2580           y: -0.045
2581           yanchor: "top"
2582           yref: "paper"
2583         - font:
2584             size: 14
2585           showarrow: False
2586           text: "<b>Probability [%]</b>"
2587           textangle: 270
2588           x: -0.06
2589           xanchor: "center"
2590           xref: "paper"
2591           y: 0.5
2592           yanchor: "middle"
2593           yref: "paper"
2594         - font:
2595             size: 14
2596           showarrow: False
2597           text: "<b>Direction: E-W</b>"
2598           x: 0.24
2599           xanchor: "center"
2600           xref: "paper"
2601           y: 1.05
2602           yanchor: "bottom"
2603           yref: "paper"
2604         - font:
2605             size: 14
2606           showarrow: False
2607           text: "<b>Direction: W-E</b>"
2608           x: 0.74
2609           xanchor: "center"
2610           xref: "paper"
2611           y: 1.05
2612           yanchor: "bottom"
2613           yref: "paper"
2614
2615     plot-hdrh-latency-percentile-x-log:
2616       title:
2617         text: "<b>Latency by Percentile Distribution</b>"
2618         xanchor: "center"
2619         x: 0.5
2620         font:
2621           size: 18
2622       showlegend: True
2623       legend:
2624         traceorder: "normal"
2625         orientation: "h"
2626         font:
2627           size: 16
2628         xanchor: "left"
2629         yanchor: "top"
2630         x: 0
2631         y: -0.2
2632         bgcolor: "rgba(255, 255, 255, 0)"
2633         bordercolor: "rgba(255, 255, 255, 0)"
2634       xaxis:
2635         type: "log"
2636         title: "<b>Percentile [%]</b>"
2637         titlefont:
2638           size: 14
2639         autorange: False
2640         fixedrange: True
2641         gridcolor: "rgb(230, 230, 230)"
2642         linecolor: "rgb(220, 220, 220)"
2643         linewidth: 1
2644         showgrid: True
2645         showline: True
2646         showticklabels: True
2647         tickcolor: "rgb(220, 220, 220)"
2648         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
2649         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
2650         tickfont:
2651           size: 14
2652       yaxis:
2653         title: "<b>One-Way Latency per Direction [uSec]</b>"
2654         titlefont:
2655           size: 14
2656         gridcolor: "rgb(230, 230, 230)"
2657         linecolor: "rgb(220, 220, 220)"
2658         linewidth: 1
2659         showgrid: True
2660         showline: True
2661         showticklabels: True
2662         tickcolor: "rgb(220, 220, 220)"
2663         tickfont:
2664           size: 14
2665       autosize: False
2666       width: 700
2667       height: 700
2668       paper_bgcolor: "white"
2669       plot_bgcolor: "white"
2670
2671     plot-hdrh-latency-by-percentile:
2672       title:
2673         text: "<b>Latency by Percentile Distribution</b>"
2674         xanchor: "center"
2675         x: 0.5
2676         font:
2677           size: 18
2678       showlegend: True
2679       legend:
2680         traceorder: "normal"
2681         orientation: "h"
2682         font:
2683           size: 16
2684         xanchor: "left"
2685         yanchor: "top"
2686         x: 0
2687         y: -0.2
2688         bgcolor: "rgba(255, 255, 255, 0)"
2689         bordercolor: "rgba(255, 255, 255, 0)"
2690       xaxis:
2691         type: "linear"
2692         title: "<b>Percentile [%]</b>"
2693         titlefont:
2694           size: 14
2695         autorange: False
2696         fixedrange: False
2697         range: [0, 100]
2698         gridcolor: "rgb(230, 230, 230)"
2699         linecolor: "rgb(220, 220, 220)"
2700         linewidth: 1
2701         showgrid: True
2702         showline: True
2703         showticklabels: True
2704         tickcolor: "rgb(220, 220, 220)"
2705         tickvals: [0, 25, 50, 75, 100]
2706         ticktext: [0, 25, 50, 75, 100]
2707         tickfont:
2708           size: 14
2709       yaxis:
2710         title: "<b>One-Way Latency per Direction [uSec]</b>"
2711         titlefont:
2712           size: 14
2713         gridcolor: "rgb(230, 230, 230)"
2714         linecolor: "rgb(220, 220, 220)"
2715         linewidth: 1
2716         showgrid: True
2717         showline: True
2718         showticklabels: True
2719         tickcolor: "rgb(220, 220, 220)"
2720         tickfont:
2721           size: 14
2722       width: 700
2723       height: 700
2724       paper_bgcolor: "white"
2725       plot_bgcolor: "white"
2726
2727 - type: "static"
2728   src-path: "{DIR[RST]}"
2729   dst-path: "{DIR[WORKING,SRC]}"
2730
2731 - type: "input"
2732   general:
2733     file-name: "output_info.xml.gz"
2734     file-format: ".gz"
2735     arch-file-format:
2736       - ".gz"
2737       - ".zip"
2738     download-path: "{job}/{build}/archives/{filename}"
2739     extract: "output.xml"
2740
2741     zip-file-name: "robot-plugin.zip"
2742     zip-file-format: ".zip"
2743     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2744     zip-extract: "robot-plugin/output.xml"
2745
2746   builds:
2747
2748     csit-vpp-perf-report-iterative-2009-3n-hsw:
2749       - 18  # rls2005 MRR iter env 5
2750       - 9   # rls2005 NDRPDR iter env 5
2751       - 10  # rls2005 NDRPDR iter env 5
2752       - 11  # rls2005 NDRPDR iter env 5
2753       - 12  # rls2005 NDRPDR iter env 5
2754       - 13  # rls2005 NDRPDR iter env 5
2755       - 14  # rls2005 NDRPDR iter env 5
2756       - 15  # rls2005 NDRPDR iter env 5
2757       - 16  # rls2005 NDRPDR iter env 5
2758       - 17  # rls2005 NDRPDR iter env 5
2759       - 19  # rls2005 NDRPDR iter env 5
2760       - 23  # rls2009 MRR iter env 5
2761       - 21  # rls2009 NDRPDR iter env 5
2762       - 22  # rls2009 NDRPDR iter env 5
2763       - 24  # rls2009 NDRPDR iter env 5
2764       - 25  # rls2009 NDRPDR iter env 5
2765       - 26  # rls2009 NDRPDR iter env 5
2766       - 27  # rls2009 NDRPDR iter env 5
2767       - 28  # rls2009 NDRPDR iter env 5
2768       - 29  # rls2009 NDRPDR iter env 5
2769       - 30  # rls2009 NDRPDR iter env 5
2770       - 31  # rls2009 NDRPDR iter env 5
2771     csit-vpp-perf-report-iterative-2101-3n-hsw:
2772       - 17  # rls2009 MRR iter env 6
2773       - 19  # rls2009 NDRPDR iter env 6
2774       - 20  # rls2009 NDRPDR iter env 6
2775       - 21  # rls2009 NDRPDR iter env 6
2776       - 22  # rls2009 NDRPDR iter env 6
2777       - 23  # rls2009 NDRPDR iter env 6
2778       - 24  # rls2009 NDRPDR iter env 6
2779       - 25  # rls2009 NDRPDR iter env 6
2780       - 26  # rls2009 NDRPDR iter env 6
2781       - 27  # rls2009 NDRPDR iter env 6
2782       - 63  # rls2101.rel MRR iter env 6
2783       - 64  # rls2101.rel NDRPDR iter env 6
2784       - 71  # rls2101.rel NDRPDR iter env 6
2785       - 73  # rls2101.rel NDRPDR iter env 6
2786       - 74  # rls2101.rel NDRPDR iter env 6
2787       - 80  # rls2101.rel NDRPDR iter env 6
2788       - 81  # rls2101.rel NDRPDR iter env 6
2789       - 82  # rls2101.rel NDRPDR iter env 6
2790       - 83  # rls2101.rel NDRPDR iter env 6
2791       - 88  # rls2101.rel NDRPDR iter env 6
2792       - 89  # rls2101.rel NDRPDR iter env 6
2793       - 128 # rls2101.rel NDRPDR iter RND env 6
2794       - 129 # rls2101.rel NDRPDR iter RND env 6
2795       - 130 # rls2101.rel NDRPDR iter RND env 6
2796       - 131 # rls2101.rel NDRPDR iter RND env 6
2797       - 132 # rls2101.rel NDRPDR iter RND env 6
2798       - 133 # rls2101.rel NDRPDR iter RND env 6
2799       - 134 # rls2101.rel NDRPDR iter RND env 6
2800       - 135 # rls2101.rel NDRPDR iter RND env 6
2801       - 136 # rls2101.rel NDRPDR iter RND env 6
2802       - 137 # rls2101.rel NDRPDR iter RND env 6
2803       - 65  # rls2101.rel NDRPDR reconf iter env 6
2804       - 68  # rls2101.rel NDRPDR reconf iter env 6
2805       - 77  # rls2101.rel NDRPDR reconf iter env 6
2806       - 84  # rls2101.rel NDRPDR reconf iter env 6
2807       - 90  # rls2101.rel NDRPDR reconf iter env 6
2808       - 96  # rls2101.rel NDRPDR reconf iter env 6
2809       - 101 # rls2101.rel NDRPDR reconf iter env 6
2810       - 104 # rls2101.rel NDRPDR reconf iter env 6
2811       - 105 # rls2101.rel NDRPDR reconf iter env 6
2812       - 106 # rls2101.rel NDRPDR reconf iter env 6
2813       - 107 # rls2101.rel NDRPDR reconf iter env 6
2814       - 108 # rls2101.rel NDRPDR reconf iter env 6
2815       - 110 # rls2101.rel NDRPDR reconf iter env 6
2816       - 111 # rls2101.rel NDRPDR reconf iter env 6
2817       - 112 # rls2101.rel NDRPDR reconf iter env 6
2818       - 113 # rls2101.rel NDRPDR reconf iter env 6
2819       - 114 # rls2101.rel NDRPDR reconf iter env 6
2820       - 115 # rls2101.rel NDRPDR reconf iter env 6
2821       - 116 # rls2101.rel NDRPDR reconf iter env 6
2822       - 117 # rls2101.rel NDRPDR reconf iter env 6
2823       - 69  # rls2101.rel Hoststack iter env 6
2824       - 70  # rls2101.rel Hoststack iter env 6
2825       - 75  # rls2101.rel Hoststack iter env 6
2826       - 76  # rls2101.rel Hoststack iter env 6
2827       - 78  # rls2101.rel Hoststack iter env 6
2828       - 79  # rls2101.rel Hoststack iter env 6
2829       - 85  # rls2101.rel Hoststack iter env 6
2830       - 86  # rls2101.rel Hoststack iter env 6
2831       - 87  # rls2101.rel Hoststack iter env 6
2832       - 91  # rls2101.rel Hoststack iter env 6
2833       - 92  # rls2101.rel Hoststack iter env 6
2834       - 93  # rls2101.rel Hoststack iter env 6
2835       - 94  # rls2101.rel Hoststack iter env 6
2836       - 95  # rls2101.rel Hoststack iter env 6
2837       - 97  # rls2101.rel Hoststack iter env 6
2838       - 98  # rls2101.rel Hoststack iter env 6
2839       - 99  # rls2101.rel Hoststack iter env 6
2840       - 100 # rls2101.rel Hoststack iter env 6
2841       - 102 # rls2101.rel Hoststack iter env 6
2842       - 103 # rls2101.rel Hoststack iter env 6
2843     csit-vpp-perf-report-coverage-2101-3n-hsw:
2844       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
2845       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
2846       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
2847       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
2848       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
2849       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
2850       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
2851       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
2852       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
2853       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
2854       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
2855       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
2856       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
2857       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
2858       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
2859       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
2860       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
2861       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
2862       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
2863       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
2864       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
2865       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
2866       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
2867       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
2868       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
2869       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
2870       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
2871       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
2872       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
2873       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
2874       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
2875       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
2876       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
2877       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
2878       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
2879
2880
2881     csit-vpp-perf-report-iterative-2009-3n-skx:
2882       - 17  # rls2005 MRR iter env 5
2883       - 13  # rls2005 NDRPDR iter env 5
2884       - 18  # rls2005 NDRPDR iter env 5
2885       - 19  # rls2005 NDRPDR iter env 5
2886       - 41  # rls2005 NDRPDR iter env 5
2887       - 43  # rls2005 NDRPDR iter env 5
2888       - 44  # rls2005 NDRPDR iter env 5
2889       - 45  # rls2005 NDRPDR iter env 5
2890       - 46  # rls2005 NDRPDR iter env 5
2891       - 48  # rls2005 NDRPDR iter env 5
2892       - 49  # rls2005 NDRPDR iter env 5
2893       - 24  # rls2009 MRR iter env 5
2894       - 26  # rls2009 NDRPDR iter env 5
2895       - 27  # rls2009 NDRPDR iter env 5
2896       - 28  # rls2009 NDRPDR iter env 5
2897       - 29  # rls2009 NDRPDR iter env 5
2898       - 35  # rls2009 NDRPDR iter env 5
2899       - 36  # rls2009 NDRPDR iter env 5
2900       - 37  # rls2009 NDRPDR iter env 5
2901       - 38  # rls2009 NDRPDR iter env 5
2902       - 39  # rls2009 NDRPDR iter env 5
2903       - 40  # rls2009 NDRPDR iter env 5
2904     csit-vpp-perf-report-iterative-2101-3n-skx:
2905       - 34  # rls2009 MRR iter env 6
2906       - 14  # rls2009 NDRPDR iter env 6
2907       - 15  # rls2009 NDRPDR iter env 6
2908       - 16  # rls2009 NDRPDR iter env 6
2909       - 17  # rls2009 NDRPDR iter env 6
2910       - 18  # rls2009 NDRPDR iter env 6
2911       - 25  # rls2009 NDRPDR iter env 6
2912       - 26  # rls2009 NDRPDR iter env 6
2913       - 27  # rls2009 NDRPDR iter env 6
2914       - 29  # rls2009 NDRPDR iter env 6
2915       - 31  # rls2009 NDRPDR iter env 6
2916       - 35  # rls2101.rel MRR iter env 6
2917       - 36  # rls2101.rel NDRPDR iter env 6
2918       - 37  # rls2101.rel NDRPDR iter env 6
2919       - 38  # rls2101.rel NDRPDR iter env 6
2920       - 39  # rls2101.rel NDRPDR iter env 6
2921       - 40  # rls2101.rel NDRPDR iter env 6
2922       - 41  # rls2101.rel NDRPDR iter env 6
2923       - 42  # rls2101.rel NDRPDR iter env 6
2924       - 47  # rls2101.rel NDRPDR iter env 6
2925       - 48  # rls2101.rel NDRPDR iter env 6
2926     # csit-vpp-perf-report-coverage-2101-3n-skx:
2927
2928
2929     csit-vpp-perf-report-iterative-2009-2n-skx:
2930       - 20  # rls2005 MRR iter env 5
2931       - 13  # rls2005 NDRPDR iter env 5
2932       - 16  # rls2005 NDRPDR iter env 5
2933       - 17  # rls2005 NDRPDR iter env 5
2934       - 18  # rls2005 NDRPDR iter env 5
2935       - 19  # rls2005 NDRPDR iter env 5
2936       - 21  # rls2005 NDRPDR iter env 5
2937       - 22  # rls2005 NDRPDR iter env 5
2938       - 23  # rls2005 NDRPDR iter env 5
2939       - 24  # rls2005 NDRPDR iter env 5
2940       - 25  # rls2005 NDRPDR iter env 5
2941       - 120 # rls2009 MRR iter env 5
2942       - 35  # rls2009 NDRPDR iter env 5
2943       - 36  # rls2009 NDRPDR iter env 5
2944       - 37  # rls2009 NDRPDR iter env 5
2945       - 39  # rls2009 NDRPDR iter env 5
2946       - 40  # rls2009 NDRPDR iter env 5
2947       - 42  # rls2009 NDRPDR iter env 5
2948       - 43  # rls2009 NDRPDR iter env 5
2949       - 44  # rls2009 NDRPDR iter env 5
2950       - 46  # rls2009 NDRPDR iter env 5
2951       - 48  # rls2009 NDRPDR iter env 5
2952       - 110 # rls2009 NDRPDR iter NAT44 env 5
2953       - 111 # rls2009 NDRPDR iter NAT44 env 5
2954       - 112 # rls2009 NDRPDR iter NAT44 env 5
2955       - 113 # rls2009 NDRPDR iter NAT44 env 5
2956       - 114 # rls2009 NDRPDR iter NAT44 env 5
2957       - 115 # rls2009 NDRPDR iter NAT44 env 5
2958       - 116 # rls2009 NDRPDR iter NAT44 env 5
2959       - 118 # rls2009 NDRPDR iter NAT44 env 5
2960       - 119 # rls2009 NDRPDR iter NAT44 env 5
2961       - 121 # rls2009 NDRPDR iter NAT44 env 5
2962     csit-vpp-perf-report-iterative-2101-2n-skx:
2963       - 21  # rls2009 MRR iter env 6
2964       - 22  # rls2009 NDRPDR iter env 6
2965       - 23  # rls2009 NDRPDR iter env 6
2966       - 24  # rls2009 NDRPDR iter env 6
2967       - 25  # rls2009 NDRPDR iter env 6
2968       - 26  # rls2009 NDRPDR iter env 6
2969       - 28  # rls2009 NDRPDR iter env 6
2970       - 39  # rls2009 NDRPDR iter env 6
2971       - 40  # rls2009 NDRPDR iter env 6
2972       - 41  # rls2009 NDRPDR iter env 6
2973       - 44  # rls2009 NDRPDR iter env 6
2974       - 62  # rls2101.rel MRR iter env 6
2975       - 63  # rls2101.rel NDRPDR iter env 6
2976       - 69  # rls2101.rel NDRPDR iter env 6
2977       - 70  # rls2101.rel NDRPDR iter env 6
2978       - 75  # rls2101.rel NDRPDR iter env 6
2979       - 76  # rls2101.rel NDRPDR iter env 6
2980       - 77  # rls2101.rel NDRPDR iter env 6
2981       - 82  # rls2101.rel NDRPDR iter env 6
2982       - 85  # rls2101.rel NDRPDR iter env 6
2983       - 86  # rls2101.rel NDRPDR iter env 6
2984       - 94  # rls2101.rel NDRPDR iter env 6
2985       - 89  # rls2101.rel NDRPDR iter RND env 6
2986       - 90  # rls2101.rel NDRPDR iter RND env 6
2987       - 91  # rls2101.rel NDRPDR iter RND env 6
2988       - 92  # rls2101.rel NDRPDR iter RND env 6
2989       - 93  # rls2101.rel NDRPDR iter RND env 6
2990       - 96  # rls2101.rel NDRPDR iter RND env 6
2991       - 98  # rls2101.rel NDRPDR iter RND env 6
2992       - 99  # rls2101.rel NDRPDR iter RND env 6
2993       - 101 # rls2101.rel NDRPDR iter RND env 6
2994       - 102 # rls2101.rel NDRPDR iter RND env 6
2995       - 65  # rls2101.rel MRR nf-density iter env 6
2996       - 67  # rls2101.rel NDRPDR nf-density iter env 6
2997       - 72  # rls2101.rel NDRPDR nf-density iter env 6
2998       - 79  # rls2101.rel NDRPDR nf-density iter env 6
2999       - 83  # rls2101.rel NDRPDR nf-density iter env 6
3000       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3001       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3002       - 103 # rls2101.rel NDRPDR nf-density iter env 6
3003       - 64  # rls2101.rel NDRPDR reconf iter env 6
3004       - 66  # rls2101.rel NDRPDR reconf iter env 6
3005       - 71  # rls2101.rel NDRPDR reconf iter env 6
3006       - 74  # rls2101.rel NDRPDR reconf iter env 6
3007       - 78  # rls2101.rel NDRPDR reconf iter env 6
3008       - 87  # rls2101.rel NDRPDR reconf iter env 6
3009       - 95  # rls2101.rel NDRPDR reconf iter env 6
3010       - 100 # rls2101.rel NDRPDR reconf iter env 6
3011       - 104 # rls2101.rel NDRPDR reconf iter env 6
3012       - 106 # rls2101.rel NDRPDR reconf iter env 6
3013       - 68  # rls2101.rel soak env 6
3014       - 73  # rls2101.rel soak env 6
3015     # csit-vpp-perf-report-coverage-2101-2n-skx:
3016
3017
3018     csit-vpp-perf-report-iterative-2009-2n-clx:
3019       - 77  # rls2005 MRR iter env 5
3020       - 13  # rls2005 NDRPDR iter env 5
3021       - 15  # rls2005 NDRPDR iter env 5
3022       - 17  # rls2005 NDRPDR iter env 5
3023       - 18  # rls2005 NDRPDR iter env 5
3024       - 19  # rls2005 NDRPDR iter env 5
3025       - 20  # rls2005 NDRPDR iter env 5
3026       - 21  # rls2005 NDRPDR iter env 5
3027       - 22  # rls2005 NDRPDR iter env 5
3028       - 23  # rls2005 NDRPDR iter env 5
3029       - 24  # rls2005 NDRPDR iter env 5
3030       - 125 # rls2009 MRR iter env 5
3031       - 36  # rls2009 NDRPDR iter env 5
3032       - 39  # rls2009 NDRPDR iter env 5
3033       - 40  # rls2009 NDRPDR iter env 5
3034       - 65  # rls2009 NDRPDR iter env 5
3035       - 66  # rls2009 NDRPDR iter env 5
3036       - 79  # rls2009 NDRPDR iter env 5
3037       - 82  # rls2009 NDRPDR iter env 5
3038       - 88  # rls2009 NDRPDR iter env 5
3039       - 89  # rls2009 NDRPDR iter env 5
3040       - 90  # rls2009 NDRPDR iter env 5
3041       - 114 # rls2009 NDRPDR iter NAT44 env 5
3042       - 115 # rls2009 NDRPDR iter NAT44 env 5
3043       - 116 # rls2009 NDRPDR iter NAT44 env 5
3044       - 117 # rls2009 NDRPDR iter NAT44 env 5
3045       - 118 # rls2009 NDRPDR iter NAT44 env 5
3046       - 119 # rls2009 NDRPDR iter NAT44 env 5
3047       - 121 # rls2009 NDRPDR iter NAT44 env 5
3048       - 122 # rls2009 NDRPDR iter NAT44 env 5
3049       - 123 # rls2009 NDRPDR iter NAT44 env 5
3050       - 126 # rls2009 NDRPDR iter NAT44 env 5
3051     csit-vpp-perf-report-iterative-2101-2n-clx:
3052       - 15  # rls2009 MRR iter env 6
3053       - 16  # rls2009 NDRPDR iter env 6
3054       - 17  # rls2009 NDRPDR iter env 6
3055       - 18  # rls2009 NDRPDR iter env 6
3056       - 19  # rls2009 NDRPDR iter env 6
3057       - 20  # rls2009 NDRPDR iter env 6
3058       - 21  # rls2009 NDRPDR iter env 6
3059       - 32  # rls2009 NDRPDR iter env 6
3060       - 33  # rls2009 NDRPDR iter env 6
3061       - 34  # rls2009 NDRPDR iter env 6
3062       - 35  # rls2009 NDRPDR iter env 6
3063       - 53  # rls2101.rel MRR iter env 6
3064       - 54  # rls2101.rel NDRPDR iter env 6
3065       - 59  # rls2101.rel NDRPDR iter env 6
3066       - 60  # rls2101.rel NDRPDR iter env 6
3067       - 63  # rls2101.rel NDRPDR iter env 6
3068       - 66  # rls2101.rel NDRPDR iter env 6
3069       - 68  # rls2101.rel NDRPDR iter env 6
3070       - 73  # rls2101.rel NDRPDR iter env 6
3071       - 75  # rls2101.rel NDRPDR iter env 6
3072       - 87  # rls2101.rel NDRPDR iter RND env 6
3073       - 72  # rls2101.rel MRR nf-density iter env 6
3074       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3075       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3076       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3077       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3078       - 82  # rls2101.rel NDRPDR nf-density iter env 6
3079       - 55  # rls2101.rel NDRPDR reconf iter env 6
3080       - 64  # rls2101.rel NDRPDR reconf iter env 6
3081       - 76  # rls2101.rel NDRPDR reconf iter env 6
3082       - 58  # rls2101.rel soak env 6
3083       - 61  # rls2101.rel soak env 6
3084     # csit-vpp-perf-report-coverage-2101-2n-clx:
3085
3086
3087     csit-vpp-perf-report-iterative-2009-2n-zn2:
3088       - 15  # rls2009 MRR iter env 5
3089       - 17  # rls2009 NDRPDR iter env 5
3090       - 18  # rls2009 NDRPDR iter env 5
3091       - 31  # rls2009 NDRPDR iter env 5
3092       - 33  # rls2009 NDRPDR iter env 5
3093       - 34  # rls2009 NDRPDR iter env 5
3094     csit-vpp-perf-report-iterative-2101-2n-zn2:
3095       - 8   # rls2009 MRR iter env6
3096       - 9   # rls2009 NDRPDR iter env 6
3097       - 10  # rls2009 NDRPDR iter env 6
3098       - 11  # rls2009 NDRPDR iter env 6
3099       - 12  # rls2009 NDRPDR iter env 6
3100       - 13  # rls2009 NDRPDR iter env 6
3101       - 20  # rls2009 NDRPDR iter env 6
3102       - 21  # rls2009 NDRPDR iter env 6
3103       - 22  # rls2009 NDRPDR iter env 6
3104       - 25  # rls2009 NDRPDR iter env 6
3105       - 26  # rls2009 NDRPDR iter env 6
3106       - 30  # rls2101.rel MRR iter env 6
3107       - 31  # rls2101.rel NDRPDR iter env 6
3108       - 32  # rls2101.rel NDRPDR iter env 6
3109       - 33  # rls2101.rel NDRPDR iter env 6
3110       - 34  # rls2101.rel NDRPDR iter env 6
3111       - 35  # rls2101.rel NDRPDR iter env 6
3112       - 37  # rls2101.rel NDRPDR iter env 6
3113       - 38  # rls2101.rel NDRPDR iter env 6
3114       - 40  # rls2101.rel NDRPDR iter RND env 6
3115       - 41  # rls2101.rel NDRPDR iter RND env 6
3116       - 42  # rls2101.rel NDRPDR iter RND env 6
3117       - 43  # rls2101.rel NDRPDR iter RND env 6
3118       - 45  # rls2101.rel NDRPDR iter RND env 6
3119
3120     csit-vpp-perf-report-iterative-2009-3n-tsh:
3121       - 8   # rls2005 NDRPDR iter env 5
3122       - 11  # rls2005 NDRPDR iter env 5
3123       - 12  # rls2005 NDRPDR iter env 5
3124       - 24  # rls2005 NDRPDR iter env 5
3125       - 27  # rls2005 NDRPDR iter env 5
3126       - 29  # rls2005 NDRPDR iter env 5
3127       - 31  # rls2005 NDRPDR iter env 5
3128       - 39  # rls2005 NDRPDR iter env 5
3129       - 40  # rls2005 NDRPDR iter env 5
3130       - 42  # rls2005 NDRPDR iter env 5
3131       - 13  # rls2005 MRR iter env 5
3132       - 14  # rls2009 NDRPDR iter env 5
3133       - 20  # rls2009 NDRPDR iter env 5
3134       - 21  # rls2009 NDRPDR iter env 5
3135       - 22  # rls2009 NDRPDR iter env 5
3136       - 23  # rls2009 NDRPDR iter env 5
3137       - 28  # rls2009 NDRPDR iter env 5
3138       - 30  # rls2009 NDRPDR iter env 5
3139       - 33  # rls2009 NDRPDR iter env 5
3140       - 38  # rls2009 NDRPDR iter env 5
3141       - 41  # rls2009 NDRPDR iter env 5
3142       - 15  # rls2009 MRR iter env 5
3143     csit-vpp-perf-report-iterative-2101-3n-tsh:
3144       - 7   # rls2009 MRR iter env 6
3145       - 8   # rls2009 NDRPDR iter env 6
3146       - 13  # rls2009 NDRPDR iter env 6
3147       - 14  # rls2009 NDRPDR iter env 6
3148       - 15  # rls2009 NDRPDR iter env 6
3149       - 16  # rls2009 NDRPDR iter env 6
3150       - 17  # rls2009 NDRPDR iter env 6
3151       - 18  # rls2009 NDRPDR iter env 6
3152       - 19  # rls2009 NDRPDR iter env 6
3153       - 21  # rls2009 NDRPDR iter env 6
3154       - 22  # rls2101.rel MRR iter env 6
3155       - 23  # rls2101.rel NDRPDR iter env 6
3156       - 24  # rls2101.rel NDRPDR iter env 6
3157       - 25  # rls2101.rel NDRPDR iter env 6
3158       - 26  # rls2101.rel NDRPDR iter env 6
3159       - 27  # rls2101.rel NDRPDR iter env 6
3160       - 28  # rls2101.rel NDRPDR iter env 6
3161
3162     csit-vpp-perf-report-iterative-2101-2n-tx2:
3163       - 5   # rls2009 MRR iter env 6
3164       - 6   # rls2009 NDRPDR iter env 6
3165       - 7   # rls2009 NDRPDR iter env 6
3166       - 11  # rls2009 NDRPDR iter env 6
3167       - 12  # rls2009 NDRPDR iter env 6
3168       - 13  # rls2009 NDRPDR iter env 6
3169       - 16  # rls2009 NDRPDR iter env 6
3170       - 17  # rls2009 NDRPDR iter env 6
3171       - 18  # rls2009 NDRPDR iter env 6
3172       - 19  # rls2009 NDRPDR iter env 6
3173       - 20  # rls2009 NDRPDR iter env 6
3174       - 21  # rls2101.rel MRR iter env 6
3175       - 22  # rls2101.rel NDRPDR iter env 6
3176       - 23  # rls2101.rel NDRPDR iter env 6
3177       - 24  # rls2101.rel NDRPDR iter env 6
3178       - 25  # rls2101.rel NDRPDR iter env 6
3179       - 26  # rls2101.rel NDRPDR iter env 6
3180       - 27  # rls2101.rel NDRPDR iter env 6
3181       - 28  # rls2101.rel NDRPDR iter env 6
3182       - 29  # rls2101.rel NDRPDR iter env 6
3183       - 30  # rls2101.rel NDRPDR iter env 6
3184       - 31  # rls2101.rel NDRPDR iter env 6
3185
3186
3187     csit-vpp-perf-report-iterative-2009-3n-dnv:
3188       - 16  # rls2005 NDRPDR iter env 5
3189       - 23  # rls2005 NDRPDR iter env 5
3190       - 25  # rls2005 NDRPDR iter env 5
3191       - 26  # rls2005 NDRPDR iter env 5
3192       - 27  # rls2005 NDRPDR iter env 5
3193       - 28  # rls2005 NDRPDR iter env 5
3194       - 29  # rls2005 NDRPDR iter env 5
3195       - 30  # rls2005 NDRPDR iter env 5
3196       - 31  # rls2005 NDRPDR iter env 5
3197       - 32  # rls2005 NDRPDR iter env 5
3198       - 19  # rls2005 MRR iter env 5
3199       - 3   # rls2009 NDRPDR iter env 5
3200       - 6   # rls2009 NDRPDR iter env 5
3201       - 7   # rls2009 NDRPDR iter env 5
3202       - 8   # rls2009 NDRPDR iter env 5
3203       - 10  # rls2009 NDRPDR iter env 5
3204       - 11  # rls2009 NDRPDR iter env 5
3205       - 12  # rls2009 NDRPDR iter env 5
3206       - 14  # rls2009 NDRPDR iter env 5
3207       - 15  # rls2009 NDRPDR iter env 5
3208       - 24  # rls2009 NDRPDR iter env 5
3209       - 22  # rls2009 MRR iter env 5
3210     csit-vpp-perf-report-iterative-2101-3n-dnv:
3211       - 32  # rls2101.rel MRR iter env 6
3212       - 33  # rls2101.rel NDRPDR iter env 6
3213       - 34  # rls2101.rel NDRPDR iter env 6
3214       - 35  # rls2101.rel NDRPDR iter env 6
3215       - 36  # rls2101.rel NDRPDR iter env 6
3216       - 37  # rls2101.rel NDRPDR iter env 6
3217       - 38  # rls2101.rel NDRPDR iter env 6
3218       - 39  # rls2101.rel NDRPDR iter env 6
3219       - 40  # rls2101.rel NDRPDR iter env 6
3220       - 41  # rls2101.rel NDRPDR iter env 6
3221       - 42  # rls2101.rel NDRPDR iter env 6
3222       - 43  # rls2101.rel NDRPDR iter RND env 6
3223       - 44  # rls2101.rel NDRPDR iter RND env 6
3224       - 45  # rls2101.rel NDRPDR iter RND env 6
3225       - 46  # rls2101.rel NDRPDR iter RND env 6
3226       - 47  # rls2101.rel NDRPDR iter RND env 6
3227       - 48  # rls2101.rel NDRPDR iter RND env 6
3228       - 49  # rls2101.rel NDRPDR iter RND env 6
3229       - 50  # rls2101.rel NDRPDR iter RND env 6
3230       - 51  # rls2101.rel NDRPDR iter RND env 6
3231       - 52  # rls2101.rel NDRPDR iter RND env 6
3232     csit-vpp-perf-report-coverage-2101-3n-dnv:
3233       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3234       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3235       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3236       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3237       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3238       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3239       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3240       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3241       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3242
3243     csit-vpp-perf-report-iterative-2009-2n-dnv:
3244       - 16  # rls2005 NDRPDR iter env 5
3245       - 17  # rls2005 NDRPDR iter env 5
3246       - 18  # rls2005 NDRPDR iter env 5
3247       - 19  # rls2005 NDRPDR iter env 5
3248       - 21  # rls2005 NDRPDR iter env 5
3249       - 24  # rls2005 NDRPDR iter env 5
3250       - 27  # rls2005 NDRPDR iter env 5
3251       - 28  # rls2005 NDRPDR iter env 5
3252       - 29  # rls2005 NDRPDR iter env 5
3253       - 30  # rls2005 NDRPDR iter env 5
3254       - 23  # rls2005 MRR iter env 5
3255       - 3   # rls2009 NDRPDR iter env 5
3256       - 5   # rls2009 NDRPDR iter env 5
3257       - 6   # rls2009 NDRPDR iter env 5
3258       - 7   # rls2009 NDRPDR iter env 5
3259       - 9   # rls2009 NDRPDR iter env 5
3260       - 10  # rls2009 NDRPDR iter env 5
3261       - 11  # rls2009 NDRPDR iter env 5
3262       - 12  # rls2009 NDRPDR iter env 5
3263       - 14  # rls2009 NDRPDR iter env 5
3264       - 15  # rls2009 NDRPDR iter env 5
3265       - 13  # rls2009 MRR iter env 5
3266     csit-vpp-perf-report-iterative-2101-2n-dnv:
3267       - 31  # rls2101.rel MRR iter env 6
3268       - 32  # rls2101.rel NDRPDR iter env 6
3269       - 33  # rls2101.rel NDRPDR iter env 6
3270       - 34  # rls2101.rel NDRPDR iter env 6
3271       - 35  # rls2101.rel NDRPDR iter env 6
3272       - 39  # rls2101.rel NDRPDR iter env 6
3273       - 41  # rls2101.rel NDRPDR iter env 6
3274       - 42  # rls2101.rel NDRPDR iter env 6
3275       - 43  # rls2101.rel NDRPDR iter env 6
3276       - 44  # rls2101.rel NDRPDR iter env 6
3277       - 45  # rls2101.rel NDRPDR iter env 6
3278       - 46  # rls2101.rel NDRPDR iter RND env 6
3279       - 47  # rls2101.rel NDRPDR iter RND env 6
3280       - 48  # rls2101.rel NDRPDR iter RND env 6
3281       - 49  # rls2101.rel NDRPDR iter RND env 6
3282       - 50  # rls2101.rel NDRPDR iter RND env 6
3283       - 51  # rls2101.rel NDRPDR iter RND env 6
3284       - 52  # rls2101.rel NDRPDR iter RND env 6
3285       - 53  # rls2101.rel NDRPDR iter RND env 6
3286       - 54  # rls2101.rel NDRPDR iter RND env 6
3287       - 55  # rls2101.rel NDRPDR iter RND env 6
3288     csit-vpp-perf-report-coverage-2101-2n-dnv:
3289       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3290       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3291       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3292       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3293       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3294       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3295
3296     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3297       - 25  # NDRPDR iter
3298       - 26  # NDRPDR iter
3299       - 27  # NDRPDR iter
3300       - 28  # NDRPDR iter
3301       - 29  # NDRPDR iter
3302       - 30  # NDRPDR iter
3303       - 31  # NDRPDR iter
3304       - 32  # NDRPDR iter
3305       - 33  # NDRPDR iter
3306       - 34  # NDRPDR iter
3307     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3308       - 6   # NDRPDR iter env5
3309       - 7   # NDRPDR iter env5
3310       - 8   # NDRPDR iter env5
3311       - 9   # NDRPDR iter env5
3312       - 10  # NDRPDR iter env5
3313       - 11  # NDRPDR iter env5
3314       - 12  # NDRPDR iter env5
3315       - 13  # NDRPDR iter env5
3316       - 14  # NDRPDR iter env5
3317       - 15  # NDRPDR iter env5
3318     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3319       - 11  # rls2101 NDRPDR iter env 6
3320       - 12  # rls2101 NDRPDR iter env 6
3321       - 13  # rls2101 NDRPDR iter env 6
3322       - 14  # rls2101 NDRPDR iter env 6
3323       - 16  # rls2101 NDRPDR iter env 6
3324       - 17  # rls2101 NDRPDR iter env 6
3325       - 18  # rls2101 NDRPDR iter env 6
3326       - 19  # rls2101 NDRPDR iter env 6
3327       - 20  # rls2101 NDRPDR iter env 6
3328       - 21  # rls2101 NDRPDR iter env 6
3329
3330     csit-dpdk-perf-report-iterative-2005-3n-skx:
3331       - 28  # NDRPDR iter
3332       - 29  # NDRPDR iter
3333       - 30  # NDRPDR iter
3334       - 31  # NDRPDR iter
3335       - 32  # NDRPDR iter
3336       - 33  # NDRPDR iter
3337       - 34  # NDRPDR iter
3338       - 35  # NDRPDR iter
3339       - 36  # NDRPDR iter
3340       - 37  # NDRPDR iter
3341     csit-dpdk-perf-report-iterative-2009-3n-skx:
3342       - 4   # NDRPDR sel env5
3343       - 5   # NDRPDR sel env5
3344       - 6   # NDRPDR sel env5
3345       - 7   # NDRPDR sel env5
3346       - 8   # NDRPDR sel env5
3347       - 9   # NDRPDR sel env5
3348       - 14  # NDRPDR sel env5
3349       - 11  # NDRPDR sel env5
3350       - 12  # NDRPDR sel env5
3351       - 13  # NDRPDR sel env5
3352     csit-dpdk-perf-report-iterative-2101-3n-skx:
3353       - 12  # rls2101 NDRPDR iter env 6
3354       - 14  # rls2101 NDRPDR iter env 6
3355       - 15  # rls2101 NDRPDR iter env 6
3356       - 17  # rls2101 NDRPDR iter env 6
3357       - 19  # rls2101 NDRPDR iter env 6
3358       - 20  # rls2101 NDRPDR iter env 6
3359       - 21  # rls2101 NDRPDR iter env 6
3360       - 22  # rls2101 NDRPDR iter env 6
3361       - 25  # rls2101 NDRPDR iter env 6
3362       - 26  # rls2101 NDRPDR iter env 6
3363
3364     csit-dpdk-perf-report-iterative-2005-2n-skx:
3365       - 20  # NDRPDR iter
3366       - 21  # NDRPDR iter
3367       - 22  # NDRPDR iter
3368       - 23  # NDRPDR iter
3369       - 24  # NDRPDR iter
3370       - 25  # NDRPDR iter
3371       - 26  # NDRPDR iter
3372       - 27  # NDRPDR iter
3373       - 28  # NDRPDR iter
3374       - 29  # NDRPDR iter
3375     csit-dpdk-perf-report-iterative-2009-2n-skx:
3376       - 4   # NDRPDR iter env5
3377       - 5   # NDRPDR iter env5
3378       - 6   # NDRPDR iter env5
3379       - 7   # NDRPDR iter env5
3380       - 8   # NDRPDR iter env5
3381       - 9   # NDRPDR iter env5
3382       - 10  # NDRPDR iter env5
3383       - 11  # NDRPDR iter env5
3384       - 12  # NDRPDR iter env5
3385       - 13  # NDRPDR iter env5
3386     csit-dpdk-perf-report-iterative-2101-2n-skx:
3387       - 11  # rls2101 NDRPDR iter env 6
3388       - 12  # rls2101 NDRPDR iter env 6
3389       - 13  # rls2101 NDRPDR iter env 6
3390       - 14  # rls2101 NDRPDR iter env 6
3391       - 15  # rls2101 NDRPDR iter env 6
3392       - 17  # rls2101 NDRPDR iter env 6
3393       - 18  # rls2101 NDRPDR iter env 6
3394       - 19  # rls2101 NDRPDR iter env 6
3395       - 20  # rls2101 NDRPDR iter env 6
3396       - 21  # rls2101 NDRPDR iter env 6
3397
3398     csit-dpdk-perf-report-iterative-2005-2n-clx:
3399       - 20  # NDRPDR iter
3400       - 21  # NDRPDR iter
3401       - 22  # NDRPDR iter
3402       - 23  # NDRPDR iter
3403       - 24  # NDRPDR iter
3404       - 25  # NDRPDR iter
3405       - 26  # NDRPDR iter
3406       - 27  # NDRPDR iter
3407       - 28  # NDRPDR iter
3408       - 29  # NDRPDR iter
3409     csit-dpdk-perf-report-iterative-2009-2n-clx:
3410       - 4   # NDRPDR iter env5
3411       - 5   # NDRPDR iter env5
3412       - 6   # NDRPDR iter env5
3413       - 7   # NDRPDR iter env5
3414       - 8   # NDRPDR iter env5
3415       - 9   # NDRPDR iter env5
3416       - 10  # NDRPDR iter env5
3417       - 11  # NDRPDR iter env5
3418       - 12  # NDRPDR iter env5
3419       - 13  # NDRPDR iter env5
3420     csit-dpdk-perf-report-iterative-2101-2n-clx:
3421       - 12  # rls2101 NDRPDR iter env 6
3422       - 13  # rls2101 NDRPDR iter env 6
3423       - 14  # rls2101 NDRPDR iter env 6
3424       - 15  # rls2101 NDRPDR iter env 6
3425       - 17  # rls2101 NDRPDR iter env 6
3426       - 18  # rls2101 NDRPDR iter env 6
3427       - 19  # rls2101 NDRPDR iter env 6
3428       - 20  # rls2101 NDRPDR iter env 6
3429       - 21  # rls2101 NDRPDR iter env 6
3430       - 22  # rls2101 NDRPDR iter env 6
3431
3432     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3433       - 16  # NDRPDR iter env5
3434       - 21  # NDRPDR iter env5
3435       - 22  # NDRPDR iter env5
3436       - 23  # NDRPDR iter env5
3437       - 24  # NDRPDR iter env5
3438       - 25  # NDRPDR iter env5
3439       - 29  # NDRPDR iter env5
3440     csit-dpdk-perf-report-iterative-2101-2n-zn2:
3441       - 11  # rls2101 NDRPDR iter env 6
3442       - 12  # rls2101 NDRPDR iter env 6
3443       - 13  # rls2101 NDRPDR iter env 6
3444       - 14  # rls2101 NDRPDR iter env 6
3445       - 16  # rls2101 NDRPDR iter env 6
3446       - 17  # rls2101 NDRPDR iter env 6
3447       - 18  # rls2101 NDRPDR iter env 6
3448       - 19  # rls2101 NDRPDR iter env 6
3449       - 20  # rls2101 NDRPDR iter env 6
3450       - 21  # rls2101 NDRPDR iter env 6
3451
3452 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3453 #      # No data
3454 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3455 #      # No data
3456
3457 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3458 #      # No data
3459 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3460 #      # No data
3461
3462     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3463       - 5   # NDRPDR sel
3464     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3465       - 1   # NDRPDR iter env5
3466       - 2   # NDRPDR iter env5
3467       - 3   # NDRPDR iter env5
3468       - 4   # NDRPDR iter env5
3469       - 5   # NDRPDR iter env5
3470       - 6   # NDRPDR iter env5
3471       - 7   # NDRPDR iter env5
3472       - 9   # NDRPDR iter env5
3473       - 10  # NDRPDR iter env5
3474       - 11  # NDRPDR iter env5
3475     csit-dpdk-perf-report-iterative-2101-3n-tsh:
3476       - 11  # rls2101 NDRPDR iter env 6
3477       - 12  # rls2101 NDRPDR iter env 6
3478       - 13  # rls2101 NDRPDR iter env 6
3479       - 14  # rls2101 NDRPDR iter env 6
3480       - 16  # rls2101 NDRPDR iter env 6
3481       - 17  # rls2101 NDRPDR iter env 6
3482       - 18  # rls2101 NDRPDR iter env 6
3483       - 19  # rls2101 NDRPDR iter env 6
3484       - 20  # rls2101 NDRPDR iter env 6
3485       - 21  # rls2101 NDRPDR iter env 6
3486
3487     csit-dpdk-perf-report-iterative-2101-2n-tx2:
3488       - 4   # rls2101 NDRPDR iter env 6
3489       - 6   # rls2101 NDRPDR iter env 6
3490       - 7   # rls2101 NDRPDR iter env 6
3491       - 8   # rls2101 NDRPDR iter env 6
3492       - 9   # rls2101 NDRPDR iter env 6
3493       - 10  # rls2101 NDRPDR iter env 6
3494       - 11  # rls2101 NDRPDR iter env 6
3495       - 12  # rls2101 NDRPDR iter env 6
3496       - 13  # rls2101 NDRPDR iter env 6
3497       - 14  # rls2101 NDRPDR iter env 6
3498
3499     csit-vpp-device-2101-ubuntu1804-1n-skx:
3500       - 358  # rls2101.rel VPP DEV env 6
3501
3502 - type: "output"
3503   output: "report"
3504   format:
3505     html:
3506     - full
3507 #     pdf:
3508 #     - minimal
3509
3510 ################################################################################
3511 ###                               T A B L E S                                ###
3512 ################################################################################
3513
3514 # VPP Soak vs NDR - 2n-skx
3515 - type: "table"
3516   title: "VPP Soak vs NDR 2n-skx"
3517   algorithm: "table_soak_vs_ndr"
3518   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3519   reference:
3520     title: "NDR"
3521     data: "vpp-soak-vs-ndr-2n-skx-ref"
3522   compare:
3523     title: "Soak"
3524     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3525   data: "vpp-soak-vs-ndr-2n-skx"
3526   include-tests: "NDR"
3527   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3528   parameters:
3529     - "throughput"
3530     - "name"
3531     - "parent"
3532
3533 # VPP Soak vs NDR - 2n-clx
3534 - type: "table"
3535   title: "VPP Soak vs NDR 2n-clx"
3536   algorithm: "table_soak_vs_ndr"
3537   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3538   reference:
3539     title: "NDR"
3540     data: "vpp-soak-vs-ndr-2n-clx-ref"
3541   compare:
3542     title: "Soak"
3543     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3544   data: "vpp-soak-vs-ndr-2n-clx"
3545   include-tests: "NDR"
3546   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3547   parameters:
3548     - "throughput"
3549     - "name"
3550     - "parent"
3551
3552 ################################################################################
3553
3554 # VPP Compare NICs 3n-skx 2t1c ndr
3555 - type: "table"
3556   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3557   algorithm: "table_comparison"
3558   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3561   columns:
3562     - title: "x710"
3563       data-set: "vpp-nic-comparison-3n-skx"
3564       tag: "NIC_Intel-X710"
3565     - title: "xxv710"
3566       data-set: "vpp-nic-comparison-3n-skx"
3567       tag: "NIC_Intel-XXV710"
3568   comparisons:
3569     - title: "Diff"
3570       reference: 1
3571       compare: 2
3572   legend:
3573     - ""
3574     - "x710, xxv710 - NICs tested."
3575     - "Diff - difference between x710 and xxv710 NIC."
3576
3577 # VPP Compare NICs 3n-skx 4t2c ndr
3578 - type: "table"
3579   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3580   algorithm: "table_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3583   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3584   columns:
3585     - title: "x710"
3586       data-set: "vpp-nic-comparison-3n-skx"
3587       tag: "NIC_Intel-X710"
3588     - title: "xxv710"
3589       data-set: "vpp-nic-comparison-3n-skx"
3590       tag: "NIC_Intel-XXV710"
3591   comparisons:
3592     - title: "Diff"
3593       reference: 1
3594       compare: 2
3595   legend:
3596     - ""
3597     - "x710, xxv710 - NICs tested."
3598     - "Diff - difference between x710 and xxv710 NIC."
3599
3600 # VPP Compare NICs 3n-skx 2t1c pdr
3601 - type: "table"
3602   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3603   algorithm: "table_comparison"
3604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3605   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3606   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3607   columns:
3608     - title: "x710"
3609       data-set: "vpp-nic-comparison-3n-skx"
3610       tag: "NIC_Intel-X710"
3611     - title: "xxv710"
3612       data-set: "vpp-nic-comparison-3n-skx"
3613       tag: "NIC_Intel-XXV710"
3614   comparisons:
3615     - title: "Diff"
3616       reference: 1
3617       compare: 2
3618   legend:
3619     - ""
3620     - "x710, xxv710 - NICs tested."
3621     - "Diff - difference between x710 and xxv710 NIC."
3622
3623 # VPP Compare NICs 3n-skx 4t2c pdr
3624 - type: "table"
3625   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3626   algorithm: "table_comparison"
3627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3630   columns:
3631     - title: "x710"
3632       data-set: "vpp-nic-comparison-3n-skx"
3633       tag: "NIC_Intel-X710"
3634     - title: "xxv710"
3635       data-set: "vpp-nic-comparison-3n-skx"
3636       tag: "NIC_Intel-XXV710"
3637   comparisons:
3638     - title: "Diff"
3639       reference: 1
3640       compare: 2
3641   legend:
3642     - ""
3643     - "x710, xxv710 - NICs tested."
3644     - "Diff - difference between x710 and xxv710 NIC."
3645
3646 # VPP Compare NICs 3n-skx 2t1c mrr
3647 - type: "table"
3648   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3649   algorithm: "table_comparison"
3650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3652   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3653   columns:
3654     - title: "x710"
3655       data-set: "vpp-nic-comparison-3n-skx-mrr"
3656       tag: "NIC_Intel-X710"
3657     - title: "xxv710"
3658       data-set: "vpp-nic-comparison-3n-skx-mrr"
3659       tag: "NIC_Intel-XXV710"
3660   comparisons:
3661     - title: "Diff"
3662       reference: 1
3663       compare: 2
3664   legend:
3665     - ""
3666     - "x710, xxv710 - NICs tested."
3667     - "Diff - difference between x710 and xxv710 NIC."
3668
3669 # VPP Compare NICs 3n-skx 4t2c mrr
3670 - type: "table"
3671   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3672   algorithm: "table_comparison"
3673   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3675   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3676   columns:
3677     - title: "x710"
3678       data-set: "vpp-nic-comparison-3n-skx-mrr"
3679       tag: "NIC_Intel-X710"
3680     - title: "xxv710"
3681       data-set: "vpp-nic-comparison-3n-skx-mrr"
3682       tag: "NIC_Intel-XXV710"
3683   comparisons:
3684     - title: "Diff"
3685       reference: 1
3686       compare: 2
3687   legend:
3688     - ""
3689     - "x710, xxv710 - NICs tested."
3690     - "Diff - difference between x710 and xxv710 NIC."
3691
3692 # VPP Compare NICs 3n-skx 8t4c mrr
3693 - type: "table"
3694   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3695   algorithm: "table_comparison"
3696   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3698   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3699   columns:
3700     - title: "x710"
3701       data-set: "vpp-nic-comparison-3n-skx-mrr"
3702       tag: "NIC_Intel-X710"
3703     - title: "xxv710"
3704       data-set: "vpp-nic-comparison-3n-skx-mrr"
3705       tag: "NIC_Intel-XXV710"
3706   comparisons:
3707     - title: "Diff"
3708       reference: 1
3709       compare: 2
3710   legend:
3711     - ""
3712     - "x710, xxv710 - NICs tested."
3713     - "Diff - difference between x710 and xxv710 NIC."
3714
3715 # VPP Compare NICs 2n-skx 2t1c ndr
3716 - type: "table"
3717   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3718   algorithm: "table_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3722   columns:
3723     - title: "x710"
3724       data-set: "vpp-nic-comparison-2n-skx"
3725       tag: "NIC_Intel-X710"
3726     - title: "xxv710"
3727       data-set: "vpp-nic-comparison-2n-skx"
3728       tag: "NIC_Intel-XXV710"
3729   comparisons:
3730     - title: "Diff"
3731       reference: 1
3732       compare: 2
3733   legend:
3734     - ""
3735     - "x710, xxv710 - NICs tested."
3736     - "Diff - difference between x710 and xxv710 NIC."
3737
3738 # VPP Compare NICs 2n-skx 4t2c ndr
3739 - type: "table"
3740   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3741   algorithm: "table_comparison"
3742   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3744   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3745   columns:
3746     - title: "x710"
3747       data-set: "vpp-nic-comparison-2n-skx"
3748       tag: "NIC_Intel-X710"
3749     - title: "xxv710"
3750       data-set: "vpp-nic-comparison-2n-skx"
3751       tag: "NIC_Intel-XXV710"
3752   comparisons:
3753     - title: "Diff"
3754       reference: 1
3755       compare: 2
3756   legend:
3757     - ""
3758     - "x710, xxv710 - NICs tested."
3759     - "Diff - difference between x710 and xxv710 NIC."
3760
3761 # VPP Compare NICs 2n-skx 2t1c pdr
3762 - type: "table"
3763   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3764   algorithm: "table_comparison"
3765   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3767   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3768   columns:
3769     - title: "x710"
3770       data-set: "vpp-nic-comparison-2n-skx"
3771       tag: "NIC_Intel-X710"
3772     - title: "xxv710"
3773       data-set: "vpp-nic-comparison-2n-skx"
3774       tag: "NIC_Intel-XXV710"
3775   comparisons:
3776     - title: "Diff"
3777       reference: 1
3778       compare: 2
3779   legend:
3780     - ""
3781     - "x710, xxv710 - NICs tested."
3782     - "Diff - difference between x710 and xxv710 NIC."
3783
3784 # VPP Compare NICs 2n-skx 4t2c pdr
3785 - type: "table"
3786   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3787   algorithm: "table_comparison"
3788   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3790   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3791   columns:
3792     - title: "x710"
3793       data-set: "vpp-nic-comparison-2n-skx"
3794       tag: "NIC_Intel-X710"
3795     - title: "xxv710"
3796       data-set: "vpp-nic-comparison-2n-skx"
3797       tag: "NIC_Intel-XXV710"
3798   comparisons:
3799     - title: "Diff"
3800       reference: 1
3801       compare: 2
3802   legend:
3803     - ""
3804     - "x710, xxv710 - NICs tested."
3805     - "Diff - difference between x710 and xxv710 NIC."
3806
3807 # VPP Compare NICs 2n-skx 2t1c mrr
3808 - type: "table"
3809   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3810   algorithm: "table_comparison"
3811   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3813   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3814   columns:
3815     - title: "x710"
3816       data-set: "vpp-nic-comparison-2n-skx-mrr"
3817       tag: "NIC_Intel-X710"
3818     - title: "xxv710"
3819       data-set: "vpp-nic-comparison-2n-skx-mrr"
3820       tag: "NIC_Intel-XXV710"
3821   comparisons:
3822     - title: "Diff"
3823       reference: 1
3824       compare: 2
3825   legend:
3826     - ""
3827     - "x710, xxv710 - NICs tested."
3828     - "Diff - difference between x710 and xxv710 NIC."
3829
3830 # VPP Compare NICs 2n-skx 4t2c mrr
3831 - type: "table"
3832   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3833   algorithm: "table_comparison"
3834   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3836   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3837   columns:
3838     - title: "x710"
3839       data-set: "vpp-nic-comparison-2n-skx-mrr"
3840       tag: "NIC_Intel-X710"
3841     - title: "xxv710"
3842       data-set: "vpp-nic-comparison-2n-skx-mrr"
3843       tag: "NIC_Intel-XXV710"
3844   comparisons:
3845     - title: "Diff"
3846       reference: 1
3847       compare: 2
3848   legend:
3849     - ""
3850     - "x710, xxv710 - NICs tested."
3851     - "Diff - difference between x710 and xxv710 NIC."
3852
3853 # VPP Compare NICs 2n-skx 8t4c mrr
3854 - type: "table"
3855   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3856   algorithm: "table_comparison"
3857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3859   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3860   columns:
3861     - title: "x710"
3862       data-set: "vpp-nic-comparison-2n-skx-mrr"
3863       tag: "NIC_Intel-X710"
3864     - title: "xxv710"
3865       data-set: "vpp-nic-comparison-2n-skx-mrr"
3866       tag: "NIC_Intel-XXV710"
3867   comparisons:
3868     - title: "Diff"
3869       reference: 1
3870       compare: 2
3871   legend:
3872     - ""
3873     - "x710, xxv710 - NICs tested."
3874     - "Diff - difference between x710 and xxv710 NIC."
3875
3876 ################################################################################
3877 # VPP
3878
3879 # VPP Performance Changes 3n-hsw 1t1c pdr
3880 - type: "table"
3881   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3882   algorithm: "table_comparison"
3883   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3885   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3886   columns:
3887     - title: "2005.0-5"
3888       data-set: "vpp-performance-changes-3n-hsw-h1"
3889     - title: "2009.0-5"
3890       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3891     - title: "2009.0-6"
3892       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3893     - title: "2101.0-6"
3894       data-set: "vpp-performance-changes-3n-hsw-cmp"
3895   comparisons:
3896     - title: "2009.0-6 vs 2009.0-5"
3897       reference: 2
3898       compare: 3
3899 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3900     - title: "2101.0-6 vs 2009.0-6"
3901       reference: 3
3902       compare: 4
3903 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3904   legend:
3905     - ''
3906     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3907     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3908     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3909     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3910     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3911
3912 # VPP Performance Changes 3n-hsw 2t2c pdr
3913 - type: "table"
3914   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3915   algorithm: "table_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3918   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3919   columns:
3920     - title: "2005.0-5"
3921       data-set: "vpp-performance-changes-3n-hsw-h1"
3922     - title: "2009.0-5"
3923       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3924     - title: "2009.0-6"
3925       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3926     - title: "2101.0-6"
3927       data-set: "vpp-performance-changes-3n-hsw-cmp"
3928   comparisons:
3929     - title: "2009.0-6 vs 2009.0-5"
3930       reference: 2
3931       compare: 3
3932 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3933     - title: "2101.0-6 vs 2009.0-6"
3934       reference: 3
3935       compare: 4
3936 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3937   legend:
3938     - ''
3939     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3940     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3941     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3942     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3943     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3944
3945 # VPP Performance Changes 3n-hsw 1t1c ndr
3946 - type: "table"
3947   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3948   algorithm: "table_comparison"
3949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3951   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3952   columns:
3953     - title: "2005.0-5"
3954       data-set: "vpp-performance-changes-3n-hsw-h1"
3955     - title: "2009.0-5"
3956       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3957     - title: "2009.0-6"
3958       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3959     - title: "2101.0-6"
3960       data-set: "vpp-performance-changes-3n-hsw-cmp"
3961   comparisons:
3962     - title: "2009.0-6 vs 2009.0-5"
3963       reference: 2
3964       compare: 3
3965 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3966     - title: "2101.0-6 vs 2009.0-6"
3967       reference: 3
3968       compare: 4
3969 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3970   legend:
3971     - ''
3972     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3973     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3974     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3975     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3976     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3977
3978 # VPP Performance Changes 3n-hsw 2t2c ndr
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3985   columns:
3986     - title: "2005.0-5"
3987       data-set: "vpp-performance-changes-3n-hsw-h1"
3988     - title: "2009.0-5"
3989       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3990     - title: "2009.0-6"
3991       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3992     - title: "2101.0-6"
3993       data-set: "vpp-performance-changes-3n-hsw-cmp"
3994   comparisons:
3995     - title: "2009.0-6 vs 2009.0-5"
3996       reference: 2
3997       compare: 3
3998 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3999     - title: "2101.0-6 vs 2009.0-6"
4000       reference: 3
4001       compare: 4
4002 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
4003   legend:
4004     - ''
4005     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4006     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4007     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4008     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4009     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4010
4011 # VPP Performance Changes 3n-skx 2t1c pdr
4012 - type: "table"
4013   title: "VPP Performance Changes 3n-skx 2t1c pdr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
4016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4018   columns:
4019     - title: "2005.0-5"
4020       data-set: "vpp-performance-changes-3n-skx-h1"
4021     - title: "2009.0-5"
4022       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4023     - title: "2009.0-6"
4024       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4025     - title: "2101.0-6"
4026       data-set: "vpp-performance-changes-3n-skx-cmp"
4027   comparisons:
4028     - title: "2009.0-6 vs 2009.0-5"
4029       reference: 2
4030       compare: 3
4031 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
4032     - title: "2101.0-6 vs 2009.0-6"
4033       reference: 3
4034       compare: 4
4035 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
4036   legend:
4037     - ''
4038     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4039     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4040     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4041     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4042     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4043
4044 # VPP Performance Changes 3n-skx 4t2c pdr
4045 - type: "table"
4046   title: "VPP Performance Changes 3n-skx 4t2c pdr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
4049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4050   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4051   columns:
4052     - title: "2005.0-5"
4053       data-set: "vpp-performance-changes-3n-skx-h1"
4054     - title: "2009.0-5"
4055       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4056     - title: "2009.0-6"
4057       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4058     - title: "2101.0-6"
4059       data-set: "vpp-performance-changes-3n-skx-cmp"
4060   comparisons:
4061     - title: "2009.0-6 vs 2009.0-5"
4062       reference: 2
4063       compare: 3
4064 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
4065     - title: "2101.0-6 vs 2009.0-6"
4066       reference: 3
4067       compare: 4
4068 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
4069   legend:
4070     - ''
4071     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4072     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4073     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4074     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4075     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4076
4077 # VPP Performance Changes 3n-skx 2t1c ndr
4078 - type: "table"
4079   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4084   columns:
4085     - title: "2005.0-5"
4086       data-set: "vpp-performance-changes-3n-skx-h1"
4087     - title: "2009.0-5"
4088       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4089     - title: "2009.0-6"
4090       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4091     - title: "2101.0-6"
4092       data-set: "vpp-performance-changes-3n-skx-cmp"
4093   comparisons:
4094     - title: "2009.0-6 vs 2009.0-5"
4095       reference: 2
4096       compare: 3
4097 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4098     - title: "2101.0-6 vs 2009.0-6"
4099       reference: 3
4100       compare: 4
4101 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4102   legend:
4103     - ''
4104     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4105     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4106     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4107     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4108     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4109
4110 # VPP Performance Changes 3n-skx 4t2c ndr
4111 - type: "table"
4112   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4116   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4117   columns:
4118     - title: "2005.0-5"
4119       data-set: "vpp-performance-changes-3n-skx-h1"
4120     - title: "2009.0-5"
4121       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4122     - title: "2009.0-6"
4123       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4124     - title: "2101.0-6"
4125       data-set: "vpp-performance-changes-3n-skx-cmp"
4126   comparisons:
4127     - title: "2009.0-6 vs 2009.0-5"
4128       reference: 2
4129       compare: 3
4130 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4131     - title: "2101.0-6 vs 2009.0-6"
4132       reference: 3
4133       compare: 4
4134 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4135   legend:
4136     - ''
4137     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4138     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4139     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4140     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4141     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4142
4143 # VPP Performance Changes 2n-skx 2t1c pdr
4144 - type: "table"
4145   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4146   algorithm: "table_comparison"
4147   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4149   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4150   columns:
4151     - title: "2005.0-5"
4152       data-set: "vpp-performance-changes-2n-skx-h1"
4153     - title: "2009.0-5"
4154       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4155     - title: "2009.0-6"
4156       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4157     - title: "2101.0-6"
4158       data-set: "vpp-performance-changes-2n-skx-cmp"
4159   comparisons:
4160     - title: "2009.0-6 vs 2009.0-5"
4161       reference: 2
4162       compare: 3
4163 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4164     - title: "2101.0-6 vs 2009.0-6"
4165       reference: 3
4166       compare: 4
4167 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4168   legend:
4169     - ''
4170     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4171     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4172     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4173     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4174     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4175
4176 # VPP Performance Changes 2n-skx 4t2c pdr
4177 - type: "table"
4178   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4179   algorithm: "table_comparison"
4180   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4182   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4183   columns:
4184     - title: "2005.0-5"
4185       data-set: "vpp-performance-changes-2n-skx-h1"
4186     - title: "2009.0-5"
4187       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4188     - title: "2009.0-6"
4189       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4190     - title: "2101.0-6"
4191       data-set: "vpp-performance-changes-2n-skx-cmp"
4192   comparisons:
4193     - title: "2009.0-6 vs 2009.0-5"
4194       reference: 2
4195       compare: 3
4196 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4197     - title: "2101.0-6 vs 2009.0-6"
4198       reference: 3
4199       compare: 4
4200 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4201   legend:
4202     - ''
4203     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4204     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4205     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4206     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4207     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4208
4209 # VPP Performance Changes 2n-skx 2t1c ndr
4210 - type: "table"
4211   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4212   algorithm: "table_comparison"
4213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4215   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4216   columns:
4217     - title: "2005.0-5"
4218       data-set: "vpp-performance-changes-2n-skx-h1"
4219     - title: "2009.0-5"
4220       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4221     - title: "2009.0-6"
4222       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4223     - title: "2101.0-6"
4224       data-set: "vpp-performance-changes-2n-skx-cmp"
4225   comparisons:
4226     - title: "2009.0-6 vs 2009.0-5"
4227       reference: 2
4228       compare: 3
4229 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4230     - title: "2101.0-6 vs 2009.0-6"
4231       reference: 3
4232       compare: 4
4233 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4234   legend:
4235     - ''
4236     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4237     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4238     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4239     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4240     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4241
4242 # VPP Performance Changes 2n-skx 4t2c ndr
4243 - type: "table"
4244   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4245   algorithm: "table_comparison"
4246   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4248   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4249   columns:
4250     - title: "2005.0-5"
4251       data-set: "vpp-performance-changes-2n-skx-h1"
4252     - title: "2009.0-5"
4253       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4254     - title: "2009.0-6"
4255       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4256     - title: "2101.0-6"
4257       data-set: "vpp-performance-changes-2n-skx-cmp"
4258   comparisons:
4259     - title: "2009.0-6 vs 2009.0-5"
4260       reference: 2
4261       compare: 3
4262 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4263     - title: "2101.0-6 vs 2009.0-6"
4264       reference: 3
4265       compare: 4
4266 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4267   legend:
4268     - ''
4269     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4270     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4271     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4272     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4273     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4274
4275 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4276 - type: "table"
4277   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4278   algorithm: "table_comparison"
4279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4281   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4282   columns:
4283     - title: "2005.0-5"
4284       data-set: "vpp-performance-changes-2n-clx-h1"
4285     - title: "2009.0-5"
4286       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4287     - title: "2009.0-6"
4288       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4289     - title: "2101.0-6"
4290       data-set: "vpp-performance-changes-2n-clx-cmp"
4291   comparisons:
4292     - title: "2009.0-6 vs 2009.0-5"
4293       reference: 2
4294       compare: 3
4295 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4296     - title: "2101.0-6 vs 2009.0-6"
4297       reference: 3
4298       compare: 4
4299 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4300   legend:
4301     - ''
4302     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4303     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4304     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4305     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4306     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4307
4308 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4309 - type: "table"
4310   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4311   algorithm: "table_comparison"
4312   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4314   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4315   columns:
4316     - title: "2005.0-5"
4317       data-set: "vpp-performance-changes-2n-clx-h1"
4318     - title: "2009.0-5"
4319       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4320     - title: "2009.0-6"
4321       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4322     - title: "2101.0-6"
4323       data-set: "vpp-performance-changes-2n-clx-cmp"
4324   comparisons:
4325     - title: "2009.0-6 vs 2009.0-5"
4326       reference: 2
4327       compare: 3
4328 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4329     - title: "2101.0-6 vs 2009.0-6"
4330       reference: 3
4331       compare: 4
4332 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4333   legend:
4334     - ''
4335     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4336     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4337     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4338     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4339     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4340
4341 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4342 - type: "table"
4343   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4344   algorithm: "table_comparison"
4345   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4347   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4348   columns:
4349     - title: "2005.0-5"
4350       data-set: "vpp-performance-changes-2n-clx-h1"
4351     - title: "2009.0-5"
4352       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4353     - title: "2009.0-6"
4354       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4355     - title: "2101.0-6"
4356       data-set: "vpp-performance-changes-2n-clx-cmp"
4357   comparisons:
4358     - title: "2009.0-6 vs 2009.0-5"
4359       reference: 2
4360       compare: 3
4361 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4362     - title: "2101.0-6 vs 2009.0-6"
4363       reference: 3
4364       compare: 4
4365 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4366   legend:
4367     - ''
4368     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4369     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4370     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4371     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4372     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4373
4374 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4375 - type: "table"
4376   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4377   algorithm: "table_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4380   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4381   columns:
4382     - title: "2005.0-5"
4383       data-set: "vpp-performance-changes-2n-clx-h1"
4384     - title: "2009.0-5"
4385       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4386     - title: "2009.0-6"
4387       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4388     - title: "2101.0-6"
4389       data-set: "vpp-performance-changes-2n-clx-cmp"
4390   comparisons:
4391     - title: "2009.0-6 vs 2009.0-5"
4392       reference: 2
4393       compare: 3
4394 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4395     - title: "2101.0-6 vs 2009.0-6"
4396       reference: 3
4397       compare: 4
4398 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4399   legend:
4400     - ''
4401     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4402     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4403     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4404     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4405     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4406
4407 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
4408 - type: "table"
4409   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
4410   algorithm: "table_comparison"
4411   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
4412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4413   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4414   columns:
4415 #     - title: "2005.0-5"
4416 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4417     - title: "2009.0-5"
4418       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4419     - title: "2009.0-6"
4420       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4421     - title: "2101.0-6"
4422       data-set: "vpp-performance-changes-2n-zn2-cmp"
4423   comparisons:
4424     - title: "2009.0-6 vs 2009.0-5"
4425       reference: 1  # 2
4426       compare: 2  # 3
4427 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4428     - title: "2101.0-6 vs 2009.0-6"
4429       reference: 2  # 3
4430       compare: 3  # 4
4431 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4432   legend:
4433     - ''
4434     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4435     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4436     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4437     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4438     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4439
4440 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
4441 - type: "table"
4442   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
4443   algorithm: "table_comparison"
4444   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
4445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4446   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4447   columns:
4448 #     - title: "2005.0-5"
4449 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4450     - title: "2009.0-5"
4451       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4452     - title: "2009.0-6"
4453       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4454     - title: "2101.0-6"
4455       data-set: "vpp-performance-changes-2n-zn2-cmp"
4456   comparisons:
4457     - title: "2009.0-6 vs 2009.0-5"
4458       reference: 1  # 2
4459       compare: 2  # 3
4460 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4461     - title: "2101.0-6 vs 2009.0-6"
4462       reference: 2  # 3
4463       compare: 3  # 4
4464 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4465   legend:
4466     - ''
4467     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4468     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4469     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4470     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4471     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4472
4473 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
4474 - type: "table"
4475   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
4476   algorithm: "table_comparison"
4477   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
4478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4479   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4480   columns:
4481 #     - title: "2005.0-5"
4482 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4483     - title: "2009.0-5"
4484       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4485     - title: "2009.0-6"
4486       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4487     - title: "2101.0-6"
4488       data-set: "vpp-performance-changes-2n-zn2-cmp"
4489   comparisons:
4490     - title: "2009.0-6 vs 2009.0-5"
4491       reference: 1  # 2
4492       compare: 2  # 3
4493 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4494     - title: "2101.0-6 vs 2009.0-6"
4495       reference: 2  # 3
4496       compare: 3  # 4
4497 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4498   legend:
4499     - ''
4500     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4501     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4502     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4503     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4504     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4505
4506 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
4507 - type: "table"
4508   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
4509   algorithm: "table_comparison"
4510   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
4511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4512   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4513   columns:
4514 #     - title: "2005.0-5"
4515 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4516     - title: "2009.0-5"
4517       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4518     - title: "2009.0-6"
4519       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4520     - title: "2101.0-6"
4521       data-set: "vpp-performance-changes-2n-zn2-cmp"
4522   comparisons:
4523     - title: "2009.0-6 vs 2009.0-5"
4524       reference: 1  # 2
4525       compare: 2  # 3
4526 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4527     - title: "2101.0-6 vs 2009.0-6"
4528       reference: 2  # 3
4529       compare: 3  # 4
4530 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4531   legend:
4532     - ''
4533     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4534     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4535     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4536     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4537     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4538
4539 # VPP Performance Changes 2n-dnv 1t1c pdr
4540 - type: "table"
4541   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4542   algorithm: "table_comparison"
4543   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4545   filter: "'1T1C'"
4546   columns:
4547     - title: "2005.0-5"
4548       data-set: "vpp-performance-changes-2n-dnv-h1"
4549     - title: "2009.0-5"
4550       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4551 #     - title: "2009.0-6"
4552 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4553     - title: "2101.0-6"
4554       data-set: "vpp-performance-changes-2n-dnv-cmp"
4555   comparisons:
4556 #     - title: "2009.0-6 vs 2009.0-5"
4557 #       reference: 2
4558 #       compare: 3
4559     - title: "2101.0-6 vs 2009.0-5"
4560       reference: 2
4561       compare: 3
4562   legend:
4563     - ''
4564     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4565     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4566     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4567 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4568     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4569
4570 # VPP Performance Changes 2n-dnv 2t2c pdr
4571 - type: "table"
4572   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4573   algorithm: "table_comparison"
4574   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4576   filter: "'2T2C'"
4577   columns:
4578     - title: "2005.0-5"
4579       data-set: "vpp-performance-changes-2n-dnv-h1"
4580     - title: "2009.0-5"
4581       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4582 #     - title: "2009.0-6"
4583 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4584     - title: "2101.0-6"
4585       data-set: "vpp-performance-changes-2n-dnv-cmp"
4586   comparisons:
4587 #     - title: "2009.0-6 vs 2009.0-5"
4588 #       reference: 2
4589 #       compare: 3
4590     - title: "2101.0-6 vs 2009.0-5"
4591       reference: 2
4592       compare: 3
4593   legend:
4594     - ''
4595     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4596     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4597     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4598 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4599     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4600
4601 # VPP Performance Changes 2n-dnv 1t1c ndr
4602 - type: "table"
4603   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4604   algorithm: "table_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4607   filter: "'1T1C'"
4608   columns:
4609     - title: "2005.0-5"
4610       data-set: "vpp-performance-changes-2n-dnv-h1"
4611     - title: "2009.0-5"
4612       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4613 #     - title: "2009.0-6"
4614 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4615     - title: "2101.0-6"
4616       data-set: "vpp-performance-changes-2n-dnv-cmp"
4617   comparisons:
4618 #     - title: "2009.0-6 vs 2009.0-5"
4619 #       reference: 2
4620 #       compare: 3
4621     - title: "2101.0-6 vs 2009.0-5"
4622       reference: 2
4623       compare: 3
4624   legend:
4625     - ''
4626     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4627     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4628     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4629 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4630     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4631
4632 # VPP Performance Changes 2n-dnv 2t2c ndr
4633 - type: "table"
4634   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4638   filter: "'2T2C'"
4639   columns:
4640     - title: "2005.0-5"
4641       data-set: "vpp-performance-changes-2n-dnv-h1"
4642     - title: "2009.0-5"
4643       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4644 #     - title: "2009.0-6"
4645 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4646     - title: "2101.0-6"
4647       data-set: "vpp-performance-changes-2n-dnv-cmp"
4648   comparisons:
4649 #     - title: "2009.0-6 vs 2009.0-5"
4650 #       reference: 2
4651 #       compare: 3
4652     - title: "2101.0-6 vs 2009.0-5"
4653       reference: 2
4654       compare: 3
4655   legend:
4656     - ''
4657     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4658     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4659     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4660 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4661     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4662
4663 # VPP Performance Changes 3n-dnv 1t1c pdr
4664 - type: "table"
4665   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4666   algorithm: "table_comparison"
4667   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4669   filter: "'1T1C'"
4670   columns:
4671     - title: "2005.0-5"
4672       data-set: "vpp-performance-changes-3n-dnv-h1"
4673     - title: "2009.0-5"
4674       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4675 #     - title: "2009.0-6"
4676 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4677     - title: "2101.0-6"
4678       data-set: "vpp-performance-changes-3n-dnv-cmp"
4679   comparisons:
4680 #     - title: "2009.0-6 vs 2009.0-5"
4681 #       reference: 2
4682 #       compare: 3
4683     - title: "2101.0-6 vs 2009.0-5"
4684       reference: 2
4685       compare: 3
4686   legend:
4687     - ''
4688     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4689     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4690     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4691 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4692     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4693
4694 # VPP Performance Changes 3n-dnv 2t2c pdr
4695 - type: "table"
4696   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4697   algorithm: "table_comparison"
4698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4700   filter: "'2T2C'"
4701   columns:
4702     - title: "2005.0-5"
4703       data-set: "vpp-performance-changes-3n-dnv-h1"
4704     - title: "2009.0-5"
4705       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4706 #     - title: "2009.0-6"
4707 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4708     - title: "2101.0-6"
4709       data-set: "vpp-performance-changes-3n-dnv-cmp"
4710   comparisons:
4711 #     - title: "2009.0-6 vs 2009.0-5"
4712 #       reference: 2
4713 #       compare: 3
4714     - title: "2101.0-6 vs 2009.0-5"
4715       reference: 2
4716       compare: 3
4717   legend:
4718     - ''
4719     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4720     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4721     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4722 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4723     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4724
4725 # VPP Performance Changes 3n-dnv 1t1c ndr
4726 - type: "table"
4727   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4731   filter: "'1T1C'"
4732   columns:
4733     - title: "2005.0-5"
4734       data-set: "vpp-performance-changes-3n-dnv-h1"
4735     - title: "2009.0-5"
4736       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4737 #     - title: "2009.0-6"
4738 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4739     - title: "2101.0-6"
4740       data-set: "vpp-performance-changes-3n-dnv-cmp"
4741   comparisons:
4742 #     - title: "2009.0-6 vs 2009.0-5"
4743 #       reference: 2
4744 #       compare: 3
4745     - title: "2101.0-6 vs 2009.0-5"
4746       reference: 2
4747       compare: 3
4748   legend:
4749     - ''
4750     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4751     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4752     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4753 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4754     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4755
4756 # VPP Performance Changes 3n-dnv 2t2c ndr
4757 - type: "table"
4758   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4759   algorithm: "table_comparison"
4760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4762   filter: "'2T2C'"
4763   columns:
4764     - title: "2005.0-5"
4765       data-set: "vpp-performance-changes-3n-dnv-h1"
4766     - title: "2009.0-5"
4767       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4768 #     - title: "2009.0-6"
4769 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4770     - title: "2101.0-6"
4771       data-set: "vpp-performance-changes-3n-dnv-cmp"
4772   comparisons:
4773 #     - title: "2009.0-6 vs 2009.0-5"
4774 #       reference: 2
4775 #       compare: 3
4776     - title: "2101.0-6 vs 2009.0-5"
4777       reference: 2
4778       compare: 3
4779   legend:
4780     - ''
4781     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4782     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4783     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4784 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4785     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4786
4787 # VPP Performance Changes 3n-tsh 1t1c pdr
4788 - type: "table"
4789   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4790   algorithm: "table_comparison"
4791   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4793   filter: "'1T1C'"
4794   columns:
4795     - title: "2005.0-5"
4796       data-set: "vpp-performance-changes-3n-tsh-h1"
4797     - title: "2009.0-5"
4798       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4799     - title: "2009.0-6"
4800       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4801     - title: "2101.0-6"
4802       data-set: "vpp-performance-changes-3n-tsh-cmp"
4803   comparisons:
4804     - title: "2009.0-6 vs 2009.0-5"
4805       reference: 2
4806       compare: 3
4807 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4808     - title: "2101.0-6 vs 2009.0-6"
4809       reference: 3
4810       compare: 4
4811 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4812   legend:
4813     - ''
4814     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4815     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4816     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4817     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4818     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4819
4820 # VPP Performance Changes 3n-tsh 2t2c pdr
4821 - type: "table"
4822   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4823   algorithm: "table_comparison"
4824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4826   filter: "'2T2C'"
4827   columns:
4828     - title: "2005.0-5"
4829       data-set: "vpp-performance-changes-3n-tsh-h1"
4830     - title: "2009.0-5"
4831       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4832     - title: "2009.0-6"
4833       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4834     - title: "2101.0-6"
4835       data-set: "vpp-performance-changes-3n-tsh-cmp"
4836   comparisons:
4837     - title: "2009.0-6 vs 2009.0-5"
4838       reference: 2
4839       compare: 3
4840 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4841     - title: "2101.0-6 vs 2009.0-6"
4842       reference: 3
4843       compare: 4
4844 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4845   legend:
4846     - ''
4847     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4848     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4849     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4850     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4851     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4852
4853 # VPP Performance Changes 3n-tsh 1t1c ndr
4854 - type: "table"
4855   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4856   algorithm: "table_comparison"
4857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4859   filter: "'1T1C'"
4860   columns:
4861     - title: "2005.0-5"
4862       data-set: "vpp-performance-changes-3n-tsh-h1"
4863     - title: "2009.0-5"
4864       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4865     - title: "2009.0-6"
4866       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4867     - title: "2101.0-6"
4868       data-set: "vpp-performance-changes-3n-tsh-cmp"
4869   comparisons:
4870     - title: "2009.0-6 vs 2009.0-5"
4871       reference: 2
4872       compare: 3
4873 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4874     - title: "2101.0-6 vs 2009.0-6"
4875       reference: 3
4876       compare: 4
4877 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4878   legend:
4879     - ''
4880     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4881     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4882     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4883     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4884     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4885
4886 # VPP Performance Changes 3n-tsh 2t2c ndr
4887 - type: "table"
4888   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4889   algorithm: "table_comparison"
4890   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4892   filter: "'2T2C'"
4893   columns:
4894     - title: "2005.0-5"
4895       data-set: "vpp-performance-changes-3n-tsh-h1"
4896     - title: "2009.0-5"
4897       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4898     - title: "2009.0-6"
4899       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4900     - title: "2101.0-6"
4901       data-set: "vpp-performance-changes-3n-tsh-cmp"
4902   comparisons:
4903     - title: "2009.0-6 vs 2009.0-5"
4904       reference: 2
4905       compare: 3
4906 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4907     - title: "2101.0-6 vs 2009.0-6"
4908       reference: 3
4909       compare: 4
4910 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4911   legend:
4912     - ''
4913     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4914     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4915     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4916     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4917     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4918
4919 # VPP Performance Changes 2n-tx2 1t1c pdr
4920 - type: "table"
4921   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
4922   algorithm: "table_comparison"
4923   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
4924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4925   filter: "'1T1C'"
4926   columns:
4927 #     - title: "2005.0-5"
4928 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4929 #     - title: "2009.0-5"
4930 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4931     - title: "2009.0-6"
4932       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4933     - title: "2101.0-6"
4934       data-set: "vpp-performance-changes-2n-tx2-cmp"
4935   comparisons:
4936 #     - title: "2009.0-6 vs 2009.0-5"
4937 #       reference: 2
4938 #       compare: 3
4939     - title: "2101.0-6 vs 2009.0-6"
4940       reference: 1
4941       compare: 2
4942   legend:
4943     - ''
4944     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
4945     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4946     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4947 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4948     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4949
4950 # VPP Performance Changes 2n-tx2 2t2c pdr
4951 - type: "table"
4952   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
4953   algorithm: "table_comparison"
4954   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
4955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4956   filter: "'2T2C'"
4957   columns:
4958 #     - title: "2005.0-5"
4959 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4960 #     - title: "2009.0-5"
4961 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4962     - title: "2009.0-6"
4963       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4964     - title: "2101.0-6"
4965       data-set: "vpp-performance-changes-2n-tx2-cmp"
4966   comparisons:
4967 #     - title: "2009.0-6 vs 2009.0-5"
4968 #       reference: 2
4969 #       compare: 3
4970     - title: "2101.0-6 vs 2009.0-6"
4971       reference: 1
4972       compare: 2
4973   legend:
4974     - ''
4975     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
4976     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4977     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4978 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4979     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4980
4981 # VPP Performance Changes 2n-tx2 1t1c ndr
4982 - type: "table"
4983   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
4986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4987   filter: "'1T1C'"
4988   columns:
4989 #     - title: "2005.0-5"
4990 #       data-set: "vpp-performance-changes-2n-tx2-h1"
4991 #     - title: "2009.0-5"
4992 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
4993     - title: "2009.0-6"
4994       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
4995     - title: "2101.0-6"
4996       data-set: "vpp-performance-changes-2n-tx2-cmp"
4997   comparisons:
4998 #     - title: "2009.0-6 vs 2009.0-5"
4999 #       reference: 2
5000 #       compare: 3
5001     - title: "2101.0-6 vs 2009.0-6"
5002       reference: 1
5003       compare: 2
5004   legend:
5005     - ''
5006     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5007     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5008     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5009 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5010     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5011
5012 # VPP Performance Changes 2n-tx2 2t2c ndr
5013 - type: "table"
5014   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
5015   algorithm: "table_comparison"
5016   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5018   filter: "'2T2C'"
5019   columns:
5020 #     - title: "2005.0-5"
5021 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5022 #     - title: "2009.0-5"
5023 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5024     - title: "2009.0-6"
5025       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5026     - title: "2101.0-6"
5027       data-set: "vpp-performance-changes-2n-tx2-cmp"
5028   comparisons:
5029 #     - title: "2009.0-6 vs 2009.0-5"
5030 #       reference: 2
5031 #       compare: 3
5032     - title: "2101.0-6 vs 2009.0-6"
5033       reference: 1
5034       compare: 2
5035   legend:
5036     - ''
5037     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5038     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5039     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5040 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5041     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5042
5043 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5044 - type: "table"
5045   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5046   algorithm: "table_comparison"
5047   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5049   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5050   columns:
5051     - title: "3n-hsw xl710"
5052       data-set: "vpp-compare-testbeds-ref"
5053       tag: "NIC_Intel-XL710"
5054     - title: "3n-skx xxv710"
5055       data-set: "vpp-compare-testbeds-cmp"
5056       tag: "NIC_Intel-XXV710"
5057   comparisons:
5058     - title: "Diff"
5059       reference: 1
5060       compare: 2
5061   legend:
5062     - ""
5063     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5064     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5065
5066 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5067 - type: "table"
5068   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5069   algorithm: "table_comparison"
5070   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5072   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5073   columns:
5074     - title: "3n-hsw xl710"
5075       data-set: "vpp-compare-testbeds-ref"
5076       tag: "NIC_Intel-XL710"
5077     - title: "3n-skx xxv710"
5078       data-set: "vpp-compare-testbeds-cmp"
5079       tag: "NIC_Intel-XXV710"
5080   comparisons:
5081     - title: "Diff"
5082       reference: 1
5083       compare: 2
5084   legend:
5085     - ""
5086     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5087     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5088
5089 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5090 - type: "table"
5091   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5092   algorithm: "table_comparison"
5093   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5095   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5096   columns:
5097     - title: "3n-hsw xl710"
5098       data-set: "vpp-compare-testbeds-ref"
5099       tag: "NIC_Intel-XL710"
5100     - title: "3n-skx xxv710"
5101       data-set: "vpp-compare-testbeds-cmp"
5102       tag: "NIC_Intel-XXV710"
5103   comparisons:
5104     - title: "Diff"
5105       reference: 1
5106       compare: 2
5107   legend:
5108     - ""
5109     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5110     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5111
5112 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5113 - type: "table"
5114   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5115   algorithm: "table_comparison"
5116   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5118   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5119   columns:
5120     - title: "3n-hsw xl710"
5121       data-set: "vpp-compare-testbeds-ref"
5122       tag: "NIC_Intel-XL710"
5123     - title: "3n-skx xxv710"
5124       data-set: "vpp-compare-testbeds-cmp"
5125       tag: "NIC_Intel-XXV710"
5126   comparisons:
5127     - title: "Diff"
5128       reference: 1
5129       compare: 2
5130   legend:
5131     - ""
5132     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5133     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5134
5135 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5136 - type: "table"
5137   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5138   algorithm: "table_comparison"
5139   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5141   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5142   columns:
5143     - title: "2n-skx"
5144       data-set: "vpp-compare-testbeds-skx-clx-ref"
5145     - title: "2n-clx"
5146       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5147   comparisons:
5148     - title: "Diff"
5149       reference: 1
5150       compare: 2
5151   legend:
5152     - ""
5153     - "2n-skx, 2n-clx - testbeds and NICs tested."
5154     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5155
5156 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5157 - type: "table"
5158   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5159   algorithm: "table_comparison"
5160   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5162   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5163   columns:
5164     - title: "2n-skx"
5165       data-set: "vpp-compare-testbeds-skx-clx-ref"
5166     - title: "2n-clx"
5167       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5168   comparisons:
5169     - title: "Diff"
5170       reference: 1
5171       compare: 2
5172   legend:
5173     - ""
5174     - "2n-skx, 2n-clx - testbeds and NICs tested."
5175     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5176
5177 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5178 - type: "table"
5179   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5180   algorithm: "table_comparison"
5181   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5183   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5184   columns:
5185     - title: "2n-skx"
5186       data-set: "vpp-compare-testbeds-skx-clx-ref"
5187     - title: "2n-clx"
5188       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5189   comparisons:
5190     - title: "Diff"
5191       reference: 1
5192       compare: 2
5193   legend:
5194     - ""
5195     - "2n-skx, 2n-clx - testbeds and NICs tested."
5196     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5197
5198 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5199 - type: "table"
5200   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5201   algorithm: "table_comparison"
5202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5204   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5205   columns:
5206     - title: "2n-skx"
5207       data-set: "vpp-compare-testbeds-skx-clx-ref"
5208     - title: "2n-clx"
5209       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5210   comparisons:
5211     - title: "Diff"
5212       reference: 1
5213       compare: 2
5214   legend:
5215     - ""
5216     - "2n-skx, 2n-clx - testbeds and NICs tested."
5217     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5218
5219 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5220 - type: "table"
5221   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5222   algorithm: "table_comparison"
5223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5225   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5226   columns:
5227     - title: "3n-hsw xl710"
5228       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5229       tag: "NIC_Intel-XL710"
5230     - title: "2n-clx xxv710"
5231       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5232       tag: "NIC_Intel-XXV710"
5233   comparisons:
5234     - title: "Diff"
5235       reference: 1
5236       compare: 2
5237   legend:
5238     - ""
5239     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5240     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5241
5242 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5243 - type: "table"
5244   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5245   algorithm: "table_comparison"
5246   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5248   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5249   columns:
5250     - title: "3n-hsw xl710"
5251       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5252       tag: "NIC_Intel-XL710"
5253     - title: "2n-clx xxv710"
5254       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5255       tag: "NIC_Intel-XXV710"
5256   comparisons:
5257     - title: "Diff"
5258       reference: 1
5259       compare: 2
5260   legend:
5261     - ""
5262     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5263     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5264
5265 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5266 - type: "table"
5267   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5268   algorithm: "table_comparison"
5269   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5271   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5272   columns:
5273     - title: "3n-hsw xl710"
5274       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5275       tag: "NIC_Intel-XL710"
5276     - title: "2n-clx xxv710"
5277       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5278       tag: "NIC_Intel-XXV710"
5279   comparisons:
5280     - title: "Diff"
5281       reference: 1
5282       compare: 2
5283   legend:
5284     - ""
5285     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5286     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5287
5288 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5289 - type: "table"
5290   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5291   algorithm: "table_comparison"
5292   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5294   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5295   columns:
5296     - title: "3n-hsw xl710"
5297       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5298       tag: "NIC_Intel-XL710"
5299     - title: "2n-clx xxv710"
5300       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5301       tag: "NIC_Intel-XXV710"
5302   comparisons:
5303     - title: "Diff"
5304       reference: 1
5305       compare: 2
5306   legend:
5307     - ""
5308     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5309     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5310
5311 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5312 - type: "table"
5313   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5314   algorithm: "table_comparison"
5315   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5317   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5318   columns:
5319     - title: "3n-skx"
5320       data-set: "vpp-compare-topologies-ref"
5321     - title: "2n-skx"
5322       data-set: "vpp-compare-topologies-cmp"
5323   comparisons:
5324     - title: "Diff"
5325       reference: 1
5326       compare: 2
5327   legend:
5328     - ""
5329     - "3n-skx, 2n-skx - topologies tested."
5330     - "Diff - difference between 3n-skx and 2n-skx topologies."
5331
5332 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5333 - type: "table"
5334   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5335   algorithm: "table_comparison"
5336   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5338   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5339   columns:
5340     - title: "3n-skx"
5341       data-set: "vpp-compare-topologies-ref"
5342     - title: "2n-skx"
5343       data-set: "vpp-compare-topologies-cmp"
5344   comparisons:
5345     - title: "Diff"
5346       reference: 1
5347       compare: 2
5348   legend:
5349     - ""
5350     - "3n-skx, 2n-skx - topologies tested."
5351     - "Diff - difference between 3n-skx and 2n-skx topologies."
5352
5353 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5354 - type: "table"
5355   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5356   algorithm: "table_comparison"
5357   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5359   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5360   columns:
5361     - title: "3n-skx"
5362       data-set: "vpp-compare-topologies-ref"
5363     - title: "2n-skx"
5364       data-set: "vpp-compare-topologies-cmp"
5365   comparisons:
5366     - title: "Diff"
5367       reference: 1
5368       compare: 2
5369   legend:
5370     - ""
5371     - "3n-skx, 2n-skx - topologies tested."
5372     - "Diff - difference between 3n-skx and 2n-skx topologies."
5373
5374 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5375 - type: "table"
5376   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5377   algorithm: "table_comparison"
5378   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5380   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5381   columns:
5382     - title: "3n-skx"
5383       data-set: "vpp-compare-topologies-ref"
5384     - title: "2n-skx"
5385       data-set: "vpp-compare-topologies-cmp"
5386   comparisons:
5387     - title: "Diff"
5388       reference: 1
5389       compare: 2
5390   legend:
5391     - ""
5392     - "3n-skx, 2n-skx - topologies tested."
5393     - "Diff - difference between 3n-skx and 2n-skx topologies."
5394
5395 # VPP Performance Changes 3n-hsw 1t1c mrr
5396 - type: "table"
5397   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5398   algorithm: "table_comparison"
5399   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5400   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5401   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5402   columns:
5403     - title: "2005.0-5"
5404       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5405     - title: "2009.0-5"
5406       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5407     - title: "2009.0-6"
5408       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5409     - title: "2101.0-6"
5410       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5411   comparisons:
5412     - title: "2009.0-6 vs 2009.0-5"
5413       reference: 2
5414       compare: 3
5415 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5416     - title: "2101.0-6 vs 2009.0-6"
5417       reference: 3
5418       compare: 4
5419 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5420   legend:
5421     - ''
5422     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5423     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5424     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5425     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5426     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5427
5428 # VPP Performance Changes 3n-hsw 2t2c mrr
5429 - type: "table"
5430   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5431   algorithm: "table_comparison"
5432   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5433   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5434   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5435   columns:
5436     - title: "2005.0-5"
5437       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5438     - title: "2009.0-5"
5439       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5440     - title: "2009.0-6"
5441       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5442     - title: "2101.0-6"
5443       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5444   comparisons:
5445     - title: "2009.0-6 vs 2009.0-5"
5446       reference: 2
5447       compare: 3
5448 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5449     - title: "2101.0-6 vs 2009.0-6"
5450       reference: 3
5451       compare: 4
5452 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5453   legend:
5454     - ''
5455     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5456     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5457     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5458     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5459     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5460
5461 # VPP Performance Changes 3n-hsw 4t4c mrr
5462 - type: "table"
5463   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5464   algorithm: "table_comparison"
5465   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5467   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5468   columns:
5469     - title: "2005.0-5"
5470       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5471     - title: "2009.0-5"
5472       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5473     - title: "2009.0-6"
5474       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5475     - title: "2101.0-6"
5476       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5477   comparisons:
5478     - title: "2009.0-6 vs 2009.0-5"
5479       reference: 2
5480       compare: 3
5481 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5482     - title: "2101.0-6 vs 2009.0-6"
5483       reference: 3
5484       compare: 4
5485 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5486   legend:
5487     - ''
5488     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5489     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5491     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5492     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5493
5494 # VPP Performance Changes 3n-skx 2t1c mrr
5495 - type: "table"
5496   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5497   algorithm: "table_comparison"
5498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5500   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5501   columns:
5502     - title: "2005.0-5"
5503       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5504     - title: "2009.0-5"
5505       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5506     - title: "2009.0-6"
5507       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5508     - title: "2101.0-6"
5509       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5510   comparisons:
5511     - title: "2009.0-6 vs 2009.0-5"
5512       reference: 2
5513       compare: 3
5514 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5515     - title: "2101.0-6 vs 2009.0-6"
5516       reference: 3
5517       compare: 4
5518 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5519   legend:
5520     - ''
5521     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5522     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5523     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5524     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5525     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5526
5527 # VPP Performance Changes 3n-skx 4t2c mrr
5528 - type: "table"
5529   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5530   algorithm: "table_comparison"
5531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5533   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5534   columns:
5535     - title: "2005.0-5"
5536       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5537     - title: "2009.0-5"
5538       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5539     - title: "2009.0-6"
5540       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5541     - title: "2101.0-6"
5542       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5543   comparisons:
5544     - title: "2009.0-6 vs 2009.0-5"
5545       reference: 2
5546       compare: 3
5547 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5548     - title: "2101.0-6 vs 2009.0-6"
5549       reference: 3
5550       compare: 4
5551 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5552   legend:
5553     - ''
5554     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5555     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5556     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5557     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5558     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5559
5560 # VPP Performance Changes 3n-skx 8t4c mrr
5561 - type: "table"
5562   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5563   algorithm: "table_comparison"
5564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5566   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5567   columns:
5568     - title: "2005.0-5"
5569       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5570     - title: "2009.0-5"
5571       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5572     - title: "2009.0-6"
5573       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5574     - title: "2101.0-6"
5575       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5576   comparisons:
5577     - title: "2009.0-6 vs 2009.0-5"
5578       reference: 2
5579       compare: 3
5580 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5581     - title: "2101.0-6 vs 2009.0-6"
5582       reference: 3
5583       compare: 4
5584 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5585   legend:
5586     - ''
5587     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5588     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5589     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5590     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5591     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5592
5593 # VPP Performance Changes 2n-skx 2t1c mrr
5594 - type: "table"
5595   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5596   algorithm: "table_comparison"
5597   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5599   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5600   columns:
5601     - title: "2005.0-5"
5602       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5603     - title: "2009.0-5"
5604       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5605     - title: "2009.0-6"
5606       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5607     - title: "2101.0-6"
5608       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5609   comparisons:
5610     - title: "2009.0-6 vs 2009.0-5"
5611       reference: 2
5612       compare: 3
5613 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5614     - title: "2101.0-6 vs 2009.0-6"
5615       reference: 3
5616       compare: 4
5617 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5618   legend:
5619     - ''
5620     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
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-skx 4t2c mrr
5627 - type: "table"
5628   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5629   algorithm: "table_comparison"
5630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5632   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5633   columns:
5634     - title: "2005.0-5"
5635       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5636     - title: "2009.0-5"
5637       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5638     - title: "2009.0-6"
5639       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5640     - title: "2101.0-6"
5641       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5642   comparisons:
5643     - title: "2009.0-6 vs 2009.0-5"
5644       reference: 2
5645       compare: 3
5646 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5647     - title: "2101.0-6 vs 2009.0-6"
5648       reference: 3
5649       compare: 4
5650 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5651   legend:
5652     - ''
5653     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5654     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5655     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5656     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5657     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5658
5659 # VPP Performance Changes 2n-skx 8t4c mrr
5660 - type: "table"
5661   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5662   algorithm: "table_comparison"
5663   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5665   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5666   columns:
5667     - title: "2005.0-5"
5668       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5669     - title: "2009.0-5"
5670       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5671     - title: "2009.0-6"
5672       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5673     - title: "2101.0-6"
5674       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5675   comparisons:
5676     - title: "2009.0-6 vs 2009.0-5"
5677       reference: 2
5678       compare: 3
5679 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5680     - title: "2101.0-6 vs 2009.0-6"
5681       reference: 3
5682       compare: 4
5683 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5684   legend:
5685     - ''
5686     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5687     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5688     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5689     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5690     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5691
5692 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5693 - type: "table"
5694   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5695   algorithm: "table_comparison"
5696   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5698   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5699   columns:
5700     - title: "2005.0-5"
5701       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5702     - title: "2009.0-5"
5703       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5704     - title: "2009.0-6"
5705       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5706     - title: "2101.0-6"
5707       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5708   comparisons:
5709     - title: "2009.0-6 vs 2009.0-5"
5710       reference: 2
5711       compare: 3
5712 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5713     - title: "2101.0-6 vs 2009.0-6"
5714       reference: 3
5715       compare: 4
5716 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5717   legend:
5718     - ''
5719     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5720     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5721     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5722     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5723     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5724
5725 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5726 - type: "table"
5727   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5728   algorithm: "table_comparison"
5729   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5731   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5732   columns:
5733     - title: "2005.0-5"
5734       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5735     - title: "2009.0-5"
5736       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5737     - title: "2009.0-6"
5738       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5739     - title: "2101.0-6"
5740       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5741   comparisons:
5742     - title: "2009.0-6 vs 2009.0-5"
5743       reference: 2
5744       compare: 3
5745 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5746     - title: "2101.0-6 vs 2009.0-6"
5747       reference: 3
5748       compare: 4
5749 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5750   legend:
5751     - ''
5752     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5753     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5754     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5755     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5756     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5757
5758 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5759 - type: "table"
5760   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5761   algorithm: "table_comparison"
5762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5764   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5765   columns:
5766     - title: "2005.0-5"
5767       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5768     - title: "2009.0-5"
5769       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5770     - title: "2009.0-6"
5771       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5772     - title: "2101.0-6"
5773       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5774   comparisons:
5775     - title: "2009.0-6 vs 2009.0-5"
5776       reference: 2
5777       compare: 3
5778 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5779     - title: "2101.0-6 vs 2009.0-6"
5780       reference: 3
5781       compare: 4
5782 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5783   legend:
5784     - ''
5785     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5786     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5787     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5788     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5789     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5790
5791 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
5792 - type: "table"
5793   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
5794   algorithm: "table_comparison"
5795   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
5796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5797   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
5798   columns:
5799 #     - title: "2005.0-5"
5800 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5801     - title: "2009.0-5"
5802       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5803     - title: "2009.0-6"
5804       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5805     - title: "2101.0-6"
5806       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5807   comparisons:
5808     - title: "2009.0-6 vs 2009.0-5"
5809       reference: 1  # 2
5810       compare: 2  # 3
5811 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
5812     - title: "2101.0-6 vs 2009.0-6"
5813       reference: 2  # 3
5814       compare: 3  # 4
5815 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
5816   legend:
5817     - ''
5818     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5819     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5820     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5821     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5822     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5823
5824 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
5825 - type: "table"
5826   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
5827   algorithm: "table_comparison"
5828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
5829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5830   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
5831   columns:
5832 #     - title: "2005.0-5"
5833 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5834     - title: "2009.0-5"
5835       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5836     - title: "2009.0-6"
5837       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5838     - title: "2101.0-6"
5839       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5840   comparisons:
5841     - title: "2009.0-6 vs 2009.0-5"
5842       reference: 1  # 2
5843       compare: 2  # 3
5844 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
5845     - title: "2101.0-6 vs 2009.0-6"
5846       reference: 2  # 3
5847       compare: 3  # 4
5848 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
5849   legend:
5850     - ''
5851     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5852     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5853     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5854     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5855     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5856
5857 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
5858 - type: "table"
5859   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
5860   algorithm: "table_comparison"
5861   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
5862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5863   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
5864   columns:
5865 #     - title: "2005.0-5"
5866 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5867     - title: "2009.0-5"
5868       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5869     - title: "2009.0-6"
5870       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5871     - title: "2101.0-6"
5872       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5873   comparisons:
5874     - title: "2009.0-6 vs 2009.0-5"
5875       reference: 1  # 2
5876       compare: 2  # 3
5877 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
5878     - title: "2101.0-6 vs 2009.0-6"
5879       reference: 2  # 3
5880       compare: 3  # 4
5881 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
5882   legend:
5883     - ''
5884     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5885     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5886     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5887     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5888     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5889
5890 # VPP Performance Changes 2n-dnv 1t1c mrr
5891 - type: "table"
5892   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5893   algorithm: "table_comparison"
5894   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5896   filter: "'1T1C'"
5897   columns:
5898     - title: "2005.0-5"
5899       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5900     - title: "2009.0-5"
5901       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5902 #     - title: "2009.0-6"
5903 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5904     - title: "2101.0-6"
5905       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5906   comparisons:
5907 #     - title: "2009.0-6 vs 2009.0-5"
5908 #       reference: 2
5909 #       compare: 3
5910     - title: "2101.0-6 vs 2009.0-5"
5911       reference: 2
5912       compare: 3
5913   legend:
5914     - ''
5915     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5916     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5917     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5918 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5919     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5920
5921 # VPP Performance Changes 2n-dnv 2t2c mrr
5922 - type: "table"
5923   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5924   algorithm: "table_comparison"
5925   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5927   filter: "'2T2C'"
5928   columns:
5929     - title: "2005.0-5"
5930       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5931     - title: "2009.0-5"
5932       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5933 #     - title: "2009.0-6"
5934 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5935     - title: "2101.0-6"
5936       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5937   comparisons:
5938 #     - title: "2009.0-6 vs 2009.0-5"
5939 #       reference: 2
5940 #       compare: 3
5941     - title: "2101.0-6 vs 2009.0-5"
5942       reference: 2
5943       compare: 3
5944   legend:
5945     - ''
5946     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5947     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5948     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5949 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5950     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5951
5952 # VPP Performance Changes 2n-dnv 4t4c mrr
5953 - type: "table"
5954   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5955   algorithm: "table_comparison"
5956   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5958   filter: "'4T4C'"
5959   columns:
5960     - title: "2005.0-5"
5961       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5962     - title: "2009.0-5"
5963       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5964 #     - title: "2009.0-6"
5965 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5966     - title: "2101.0-6"
5967       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5968   comparisons:
5969 #     - title: "2009.0-6 vs 2009.0-5"
5970 #       reference: 2
5971 #       compare: 3
5972     - title: "2101.0-6 vs 2009.0-5"
5973       reference: 2
5974       compare: 3
5975   legend:
5976     - ''
5977     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5978     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5979     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5980 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5981     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5982
5983 # VPP Performance Changes 3n-dnv 1t1c mrr
5984 - type: "table"
5985   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5986   algorithm: "table_comparison"
5987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5989   filter: "'1T1C'"
5990   columns:
5991     - title: "2005.0-5"
5992       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5993     - title: "2009.0-5"
5994       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5995 #     - title: "2009.0-6"
5996 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5997     - title: "2101.0-6"
5998       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5999   comparisons:
6000 #     - title: "2009.0-6 vs 2009.0-5"
6001 #       reference: 2
6002 #       compare: 3
6003     - title: "2101.0-6 vs 2009.0-5"
6004       reference: 2
6005       compare: 3
6006   legend:
6007     - ''
6008     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6009     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6010     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6011 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6012     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6013
6014 # VPP Performance Changes 3n-dnv 2t2c mrr
6015 - type: "table"
6016   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6017   algorithm: "table_comparison"
6018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6020   filter: "'2T2C'"
6021   columns:
6022     - title: "2005.0-5"
6023       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6024     - title: "2009.0-5"
6025       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6026 #     - title: "2009.0-6"
6027 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6028     - title: "2101.0-6"
6029       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6030   comparisons:
6031 #     - title: "2009.0-6 vs 2009.0-5"
6032 #       reference: 2
6033 #       compare: 3
6034     - title: "2101.0-6 vs 2009.0-5"
6035       reference: 2
6036       compare: 3
6037   legend:
6038     - ''
6039     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6040     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6041     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6042 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6043     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6044
6045 # VPP Performance Changes 3n-dnv 4t4c mrr
6046 - type: "table"
6047   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6048   algorithm: "table_comparison"
6049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6051   filter: "'4T4C'"
6052   columns:
6053     - title: "2005.0-5"
6054       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6055     - title: "2009.0-5"
6056       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6057 #     - title: "2009.0-6"
6058 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6059     - title: "2101.0-6"
6060       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6061   comparisons:
6062 #     - title: "2009.0-6 vs 2009.0-5"
6063 #       reference: 2
6064 #       compare: 3
6065     - title: "2101.0-6 vs 2009.0-5"
6066       reference: 2
6067       compare: 3
6068   legend:
6069     - ''
6070     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6071     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6072     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6073 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6074     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6075
6076 # VPP Performance Changes 3n-tsh 1t1c mrr
6077 - type: "table"
6078   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6079   algorithm: "table_comparison"
6080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6082   filter: "'1T1C'"
6083   columns:
6084     - title: "2005.0-5"
6085       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6086     - title: "2009.0-5"
6087       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6088     - title: "2009.0-6"
6089       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6090     - title: "2101.0-6"
6091       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6092   comparisons:
6093     - title: "2009.0-6 vs 2009.0-5"
6094       reference: 2
6095       compare: 3
6096     - title: "2101.0-6 vs 2009.0-6"
6097       reference: 3
6098       compare: 4
6099   legend:
6100     - ''
6101     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6102     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6103     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6104     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6105     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6106
6107 # VPP Performance Changes 3n-tsh 2t2c mrr
6108 - type: "table"
6109   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6110   algorithm: "table_comparison"
6111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6113   filter: "'2T2C'"
6114   columns:
6115     - title: "2005.0-5"
6116       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6117     - title: "2009.0-5"
6118       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6119     - title: "2009.0-6"
6120       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6121     - title: "2101.0-6"
6122       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6123   comparisons:
6124     - title: "2009.0-6 vs 2009.0-5"
6125       reference: 2
6126       compare: 3
6127     - title: "2101.0-6 vs 2009.0-6"
6128       reference: 3
6129       compare: 4
6130   legend:
6131     - ''
6132     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6133     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6134     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6135     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6136     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6137
6138 # VPP Performance Changes 3n-tsh 4t4c mrr
6139 - type: "table"
6140   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6141   algorithm: "table_comparison"
6142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6144   filter: "'4T4C'"
6145   columns:
6146     - title: "2005.0-5"
6147       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6148     - title: "2009.0-5"
6149       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6150     - title: "2009.0-6"
6151       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6152     - title: "2101.0-6"
6153       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6154   comparisons:
6155     - title: "2009.0-6 vs 2009.0-5"
6156       reference: 2
6157       compare: 3
6158     - title: "2101.0-6 vs 2009.0-6"
6159       reference: 3
6160       compare: 4
6161   legend:
6162     - ''
6163     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6164     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6165     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6166     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6167     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6168
6169 # VPP Performance Changes 2n-tx2 1t1c mrr
6170 - type: "table"
6171   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
6172   algorithm: "table_comparison"
6173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
6174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6175   filter: "'1T1C'"
6176   columns:
6177 #     - title: "2005.0-5"
6178 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6179 #     - title: "2009.0-5"
6180 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6181     - title: "2009.0-6"
6182       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6183     - title: "2101.0-6"
6184       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6185   comparisons:
6186 #     - title: "2009.0-6 vs 2009.0-5"
6187 #       reference: 2
6188 #       compare: 3
6189     - title: "2101.0-6 vs 2009.0-6"
6190       reference: 1
6191       compare: 2
6192   legend:
6193     - ''
6194     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6195     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6196     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6197 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6198     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6199
6200 # VPP Performance Changes 2n-tx2 2t2c mrr
6201 - type: "table"
6202   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
6203   algorithm: "table_comparison"
6204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
6205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6206   filter: "'2T2C'"
6207   columns:
6208 #     - title: "2005.0-5"
6209 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6210 #     - title: "2009.0-5"
6211 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6212     - title: "2009.0-6"
6213       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6214     - title: "2101.0-6"
6215       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6216   comparisons:
6217 #     - title: "2009.0-6 vs 2009.0-5"
6218 #       reference: 2
6219 #       compare: 3
6220     - title: "2101.0-6 vs 2009.0-6"
6221       reference: 1
6222       compare: 2
6223   legend:
6224     - ''
6225     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6226     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6227     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6228 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6229     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6230
6231 # VPP Performance Changes 2n-tx2 4t4c mrr
6232 - type: "table"
6233   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
6234   algorithm: "table_comparison"
6235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
6236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6237   filter: "'4T4C'"
6238   columns:
6239 #     - title: "2005.0-5"
6240 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6241 #     - title: "2009.0-5"
6242 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6243     - title: "2009.0-6"
6244       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6245     - title: "2101.0-6"
6246       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6247   comparisons:
6248 #     - title: "2009.0-6 vs 2009.0-5"
6249 #       reference: 2
6250 #       compare: 3
6251     - title: "2101.0-6 vs 2009.0-6"
6252       reference: 1
6253       compare: 2
6254   legend:
6255     - ''
6256     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6257     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6258     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6259 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6260     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6261
6262 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6263 - type: "table"
6264   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6265   algorithm: "table_comparison"
6266   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6268   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6269   columns:
6270     - title: "3n-hsw xl710"
6271       data-set: "vpp-compare-testbeds-mrr-ref"
6272       tag: "NIC_Intel-XL710"
6273     - title: "3n-skx xxv710"
6274       data-set: "vpp-compare-testbeds-mrr-cmp"
6275       tag: "NIC_Intel-XXV710"
6276   comparisons:
6277     - title: "Diff"
6278       reference: 1
6279       compare: 2
6280   legend:
6281     - ""
6282     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6283     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6284
6285 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6286 - type: "table"
6287   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6288   algorithm: "table_comparison"
6289   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6291   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6292   columns:
6293     - title: "3n-hsw xl710"
6294       data-set: "vpp-compare-testbeds-mrr-ref"
6295       tag: "NIC_Intel-XL710"
6296     - title: "3n-skx xxv710"
6297       data-set: "vpp-compare-testbeds-mrr-cmp"
6298       tag: "NIC_Intel-XXV710"
6299   comparisons:
6300     - title: "Diff"
6301       reference: 1
6302       compare: 2
6303   legend:
6304     - ""
6305     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6306     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6307
6308 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6309 - type: "table"
6310   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6311   algorithm: "table_comparison"
6312   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6314   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6315   columns:
6316     - title: "3n-hsw xl710"
6317       data-set: "vpp-compare-testbeds-mrr-ref"
6318       tag: "NIC_Intel-XL710"
6319     - title: "3n-skx xxv710"
6320       data-set: "vpp-compare-testbeds-mrr-cmp"
6321       tag: "NIC_Intel-XXV710"
6322   comparisons:
6323     - title: "Diff"
6324       reference: 1
6325       compare: 2
6326   legend:
6327     - ""
6328     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6329     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6330
6331 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6332 - type: "table"
6333   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6334   algorithm: "table_comparison"
6335   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6337   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6338   columns:
6339     - title: "2n-skx"
6340       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6341     - title: "2n-clx"
6342       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6343   comparisons:
6344     - title: "Diff"
6345       reference: 1
6346       compare: 2
6347   legend:
6348     - ""
6349     - "2n-skx, 2n-clx - testbeds and NICs tested."
6350     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6351
6352 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6353 - type: "table"
6354   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6355   algorithm: "table_comparison"
6356   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6358   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6359   columns:
6360     - title: "2n-skx"
6361       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6362     - title: "2n-clx"
6363       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6364   comparisons:
6365     - title: "Diff"
6366       reference: 1
6367       compare: 2
6368   legend:
6369     - ""
6370     - "2n-skx, 2n-clx - testbeds and NICs tested."
6371     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6372
6373 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6374 - type: "table"
6375   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6376   algorithm: "table_comparison"
6377   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6378   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6379   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6380   columns:
6381     - title: "2n-skx"
6382       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6383     - title: "2n-clx"
6384       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6385   comparisons:
6386     - title: "Diff"
6387       reference: 1
6388       compare: 2
6389   legend:
6390     - ""
6391     - "2n-skx, 2n-clx - testbeds and NICs tested."
6392     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6393
6394 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6395 - type: "table"
6396   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6397   algorithm: "table_comparison"
6398   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6400   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6401   columns:
6402     - title: "3n-skx"
6403       data-set: "vpp-compare-topologies-mrr-ref"
6404     - title: "2n-skx"
6405       data-set: "vpp-compare-topologies-mrr-cmp"
6406   comparisons:
6407     - title: "Diff"
6408       reference: 1
6409       compare: 2
6410   legend:
6411     - ""
6412     - "3n-skx, 2n-skx - topologies tested."
6413     - "Diff - difference between 3n-skx and 2n-skx topologies."
6414
6415 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6416 - type: "table"
6417   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6418   algorithm: "table_comparison"
6419   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6421   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6422   columns:
6423     - title: "3n-skx"
6424       data-set: "vpp-compare-topologies-mrr-ref"
6425     - title: "2n-skx"
6426       data-set: "vpp-compare-topologies-mrr-cmp"
6427   comparisons:
6428     - title: "Diff"
6429       reference: 1
6430       compare: 2
6431   legend:
6432     - ""
6433     - "3n-skx, 2n-skx - topologies tested."
6434     - "Diff - difference between 3n-skx and 2n-skx topologies."
6435
6436 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6437 - type: "table"
6438   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6439   algorithm: "table_comparison"
6440   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6442   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6443   columns:
6444     - title: "3n-skx"
6445       data-set: "vpp-compare-topologies-mrr-ref"
6446     - title: "2n-skx"
6447       data-set: "vpp-compare-topologies-mrr-cmp"
6448   comparisons:
6449     - title: "Diff"
6450       reference: 1
6451       compare: 2
6452   legend:
6453     - ""
6454     - "3n-skx, 2n-skx - topologies tested."
6455     - "Diff - difference between 3n-skx and 2n-skx topologies."
6456
6457 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6458 - type: "table"
6459   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6460   algorithm: "table_comparison"
6461   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6463   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6464   columns:
6465     - title: "3n-hsw xl710"
6466       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6467       tag: "NIC_Intel-XL710"
6468     - title: "2n-clx xxv710"
6469       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6470       tag: "NIC_Intel-XXV710"
6471   comparisons:
6472     - title: "Diff"
6473       reference: 1
6474       compare: 2
6475   legend:
6476     - ""
6477     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6478     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6479
6480 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6481 - type: "table"
6482   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6483   algorithm: "table_comparison"
6484   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6485   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6486   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6487   columns:
6488     - title: "3n-hsw xl710"
6489       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6490       tag: "NIC_Intel-XL710"
6491     - title: "2n-clx xxv710"
6492       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6493       tag: "NIC_Intel-XXV710"
6494   comparisons:
6495     - title: "Diff"
6496       reference: 1
6497       compare: 2
6498   legend:
6499     - ""
6500     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6501     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6502
6503 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6504 - type: "table"
6505   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6506   algorithm: "table_comparison"
6507   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6509   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6510   columns:
6511     - title: "3n-hsw xl710"
6512       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6513       tag: "NIC_Intel-XL710"
6514     - title: "2n-clx xxv710"
6515       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6516       tag: "NIC_Intel-XXV710"
6517   comparisons:
6518     - title: "Diff"
6519       reference: 1
6520       compare: 2
6521   legend:
6522     - ""
6523     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6524     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6525
6526 # Detailed Test Results - VPP Performance Results 3n-hsw
6527 - type: "table"
6528   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6529   algorithm: "table_merged_details"
6530   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6531   columns:
6532     - title: " |prein| Test Name |preout| "
6533       data: "data name"
6534     - 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| "
6535       data: "data msg"
6536   data: "vpp-perf-results-3n-hsw"
6537   filter: "all"
6538   parameters:
6539   - "name"
6540   - "parent"
6541   - "msg"
6542
6543 # Detailed Test Results - VPP Performance Results 3n-skx
6544 - type: "table"
6545   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6546   algorithm: "table_merged_details"
6547   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6548   columns:
6549     - title: " |prein| Test Name |preout| "
6550       data: "data name"
6551     - 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| "
6552       data: "data msg"
6553   data: "vpp-perf-results-3n-skx"
6554   filter: "all"
6555   remove-ndr: False
6556   parameters:
6557   - "name"
6558   - "parent"
6559   - "msg"
6560
6561 # Detailed Test Results - VPP Performance Results 2n-skx
6562 - type: "table"
6563   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6564   algorithm: "table_merged_details"
6565   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6566   columns:
6567     - title: " |prein| Test Name |preout| "
6568       data: "data name"
6569     - 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| "
6570       data: "data msg"
6571   data: "vpp-perf-results-2n-skx"
6572   filter: "all"
6573   remove-ndr: False
6574   parameters:
6575   - "name"
6576   - "parent"
6577   - "msg"
6578
6579 # Detailed Test Results - VPP Performance Results 2n-zn2
6580 - type: "table"
6581   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6582   algorithm: "table_merged_details"
6583   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6584   columns:
6585     - title: " |prein| Test Name |preout| "
6586       data: "data name"
6587     - 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| "
6588       data: "data msg"
6589   data: "vpp-perf-results-2n-zn2"
6590   filter: "all"
6591   remove-ndr: False
6592   parameters:
6593   - "name"
6594   - "parent"
6595   - "msg"
6596
6597 # Detailed Test Results - VPP Performance Results 2n-clx
6598 - type: "table"
6599   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6600   algorithm: "table_merged_details"
6601   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6602   columns:
6603     - title: " |prein| Test Name |preout| "
6604       data: "data name"
6605     - 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| "
6606       data: "data msg"
6607   data: "vpp-perf-results-2n-clx"
6608   filter: "all"
6609   parameters:
6610   - "name"
6611   - "parent"
6612   - "msg"
6613
6614 # Detailed Test Results - VPP Performance Results 3n-tsh
6615 - type: "table"
6616   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6617   algorithm: "table_merged_details"
6618   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6619   columns:
6620     - title: " |prein| Test Name |preout| "
6621       data: "data name"
6622     - 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| "
6623       data: "data msg"
6624   data: "vpp-perf-results-3n-tsh"
6625   filter: "all"
6626   parameters:
6627   - "name"
6628   - "parent"
6629   - "msg"
6630
6631 # Detailed Test Results - VPP Performance Results 2n-tx2
6632 - type: "table"
6633   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
6634   algorithm: "table_merged_details"
6635   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
6636   columns:
6637     - title: " |prein| Test Name |preout| "
6638       data: "data name"
6639     - 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| "
6640       data: "data msg"
6641   data: "vpp-perf-results-2n-tx2"
6642   filter: "all"
6643   parameters:
6644   - "name"
6645   - "parent"
6646   - "msg"
6647
6648 # Detailed Test Results - VPP Performance Results 3n-dnv
6649 - type: "table"
6650   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6651   algorithm: "table_merged_details"
6652   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6653   columns:
6654     - title: " |prein| Test Name |preout| "
6655       data: "data name"
6656     - 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| "
6657       data: "data msg"
6658   data: "vpp-perf-results-3n-dnv"
6659   filter: "all"
6660   parameters:
6661   - "name"
6662   - "parent"
6663   - "msg"
6664
6665 # Detailed Test Results - VPP Performance Results 2n-dnv
6666 - type: "table"
6667   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6668   algorithm: "table_merged_details"
6669   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6670   columns:
6671     - title: " |prein| Test Name |preout| "
6672       data: "data name"
6673     - 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| "
6674       data: "data msg"
6675   data: "vpp-perf-results-2n-dnv"
6676   filter: "all"
6677   parameters:
6678   - "name"
6679   - "parent"
6680   - "msg"
6681
6682 # Test configuration - VPP Performance Test Configs 3n-hsw
6683 - type: "table"
6684   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6685   algorithm: "table_merged_details"
6686   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6687   columns:
6688     - title: " |prein| Test Name |preout| "
6689       data: "data name"
6690     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6691       data: "data conf-history"
6692   data: "vpp-perf-results-3n-hsw"
6693   filter: "all"
6694   parameters:
6695   - "parent"
6696   - "name"
6697   - "conf-history"
6698
6699 # Test configuration - VPP Performance Test Configs 3n-skx
6700 - type: "table"
6701   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6702   algorithm: "table_merged_details"
6703   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6704   columns:
6705     - title: " |prein| Test Name |preout| "
6706       data: "data name"
6707     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6708       data: "data conf-history"
6709   data: "vpp-perf-results-3n-skx"
6710   filter: "all"
6711   parameters:
6712   - "parent"
6713   - "name"
6714   - "conf-history"
6715
6716 # Test configuration - VPP Performance Test Configs 2n-skx
6717 - type: "table"
6718   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6719   algorithm: "table_merged_details"
6720   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6721   columns:
6722     - title: " |prein| Test Name |preout| "
6723       data: "data name"
6724     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6725       data: "data conf-history"
6726   data: "vpp-perf-results-2n-skx"
6727   filter: "all"
6728   parameters:
6729   - "parent"
6730   - "name"
6731   - "conf-history"
6732
6733 # Test configuration - VPP Performance Test Configs 2n-zn2
6734 - type: "table"
6735   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6736   algorithm: "table_merged_details"
6737   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6738   columns:
6739     - title: " |prein| Test Name |preout| "
6740       data: "data name"
6741     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6742       data: "data conf-history"
6743   data: "vpp-perf-results-2n-zn2"
6744   filter: "all"
6745   parameters:
6746   - "parent"
6747   - "name"
6748   - "conf-history"
6749
6750 # Test configuration - VPP Performance Test Configs 2n-clx
6751 - type: "table"
6752   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6753   algorithm: "table_merged_details"
6754   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6755   columns:
6756     - title: " |prein| Test Name |preout| "
6757       data: "data name"
6758     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6759       data: "data conf-history"
6760   data: "vpp-perf-results-2n-clx"
6761   filter: "all"
6762   parameters:
6763   - "parent"
6764   - "name"
6765   - "conf-history"
6766
6767 # Test configuration - VPP Performance Test Configs 3n-tsh
6768 - type: "table"
6769   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6770   algorithm: "table_merged_details"
6771   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6772   columns:
6773     - title: " |prein| Test Name |preout| "
6774       data: "data name"
6775     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6776       data: "data conf-history"
6777   data: "vpp-perf-results-3n-tsh"
6778   filter: "all"
6779   parameters:
6780   - "parent"
6781   - "name"
6782   - "conf-history"
6783
6784 # Test configuration - VPP Performance Test Configs 2n-tx2
6785 - type: "table"
6786   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
6787   algorithm: "table_merged_details"
6788   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
6789   columns:
6790     - title: " |prein| Test Name |preout| "
6791       data: "data name"
6792     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6793       data: "data conf-history"
6794   data: "vpp-perf-results-2n-tx2"
6795   filter: "all"
6796   parameters:
6797   - "parent"
6798   - "name"
6799   - "conf-history"
6800
6801 # Test configuration - VPP Performance Test Configs 3n-dnv
6802 - type: "table"
6803   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6804   algorithm: "table_merged_details"
6805   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6806   columns:
6807     - title: " |prein| Test Name |preout| "
6808       data: "data name"
6809     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6810       data: "data conf-history"
6811   data: "vpp-perf-results-3n-dnv"
6812   filter: "all"
6813   parameters:
6814   - "parent"
6815   - "name"
6816   - "conf-history"
6817
6818 # Test configuration - VPP Performance Test Configs 2n-dnv
6819 - type: "table"
6820   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6821   algorithm: "table_merged_details"
6822   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6823   columns:
6824     - title: " |prein| Test Name |preout| "
6825       data: "data name"
6826     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6827       data: "data conf-history"
6828   data: "vpp-perf-results-2n-dnv"
6829   filter: "all"
6830   parameters:
6831   - "parent"
6832   - "name"
6833   - "conf-history"
6834
6835 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6836 - type: "table"
6837   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6838   algorithm: "table_oper_data_html"
6839   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6840   data: "vpp-perf-results-3n-hsw"
6841   filter: "all"
6842
6843 # Test Operational Data - VPP Performance Operational Data 3n-skx
6844 - type: "table"
6845   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6846   algorithm: "table_oper_data_html"
6847   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6848   data: "vpp-perf-results-3n-skx"
6849   filter: "all"
6850
6851 # Test Operational Data - VPP Performance Operational Data 2n-skx
6852 - type: "table"
6853   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6854   algorithm: "table_oper_data_html"
6855   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6856   data: "vpp-perf-results-2n-skx"
6857   filter: "all"
6858
6859 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6860 - type: "table"
6861   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6862   algorithm: "table_oper_data_html"
6863   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6864   data: "vpp-perf-results-2n-zn2"
6865   filter: "all"
6866
6867 # Test Operational Data - VPP Performance Operational Data 2n-clx
6868 - type: "table"
6869   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6870   algorithm: "table_oper_data_html"
6871   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6872   data: "vpp-perf-results-2n-clx"
6873   filter: "all"
6874
6875 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6876 - type: "table"
6877   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6878   algorithm: "table_oper_data_html"
6879   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6880   data: "vpp-perf-results-3n-tsh"
6881   filter: "all"
6882
6883 # Test Operational Data - VPP Performance Operational Data 2n-tx2
6884 - type: "table"
6885   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
6886   algorithm: "table_oper_data_html"
6887   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
6888   data: "vpp-perf-results-2n-tx2"
6889   filter: "all"
6890
6891 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6892 - type: "table"
6893   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6894   algorithm: "table_oper_data_html"
6895   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6896   data: "vpp-perf-results-3n-dnv"
6897   filter: "all"
6898
6899 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6900 - type: "table"
6901   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6902   algorithm: "table_oper_data_html"
6903   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6904   data: "vpp-perf-results-2n-dnv"
6905   filter: "all"
6906
6907 # Detailed Test Results - VPP MRR Results 3n-hsw
6908 - type: "table"
6909   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6910   algorithm: "table_merged_details"
6911   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6912   columns:
6913     - title: " |prein| Test Name |preout| "
6914       data: "data name"
6915     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6916       data: "data msg"
6917   data: "vpp-mrr-results-3n-hsw"
6918   filter: "all"
6919   parameters:
6920   - "name"
6921   - "parent"
6922   - "msg"
6923
6924 # Detailed Test Results - VPP MRR Results 3n-skx
6925 - type: "table"
6926   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6927   algorithm: "table_merged_details"
6928   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6929   columns:
6930     - title: " |prein| Test Name |preout| "
6931       data: "data name"
6932     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6933       data: "data msg"
6934   data: "vpp-mrr-results-3n-skx"
6935   filter: "all"
6936   parameters:
6937   - "name"
6938   - "parent"
6939   - "msg"
6940
6941 # Detailed Test Results - VPP MRR Results 2n-skx
6942 - type: "table"
6943   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6944   algorithm: "table_merged_details"
6945   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6946   columns:
6947     - title: " |prein| Test Name |preout| "
6948       data: "data name"
6949     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6950       data: "data msg"
6951   data: "vpp-mrr-results-2n-skx"
6952   filter: "all"
6953   parameters:
6954   - "name"
6955   - "parent"
6956   - "msg"
6957
6958 # Detailed Test Results - VPP MRR Results 2n-zn2
6959 - type: "table"
6960   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6961   algorithm: "table_merged_details"
6962   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6963   columns:
6964     - title: " |prein| Test Name |preout| "
6965       data: "data name"
6966     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6967       data: "data msg"
6968   data: "vpp-mrr-results-2n-zn2"
6969   filter: "all"
6970   parameters:
6971   - "name"
6972   - "parent"
6973   - "msg"
6974
6975 # Detailed Test Results - VPP MRR Results 2n-clx
6976 - type: "table"
6977   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6978   algorithm: "table_merged_details"
6979   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6980   columns:
6981     - title: " |prein| Test Name |preout| "
6982       data: "data name"
6983     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6984       data: "data msg"
6985   data: "vpp-mrr-results-2n-clx"
6986   filter: "all"
6987   parameters:
6988   - "name"
6989   - "parent"
6990   - "msg"
6991
6992 # Detailed Test Results - VPP MRR Results 3n-tsh
6993 - type: "table"
6994   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6995   algorithm: "table_merged_details"
6996   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6997   columns:
6998     - title: " |prein| Test Name |preout| "
6999       data: "data name"
7000     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7001       data: "data msg"
7002   data: "vpp-mrr-results-3n-tsh"
7003   filter: "all"
7004   parameters:
7005   - "name"
7006   - "parent"
7007   - "msg"
7008
7009 # Detailed Test Results - VPP MRR Results 2n-tx2
7010 - type: "table"
7011   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
7012   algorithm: "table_merged_details"
7013   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
7014   columns:
7015     - title: " |prein| Test Name |preout| "
7016       data: "data name"
7017     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7018       data: "data msg"
7019   data: "vpp-mrr-results-2n-tx2"
7020   filter: "all"
7021   parameters:
7022   - "name"
7023   - "parent"
7024   - "msg"
7025
7026 # Detailed Test Results - VPP MRR Results 3n-dnv
7027 - type: "table"
7028   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
7029   algorithm: "table_merged_details"
7030   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7031   columns:
7032     - title: " |prein| Test Name |preout| "
7033       data: "data name"
7034     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7035       data: "data msg"
7036   data: "vpp-mrr-results-3n-dnv"
7037   filter: "all"
7038   parameters:
7039   - "name"
7040   - "parent"
7041   - "msg"
7042
7043 # Detailed Test Results - VPP MRR Results 2n-dnv
7044 - type: "table"
7045   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7046   algorithm: "table_merged_details"
7047   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7048   columns:
7049     - title: " |prein| Test Name |preout| "
7050       data: "data name"
7051     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7052       data: "data msg"
7053   data: "vpp-mrr-results-2n-dnv"
7054   filter: "all"
7055   parameters:
7056   - "name"
7057   - "parent"
7058   - "msg"
7059
7060 # Test configuration - VPP MRR Test Configs 3n-hsw
7061 - type: "table"
7062   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7063   algorithm: "table_merged_details"
7064   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7065   columns:
7066     - title: " |prein| Test Name |preout| "
7067       data: "data name"
7068     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7069       data: "data conf-history"
7070   data: "vpp-mrr-results-3n-hsw"
7071   filter: "all"
7072   parameters:
7073   - "parent"
7074   - "name"
7075   - "conf-history"
7076
7077 # Test configuration - VPP MRR Test Configs 3n-skx
7078 - type: "table"
7079   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7080   algorithm: "table_merged_details"
7081   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7082   columns:
7083     - title: " |prein| Test Name |preout| "
7084       data: "data name"
7085     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7086       data: "data conf-history"
7087   data: "vpp-mrr-results-3n-skx"
7088   filter: "all"
7089   parameters:
7090   - "parent"
7091   - "name"
7092   - "conf-history"
7093
7094 # Test configuration - VPP MRR Test Configs 2n-skx
7095 - type: "table"
7096   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7097   algorithm: "table_merged_details"
7098   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7099   columns:
7100     - title: " |prein| Test Name |preout| "
7101       data: "data name"
7102     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7103       data: "data conf-history"
7104   data: "vpp-mrr-results-2n-skx"
7105   filter: "all"
7106   parameters:
7107   - "parent"
7108   - "name"
7109   - "conf-history"
7110
7111 # Test configuration - VPP MRR Test Configs 2n-zn2
7112 - type: "table"
7113   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
7114   algorithm: "table_merged_details"
7115   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
7116   columns:
7117     - title: " |prein| Test Name |preout| "
7118       data: "data name"
7119     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7120       data: "data conf-history"
7121   data: "vpp-mrr-results-2n-zn2"
7122   filter: "all"
7123   parameters:
7124   - "parent"
7125   - "name"
7126   - "conf-history"
7127
7128 # Test configuration - VPP MRR Test Configs 2n-clx
7129 - type: "table"
7130   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7131   algorithm: "table_merged_details"
7132   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7133   columns:
7134     - title: " |prein| Test Name |preout| "
7135       data: "data name"
7136     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7137       data: "data conf-history"
7138   data: "vpp-mrr-results-2n-clx"
7139   filter: "all"
7140   parameters:
7141   - "parent"
7142   - "name"
7143   - "conf-history"
7144
7145 # Test configuration - VPP MRR Test Configs 3n-tsh
7146 - type: "table"
7147   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7148   algorithm: "table_merged_details"
7149   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7150   columns:
7151     - title: " |prein| Test Name |preout| "
7152       data: "data name"
7153     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7154       data: "data conf-history"
7155   data: "vpp-mrr-results-3n-tsh"
7156   filter: "all"
7157   parameters:
7158   - "parent"
7159   - "name"
7160   - "conf-history"
7161
7162 # Test configuration - VPP MRR Test Configs 2n-tx2
7163 - type: "table"
7164   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
7165   algorithm: "table_merged_details"
7166   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
7167   columns:
7168     - title: " |prein| Test Name |preout| "
7169       data: "data name"
7170     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7171       data: "data conf-history"
7172   data: "vpp-mrr-results-2n-tx2"
7173   filter: "all"
7174   parameters:
7175   - "parent"
7176   - "name"
7177   - "conf-history"
7178
7179 # Test configuration - VPP MRR Test Configs 3n-dnv
7180 - type: "table"
7181   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7182   algorithm: "table_merged_details"
7183   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7184   columns:
7185     - title: " |prein| Test Name |preout| "
7186       data: "data name"
7187     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7188       data: "data conf-history"
7189   data: "vpp-mrr-results-3n-dnv"
7190   filter: "all"
7191   parameters:
7192   - "parent"
7193   - "name"
7194   - "conf-history"
7195
7196 # Test configuration - VPP MRR Test Configs 2n-dnv
7197 - type: "table"
7198   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7199   algorithm: "table_merged_details"
7200   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7201   columns:
7202     - title: " |prein| Test Name |preout| "
7203       data: "data name"
7204     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7205       data: "data conf-history"
7206   data: "vpp-mrr-results-2n-dnv"
7207   filter: "all"
7208   parameters:
7209   - "parent"
7210   - "name"
7211   - "conf-history"
7212
7213 # Detailed Test Results - VPP Device Results - Ubuntu
7214 - type: "table"
7215   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7216   algorithm: "table_merged_details"
7217   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7218   columns:
7219     - title: " |prein| Test Name |preout| "
7220       data: "data name"
7221     - title: " |prein| Status |preout| "
7222       data: "data status"
7223   data: "vpp-device-results-ubuntu"
7224   filter: "all"
7225   parameters:
7226   - "name"
7227   - "parent"
7228   - "doc"
7229   - "status"
7230
7231 # Test configuration - VPP Device Test Configs - Ubuntu
7232 - type: "table"
7233   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7234   algorithm: "table_merged_details"
7235   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7236   columns:
7237     - title: " |prein| Test Name |preout| "
7238       data: "data name"
7239     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7240       data: "data conf-history"
7241   data: "vpp-device-results-ubuntu"
7242   filter: "all"
7243   parameters:
7244   - "parent"
7245   - "name"
7246   - "conf-history"
7247
7248 ################################################################################
7249
7250 # DPDK Performance Changes 3n-hsw 1t1c pdr
7251 - type: "table"
7252   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7253   algorithm: "table_comparison"
7254   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7256   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7257   columns:
7258     - title: "2005"
7259       data-set: "dpdk-performance-changes-3n-hsw-h1"
7260     - title: "2009"
7261       data-set: "dpdk-performance-changes-3n-hsw-ref"
7262     - title: "2101"
7263       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7264   comparisons:
7265     - title: "Diff"
7266       reference: 2
7267       compare: 3
7268   legend:
7269     - ""
7270     - "2005, 2009, 2101 - DPDK versions tested."
7271     - "Diff - difference between 2009 and 2101 DPDK version."
7272
7273 # DPDK Performance Changes 3n-hsw 2t2c pdr
7274 - type: "table"
7275   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7276   algorithm: "table_comparison"
7277   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7279   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7280   columns:
7281     - title: "2005"
7282       data-set: "dpdk-performance-changes-3n-hsw-h1"
7283     - title: "2009"
7284       data-set: "dpdk-performance-changes-3n-hsw-ref"
7285     - title: "2101"
7286       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7287   comparisons:
7288     - title: "Diff"
7289       reference: 2
7290       compare: 3
7291   legend:
7292     - ""
7293     - "2005, 2009, 2101 - DPDK versions tested."
7294     - "Diff - difference between 2009 and 2101 DPDK version."
7295
7296 # DPDK Performance Changes 3n-hsw 1t1c pdr
7297 - type: "table"
7298   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7299   algorithm: "table_comparison"
7300   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7302   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7303   columns:
7304     - title: "2005"
7305       data-set: "dpdk-performance-changes-3n-hsw-h1"
7306     - title: "2009"
7307       data-set: "dpdk-performance-changes-3n-hsw-ref"
7308     - title: "2101"
7309       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7310   comparisons:
7311     - title: "Diff"
7312       reference: 2
7313       compare: 3
7314   legend:
7315     - ""
7316     - "2005, 2009, 2101 - DPDK versions tested."
7317     - "Diff - difference between 2009 and 2101 DPDK version."
7318
7319 # DPDK Performance Changes 3n-hsw 2t2c ndr
7320 - type: "table"
7321   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7322   algorithm: "table_comparison"
7323   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7325   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7326   columns:
7327     - title: "2005"
7328       data-set: "dpdk-performance-changes-3n-hsw-h1"
7329     - title: "2009"
7330       data-set: "dpdk-performance-changes-3n-hsw-ref"
7331     - title: "2101"
7332       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7333   comparisons:
7334     - title: "Diff"
7335       reference: 2
7336       compare: 3
7337   legend:
7338     - ""
7339     - "2005, 2009, 2101 - DPDK versions tested."
7340     - "Diff - difference between 2009 and 2101 DPDK version."
7341
7342 # DPDK Performance Changes 3n-skx 2t1c pdr
7343 - type: "table"
7344   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7345   algorithm: "table_comparison"
7346   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7348   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7349   columns:
7350     - title: "2005"
7351       data-set: "dpdk-performance-changes-3n-skx-h1"
7352     - title: "2009"
7353       data-set: "dpdk-performance-changes-3n-skx-ref"
7354     - title: "2101"
7355       data-set: "dpdk-performance-changes-3n-skx-cmp"
7356   comparisons:
7357     - title: "Diff"
7358       reference: 2
7359       compare: 3
7360   legend:
7361     - ""
7362     - "2005, 2009, 2101 - DPDK versions tested."
7363     - "Diff - difference between 2009 and 2101 DPDK version."
7364
7365 # DPDK Performance Changes 3n-skx 4t2c pdr
7366 - type: "table"
7367   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7368   algorithm: "table_comparison"
7369   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7371   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7372   columns:
7373     - title: "2005"
7374       data-set: "dpdk-performance-changes-3n-skx-h1"
7375     - title: "2009"
7376       data-set: "dpdk-performance-changes-3n-skx-ref"
7377     - title: "2101"
7378       data-set: "dpdk-performance-changes-3n-skx-cmp"
7379   comparisons:
7380     - title: "Diff"
7381       reference: 2
7382       compare: 3
7383   legend:
7384     - ""
7385     - "2005, 2009, 2101 - DPDK versions tested."
7386     - "Diff - difference between 2009 and 2101 DPDK version."
7387
7388 # DPDK Performance Changes 3n-skx 2t1c ndr
7389 - type: "table"
7390   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7391   algorithm: "table_comparison"
7392   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7394   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7395   columns:
7396     - title: "2005"
7397       data-set: "dpdk-performance-changes-3n-skx-h1"
7398     - title: "2009"
7399       data-set: "dpdk-performance-changes-3n-skx-ref"
7400     - title: "2101"
7401       data-set: "dpdk-performance-changes-3n-skx-cmp"
7402   comparisons:
7403     - title: "Diff"
7404       reference: 2
7405       compare: 3
7406   legend:
7407     - ""
7408     - "2005, 2009, 2101 - DPDK versions tested."
7409     - "Diff - difference between 2009 and 2101 DPDK version."
7410
7411 # DPDK Performance Changes 3n-skx 4t2c ndr
7412 - type: "table"
7413   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7414   algorithm: "table_comparison"
7415   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7417   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7418   columns:
7419     - title: "2005"
7420       data-set: "dpdk-performance-changes-3n-skx-h1"
7421     - title: "2009"
7422       data-set: "dpdk-performance-changes-3n-skx-ref"
7423     - title: "2101"
7424       data-set: "dpdk-performance-changes-3n-skx-cmp"
7425   comparisons:
7426     - title: "Diff"
7427       reference: 2
7428       compare: 3
7429   legend:
7430     - ""
7431     - "2005, 2009, 2101 - DPDK versions tested."
7432     - "Diff - difference between 2009 and 2101 DPDK version."
7433
7434 # DPDK Performance Changes 2n-skx 2t1c pdr
7435 - type: "table"
7436   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7437   algorithm: "table_comparison"
7438   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7440   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7441   columns:
7442     - title: "2005"
7443       data-set: "dpdk-performance-changes-2n-skx-h1"
7444     - title: "2009"
7445       data-set: "dpdk-performance-changes-2n-skx-ref"
7446     - title: "2101"
7447       data-set: "dpdk-performance-changes-2n-skx-cmp"
7448   comparisons:
7449     - title: "Diff"
7450       reference: 2
7451       compare: 3
7452   legend:
7453     - ""
7454     - "2005, 2009, 2101 - DPDK versions tested."
7455     - "Diff - difference between 2009 and 2101 DPDK version."
7456
7457 # DPDK Performance Changes 2n-skx 4t2c pdr
7458 - type: "table"
7459   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7460   algorithm: "table_comparison"
7461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7463   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7464   columns:
7465     - title: "2005"
7466       data-set: "dpdk-performance-changes-2n-skx-h1"
7467     - title: "2009"
7468       data-set: "dpdk-performance-changes-2n-skx-ref"
7469     - title: "2101"
7470       data-set: "dpdk-performance-changes-2n-skx-cmp"
7471   comparisons:
7472     - title: "Diff"
7473       reference: 2
7474       compare: 3
7475   legend:
7476     - ""
7477     - "2005, 2009, 2101 - DPDK versions tested."
7478     - "Diff - difference between 2009 and 2101 DPDK version."
7479
7480 # DPDK Performance Changes 2n-skx 2t1c ndr
7481 - type: "table"
7482   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7483   algorithm: "table_comparison"
7484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7486   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7487   columns:
7488     - title: "2005"
7489       data-set: "dpdk-performance-changes-2n-skx-h1"
7490     - title: "2009"
7491       data-set: "dpdk-performance-changes-2n-skx-ref"
7492     - title: "2101"
7493       data-set: "dpdk-performance-changes-2n-skx-cmp"
7494   comparisons:
7495     - title: "Diff"
7496       reference: 2
7497       compare: 3
7498   legend:
7499     - ""
7500     - "2005, 2009, 2101 - DPDK versions tested."
7501     - "Diff - difference between 2009 and 2101 DPDK version."
7502
7503 # DPDK Performance Changes 2n-skx 4t2c ndr
7504 - type: "table"
7505   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7506   algorithm: "table_comparison"
7507   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7509   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7510   columns:
7511     - title: "2005"
7512       data-set: "dpdk-performance-changes-2n-skx-h1"
7513     - title: "2009"
7514       data-set: "dpdk-performance-changes-2n-skx-ref"
7515     - title: "2101"
7516       data-set: "dpdk-performance-changes-2n-skx-cmp"
7517   comparisons:
7518     - title: "Diff"
7519       reference: 2
7520       compare: 3
7521   legend:
7522     - ""
7523     - "2005, 2009, 2101 - DPDK versions tested."
7524     - "Diff - difference between 2009 and 2101 DPDK version."
7525
7526 # DPDK Performance Changes 2n-clx 2t1c pdr
7527 - type: "table"
7528   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7529   algorithm: "table_comparison"
7530   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7532   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7533   columns:
7534     - title: "2005"
7535       data-set: "dpdk-performance-changes-2n-clx-h1"
7536     - title: "2009"
7537       data-set: "dpdk-performance-changes-2n-clx-ref"
7538     - title: "2101"
7539       data-set: "dpdk-performance-changes-2n-clx-cmp"
7540   comparisons:
7541     - title: "Diff"
7542       reference: 2
7543       compare: 3
7544   legend:
7545     - ""
7546     - "2005, 2009, 2101 - DPDK versions tested."
7547     - "Diff - difference between 2009 and 2101 DPDK version."
7548
7549 # DPDK Performance Changes 2n-clx 4t2c pdr
7550 - type: "table"
7551   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7552   algorithm: "table_comparison"
7553   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7555   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7556   columns:
7557     - title: "2005"
7558       data-set: "dpdk-performance-changes-2n-clx-h1"
7559     - title: "2009"
7560       data-set: "dpdk-performance-changes-2n-clx-ref"
7561     - title: "2101"
7562       data-set: "dpdk-performance-changes-2n-clx-cmp"
7563   comparisons:
7564     - title: "Diff"
7565       reference: 2
7566       compare: 3
7567   legend:
7568     - ""
7569     - "2005, 2009, 2101 - DPDK versions tested."
7570     - "Diff - difference between 2009 and 2101 DPDK version."
7571
7572 # DPDK Performance Changes 2n-clx 2t1c ndr
7573 - type: "table"
7574   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7575   algorithm: "table_comparison"
7576   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7578   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7579   columns:
7580     - title: "2005"
7581       data-set: "dpdk-performance-changes-2n-clx-h1"
7582     - title: "2009"
7583       data-set: "dpdk-performance-changes-2n-clx-ref"
7584     - title: "2101"
7585       data-set: "dpdk-performance-changes-2n-clx-cmp"
7586   comparisons:
7587     - title: "Diff"
7588       reference: 2
7589       compare: 3
7590   legend:
7591     - ""
7592     - "2005, 2009, 2101 - DPDK versions tested."
7593     - "Diff - difference between 2009 and 2101 DPDK version."
7594
7595 # DPDK Performance Changes 2n-clx 4t2c ndr
7596 - type: "table"
7597   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7598   algorithm: "table_comparison"
7599   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7601   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7602   columns:
7603     - title: "2005"
7604       data-set: "dpdk-performance-changes-2n-clx-h1"
7605     - title: "2009"
7606       data-set: "dpdk-performance-changes-2n-clx-ref"
7607     - title: "2101"
7608       data-set: "dpdk-performance-changes-2n-clx-cmp"
7609   comparisons:
7610     - title: "Diff"
7611       reference: 2
7612       compare: 3
7613   legend:
7614     - ""
7615     - "2005, 2009, 2101 - DPDK versions tested."
7616     - "Diff - difference between 2009 and 2101 DPDK version."
7617
7618 # DPDK Performance Changes 2n-zn2 2t1c pdr
7619 - type: "table"
7620   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
7621   algorithm: "table_comparison"
7622   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
7623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7624   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7625   columns:
7626 #     - title: "2005"
7627 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7628     - title: "2009"
7629       data-set: "dpdk-performance-changes-2n-zn2-ref"
7630     - title: "2101"
7631       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7632   comparisons:
7633     - title: "Diff"
7634       reference: 1  # 2
7635       compare: 2  # 3
7636   legend:
7637     - ""
7638     - "2009, 2101 - DPDK versions tested."
7639     - "Diff - difference between 2009 and 2101 DPDK version."
7640
7641 # DPDK Performance Changes 2n-zn2 4t2c pdr
7642 - type: "table"
7643   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
7644   algorithm: "table_comparison"
7645   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
7646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7647   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7648   columns:
7649 #     - title: "2005"
7650 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7651     - title: "2009"
7652       data-set: "dpdk-performance-changes-2n-zn2-ref"
7653     - title: "2101"
7654       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7655   comparisons:
7656     - title: "Diff"
7657       reference: 1  # 2
7658       compare: 2  # 3
7659   legend:
7660     - ""
7661     - "2009, 2101 - DPDK versions tested."
7662     - "Diff - difference between 2009 and 2101 DPDK version."
7663
7664 # DPDK Performance Changes 2n-zn2 2t1c ndr
7665 - type: "table"
7666   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
7667   algorithm: "table_comparison"
7668   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
7669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7670   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7671   columns:
7672 #     - title: "2005"
7673 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7674     - title: "2009"
7675       data-set: "dpdk-performance-changes-2n-zn2-ref"
7676     - title: "2101"
7677       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7678   comparisons:
7679     - title: "Diff"
7680       reference: 1  # 2
7681       compare: 2  # 3
7682   legend:
7683     - ""
7684     - "2009, 2101 - DPDK versions tested."
7685     - "Diff - difference between 2009 and 2101 DPDK version."
7686
7687 # DPDK Performance Changes 2n-zn2 4t2c ndr
7688 - type: "table"
7689   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
7690   algorithm: "table_comparison"
7691   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
7692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7693   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7694   columns:
7695 #     - title: "2005"
7696 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
7697     - title: "2009"
7698       data-set: "dpdk-performance-changes-2n-zn2-ref"
7699     - title: "2101"
7700       data-set: "dpdk-performance-changes-2n-zn2-cmp"
7701   comparisons:
7702     - title: "Diff"
7703       reference: 1  # 2
7704       compare: 2  # 3
7705   legend:
7706     - ""
7707     - "2009, 2101 - DPDK versions tested."
7708     - "Diff - difference between 2009 and 2101 DPDK version."
7709
7710 ## DPDK Performance Changes 2n-dnv 1t1c pdr
7711 #- type: "table"
7712 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7713 #  algorithm: "table_comparison"
7714 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7715 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7716 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7717 #  columns:
7718 #    - title: "2001"
7719 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7720 #    - title: "2005"
7721 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7722 #    - title: "2009"
7723 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7724 #  comparisons:
7725 #    - title: "Diff"
7726 #      reference: 2
7727 #      compare: 3
7728 #  legend:
7729 #    - ""
7730 #    - "2001, 2005, 2009 - DPDK versions tested."
7731 #    - "Diff - difference between 2005 and 2009 DPDK version."
7732 #
7733 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7734 #- type: "table"
7735 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7736 #  algorithm: "table_comparison"
7737 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7738 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7739 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7740 #  columns:
7741 #    - title: "2001"
7742 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7743 #    - title: "2005"
7744 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7745 #    - title: "2009"
7746 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7747 #  comparisons:
7748 #    - title: "Diff"
7749 #      reference: 2
7750 #      compare: 3
7751 #  legend:
7752 #    - ""
7753 #    - "2001, 2005, 2009 - DPDK versions tested."
7754 #    - "Diff - difference between 2005 and 2009 DPDK version."
7755 #
7756 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7757 #- type: "table"
7758 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7759 #  algorithm: "table_comparison"
7760 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7761 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7762 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7763 #  columns:
7764 #    - title: "2001"
7765 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7766 #    - title: "2005"
7767 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7768 #    - title: "2009"
7769 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7770 #  comparisons:
7771 #    - title: "Diff"
7772 #      reference: 2
7773 #      compare: 3
7774 #  legend:
7775 #    - ""
7776 #    - "2001, 2005, 2009 - DPDK versions tested."
7777 #    - "Diff - difference between 2005 and 2009 DPDK version."
7778 #
7779 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7780 #- type: "table"
7781 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7782 #  algorithm: "table_comparison"
7783 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7784 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7785 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7786 #  columns:
7787 #    - title: "2001"
7788 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7789 #    - title: "2005"
7790 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7791 #    - title: "2009"
7792 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7793 #  comparisons:
7794 #    - title: "Diff"
7795 #      reference: 2
7796 #      compare: 3
7797 #  legend:
7798 #    - ""
7799 #    - "2001, 2005, 2009 - DPDK versions tested."
7800 #    - "Diff - difference between 2005 and 2009 DPDK version."
7801 #
7802 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7803 #- type: "table"
7804 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7805 #  algorithm: "table_comparison"
7806 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7807 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7808 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7809 #  columns:
7810 #    - title: "2001"
7811 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7812 #    - title: "2005"
7813 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7814 #    - title: "2009"
7815 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7816 #  comparisons:
7817 #    - title: "Diff"
7818 #      reference: 2
7819 #      compare: 3
7820 #  legend:
7821 #    - ""
7822 #    - "2001, 2005, 2009 - DPDK versions tested."
7823 #    - "Diff - difference between 2005 and 2009 DPDK version."
7824 #
7825 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7826 #- type: "table"
7827 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7828 #  algorithm: "table_comparison"
7829 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7830 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7831 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7832 #  columns:
7833 #    - title: "2001"
7834 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7835 #    - title: "2005"
7836 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7837 #    - title: "2009"
7838 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7839 #  comparisons:
7840 #    - title: "Diff"
7841 #      reference: 2
7842 #      compare: 3
7843 #  legend:
7844 #    - ""
7845 #    - "2001, 2005, 2009 - DPDK versions tested."
7846 #    - "Diff - difference between 2005 and 2009 DPDK version."
7847 #
7848 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7849 #- type: "table"
7850 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7851 #  algorithm: "table_comparison"
7852 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7853 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7854 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7855 #  columns:
7856 #    - title: "2001"
7857 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7858 #    - title: "2005"
7859 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7860 #    - title: "2009"
7861 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7862 #  comparisons:
7863 #    - title: "Diff"
7864 #      reference: 2
7865 #      compare: 3
7866 #  legend:
7867 #    - ""
7868 #    - "2001, 2005, 2009 - DPDK versions tested."
7869 #    - "Diff - difference between 2005 and 2009 DPDK version."
7870 #
7871 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7872 #- type: "table"
7873 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7874 #  algorithm: "table_comparison"
7875 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7876 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7877 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7878 #  columns:
7879 #    - title: "2001"
7880 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7881 #    - title: "2005"
7882 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7883 #    - title: "2009"
7884 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7885 #  comparisons:
7886 #    - title: "Diff"
7887 #      reference: 2
7888 #      compare: 3
7889 #  legend:
7890 #    - ""
7891 #    - "2001, 2005, 2009 - DPDK versions tested."
7892 #    - "Diff - difference between 2005 and 2009 DPDK version."
7893
7894 # DPDK Performance Changes 3n-tsh 1t1c pdr
7895 - type: "table"
7896   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7897   algorithm: "table_comparison"
7898   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7900   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7901   columns:
7902     - title: "2005"
7903       data-set: "dpdk-performance-changes-3n-tsh-h1"
7904     - title: "2009"
7905       data-set: "dpdk-performance-changes-3n-tsh-ref"
7906     - title: "2101"
7907       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7908   comparisons:
7909     - title: "Diff"
7910       reference: 2
7911       compare: 3
7912   legend:
7913     - ""
7914     - "2005, 2009, 2101 - DPDK versions tested."
7915     - "Diff - difference between 2009 and 2101 DPDK version."
7916
7917 # DPDK Performance Changes 3n-tsh 2t2c pdr
7918 - type: "table"
7919   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7920   algorithm: "table_comparison"
7921   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7923   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7924   columns:
7925     - title: "2005"
7926       data-set: "dpdk-performance-changes-3n-tsh-h1"
7927     - title: "2009"
7928       data-set: "dpdk-performance-changes-3n-tsh-ref"
7929     - title: "2101"
7930       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7931   comparisons:
7932     - title: "Diff"
7933       reference: 2
7934       compare: 3
7935   legend:
7936     - ""
7937     - "2005, 2009, 2101 - DPDK versions tested."
7938     - "Diff - difference between 2009 and 2101 DPDK version."
7939
7940 # DPDK Performance Changes 3n-tsh 1t1c ndr
7941 - type: "table"
7942   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7943   algorithm: "table_comparison"
7944   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7946   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7947   columns:
7948     - title: "2005"
7949       data-set: "dpdk-performance-changes-3n-tsh-h1"
7950     - title: "2009"
7951       data-set: "dpdk-performance-changes-3n-tsh-ref"
7952     - title: "2101"
7953       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7954   comparisons:
7955     - title: "Diff"
7956       reference: 2
7957       compare: 3
7958   legend:
7959     - ""
7960     - "2005, 2009, 2101 - DPDK versions tested."
7961     - "Diff - difference between 2009 and 2101 DPDK version."
7962
7963 # DPDK Performance Changes 3n-tsh 2t2c ndr
7964 - type: "table"
7965   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7966   algorithm: "table_comparison"
7967   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7969   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7970   columns:
7971     - title: "2005"
7972       data-set: "dpdk-performance-changes-3n-tsh-h1"
7973     - title: "2009"
7974       data-set: "dpdk-performance-changes-3n-tsh-ref"
7975     - title: "2101"
7976       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7977   comparisons:
7978     - title: "Diff"
7979       reference: 2
7980       compare: 3
7981   legend:
7982     - ""
7983     - "2005, 2009, 2101 - DPDK versions tested."
7984     - "Diff - difference between 2009 and 2101 DPDK version."
7985
7986 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7987 - type: "table"
7988   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7989   algorithm: "table_comparison"
7990   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7992   filter: "'NIC_Intel-X710'"
7993   columns:
7994     - title: "3n-hsw x710"
7995       data-set: "dpdk-compare-testbeds-ref"
7996     - title: "3n-skx x710"
7997       data-set: "dpdk-compare-testbeds-cmp"
7998   comparisons:
7999     - title: "Diff"
8000       reference: 1
8001       compare: 2
8002   legend:
8003     - ""
8004     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8005     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8006
8007 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
8008 - type: "table"
8009   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
8010   algorithm: "table_comparison"
8011   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
8012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8013   filter: "'NIC_Intel-X710'"
8014   columns:
8015     - title: "3n-hsw x710"
8016       data-set: "dpdk-compare-testbeds-ref"
8017     - title: "3n-skx x710"
8018       data-set: "dpdk-compare-testbeds-cmp"
8019   comparisons:
8020     - title: "Diff"
8021       reference: 1
8022       compare: 2
8023   legend:
8024     - ""
8025     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8026     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8027
8028 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
8029 - type: "table"
8030   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
8031   algorithm: "table_comparison"
8032   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
8033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8034   filter: "'NIC_Intel-XXV710'"
8035   columns:
8036     - title: "2n-skx"
8037       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8038     - title: "2n-clx"
8039       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8040   comparisons:
8041     - title: "Diff"
8042       reference: 1
8043       compare: 2
8044   legend:
8045     - ""
8046     - "2n-skx, 2n-clx - testbeds and NICs tested."
8047     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8048
8049 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
8050 - type: "table"
8051   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
8052   algorithm: "table_comparison"
8053   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
8054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8055   filter: "'NIC_Intel-XXV710'"
8056   columns:
8057     - title: "2n-skx"
8058       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8059     - title: "2n-clx"
8060       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8061   comparisons:
8062     - title: "Diff"
8063       reference: 1
8064       compare: 2
8065   legend:
8066     - ""
8067     - "2n-skx, 2n-clx - testbeds and NICs tested."
8068     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8069
8070 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
8071 - type: "table"
8072   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
8073   algorithm: "table_comparison"
8074   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
8075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8076   filter: "'NIC_Intel-XXV710'"
8077   columns:
8078     - title: "3n-skx"
8079       data-set: "dpdk-compare-topologies-ref"
8080     - title: "2n-skx"
8081       data-set: "dpdk-compare-topologies-cmp"
8082   comparisons:
8083     - title: "Diff"
8084       reference: 1
8085       compare: 2
8086   legend:
8087     - ""
8088     - "3n-skx, 2n-skx - topologies tested."
8089     - "Diff - difference between 3n-skx and 2n-skx topologies."
8090
8091 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
8092 - type: "table"
8093   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
8094   algorithm: "table_comparison"
8095   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
8096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8097   filter: "'NIC_Intel-XXV710'"
8098   columns:
8099     - title: "3n-skx"
8100       data-set: "dpdk-compare-topologies-ref"
8101     - title: "2n-skx"
8102       data-set: "dpdk-compare-topologies-cmp"
8103   comparisons:
8104     - title: "Diff"
8105       reference: 1
8106       compare: 2
8107   legend:
8108     - ""
8109     - "3n-skx, 2n-skx - topologies tested."
8110     - "Diff - difference between 3n-skx and 2n-skx topologies."
8111
8112 # Detailed Test Results - DPDK Performance Results 3n-hsw
8113 - type: "table"
8114   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
8115   algorithm: "table_merged_details"
8116   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
8117   columns:
8118     - title: " |prein| Test Name |preout| "
8119       data: "data name"
8120     - 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| "
8121       data: "data msg"
8122   data: "dpdk-perf-results-3n-hsw"
8123   filter: "all"
8124   parameters:
8125   - "name"
8126   - "parent"
8127   - "msg"
8128
8129 # Detailed Test Results - DPDK Performance Results 3n-skx
8130 - type: "table"
8131   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
8132   algorithm: "table_merged_details"
8133   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
8134   columns:
8135     - title: " |prein| Test Name |preout| "
8136       data: "data name"
8137     - 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| "
8138       data: "data msg"
8139   data: "dpdk-perf-results-3n-skx"
8140   filter: "all"
8141   remove-ndr: False
8142   parameters:
8143   - "name"
8144   - "parent"
8145   - "msg"
8146
8147 # Detailed Test Results - DPDK Performance Results 2n-skx
8148 - type: "table"
8149   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
8150   algorithm: "table_merged_details"
8151   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
8152   columns:
8153     - title: " |prein| Test Name |preout| "
8154       data: "data name"
8155     - 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| "
8156       data: "data msg"
8157   data: "dpdk-perf-results-2n-skx"
8158   filter: "all"
8159   remove-ndr: False
8160   parameters:
8161   - "name"
8162   - "parent"
8163   - "msg"
8164
8165 # Detailed Test Results - DPDK Performance Results 2n-zn2
8166 - type: "table"
8167   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
8168   algorithm: "table_merged_details"
8169   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
8170   columns:
8171     - title: " |prein| Test Name |preout| "
8172       data: "data name"
8173     - 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| "
8174       data: "data msg"
8175   data: "dpdk-perf-results-2n-zn2"
8176   filter: "all"
8177   remove-ndr: False
8178   parameters:
8179   - "name"
8180   - "parent"
8181   - "msg"
8182
8183 # Detailed Test Results - DPDK Performance Results 2n-clx
8184 - type: "table"
8185   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
8186   algorithm: "table_merged_details"
8187   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
8188   columns:
8189     - title: " |prein| Test Name |preout| "
8190       data: "data name"
8191     - 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| "
8192       data: "data msg"
8193   data: "dpdk-perf-results-2n-clx"
8194   filter: "all"
8195   parameters:
8196   - "name"
8197   - "parent"
8198   - "msg"
8199
8200 ## Detailed Test Results - DPDK Performance Results 2n-dnv
8201 #- type: "table"
8202 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
8203 #  algorithm: "table_merged_details"
8204 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
8205 #  columns:
8206 #    - title: " |prein| Test Name |preout| "
8207 #      data: "data name"
8208 #    - 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| "
8209 #      data: "data msg"
8210 #  data: "dpdk-perf-results-2n-dnv"
8211 #  filter: "all"
8212 #  parameters:
8213 #  - "name"
8214 #  - "parent"
8215 #  - "msg"
8216 #
8217 ## Detailed Test Results - DPDK Performance Results 3n-dnv
8218 #- type: "table"
8219 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8220 #  algorithm: "table_merged_details"
8221 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8222 #  columns:
8223 #    - title: " |prein| Test Name |preout| "
8224 #      data: "data name"
8225 #    - 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| "
8226 #      data: "data msg"
8227 #  data: "dpdk-perf-results-3n-dnv"
8228 #  filter: "all"
8229 #  parameters:
8230 #  - "name"
8231 #  - "parent"
8232 #  - "msg"
8233
8234 # Detailed Test Results - DPDK Performance Results 3n-tsh
8235 - type: "table"
8236   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8237   algorithm: "table_merged_details"
8238   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8239   columns:
8240     - title: " |prein| Test Name |preout| "
8241       data: "data name"
8242     - 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| "
8243       data: "data msg"
8244   data: "dpdk-perf-results-3n-tsh"
8245   filter: "all"
8246   parameters:
8247   - "name"
8248   - "parent"
8249   - "msg"
8250
8251 # Detailed Test Results - DPDK Performance Results 2n-tx2
8252 - type: "table"
8253   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
8254   algorithm: "table_merged_details"
8255   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
8256   columns:
8257     - title: " |prein| Test Name |preout| "
8258       data: "data name"
8259     - 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| "
8260       data: "data msg"
8261   data: "dpdk-perf-results-2n-tx2"
8262   filter: "all"
8263   parameters:
8264   - "name"
8265   - "parent"
8266   - "msg"
8267
8268 ################################################################################
8269 ###                                F I L E S                                 ###
8270 ################################################################################
8271
8272 # VPP Performance Results
8273 - type: "file"
8274   title: "VPP Performance Results"
8275   algorithm: "file_details_split"
8276   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8277   dir-tables:
8278     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8279     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8280     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8281     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
8282     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8283     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8284     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
8285     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8286     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8287   data:
8288     - "vpp-perf-results-2n-skx"
8289     - "vpp-perf-results-3n-skx"
8290     - "vpp-perf-results-2n-clx"
8291     - "vpp-perf-results-2n-zn2"
8292     - "vpp-perf-results-3n-hsw"
8293     - "vpp-perf-results-3n-tsh"
8294     - "vpp-perf-results-2n-tx2"
8295     - "vpp-perf-results-2n-dnv"
8296     - "vpp-perf-results-3n-dnv"
8297   filter: "all"
8298   data-start-level: 4
8299   order-chapters:
8300     level-1:
8301       - "l2"
8302       - "ip4"
8303       - "ip6"
8304       - "srv6"
8305       - "ip4_tunnels"
8306       - "ip6_tunnels"
8307       - "vm_vhost"
8308       - "container_memif"
8309       - "crypto"
8310       - "vts"
8311       - "lb"
8312       - "nfv_density"
8313       - "hoststack"
8314     level-2:
8315       - "2n-skx"
8316       - "3n-skx"
8317       - "2n-clx"
8318       - "2n-zn2"
8319       - "3n-hsw"
8320       - "3n-tsh"
8321       - "2n-tx2"
8322       - "2n-dnv"
8323       - "3n-dnv"
8324     level-3:
8325       - "xl710"
8326       - "x520"
8327       - "xxv710"
8328       - "x710"
8329       - "x553"
8330       - "cx556a"
8331       - "vic1227"
8332       - "vic1385"
8333
8334 # VPP Performance Configuration
8335 - type: "file"
8336   title: "VPP Performance Configuration"
8337   algorithm: "file_details_split"
8338   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8339   dir-tables:
8340     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8341     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8342     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8343     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
8344     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8345     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8346     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
8347     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8348     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8349   data:
8350     - "vpp-perf-results-2n-skx"
8351     - "vpp-perf-results-3n-skx"
8352     - "vpp-perf-results-2n-clx"
8353     - "vpp-perf-results-2n-zn2"
8354     - "vpp-perf-results-3n-hsw"
8355     - "vpp-perf-results-3n-tsh"
8356     - "vpp-perf-results-2n-tx2"
8357     - "vpp-perf-results-2n-dnv"
8358     - "vpp-perf-results-3n-dnv"
8359   filter: "all"
8360   data-start-level: 4
8361   order-chapters:
8362     level-1:
8363       - "l2"
8364       - "ip4"
8365       - "ip6"
8366       - "srv6"
8367       - "ip4_tunnels"
8368       - "ip6_tunnels"
8369       - "vm_vhost"
8370       - "container_memif"
8371       - "crypto"
8372       - "vts"
8373       - "lb"
8374       - "nfv_density"
8375       - "hoststack"
8376     level-2:
8377       - "2n-skx"
8378       - "3n-skx"
8379       - "2n-clx"
8380       - "2n-zn2"
8381       - "3n-hsw"
8382       - "3n-tsh"
8383       - "2n-tx2"
8384       - "2n-dnv"
8385       - "3n-dnv"
8386     level-3:
8387       - "xl710"
8388       - "x520"
8389       - "xxv710"
8390       - "x710"
8391       - "x553"
8392       - "cx556a"
8393       - "vic1227"
8394       - "vic1385"
8395
8396 # VPP Performance Operational
8397 - type: "file"
8398   title: "VPP Performance Operational"
8399   algorithm: "file_details_split_html"
8400   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8401   dir-tables:
8402     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8403     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8404     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8405     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
8406     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8407     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8408     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
8409     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8410     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8411   data:
8412     - "vpp-perf-results-2n-skx"
8413     - "vpp-perf-results-3n-skx"
8414     - "vpp-perf-results-2n-clx"
8415     - "vpp-perf-results-2n-zn2"
8416     - "vpp-perf-results-3n-hsw"
8417     - "vpp-perf-results-3n-tsh"
8418     - "vpp-perf-results-2n-tx2"
8419     - "vpp-perf-results-2n-dnv"
8420     - "vpp-perf-results-3n-dnv"
8421   filter: "all"
8422   data-start-level: 4
8423   order-chapters:
8424     level-1:
8425       - "l2"
8426       - "ip4"
8427       - "ip6"
8428       - "srv6"
8429       - "ip4_tunnels"
8430       - "ip6_tunnels"
8431       - "vm_vhost"
8432       - "container_memif"
8433       - "crypto"
8434       - "vts"
8435       - "lb"
8436       - "nfv_density"
8437       - "hoststack"
8438     level-2:
8439       - "2n-skx"
8440       - "3n-skx"
8441       - "2n-clx"
8442       - "2n-zn2"
8443       - "3n-hsw"
8444       - "3n-tsh"
8445       - "2n-tx2"
8446       - "2n-dnv"
8447       - "3n-dnv"
8448     level-3:
8449       - "xl710"
8450       - "x520"
8451       - "xxv710"
8452       - "x710"
8453       - "x553"
8454       - "cx556a"
8455       - "vic1227"
8456       - "vic1385"
8457
8458 # VPP MRR Results
8459 - type: "file"
8460   title: "VPP MRR Results"
8461   algorithm: "file_details_split"
8462   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8463   dir-tables:
8464     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8465     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8466     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8467     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
8468     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8469     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8470     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
8471     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8472     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8473   data:
8474     - "vpp-mrr-results-2n-skx"
8475     - "vpp-mrr-results-3n-skx"
8476     - "vpp-mrr-results-2n-clx"
8477     - "vpp-mrr-results-2n-zn2"
8478     - "vpp-mrr-results-3n-hsw"
8479     - "vpp-mrr-results-3n-tsh"
8480     - "vpp-mrr-results-2n-tx2"
8481     - "vpp-mrr-results-2n-dnv"
8482     - "vpp-mrr-results-3n-dnv"
8483   filter: "all"
8484   data-start-level: 4
8485   order-chapters:
8486     level-1:
8487       - "l2"
8488       - "ip4"
8489       - "ip6"
8490       - "srv6"
8491       - "ip4_tunnels"
8492       - "ip6_tunnels"
8493       - "vm_vhost"
8494       - "container_memif"
8495       - "crypto"
8496       - "vts"
8497       - "lb"
8498       - "nfv_density"
8499       - "hoststack"
8500     level-2:
8501       - "2n-skx"
8502       - "3n-skx"
8503       - "2n-clx"
8504       - "2n-zn2"
8505       - "3n-hsw"
8506       - "3n-tsh"
8507       - "2n-tx2"
8508       - "2n-dnv"
8509       - "3n-dnv"
8510     level-3:
8511       - "xl710"
8512       - "x520"
8513       - "xxv710"
8514       - "x710"
8515       - "x553"
8516       - "cx556a"
8517       - "vic1227"
8518       - "vic1385"
8519
8520 # VPP MRR Configuration
8521 - type: "file"
8522   title: "VPP MRR Configuration"
8523   algorithm: "file_details_split"
8524   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8525   dir-tables:
8526     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8527     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8528     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8529     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
8530     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8531     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8532     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
8533     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8534     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8535   data:
8536     - "vpp-mrr-results-2n-skx"
8537     - "vpp-mrr-results-3n-skx"
8538     - "vpp-mrr-results-2n-clx"
8539     - "vpp-mrr-results-2n-zn2"
8540     - "vpp-mrr-results-3n-hsw"
8541     - "vpp-mrr-results-3n-tsh"
8542     - "vpp-mrr-results-2n-tx2"
8543     - "vpp-mrr-results-2n-dnv"
8544     - "vpp-mrr-results-3n-dnv"
8545   filter: "all"
8546   data-start-level: 4
8547   order-chapters:
8548     level-1:
8549       - "l2"
8550       - "ip4"
8551       - "ip6"
8552       - "srv6"
8553       - "ip4_tunnels"
8554       - "ip6_tunnels"
8555       - "vm_vhost"
8556       - "container_memif"
8557       - "crypto"
8558       - "vts"
8559       - "lb"
8560       - "nfv_density"
8561       - "hoststack"
8562     level-2:
8563       - "2n-skx"
8564       - "3n-skx"
8565       - "2n-clx"
8566       - "2n-zn2"
8567       - "3n-hsw"
8568       - "3n-tsh"
8569       - "2n-tx2"
8570       - "2n-dnv"
8571       - "3n-dnv"
8572     level-3:
8573       - "xl710"
8574       - "x520"
8575       - "xxv710"
8576       - "x710"
8577       - "x553"
8578       - "cx556a"
8579       - "vic1227"
8580       - "vic1385"
8581
8582 # VPP Device Results - Ubuntu
8583 - type: "file"
8584   title: "VPP Device Results - Ubuntu"
8585   algorithm: "file_test_results"
8586   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8587   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8588   data: "vpp-device-results-ubuntu"
8589   filter: "all"
8590   data-start-level: 4
8591
8592 # VPP Device Configuration - Ubuntu
8593 - type: "file"
8594   title: "VPP Device Configuration - Ubuntu"
8595   algorithm: "file_test_results"
8596   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8597   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8598   data: "vpp-device-results-ubuntu"
8599   filter: "all"
8600   data-start-level: 4
8601
8602 # DPDK Performance Results 3n-hsw
8603 - type: "file"
8604   title: "DPDK Performance Results 3n-hsw"
8605   algorithm: "file_test_results"
8606   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8607   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8608   data: "dpdk-perf-results-3n-hsw"
8609   filter: "all"
8610   data-start-level: 4
8611
8612 # DPDK Performance Results 3n-skx
8613 - type: "file"
8614   title: "DPDK Performance Results 3n-skx"
8615   algorithm: "file_test_results"
8616   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8617   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8618   data: "dpdk-perf-results-3n-skx"
8619   filter: "all"
8620   data-start-level: 4
8621
8622 # DPDK Performance Results 2n-skx
8623 - type: "file"
8624   title: "DPDK Performance Results 2n-skx"
8625   algorithm: "file_test_results"
8626   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8627   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8628   data: "dpdk-perf-results-2n-skx"
8629   filter: "all"
8630   data-start-level: 4
8631
8632 # DPDK Performance Results 2n-zn2
8633 - type: "file"
8634   title: "DPDK Performance Results 2n-zn2"
8635   algorithm: "file_test_results"
8636   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
8637   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
8638   data: "dpdk-perf-results-2n-zn2"
8639   filter: "all"
8640   data-start-level: 4
8641
8642 # DPDK Performance Results 2n-clx
8643 - type: "file"
8644   title: "DPDK Performance Results 2n-clx"
8645   algorithm: "file_test_results"
8646   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8647   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8648   data: "dpdk-perf-results-2n-clx"
8649   filter: "all"
8650   data-start-level: 4
8651
8652 ## DPDK Performance Results 2n-dnv
8653 #- type: "file"
8654 #  title: "DPDK Performance Results 2n-dnv"
8655 #  algorithm: "file_test_results"
8656 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8657 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8658 #  data: "dpdk-perf-results-2n-dnv"
8659 #  filter: "all"
8660 #  data-start-level: 4
8661 #
8662 ## DPDK Performance Results 3n-dnv
8663 #- type: "file"
8664 #  title: "DPDK Performance Results 3n-dnv"
8665 #  algorithm: "file_test_results"
8666 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8667 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8668 #  data: "dpdk-perf-results-3n-dnv"
8669 #  filter: "all"
8670 #  data-start-level: 4
8671
8672 # DPDK Performance Results 3n-tsh
8673 - type: "file"
8674   title: "DPDK Performance Results 3n-tsh"
8675   algorithm: "file_test_results"
8676   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8677   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8678   data: "dpdk-perf-results-3n-tsh"
8679   filter: "all"
8680   data-start-level: 4
8681
8682 # DPDK Performance Results 2n-tx2
8683 - type: "file"
8684   title: "DPDK Performance Results 2n-tx2"
8685   algorithm: "file_test_results"
8686   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
8687   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
8688   data: "dpdk-perf-results-2n-tx2"
8689   filter: "all"
8690   data-start-level: 4
8691
8692 ################################################################################
8693 ###                                P L O T S                                 ###
8694 ################################################################################
8695
8696 # Hoststack tests 3n-hsw
8697
8698 - type: "plot"
8699   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8700   algorithm: "plot_perf_box_name"
8701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8702   data: "plot-vpp-hoststack-3n-hsw"
8703   include:
8704     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8705     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8706   layout:
8707     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8708     layout: "plot-hoststack"
8709
8710 - type: "plot"
8711   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8712   algorithm: "plot_perf_box_name"
8713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8714   data: "plot-vpp-hoststack-3n-hsw"
8715   include:
8716     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8717     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8718   layout:
8719     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8720     layout: "plot-hoststack"
8721
8722 - type: "plot"
8723   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8724   algorithm: "plot_perf_box_name"
8725   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8726   data: "plot-vpp-hoststack-3n-hsw"
8727   include:
8728     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8729     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8730     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8731     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8732   layout:
8733     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8734     layout: "plot-hoststack"
8735
8736 ################################################################################
8737
8738 # Soak Test (PLRsearch), boxes - 2n-clx
8739 - type: "plot"
8740   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8741   algorithm: "plot_perf_box_name"
8742   output-file-type: ".html"
8743   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8744   data: "plot-vpp-soak-2n-clx"
8745   include:
8746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8752   layout:
8753     title: "30 Minutes Soak Test (PLRsearch)"
8754     layout: "plot-soak-throughput"
8755
8756 # Soak Test (PLRsearch), boxes - 2n-clx
8757 - type: "plot"
8758   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8759   algorithm: "plot_perf_box_name"
8760   output-file-type: ".html"
8761   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8762   data: "plot-vpp-soak-2n-clx"
8763   include:
8764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8769     - "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"
8770   layout:
8771     title: "30 Minutes Soak Test (PLRsearch)"
8772     layout: "plot-soak-throughput"
8773
8774 # Soak Test (PLRsearch), boxes - 2n-skx
8775 - type: "plot"
8776   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8777   algorithm: "plot_perf_box_name"
8778   output-file-type: ".html"
8779   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8780   data: "plot-vpp-soak-2n-skx"
8781   include:
8782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8788   layout:
8789     title: "30 Minutes Soak Test (PLRsearch)"
8790     layout: "plot-soak-throughput"
8791
8792 # Soak Test (PLRsearch), boxes - 2n-skx
8793 - type: "plot"
8794   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8795   algorithm: "plot_perf_box_name"
8796   output-file-type: ".html"
8797   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8798   data: "plot-vpp-soak-2n-skx"
8799   include:
8800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8805     - "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"
8806   layout:
8807     title: "30 Minutes Soak Test (PLRsearch)"
8808     layout: "plot-soak-throughput"
8809
8810 ###############################################################################
8811
8812 # Reconf tests 2n-skx
8813
8814 - type: "plot"
8815   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8816   algorithm: "plot_nf_reconf_box_name"
8817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8818   data: "plot-vpp-nfv-reconf-2n-skx"
8819   include:
8820     - "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"
8821     - "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"
8822     - "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"
8823     - "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"
8824     - "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"
8825     - "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"
8826   layout:
8827     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8828     layout: "plot-throughput"
8829
8830 - type: "plot"
8831   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8832   algorithm: "plot_nf_reconf_box_name"
8833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8834   data: "plot-vpp-nfv-reconf-2n-skx"
8835   include:
8836     - "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"
8837     - "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"
8838     - "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"
8839     - "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"
8840     - "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"
8841     - "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"
8842   layout:
8843     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8844     layout: "plot-throughput"
8845
8846 - type: "plot"
8847   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8848   algorithm: "plot_nf_reconf_box_name"
8849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8850   data: "plot-vpp-nfv-reconf-2n-skx"
8851   include:
8852     - "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"
8853     - "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"
8854     - "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"
8855     - "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"
8856     - "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"
8857     - "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"
8858   layout:
8859     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8860     layout: "plot-throughput"
8861
8862 ###############################################################################
8863
8864 # Reconf tests 2n-clx
8865
8866 - type: "plot"
8867   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8868   algorithm: "plot_nf_reconf_box_name"
8869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8870   data: "plot-vpp-nfv-reconf-2n-clx"
8871   include:
8872     - "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"
8873     - "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"
8874     - "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"
8875     - "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"
8876   layout:
8877     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8878     layout: "plot-throughput"
8879
8880 - type: "plot"
8881   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8882   algorithm: "plot_nf_reconf_box_name"
8883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8884   data: "plot-vpp-nfv-reconf-2n-clx"
8885   include:
8886     - "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"
8887     - "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"
8888     - "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"
8889     - "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"
8890   layout:
8891     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8892     layout: "plot-throughput"
8893
8894 - type: "plot"
8895   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8896   algorithm: "plot_nf_reconf_box_name"
8897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8898   data: "plot-vpp-nfv-reconf-2n-clx"
8899   include:
8900     - "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"
8901     - "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"
8902     - "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"
8903     - "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"
8904   layout:
8905     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8906     layout: "plot-throughput"
8907
8908 ###############################################################################
8909
8910 # Reconf tests 3n-hsw
8911
8912 - type: "plot"
8913   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8914   algorithm: "plot_nf_reconf_box_name"
8915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8916   data: "plot-vpp-ipsec-reconf-3n-hsw"
8917   include:
8918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8922   layout:
8923     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
8924     layout: "plot-throughput"
8925
8926 - type: "plot"
8927   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8928   algorithm: "plot_nf_reconf_box_name"
8929   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8930   data: "plot-vpp-ipsec-reconf-3n-hsw"
8931   include:
8932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8936   layout:
8937     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
8938     layout: "plot-throughput"
8939
8940 - type: "plot"
8941   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8942   algorithm: "plot_nf_reconf_box_name"
8943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8944   data: "plot-vpp-ipsec-reconf-3n-hsw"
8945   include:
8946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8950   layout:
8951     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
8952     layout: "plot-throughput"
8953
8954 - type: "plot"
8955   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8956   algorithm: "plot_nf_reconf_box_name"
8957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8958   data: "plot-vpp-ipsec-reconf-3n-hsw"
8959   include:
8960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8964   layout:
8965     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
8966     layout: "plot-throughput"
8967
8968 - type: "plot"
8969   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8970   algorithm: "plot_nf_reconf_box_name"
8971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
8972   data: "plot-vpp-ipsec-reconf-3n-hsw"
8973   include:
8974     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8978   layout:
8979     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
8980     layout: "plot-throughput"
8981
8982 - type: "plot"
8983   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8984   algorithm: "plot_nf_reconf_box_name"
8985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
8986   data: "plot-vpp-ipsec-reconf-3n-hsw"
8987   include:
8988     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
8989     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
8990     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
8991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
8992   layout:
8993     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
8994     layout: "plot-throughput"
8995
8996 - type: "plot"
8997   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
8998   algorithm: "plot_nf_reconf_box_name"
8999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9000   data: "plot-vpp-ipsec-reconf-3n-hsw"
9001   include:
9002     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9003     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9004     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9005     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9006   layout:
9007     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9008     layout: "plot-throughput"
9009
9010 - type: "plot"
9011   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9012   algorithm: "plot_nf_reconf_box_name"
9013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9014   data: "plot-vpp-ipsec-reconf-3n-hsw"
9015   include:
9016     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9017     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9018     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9019     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9020   layout:
9021     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9022     layout: "plot-throughput"
9023
9024 - type: "plot"
9025   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9026   algorithm: "plot_nf_reconf_box_name"
9027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9028   data: "plot-vpp-ipsec-reconf-3n-hsw"
9029   include:
9030     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9031     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9032     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9033     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9034   layout:
9035     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9036     layout: "plot-throughput"
9037
9038 ###############################################################################
9039
9040 # Plots - NF Density - VSC - MRR IMIX
9041 - type: "plot"
9042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9043   algorithm: "plot_nf_heatmap"
9044   output-file-type: ".html"
9045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
9046   data: "plot-vpp-nfv-2n-skx-mrr"
9047   filter: "'NIC_Intel-XXV710' and
9048            'NF_DENSITY' and
9049            'VHOST' and
9050            not 'VXLAN' and
9051            'CHAIN' and
9052            'NF_VPPIP4' and
9053            'IMIX' and
9054            '2T1C' and
9055            'MRR'"
9056   parameters:
9057   - "result"
9058   - "name"
9059   - "tags"
9060   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9061   x-axis: "X = VNFs per Service Chain"
9062   y-axis: "Y = Number of Service Chains"
9063   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9064   layout:
9065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9066     layout: "plot-service-density"
9067
9068 - type: "plot"
9069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9070   algorithm: "plot_nf_heatmap"
9071   output-file-type: ".html"
9072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
9073   data: "plot-vpp-nfv-2n-skx-mrr"
9074   filter: "'NIC_Intel-XXV710' and
9075            'NF_DENSITY' and
9076            'VHOST' and
9077            not 'VXLAN' and
9078            'CHAIN' and
9079            'NF_VPPIP4' and
9080            'IMIX' and
9081            '4T2C' and
9082            'MRR'"
9083   parameters:
9084   - "result"
9085   - "name"
9086   - "tags"
9087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9088   x-axis: "X = VNFs per Service Chain"
9089   y-axis: "Y = Number of Service Chains"
9090   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9091   layout:
9092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9093     layout: "plot-service-density"
9094
9095 - type: "plot"
9096   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9097   algorithm: "plot_nf_heatmap"
9098   output-file-type: ".html"
9099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
9100   data: "plot-vpp-nfv-2n-skx-mrr"
9101   filter: "'NIC_Intel-XXV710' and
9102            'NF_DENSITY' and
9103            'VHOST' and
9104            not 'VXLAN' and
9105            'CHAIN' and
9106            'NF_VPPIP4' and
9107            'IMIX' and
9108            '8T4C' and
9109            'MRR'"
9110   parameters:
9111   - "result"
9112   - "name"
9113   - "tags"
9114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9115   x-axis: "X = VNFs per Service Chain"
9116   y-axis: "Y = Number of Service Chains"
9117   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9118   layout:
9119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9120     layout: "plot-service-density"
9121
9122 # Plots - NF Density - VSC - NDR IMIX
9123 - type: "plot"
9124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9125   algorithm: "plot_nf_heatmap"
9126   output-file-type: ".html"
9127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
9128   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9129   filter: "'NIC_Intel-XXV710' and
9130            'NF_DENSITY' and
9131            'VHOST' and
9132            not 'VXLAN' and
9133            'CHAIN' and
9134            'NF_VPPIP4' and
9135            'IMIX' and
9136            '2T1C' and
9137            'NDRPDR'"
9138   parameters:
9139   - "throughput"
9140   - "name"
9141   - "tags"
9142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9143   x-axis: "X = VNFs per Service Chain"
9144   y-axis: "Y = Number of Service Chains"
9145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9146   layout:
9147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9148     layout: "plot-service-density"
9149
9150 - type: "plot"
9151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9152   algorithm: "plot_nf_heatmap"
9153   output-file-type: ".html"
9154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
9155   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9156   filter: "'NIC_Intel-XXV710' and
9157            'NF_DENSITY' and
9158            'VHOST' and
9159            not 'VXLAN' and
9160            'CHAIN' and
9161            'NF_VPPIP4' and
9162            'IMIX' and
9163            '4T2C' and
9164            'NDRPDR'"
9165   parameters:
9166   - "throughput"
9167   - "name"
9168   - "tags"
9169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9170   x-axis: "X = VNFs per Service Chain"
9171   y-axis: "Y = Number of Service Chains"
9172   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9173   layout:
9174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9175     layout: "plot-service-density"
9176
9177 - type: "plot"
9178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9179   algorithm: "plot_nf_heatmap"
9180   output-file-type: ".html"
9181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
9182   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9183   filter: "'NIC_Intel-XXV710' and
9184            'NF_DENSITY' and
9185            'VHOST' and
9186            not 'VXLAN' and
9187            'CHAIN' and
9188            'NF_VPPIP4' and
9189            'IMIX' and
9190            '8T4C' and
9191            'NDRPDR'"
9192   parameters:
9193   - "throughput"
9194   - "name"
9195   - "tags"
9196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9197   x-axis: "X = VNFs per Service Chain"
9198   y-axis: "Y = Number of Service Chains"
9199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9200   layout:
9201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9202     layout: "plot-service-density"
9203
9204 # Plots - NF Density - VSC - PDR IMIX
9205 - type: "plot"
9206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9207   algorithm: "plot_nf_heatmap"
9208   output-file-type: ".html"
9209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
9210   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9211   filter: "'NIC_Intel-XXV710' and
9212            'NF_DENSITY' and
9213            'VHOST' and
9214            not 'VXLAN' and
9215            'CHAIN' and
9216            'NF_VPPIP4' and
9217            'IMIX' and
9218            '2T1C' and
9219            'NDRPDR'"
9220   parameters:
9221   - "throughput"
9222   - "name"
9223   - "tags"
9224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9225   x-axis: "X = VNFs per Service Chain"
9226   y-axis: "Y = Number of Service Chains"
9227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9228   layout:
9229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9230     layout: "plot-service-density"
9231
9232 - type: "plot"
9233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9234   algorithm: "plot_nf_heatmap"
9235   output-file-type: ".html"
9236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
9237   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9238   filter: "'NIC_Intel-XXV710' and
9239            'NF_DENSITY' and
9240            'VHOST' and
9241            not 'VXLAN' and
9242            'CHAIN' and
9243            'NF_VPPIP4' and
9244            'IMIX' and
9245            '4T2C' and
9246            'NDRPDR'"
9247   parameters:
9248   - "throughput"
9249   - "name"
9250   - "tags"
9251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9252   x-axis: "X = VNFs per Service Chain"
9253   y-axis: "Y = Number of Service Chains"
9254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9255   layout:
9256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9257     layout: "plot-service-density"
9258
9259 - type: "plot"
9260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9261   algorithm: "plot_nf_heatmap"
9262   output-file-type: ".html"
9263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
9264   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9265   filter: "'NIC_Intel-XXV710' and
9266            'NF_DENSITY' and
9267            'VHOST' and
9268            not 'VXLAN' and
9269            'CHAIN' and
9270            'NF_VPPIP4' and
9271            'IMIX' and
9272            '8T4C' and
9273            'NDRPDR'"
9274   parameters:
9275   - "throughput"
9276   - "name"
9277   - "tags"
9278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9279   x-axis: "X = VNFs per Service Chain"
9280   y-axis: "Y = Number of Service Chains"
9281   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9282   layout:
9283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9284     layout: "plot-service-density"
9285
9286 ###############################################################################
9287
9288 # Plots - NF Density - VSC - MRR IMIX
9289 - type: "plot"
9290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9291   algorithm: "plot_nf_heatmap"
9292   output-file-type: ".html"
9293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9294   data: "plot-vpp-nfv-2n-skx-mrr"
9295   filter: "'NIC_Intel-XXV710' and
9296            'NF_DENSITY' and
9297            'VHOST' and
9298            'VXLAN' and
9299            'CHAIN' and
9300            'IMIX' and
9301            '2T1C' and
9302            'MRR'"
9303   parameters:
9304   - "result"
9305   - "name"
9306   - "tags"
9307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9308   x-axis: "X = VNFs per Service Chain"
9309   y-axis: "Y = Number of Service Chains"
9310   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9311   layout:
9312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9313     layout: "plot-service-density"
9314
9315 - type: "plot"
9316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9317   algorithm: "plot_nf_heatmap"
9318   output-file-type: ".html"
9319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9320   data: "plot-vpp-nfv-2n-skx-mrr"
9321   filter: "'NIC_Intel-XXV710' and
9322            'NF_DENSITY' and
9323            'VHOST' and
9324            'VXLAN' and
9325            'CHAIN' and
9326            'IMIX' and
9327            '4T2C' and
9328            'MRR'"
9329   parameters:
9330   - "result"
9331   - "name"
9332   - "tags"
9333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9334   x-axis: "X = VNFs per Service Chain"
9335   y-axis: "Y = Number of Service Chains"
9336   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9337   layout:
9338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9339     layout: "plot-service-density"
9340
9341 - type: "plot"
9342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9343   algorithm: "plot_nf_heatmap"
9344   output-file-type: ".html"
9345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9346   data: "plot-vpp-nfv-2n-skx-mrr"
9347   filter: "'NIC_Intel-XXV710' and
9348            'NF_DENSITY' and
9349            'VHOST' and
9350            'VXLAN' and
9351            'CHAIN' and
9352            'IMIX' and
9353            '8T4C' and
9354            'MRR'"
9355   parameters:
9356   - "result"
9357   - "name"
9358   - "tags"
9359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9360   x-axis: "X = VNFs per Service Chain"
9361   y-axis: "Y = Number of Service Chains"
9362   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9363   layout:
9364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9365     layout: "plot-service-density"
9366
9367 # Plots - NF Density - VSC - NDR IMIX
9368 - type: "plot"
9369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9370   algorithm: "plot_nf_heatmap"
9371   output-file-type: ".html"
9372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9373   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9374   filter: "'NIC_Intel-XXV710' and
9375            'NF_DENSITY' and
9376            'VHOST' and
9377            'VXLAN' and
9378            'CHAIN' and
9379            'IMIX' and
9380            '2T1C' and
9381            'NDRPDR'"
9382   parameters:
9383   - "throughput"
9384   - "name"
9385   - "tags"
9386   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9387   x-axis: "X = VNFs per Service Chain"
9388   y-axis: "Y = Number of Service Chains"
9389   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9390   layout:
9391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9392     layout: "plot-service-density"
9393
9394 - type: "plot"
9395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9396   algorithm: "plot_nf_heatmap"
9397   output-file-type: ".html"
9398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9399   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9400   filter: "'NIC_Intel-XXV710' and
9401            'NF_DENSITY' and
9402            'VHOST' and
9403            'VXLAN' and
9404            'CHAIN' and
9405            'IMIX' and
9406            '4T2C' and
9407            'NDRPDR'"
9408   parameters:
9409   - "throughput"
9410   - "name"
9411   - "tags"
9412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9413   x-axis: "X = VNFs per Service Chain"
9414   y-axis: "Y = Number of Service Chains"
9415   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9416   layout:
9417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9418     layout: "plot-service-density"
9419
9420 - type: "plot"
9421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9422   algorithm: "plot_nf_heatmap"
9423   output-file-type: ".html"
9424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9425   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9426   filter: "'NIC_Intel-XXV710' and
9427            'NF_DENSITY' and
9428            'VHOST' and
9429            'VXLAN' and
9430            'CHAIN' and
9431            'IMIX' and
9432            '8T4C' and
9433            'NDRPDR'"
9434   parameters:
9435   - "throughput"
9436   - "name"
9437   - "tags"
9438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9439   x-axis: "X = VNFs per Service Chain"
9440   y-axis: "Y = Number of Service Chains"
9441   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9442   layout:
9443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9444     layout: "plot-service-density"
9445
9446 # Plots - NF Density - VSC - PDR IMIX
9447 - type: "plot"
9448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9449   algorithm: "plot_nf_heatmap"
9450   output-file-type: ".html"
9451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9452   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9453   filter: "'NIC_Intel-XXV710' and
9454            'NF_DENSITY' and
9455            'VHOST' and
9456            'VXLAN' and
9457            'CHAIN' and
9458            'IMIX' and
9459            '2T1C' and
9460            'NDRPDR'"
9461   parameters:
9462   - "throughput"
9463   - "name"
9464   - "tags"
9465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9466   x-axis: "X = VNFs per Service Chain"
9467   y-axis: "Y = Number of Service Chains"
9468   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9469   layout:
9470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9471     layout: "plot-service-density"
9472
9473 - type: "plot"
9474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9475   algorithm: "plot_nf_heatmap"
9476   output-file-type: ".html"
9477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9478   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9479   filter: "'NIC_Intel-XXV710' and
9480            'NF_DENSITY' and
9481            'VHOST' and
9482            'VXLAN' and
9483            'CHAIN' and
9484            'IMIX' and
9485            '4T2C' and
9486            'NDRPDR'"
9487   parameters:
9488   - "throughput"
9489   - "name"
9490   - "tags"
9491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9492   x-axis: "X = VNFs per Service Chain"
9493   y-axis: "Y = Number of Service Chains"
9494   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9495   layout:
9496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9497     layout: "plot-service-density"
9498
9499 - type: "plot"
9500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9501   algorithm: "plot_nf_heatmap"
9502   output-file-type: ".html"
9503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9504   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9505   filter: "'NIC_Intel-XXV710' and
9506            'NF_DENSITY' and
9507            'VHOST' and
9508            'VXLAN' and
9509            'CHAIN' and
9510            'IMIX' and
9511            '8T4C' and
9512            'NDRPDR'"
9513   parameters:
9514   - "throughput"
9515   - "name"
9516   - "tags"
9517   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9518   x-axis: "X = VNFs per Service Chain"
9519   y-axis: "Y = Number of Service Chains"
9520   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9521   layout:
9522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9523     layout: "plot-service-density"
9524
9525 ###############################################################################
9526
9527 # Plots - NF Density - CSC - MRR IMIX
9528 - type: "plot"
9529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9530   algorithm: "plot_nf_heatmap"
9531   output-file-type: ".html"
9532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
9533   data: "plot-vpp-nfv-2n-skx-mrr"
9534   filter: "'NIC_Intel-XXV710' and
9535            'NF_DENSITY' and
9536            'DOCKER' and
9537            'CHAIN' and
9538            'NF_VPPIP4' and
9539            'IMIX' and
9540            '2T1C' and
9541            'MRR'"
9542   parameters:
9543   - "result"
9544   - "name"
9545   - "tags"
9546   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9547   x-axis: "X = CNFs per Service Chain"
9548   y-axis: "Y = Number of Service Chains"
9549   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9550   layout:
9551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9552     layout: "plot-service-density"
9553
9554 - type: "plot"
9555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9556   algorithm: "plot_nf_heatmap"
9557   output-file-type: ".html"
9558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
9559   data: "plot-vpp-nfv-2n-skx-mrr"
9560   filter: "'NIC_Intel-XXV710' and
9561            'NF_DENSITY' and
9562            'DOCKER' and
9563            'CHAIN' and
9564            'NF_VPPIP4' and
9565            'IMIX' and
9566            '4T2C' and
9567            'MRR'"
9568   parameters:
9569   - "result"
9570   - "name"
9571   - "tags"
9572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9573   x-axis: "X = CNFs per Service Chain"
9574   y-axis: "Y = Number of Service Chains"
9575   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9576   layout:
9577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9578     layout: "plot-service-density"
9579
9580 - type: "plot"
9581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9582   algorithm: "plot_nf_heatmap"
9583   output-file-type: ".html"
9584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
9585   data: "plot-vpp-nfv-2n-skx-mrr"
9586   filter: "'NIC_Intel-XXV710' and
9587            'NF_DENSITY' and
9588            'DOCKER' and
9589            'CHAIN' and
9590            'NF_VPPIP4' and
9591            'IMIX' and
9592            '8T4C' and
9593            'MRR'"
9594   parameters:
9595   - "result"
9596   - "name"
9597   - "tags"
9598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9599   x-axis: "X = CNFs per Service Chain"
9600   y-axis: "Y = Number of Service Chains"
9601   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9602   layout:
9603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9604     layout: "plot-service-density"
9605
9606 # Plots - NF Density - CSC - NDR IMIX
9607 - type: "plot"
9608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9609   algorithm: "plot_nf_heatmap"
9610   output-file-type: ".html"
9611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
9612   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9613   filter: "'NIC_Intel-XXV710' and
9614            'NF_DENSITY' and
9615            'DOCKER' and
9616            'CHAIN' and
9617            'NF_VPPIP4' and
9618            'IMIX' and
9619            '2T1C' and
9620            'NDRPDR'"
9621   parameters:
9622   - "throughput"
9623   - "name"
9624   - "tags"
9625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9626   x-axis: "X = CNFs per Service Chain"
9627   y-axis: "Y = Number of Service Chains"
9628   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9629   layout:
9630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9631     layout: "plot-service-density"
9632
9633 - type: "plot"
9634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9635   algorithm: "plot_nf_heatmap"
9636   output-file-type: ".html"
9637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
9638   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9639   filter: "'NIC_Intel-XXV710' and
9640            'NF_DENSITY' and
9641            'DOCKER' and
9642            'CHAIN' and
9643            'NF_VPPIP4' and
9644            'IMIX' and
9645            '4T2C' and
9646            'NDRPDR'"
9647   parameters:
9648   - "throughput"
9649   - "name"
9650   - "tags"
9651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9652   x-axis: "X = CNFs per Service Chain"
9653   y-axis: "Y = Number of Service Chains"
9654   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9655   layout:
9656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9657     layout: "plot-service-density"
9658
9659 - type: "plot"
9660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9661   algorithm: "plot_nf_heatmap"
9662   output-file-type: ".html"
9663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9664   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9665   filter: "'NIC_Intel-XXV710' and
9666            'NF_DENSITY' and
9667            'DOCKER' and
9668            'CHAIN' and
9669            'NF_VPPIP4' and
9670            'IMIX' and
9671            '8T4C' and
9672            'NDRPDR'"
9673   parameters:
9674   - "throughput"
9675   - "name"
9676   - "tags"
9677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9678   x-axis: "X = CNFs per Service Chain"
9679   y-axis: "Y = Number of Service Chains"
9680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9681   layout:
9682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9683     layout: "plot-service-density"
9684
9685 # Plots - NF Density - CSC - PDR IMIX
9686 - type: "plot"
9687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9688   algorithm: "plot_nf_heatmap"
9689   output-file-type: ".html"
9690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9691   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9692   filter: "'NIC_Intel-XXV710' and
9693            'NF_DENSITY' and
9694            'DOCKER' and
9695            'CHAIN' and
9696            'NF_VPPIP4' and
9697            'IMIX' and
9698            '2T1C' and
9699            'NDRPDR'"
9700   parameters:
9701   - "throughput"
9702   - "name"
9703   - "tags"
9704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9705   x-axis: "X = CNFs per Service Chain"
9706   y-axis: "Y = Number of Service Chains"
9707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9708   layout:
9709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9710     layout: "plot-service-density"
9711
9712 - type: "plot"
9713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9714   algorithm: "plot_nf_heatmap"
9715   output-file-type: ".html"
9716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9717   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9718   filter: "'NIC_Intel-XXV710' and
9719            'NF_DENSITY' and
9720            'DOCKER' and
9721            'CHAIN' and
9722            'NF_VPPIP4' and
9723            'IMIX' and
9724            '4T2C' and
9725            'NDRPDR'"
9726   parameters:
9727   - "throughput"
9728   - "name"
9729   - "tags"
9730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9731   x-axis: "X = CNFs per Service Chain"
9732   y-axis: "Y = Number of Service Chains"
9733   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9734   layout:
9735     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9736     layout: "plot-service-density"
9737
9738 - type: "plot"
9739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9740   algorithm: "plot_nf_heatmap"
9741   output-file-type: ".html"
9742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9743   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9744   filter: "'NIC_Intel-XXV710' and
9745            'NF_DENSITY' and
9746            'DOCKER' and
9747            'CHAIN' and
9748            'NF_VPPIP4' and
9749            'IMIX' and
9750            '8T4C' and
9751            'NDRPDR'"
9752   parameters:
9753   - "throughput"
9754   - "name"
9755   - "tags"
9756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9757   x-axis: "X = CNFs per Service Chain"
9758   y-axis: "Y = Number of Service Chains"
9759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9760   layout:
9761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9762     layout: "plot-service-density"
9763
9764 ################################################################################
9765 #
9766 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9767 #- type: "plot"
9768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9769 #  algorithm: "plot_nf_heatmap"
9770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9771 #  data: "plot-vpp-nfv-3n-skx-mrr"
9772 #  filter: "'NIC_Intel-XXV710' and
9773 #           'NF_DENSITY' and
9774 #           'DOCKER' and
9775 #           'CHAIN' and
9776 #           'NF_VPPIP4' and
9777 #           'IPSEC' and
9778 #           'TNL_4' and
9779 #           'IMIX' and
9780 #           '2T1C' and
9781 #           'MRR'"
9782 #  parameters:
9783 #  - "result"
9784 #  - "name"
9785 #  - "tags"
9786 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9787 #  x-axis: "X = CNFs per Service Chain"
9788 #  y-axis: "Y = Number of Service Chains"
9789 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9790 #  layout:
9791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9792 #    layout: "plot-service-density"
9793 #
9794 #- type: "plot"
9795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9796 #  algorithm: "plot_nf_heatmap"
9797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9798 #  data: "plot-vpp-nfv-3n-skx-mrr"
9799 #  filter: "'NIC_Intel-XXV710' and
9800 #           'NF_DENSITY' and
9801 #           'DOCKER' and
9802 #           'CHAIN' and
9803 #           'NF_VPPIP4' and
9804 #           'IPSEC' and
9805 #           'TNL_4' and
9806 #           'IMIX' and
9807 #           '4T2C' and
9808 #           'MRR'"
9809 #  parameters:
9810 #  - "result"
9811 #  - "name"
9812 #  - "tags"
9813 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9814 #  x-axis: "X = CNFs per Service Chain"
9815 #  y-axis: "Y = Number of Service Chains"
9816 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9817 #  layout:
9818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9819 #    layout: "plot-service-density"
9820 #
9821 #- type: "plot"
9822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9823 #  algorithm: "plot_nf_heatmap"
9824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9825 #  data: "plot-vpp-nfv-3n-skx-mrr"
9826 #  filter: "'NIC_Intel-XXV710' and
9827 #           'NF_DENSITY' and
9828 #           'DOCKER' and
9829 #           'CHAIN' and
9830 #           'NF_VPPIP4' and
9831 #           'IPSEC' and
9832 #           'TNL_4' and
9833 #           'IMIX' and
9834 #           '8T4C' and
9835 #           'MRR'"
9836 #  parameters:
9837 #  - "result"
9838 #  - "name"
9839 #  - "tags"
9840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9841 #  x-axis: "X = CNFs per Service Chain"
9842 #  y-axis: "Y = Number of Service Chains"
9843 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9844 #  layout:
9845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9846 #    layout: "plot-service-density"
9847
9848 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9849 #- type: "plot"
9850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9851 #  algorithm: "plot_nf_heatmap"
9852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9853 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9854 #  filter: "'NIC_Intel-XXV710' and
9855 #           'NF_DENSITY' and
9856 #           'DOCKER' and
9857 #           'CHAIN' and
9858 #           'NF_VPPIP4' and
9859 #           'IPSEC' and
9860 #           'TNL_4' and
9861 #           'IMIX' and
9862 #           '2T1C' and
9863 #           'NDRPDR'"
9864 #  parameters:
9865 #  - "throughput"
9866 #  - "name"
9867 #  - "tags"
9868 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9869 #  x-axis: "X = CNFs per Service Chain"
9870 #  y-axis: "Y = Number of Service Chains"
9871 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9872 #  layout:
9873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9874 #    layout: "plot-service-density"
9875 #
9876 #- type: "plot"
9877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9878 #  algorithm: "plot_nf_heatmap"
9879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9880 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9881 #  filter: "'NIC_Intel-XXV710' and
9882 #           'NF_DENSITY' and
9883 #           'DOCKER' and
9884 #           'CHAIN' and
9885 #           'NF_VPPIP4' and
9886 #           'IPSEC' and
9887 #           'TNL_4' and
9888 #           'IMIX' and
9889 #           '4T2C' and
9890 #           'NDRPDR'"
9891 #  parameters:
9892 #  - "throughput"
9893 #  - "name"
9894 #  - "tags"
9895 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9896 #  x-axis: "X = CNFs per Service Chain"
9897 #  y-axis: "Y = Number of Service Chains"
9898 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9899 #  layout:
9900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9901 #    layout: "plot-service-density"
9902 #
9903 #- type: "plot"
9904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9905 #  algorithm: "plot_nf_heatmap"
9906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9907 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9908 #  filter: "'NIC_Intel-XXV710' and
9909 #           'NF_DENSITY' and
9910 #           'DOCKER' and
9911 #           'CHAIN' and
9912 #           'NF_VPPIP4' and
9913 #           'IPSEC' and
9914 #           'TNL_4' and
9915 #           'IMIX' and
9916 #           '8T4C' and
9917 #           'NDRPDR'"
9918 #  parameters:
9919 #  - "throughput"
9920 #  - "name"
9921 #  - "tags"
9922 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9923 #  x-axis: "X = CNFs per Service Chain"
9924 #  y-axis: "Y = Number of Service Chains"
9925 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9926 #  layout:
9927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9928 #    layout: "plot-service-density"
9929 #
9930 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9931 #- type: "plot"
9932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9933 #  algorithm: "plot_nf_heatmap"
9934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9935 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9936 #  filter: "'NIC_Intel-XXV710' and
9937 #           'NF_DENSITY' and
9938 #           'DOCKER' and
9939 #           'CHAIN' and
9940 #           'NF_VPPIP4' and
9941 #           'IPSEC' and
9942 #           'TNL_4' and
9943 #           'IMIX' and
9944 #           '2T1C' and
9945 #           'NDRPDR'"
9946 #  parameters:
9947 #  - "throughput"
9948 #  - "name"
9949 #  - "tags"
9950 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9951 #  x-axis: "X = CNFs per Service Chain"
9952 #  y-axis: "Y = Number of Service Chains"
9953 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9954 #  layout:
9955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9956 #    layout: "plot-service-density"
9957 #
9958 #- type: "plot"
9959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9960 #  algorithm: "plot_nf_heatmap"
9961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9962 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9963 #  filter: "'NIC_Intel-XXV710' and
9964 #           'NF_DENSITY' and
9965 #           'DOCKER' and
9966 #           'CHAIN' and
9967 #           'NF_VPPIP4' and
9968 #           'IPSEC' and
9969 #           'TNL_4' and
9970 #           'IMIX' and
9971 #           '4T2C' and
9972 #           'NDRPDR'"
9973 #  parameters:
9974 #  - "throughput"
9975 #  - "name"
9976 #  - "tags"
9977 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9978 #  x-axis: "X = CNFs per Service Chain"
9979 #  y-axis: "Y = Number of Service Chains"
9980 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9981 #  layout:
9982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9983 #    layout: "plot-service-density"
9984 #
9985 #- type: "plot"
9986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9987 #  algorithm: "plot_nf_heatmap"
9988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9989 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9990 #  filter: "'NIC_Intel-XXV710' and
9991 #           'NF_DENSITY' and
9992 #           'DOCKER' and
9993 #           'CHAIN' and
9994 #           'NF_VPPIP4' and
9995 #           'IPSEC' and
9996 #           'TNL_4' and
9997 #           'IMIX' and
9998 #           '8T4C' and
9999 #           'NDRPDR'"
10000 #  parameters:
10001 #  - "throughput"
10002 #  - "name"
10003 #  - "tags"
10004 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10005 #  x-axis: "X = CNFs per Service Chain"
10006 #  y-axis: "Y = Number of Service Chains"
10007 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10008 #  layout:
10009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10010 #    layout: "plot-service-density"
10011
10012 ###############################################################################
10013
10014 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10015 #- type: "plot"
10016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10017 #  algorithm: "plot_nf_heatmap"
10018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
10019 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10020 #  filter: "'NIC_Intel-XL710' and
10021 #           'NF_DENSITY' and
10022 #           'DOCKER' and
10023 #           'CHAIN' and
10024 #           'NF_VPPIP4' and
10025 #           'IMIX' and
10026 #           'TNL_4' and
10027 #           '1T1C' and
10028 #           'MRR'"
10029 #  parameters:
10030 #  - "result"
10031 #  - "name"
10032 #  - "tags"
10033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10034 #  x-axis: "X = CNFs per Service Chain"
10035 #  y-axis: "Y = Number of Service Chains"
10036 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10037 #  layout:
10038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10039 #    layout: "plot-service-density"
10040 #
10041 #- type: "plot"
10042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10043 #  algorithm: "plot_nf_heatmap"
10044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
10045 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10046 #  filter: "'NIC_Intel-XL710' and
10047 #           'NF_DENSITY' and
10048 #           'DOCKER' and
10049 #           'CHAIN' and
10050 #           'NF_VPPIP4' and
10051 #           'IPSEC' and
10052 #           'TNL_4' and
10053 #           'IMIX' and
10054 #           '2T2C' and
10055 #           'MRR'"
10056 #  parameters:
10057 #  - "result"
10058 #  - "name"
10059 #  - "tags"
10060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10061 #  x-axis: "X = CNFs per Service Chain"
10062 #  y-axis: "Y = Number of Service Chains"
10063 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10064 #  layout:
10065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10066 #    layout: "plot-service-density"
10067 #
10068 #- type: "plot"
10069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10070 #  algorithm: "plot_nf_heatmap"
10071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
10072 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10073 #  filter: "'NIC_Intel-XL710' and
10074 #           'NF_DENSITY' and
10075 #           'DOCKER' and
10076 #           'CHAIN' and
10077 #           'NF_VPPIP4' and
10078 #           'IPSEC' and
10079 #           'TNL_4' and
10080 #           'IMIX' and
10081 #           '4T4C' and
10082 #           'MRR'"
10083 #  parameters:
10084 #  - "result"
10085 #  - "name"
10086 #  - "tags"
10087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10088 #  x-axis: "X = CNFs per Service Chain"
10089 #  y-axis: "Y = Number of Service Chains"
10090 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10091 #  layout:
10092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10093 #    layout: "plot-service-density"
10094
10095 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10096 #- type: "plot"
10097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10098 #  algorithm: "plot_nf_heatmap"
10099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
10100 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10101 #  filter: "'NIC_Intel-XL710' and
10102 #           'NF_DENSITY' and
10103 #           'DOCKER' and
10104 #           'CHAIN' and
10105 #           'NF_VPPIP4' and
10106 #           'IPSEC' and
10107 #           'TNL_4' and
10108 #           'IMIX' and
10109 #           '1T1C' and
10110 #           'NDRPDR'"
10111 #  parameters:
10112 #  - "throughput"
10113 #  - "name"
10114 #  - "tags"
10115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10116 #  x-axis: "X = CNFs per Service Chain"
10117 #  y-axis: "Y = Number of Service Chains"
10118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10119 #  layout:
10120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10121 #    layout: "plot-service-density"
10122 #
10123 #- type: "plot"
10124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10125 #  algorithm: "plot_nf_heatmap"
10126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
10127 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10128 #  filter: "'NIC_Intel-XL710' and
10129 #           'NF_DENSITY' and
10130 #           'DOCKER' and
10131 #           'CHAIN' and
10132 #           'NF_VPPIP4' and
10133 #           'IPSEC' and
10134 #           'TNL_4' and
10135 #           'IMIX' and
10136 #           '2T2C' and
10137 #           'NDRPDR'"
10138 #  parameters:
10139 #  - "throughput"
10140 #  - "name"
10141 #  - "tags"
10142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10143 #  x-axis: "X = CNFs per Service Chain"
10144 #  y-axis: "Y = Number of Service Chains"
10145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10146 #  layout:
10147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10148 #    layout: "plot-service-density"
10149 #
10150 #- type: "plot"
10151 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10152 #  algorithm: "plot_nf_heatmap"
10153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
10154 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10155 #  filter: "'NIC_Intel-XL710' and
10156 #           'NF_DENSITY' and
10157 #           'DOCKER' and
10158 #           'CHAIN' and
10159 #           'NF_VPPIP4' and
10160 #           'IPSEC' and
10161 #           'TNL_4' and
10162 #           'IMIX' and
10163 #           '4T4C' and
10164 #           'NDRPDR'"
10165 #  parameters:
10166 #  - "throughput"
10167 #  - "name"
10168 #  - "tags"
10169 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10170 #  x-axis: "X = CNFs per Service Chain"
10171 #  y-axis: "Y = Number of Service Chains"
10172 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10173 #  layout:
10174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10175 #    layout: "plot-service-density"
10176 #
10177 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10178 #- type: "plot"
10179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10180 #  algorithm: "plot_nf_heatmap"
10181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
10182 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10183 #  filter: "'NIC_Intel-XL710' and
10184 #           'NF_DENSITY' and
10185 #           'DOCKER' and
10186 #           'CHAIN' and
10187 #           'NF_VPPIP4' and
10188 #           'IPSEC' and
10189 #           'TNL_4' and
10190 #           'IMIX' and
10191 #           '1T1C' and
10192 #           'NDRPDR'"
10193 #  parameters:
10194 #  - "throughput"
10195 #  - "name"
10196 #  - "tags"
10197 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10198 #  x-axis: "X = CNFs per Service Chain"
10199 #  y-axis: "Y = Number of Service Chains"
10200 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10201 #  layout:
10202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10203 #    layout: "plot-service-density"
10204 #
10205 #- type: "plot"
10206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10207 #  algorithm: "plot_nf_heatmap"
10208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
10209 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10210 #  filter: "'NIC_Intel-XL710' and
10211 #           'NF_DENSITY' and
10212 #           'DOCKER' and
10213 #           'CHAIN' and
10214 #           'NF_VPPIP4' and
10215 #           'IPSEC' and
10216 #           'TNL_4' and
10217 #           'IMIX' and
10218 #           '2T2C' and
10219 #           'NDRPDR'"
10220 #  parameters:
10221 #  - "throughput"
10222 #  - "name"
10223 #  - "tags"
10224 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10225 #  x-axis: "X = CNFs per Service Chain"
10226 #  y-axis: "Y = Number of Service Chains"
10227 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10228 #  layout:
10229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10230 #    layout: "plot-service-density"
10231 #
10232 #- type: "plot"
10233 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10234 #  algorithm: "plot_nf_heatmap"
10235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
10236 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10237 #  filter: "'NIC_Intel-XL710' and
10238 #           'NF_DENSITY' and
10239 #           'DOCKER' and
10240 #           'CHAIN' and
10241 #           'NF_VPPIP4' and
10242 #           'IPSEC' and
10243 #           'TNL_4' and
10244 #           'IMIX' and
10245 #           '4T4C' and
10246 #           'NDRPDR'"
10247 #  parameters:
10248 #  - "throughput"
10249 #  - "name"
10250 #  - "tags"
10251 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10252 #  x-axis: "X = CNFs per Service Chain"
10253 #  y-axis: "Y = Number of Service Chains"
10254 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10255 #  layout:
10256 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10257 #    layout: "plot-service-density"
10258
10259 ###############################################################################
10260
10261 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10262 #- type: "plot"
10263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10264 #  algorithm: "plot_nf_heatmap"
10265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
10266 #  data: "plot-vpp-nfv-3n-skx-mrr"
10267 #  filter: "'NIC_Intel-XXV710' and
10268 #           'NF_DENSITY' and
10269 #           'DOCKER' and
10270 #           'CHAIN' and
10271 #           'NF_VPPIP4' and
10272 #           'IPSEC' and
10273 #           'TNL_1000' and
10274 #           'IMIX' and
10275 #           '2T1C' and
10276 #           'MRR'"
10277 #  parameters:
10278 #  - "result"
10279 #  - "name"
10280 #  - "tags"
10281 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10282 #  x-axis: "X = CNFs per Service Chain"
10283 #  y-axis: "Y = Number of Service Chains"
10284 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10285 #  layout:
10286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10287 #    layout: "plot-service-density"
10288 #
10289 #- type: "plot"
10290 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10291 #  algorithm: "plot_nf_heatmap"
10292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
10293 #  data: "plot-vpp-nfv-3n-skx-mrr"
10294 #  filter: "'NIC_Intel-XXV710' and
10295 #           'NF_DENSITY' and
10296 #           'DOCKER' and
10297 #           'CHAIN' and
10298 #           'NF_VPPIP4' and
10299 #           'IPSEC' and
10300 #           'TNL_1000' and
10301 #           'IMIX' and
10302 #           '4T2C' and
10303 #           'MRR'"
10304 #  parameters:
10305 #  - "result"
10306 #  - "name"
10307 #  - "tags"
10308 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10309 #  x-axis: "X = CNFs per Service Chain"
10310 #  y-axis: "Y = Number of Service Chains"
10311 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10312 #  layout:
10313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10314 #    layout: "plot-service-density"
10315 #
10316 #- type: "plot"
10317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10318 #  algorithm: "plot_nf_heatmap"
10319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
10320 #  data: "plot-vpp-nfv-3n-skx-mrr"
10321 #  filter: "'NIC_Intel-XXV710' and
10322 #           'NF_DENSITY' and
10323 #           'DOCKER' and
10324 #           'CHAIN' and
10325 #           'NF_VPPIP4' and
10326 #           'IPSEC' and
10327 #           'TNL_1000' and
10328 #           'IMIX' and
10329 #           '8T4C' and
10330 #           'MRR'"
10331 #  parameters:
10332 #  - "result"
10333 #  - "name"
10334 #  - "tags"
10335 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10336 #  x-axis: "X = CNFs per Service Chain"
10337 #  y-axis: "Y = Number of Service Chains"
10338 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10339 #  layout:
10340 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10341 #    layout: "plot-service-density"
10342
10343 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10344 #- type: "plot"
10345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10346 #  algorithm: "plot_nf_heatmap"
10347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
10348 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10349 #  filter: "'NIC_Intel-XXV710' and
10350 #           'NF_DENSITY' and
10351 #           'DOCKER' and
10352 #           'CHAIN' and
10353 #           'NF_VPPIP4' and
10354 #           'IPSEC' and
10355 #           'TNL_1000' and
10356 #           'IMIX' and
10357 #           '2T1C' and
10358 #           'NDRPDR'"
10359 #  parameters:
10360 #  - "throughput"
10361 #  - "name"
10362 #  - "tags"
10363 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10364 #  x-axis: "X = CNFs per Service Chain"
10365 #  y-axis: "Y = Number of Service Chains"
10366 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10367 #  layout:
10368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10369 #    layout: "plot-service-density"
10370 #
10371 #- type: "plot"
10372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10373 #  algorithm: "plot_nf_heatmap"
10374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10375 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10376 #  filter: "'NIC_Intel-XXV710' and
10377 #           'NF_DENSITY' and
10378 #           'DOCKER' and
10379 #           'CHAIN' and
10380 #           'NF_VPPIP4' and
10381 #           'IPSEC' and
10382 #           'TNL_1000' and
10383 #           'IMIX' and
10384 #           '4T2C' and
10385 #           'NDRPDR'"
10386 #  parameters:
10387 #  - "throughput"
10388 #  - "name"
10389 #  - "tags"
10390 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10391 #  x-axis: "X = CNFs per Service Chain"
10392 #  y-axis: "Y = Number of Service Chains"
10393 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10394 #  layout:
10395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10396 #    layout: "plot-service-density"
10397 #
10398 #- type: "plot"
10399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10400 #  algorithm: "plot_nf_heatmap"
10401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10402 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10403 #  filter: "'NIC_Intel-XXV710' and
10404 #           'NF_DENSITY' and
10405 #           'DOCKER' and
10406 #           'CHAIN' and
10407 #           'NF_VPPIP4' and
10408 #           'IPSEC' and
10409 #           'TNL_1000' and
10410 #           'IMIX' and
10411 #           '8T4C' and
10412 #           'NDRPDR'"
10413 #  parameters:
10414 #  - "throughput"
10415 #  - "name"
10416 #  - "tags"
10417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10418 #  x-axis: "X = CNFs per Service Chain"
10419 #  y-axis: "Y = Number of Service Chains"
10420 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10421 #  layout:
10422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10423 #    layout: "plot-service-density"
10424 #
10425 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10426 #- type: "plot"
10427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10428 #  algorithm: "plot_nf_heatmap"
10429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10430 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10431 #  filter: "'NIC_Intel-XXV710' and
10432 #           'NF_DENSITY' and
10433 #           'DOCKER' and
10434 #           'CHAIN' and
10435 #           'NF_VPPIP4' and
10436 #           'IPSEC' and
10437 #           'TNL_1000' and
10438 #           'IMIX' and
10439 #           '2T1C' and
10440 #           'NDRPDR'"
10441 #  parameters:
10442 #  - "throughput"
10443 #  - "name"
10444 #  - "tags"
10445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10446 #  x-axis: "X = CNFs per Service Chain"
10447 #  y-axis: "Y = Number of Service Chains"
10448 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10449 #  layout:
10450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10451 #    layout: "plot-service-density"
10452 #
10453 #- type: "plot"
10454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10455 #  algorithm: "plot_nf_heatmap"
10456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10457 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10458 #  filter: "'NIC_Intel-XXV710' and
10459 #           'NF_DENSITY' and
10460 #           'DOCKER' and
10461 #           'CHAIN' and
10462 #           'NF_VPPIP4' and
10463 #           'IPSEC' and
10464 #           'TNL_1000' and
10465 #           'IMIX' and
10466 #           '4T2C' and
10467 #           'NDRPDR'"
10468 #  parameters:
10469 #  - "throughput"
10470 #  - "name"
10471 #  - "tags"
10472 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10473 #  x-axis: "X = CNFs per Service Chain"
10474 #  y-axis: "Y = Number of Service Chains"
10475 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10476 #  layout:
10477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10478 #    layout: "plot-service-density"
10479 #
10480 #- type: "plot"
10481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10482 #  algorithm: "plot_nf_heatmap"
10483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10484 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10485 #  filter: "'NIC_Intel-XXV710' and
10486 #           'NF_DENSITY' and
10487 #           'DOCKER' and
10488 #           'CHAIN' and
10489 #           'NF_VPPIP4' and
10490 #           'IPSEC' and
10491 #           'TNL_1000' and
10492 #           'IMIX' and
10493 #           '8T4C' and
10494 #           'NDRPDR'"
10495 #  parameters:
10496 #  - "throughput"
10497 #  - "name"
10498 #  - "tags"
10499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10500 #  x-axis: "X = CNFs per Service Chain"
10501 #  y-axis: "Y = Number of Service Chains"
10502 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10503 #  layout:
10504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10505 #    layout: "plot-service-density"
10506
10507 ###############################################################################
10508
10509 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10510 #- type: "plot"
10511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10512 #  algorithm: "plot_nf_heatmap"
10513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
10514 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10515 #  filter: "'NIC_Intel-XL710' and
10516 #           'NF_DENSITY' and
10517 #           'DOCKER' and
10518 #           'CHAIN' and
10519 #           'NF_VPPIP4' and
10520 #           'IMIX' and
10521 #           'TNL_1000' and
10522 #           '1T1C' and
10523 #           'MRR'"
10524 #  parameters:
10525 #  - "result"
10526 #  - "name"
10527 #  - "tags"
10528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10529 #  x-axis: "X = CNFs per Service Chain"
10530 #  y-axis: "Y = Number of Service Chains"
10531 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10532 #  layout:
10533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10534 #    layout: "plot-service-density"
10535 #
10536 #- type: "plot"
10537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10538 #  algorithm: "plot_nf_heatmap"
10539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
10540 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10541 #  filter: "'NIC_Intel-XL710' and
10542 #           'NF_DENSITY' and
10543 #           'DOCKER' and
10544 #           'CHAIN' and
10545 #           'NF_VPPIP4' and
10546 #           'IPSEC' and
10547 #           'TNL_1000' and
10548 #           'IMIX' and
10549 #           '2T2C' and
10550 #           'MRR'"
10551 #  parameters:
10552 #  - "result"
10553 #  - "name"
10554 #  - "tags"
10555 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10556 #  x-axis: "X = CNFs per Service Chain"
10557 #  y-axis: "Y = Number of Service Chains"
10558 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10559 #  layout:
10560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10561 #    layout: "plot-service-density"
10562 #
10563 #- type: "plot"
10564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10565 #  algorithm: "plot_nf_heatmap"
10566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
10567 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10568 #  filter: "'NIC_Intel-XL710' and
10569 #           'NF_DENSITY' and
10570 #           'DOCKER' and
10571 #           'CHAIN' and
10572 #           'NF_VPPIP4' and
10573 #           'IPSEC' and
10574 #           'TNL_1000' and
10575 #           'IMIX' and
10576 #           '4T4C' and
10577 #           'MRR'"
10578 #  parameters:
10579 #  - "result"
10580 #  - "name"
10581 #  - "tags"
10582 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10583 #  x-axis: "X = CNFs per Service Chain"
10584 #  y-axis: "Y = Number of Service Chains"
10585 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10586 #  layout:
10587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10588 #    layout: "plot-service-density"
10589
10590 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10591 #- type: "plot"
10592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10593 #  algorithm: "plot_nf_heatmap"
10594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
10595 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10596 #  filter: "'NIC_Intel-XL710' and
10597 #           'NF_DENSITY' and
10598 #           'DOCKER' and
10599 #           'CHAIN' and
10600 #           'NF_VPPIP4' and
10601 #           'IPSEC' and
10602 #           'TNL_1000' and
10603 #           'IMIX' and
10604 #           '1T1C' and
10605 #           'NDRPDR'"
10606 #  parameters:
10607 #  - "throughput"
10608 #  - "name"
10609 #  - "tags"
10610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10611 #  x-axis: "X = CNFs per Service Chain"
10612 #  y-axis: "Y = Number of Service Chains"
10613 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10614 #  layout:
10615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10616 #    layout: "plot-service-density"
10617 #
10618 #- type: "plot"
10619 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10620 #  algorithm: "plot_nf_heatmap"
10621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
10622 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10623 #  filter: "'NIC_Intel-XL710' and
10624 #           'NF_DENSITY' and
10625 #           'DOCKER' and
10626 #           'CHAIN' and
10627 #           'NF_VPPIP4' and
10628 #           'IPSEC' and
10629 #           'TNL_1000' and
10630 #           'IMIX' and
10631 #           '2T2C' and
10632 #           'NDRPDR'"
10633 #  parameters:
10634 #  - "throughput"
10635 #  - "name"
10636 #  - "tags"
10637 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10638 #  x-axis: "X = CNFs per Service Chain"
10639 #  y-axis: "Y = Number of Service Chains"
10640 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10641 #  layout:
10642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10643 #    layout: "plot-service-density"
10644 #
10645 #- type: "plot"
10646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10647 #  algorithm: "plot_nf_heatmap"
10648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10649 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10650 #  filter: "'NIC_Intel-XL710' and
10651 #           'NF_DENSITY' and
10652 #           'DOCKER' and
10653 #           'CHAIN' and
10654 #           'NF_VPPIP4' and
10655 #           'IPSEC' and
10656 #           'TNL_1000' and
10657 #           'IMIX' and
10658 #           '4T4C' and
10659 #           'NDRPDR'"
10660 #  parameters:
10661 #  - "throughput"
10662 #  - "name"
10663 #  - "tags"
10664 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10665 #  x-axis: "X = CNFs per Service Chain"
10666 #  y-axis: "Y = Number of Service Chains"
10667 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10668 #  layout:
10669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10670 #    layout: "plot-service-density"
10671 #
10672 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10673 #- type: "plot"
10674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10675 #  algorithm: "plot_nf_heatmap"
10676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10677 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10678 #  filter: "'NIC_Intel-XL710' and
10679 #           'NF_DENSITY' and
10680 #           'DOCKER' and
10681 #           'CHAIN' and
10682 #           'NF_VPPIP4' and
10683 #           'IPSEC' and
10684 #           'TNL_1000' and
10685 #           'IMIX' and
10686 #           '1T1C' and
10687 #           'NDRPDR'"
10688 #  parameters:
10689 #  - "throughput"
10690 #  - "name"
10691 #  - "tags"
10692 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10693 #  x-axis: "X = CNFs per Service Chain"
10694 #  y-axis: "Y = Number of Service Chains"
10695 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10696 #  layout:
10697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10698 #    layout: "plot-service-density"
10699 #
10700 #- type: "plot"
10701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10702 #  algorithm: "plot_nf_heatmap"
10703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10704 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10705 #  filter: "'NIC_Intel-XL710' and
10706 #           'NF_DENSITY' and
10707 #           'DOCKER' and
10708 #           'CHAIN' and
10709 #           'NF_VPPIP4' and
10710 #           'IPSEC' and
10711 #           'TNL_1000' and
10712 #           'IMIX' and
10713 #           '2T2C' and
10714 #           'NDRPDR'"
10715 #  parameters:
10716 #  - "throughput"
10717 #  - "name"
10718 #  - "tags"
10719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10720 #  x-axis: "X = CNFs per Service Chain"
10721 #  y-axis: "Y = Number of Service Chains"
10722 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10723 #  layout:
10724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10725 #    layout: "plot-service-density"
10726 #
10727 #- type: "plot"
10728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10729 #  algorithm: "plot_nf_heatmap"
10730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10731 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10732 #  filter: "'NIC_Intel-XL710' and
10733 #           'NF_DENSITY' and
10734 #           'DOCKER' and
10735 #           'CHAIN' and
10736 #           'NF_VPPIP4' and
10737 #           'IPSEC' and
10738 #           'TNL_1000' and
10739 #           'IMIX' and
10740 #           '4T4C' and
10741 #           'NDRPDR'"
10742 #  parameters:
10743 #  - "throughput"
10744 #  - "name"
10745 #  - "tags"
10746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10747 #  x-axis: "X = CNFs per Service Chain"
10748 #  y-axis: "Y = Number of Service Chains"
10749 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10750 #  layout:
10751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10752 #    layout: "plot-service-density"
10753
10754 ###############################################################################
10755
10756 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10757 #- type: "plot"
10758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10759 #  algorithm: "plot_nf_heatmap"
10760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10761 #  data: "plot-vpp-nfv-3n-skx-mrr"
10762 #  filter: "'NIC_Intel-XXV710' and
10763 #           'NF_DENSITY' and
10764 #           'DOCKER' and
10765 #           'CHAIN' and
10766 #           'NF_VPPIP4' and
10767 #           'IPSEC' and
10768 #           'TNL_10000' and
10769 #           'IMIX' and
10770 #           '2T1C' and
10771 #           'MRR'"
10772 #  parameters:
10773 #  - "result"
10774 #  - "name"
10775 #  - "tags"
10776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10777 #  x-axis: "X = CNFs per Service Chain"
10778 #  y-axis: "Y = Number of Service Chains"
10779 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10780 #  layout:
10781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10782 #    layout: "plot-service-density"
10783 #
10784 #- type: "plot"
10785 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10786 #  algorithm: "plot_nf_heatmap"
10787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10788 #  data: "plot-vpp-nfv-3n-skx-mrr"
10789 #  filter: "'NIC_Intel-XXV710' and
10790 #           'NF_DENSITY' and
10791 #           'DOCKER' and
10792 #           'CHAIN' and
10793 #           'NF_VPPIP4' and
10794 #           'IPSEC' and
10795 #           'TNL_10000' and
10796 #           'IMIX' and
10797 #           '4T2C' and
10798 #           'MRR'"
10799 #  parameters:
10800 #  - "result"
10801 #  - "name"
10802 #  - "tags"
10803 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10804 #  x-axis: "X = CNFs per Service Chain"
10805 #  y-axis: "Y = Number of Service Chains"
10806 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10807 #  layout:
10808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10809 #    layout: "plot-service-density"
10810 #
10811 #- type: "plot"
10812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10813 #  algorithm: "plot_nf_heatmap"
10814 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10815 #  data: "plot-vpp-nfv-3n-skx-mrr"
10816 #  filter: "'NIC_Intel-XXV710' and
10817 #           'NF_DENSITY' and
10818 #           'DOCKER' and
10819 #           'CHAIN' and
10820 #           'NF_VPPIP4' and
10821 #           'IPSEC' and
10822 #           'TNL_10000' and
10823 #           'IMIX' and
10824 #           '8T4C' and
10825 #           'MRR'"
10826 #  parameters:
10827 #  - "result"
10828 #  - "name"
10829 #  - "tags"
10830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10831 #  x-axis: "X = CNFs per Service Chain"
10832 #  y-axis: "Y = Number of Service Chains"
10833 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10834 #  layout:
10835 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10836 #    layout: "plot-service-density"
10837
10838 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10839 #- type: "plot"
10840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10841 #  algorithm: "plot_nf_heatmap"
10842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10843 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10844 #  filter: "'NIC_Intel-XXV710' and
10845 #           'NF_DENSITY' and
10846 #           'DOCKER' and
10847 #           'CHAIN' and
10848 #           'NF_VPPIP4' and
10849 #           'IPSEC' and
10850 #           'TNL_10000' and
10851 #           'IMIX' and
10852 #           '2T1C' and
10853 #           'NDRPDR'"
10854 #  parameters:
10855 #  - "throughput"
10856 #  - "name"
10857 #  - "tags"
10858 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10859 #  x-axis: "X = CNFs per Service Chain"
10860 #  y-axis: "Y = Number of Service Chains"
10861 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10862 #  layout:
10863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10864 #    layout: "plot-service-density"
10865 #
10866 #- type: "plot"
10867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10868 #  algorithm: "plot_nf_heatmap"
10869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10870 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10871 #  filter: "'NIC_Intel-XXV710' and
10872 #           'NF_DENSITY' and
10873 #           'DOCKER' and
10874 #           'CHAIN' and
10875 #           'NF_VPPIP4' and
10876 #           'IPSEC' and
10877 #           'TNL_10000' and
10878 #           'IMIX' and
10879 #           '4T2C' and
10880 #           'NDRPDR'"
10881 #  parameters:
10882 #  - "throughput"
10883 #  - "name"
10884 #  - "tags"
10885 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10886 #  x-axis: "X = CNFs per Service Chain"
10887 #  y-axis: "Y = Number of Service Chains"
10888 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10889 #  layout:
10890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10891 #    layout: "plot-service-density"
10892 #
10893 #- type: "plot"
10894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10895 #  algorithm: "plot_nf_heatmap"
10896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10897 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10898 #  filter: "'NIC_Intel-XXV710' and
10899 #           'NF_DENSITY' and
10900 #           'DOCKER' and
10901 #           'CHAIN' and
10902 #           'NF_VPPIP4' and
10903 #           'IPSEC' and
10904 #           'TNL_10000' and
10905 #           'IMIX' and
10906 #           '8T4C' and
10907 #           'NDRPDR'"
10908 #  parameters:
10909 #  - "throughput"
10910 #  - "name"
10911 #  - "tags"
10912 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10913 #  x-axis: "X = CNFs per Service Chain"
10914 #  y-axis: "Y = Number of Service Chains"
10915 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10916 #  layout:
10917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10918 #    layout: "plot-service-density"
10919 #
10920 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10921 #- type: "plot"
10922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10923 #  algorithm: "plot_nf_heatmap"
10924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10925 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10926 #  filter: "'NIC_Intel-XXV710' and
10927 #           'NF_DENSITY' and
10928 #           'DOCKER' and
10929 #           'CHAIN' and
10930 #           'NF_VPPIP4' and
10931 #           'IPSEC' and
10932 #           'TNL_10000' and
10933 #           'IMIX' and
10934 #           '2T1C' and
10935 #           'NDRPDR'"
10936 #  parameters:
10937 #  - "throughput"
10938 #  - "name"
10939 #  - "tags"
10940 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10941 #  x-axis: "X = CNFs per Service Chain"
10942 #  y-axis: "Y = Number of Service Chains"
10943 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10944 #  layout:
10945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10946 #    layout: "plot-service-density"
10947 #
10948 #- type: "plot"
10949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10950 #  algorithm: "plot_nf_heatmap"
10951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10952 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10953 #  filter: "'NIC_Intel-XXV710' and
10954 #           'NF_DENSITY' and
10955 #           'DOCKER' and
10956 #           'CHAIN' and
10957 #           'NF_VPPIP4' and
10958 #           'IPSEC' and
10959 #           'TNL_10000' and
10960 #           'IMIX' and
10961 #           '4T2C' and
10962 #           'NDRPDR'"
10963 #  parameters:
10964 #  - "throughput"
10965 #  - "name"
10966 #  - "tags"
10967 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10968 #  x-axis: "X = CNFs per Service Chain"
10969 #  y-axis: "Y = Number of Service Chains"
10970 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10971 #  layout:
10972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10973 #    layout: "plot-service-density"
10974 #
10975 #- type: "plot"
10976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10977 #  algorithm: "plot_nf_heatmap"
10978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10979 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10980 #  filter: "'NIC_Intel-XXV710' and
10981 #           'NF_DENSITY' and
10982 #           'DOCKER' and
10983 #           'CHAIN' and
10984 #           'NF_VPPIP4' and
10985 #           'IPSEC' and
10986 #           'TNL_10000' and
10987 #           'IMIX' and
10988 #           '8T4C' and
10989 #           'NDRPDR'"
10990 #  parameters:
10991 #  - "throughput"
10992 #  - "name"
10993 #  - "tags"
10994 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10995 #  x-axis: "X = CNFs per Service Chain"
10996 #  y-axis: "Y = Number of Service Chains"
10997 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10998 #  layout:
10999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11000 #    layout: "plot-service-density"
11001
11002 ###############################################################################
11003
11004 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11005 #- type: "plot"
11006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11007 #  algorithm: "plot_nf_heatmap"
11008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
11009 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11010 #  filter: "'NIC_Intel-XL710' and
11011 #           'NF_DENSITY' and
11012 #           'DOCKER' and
11013 #           'CHAIN' and
11014 #           'NF_VPPIP4' and
11015 #           'IMIX' and
11016 #           'TNL_10000' and
11017 #           '1T1C' and
11018 #           'MRR'"
11019 #  parameters:
11020 #  - "result"
11021 #  - "name"
11022 #  - "tags"
11023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11024 #  x-axis: "X = CNFs per Service Chain"
11025 #  y-axis: "Y = Number of Service Chains"
11026 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11027 #  layout:
11028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11029 #    layout: "plot-service-density"
11030 #
11031 #- type: "plot"
11032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11033 #  algorithm: "plot_nf_heatmap"
11034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
11035 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11036 #  filter: "'NIC_Intel-XL710' and
11037 #           'NF_DENSITY' and
11038 #           'DOCKER' and
11039 #           'CHAIN' and
11040 #           'NF_VPPIP4' and
11041 #           'IPSEC' and
11042 #           'TNL_10000' and
11043 #           'IMIX' and
11044 #           '2T2C' and
11045 #           'MRR'"
11046 #  parameters:
11047 #  - "result"
11048 #  - "name"
11049 #  - "tags"
11050 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11051 #  x-axis: "X = CNFs per Service Chain"
11052 #  y-axis: "Y = Number of Service Chains"
11053 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11054 #  layout:
11055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11056 #    layout: "plot-service-density"
11057 #
11058 #- type: "plot"
11059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11060 #  algorithm: "plot_nf_heatmap"
11061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
11062 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11063 #  filter: "'NIC_Intel-XL710' and
11064 #           'NF_DENSITY' and
11065 #           'DOCKER' and
11066 #           'CHAIN' and
11067 #           'NF_VPPIP4' and
11068 #           'IPSEC' and
11069 #           'TNL_10000' and
11070 #           'IMIX' and
11071 #           '4T4C' and
11072 #           'MRR'"
11073 #  parameters:
11074 #  - "result"
11075 #  - "name"
11076 #  - "tags"
11077 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11078 #  x-axis: "X = CNFs per Service Chain"
11079 #  y-axis: "Y = Number of Service Chains"
11080 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11081 #  layout:
11082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11083 #    layout: "plot-service-density"
11084
11085 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11086 #- type: "plot"
11087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11088 #  algorithm: "plot_nf_heatmap"
11089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
11090 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11091 #  filter: "'NIC_Intel-XL710' and
11092 #           'NF_DENSITY' and
11093 #           'DOCKER' and
11094 #           'CHAIN' and
11095 #           'NF_VPPIP4' and
11096 #           'IPSEC' and
11097 #           'TNL_10000' and
11098 #           'IMIX' and
11099 #           '1T1C' and
11100 #           'NDRPDR'"
11101 #  parameters:
11102 #  - "throughput"
11103 #  - "name"
11104 #  - "tags"
11105 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11106 #  x-axis: "X = CNFs per Service Chain"
11107 #  y-axis: "Y = Number of Service Chains"
11108 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11109 #  layout:
11110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11111 #    layout: "plot-service-density"
11112 #
11113 #- type: "plot"
11114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11115 #  algorithm: "plot_nf_heatmap"
11116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
11117 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11118 #  filter: "'NIC_Intel-XL710' and
11119 #           'NF_DENSITY' and
11120 #           'DOCKER' and
11121 #           'CHAIN' and
11122 #           'NF_VPPIP4' and
11123 #           'IPSEC' and
11124 #           'TNL_10000' and
11125 #           'IMIX' and
11126 #           '2T2C' and
11127 #           'NDRPDR'"
11128 #  parameters:
11129 #  - "throughput"
11130 #  - "name"
11131 #  - "tags"
11132 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11133 #  x-axis: "X = CNFs per Service Chain"
11134 #  y-axis: "Y = Number of Service Chains"
11135 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11136 #  layout:
11137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11138 #    layout: "plot-service-density"
11139 #
11140 #- type: "plot"
11141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11142 #  algorithm: "plot_nf_heatmap"
11143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
11144 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11145 #  filter: "'NIC_Intel-XL710' and
11146 #           'NF_DENSITY' and
11147 #           'DOCKER' and
11148 #           'CHAIN' and
11149 #           'NF_VPPIP4' and
11150 #           'IPSEC' and
11151 #           'TNL_10000' and
11152 #           'IMIX' and
11153 #           '4T4C' and
11154 #           'NDRPDR'"
11155 #  parameters:
11156 #  - "throughput"
11157 #  - "name"
11158 #  - "tags"
11159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11160 #  x-axis: "X = CNFs per Service Chain"
11161 #  y-axis: "Y = Number of Service Chains"
11162 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11163 #  layout:
11164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11165 #    layout: "plot-service-density"
11166 #
11167 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11168 #- type: "plot"
11169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11170 #  algorithm: "plot_nf_heatmap"
11171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
11172 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11173 #  filter: "'NIC_Intel-XL710' and
11174 #           'NF_DENSITY' and
11175 #           'DOCKER' and
11176 #           'CHAIN' and
11177 #           'NF_VPPIP4' and
11178 #           'IPSEC' and
11179 #           'TNL_10000' and
11180 #           'IMIX' and
11181 #           '1T1C' and
11182 #           'NDRPDR'"
11183 #  parameters:
11184 #  - "throughput"
11185 #  - "name"
11186 #  - "tags"
11187 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11188 #  x-axis: "X = CNFs per Service Chain"
11189 #  y-axis: "Y = Number of Service Chains"
11190 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11191 #  layout:
11192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11193 #    layout: "plot-service-density"
11194 #
11195 #- type: "plot"
11196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11197 #  algorithm: "plot_nf_heatmap"
11198 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
11199 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11200 #  filter: "'NIC_Intel-XL710' and
11201 #           'NF_DENSITY' and
11202 #           'DOCKER' and
11203 #           'CHAIN' and
11204 #           'NF_VPPIP4' and
11205 #           'IPSEC' and
11206 #           'TNL_10000' and
11207 #           'IMIX' and
11208 #           '2T2C' and
11209 #           'NDRPDR'"
11210 #  parameters:
11211 #  - "throughput"
11212 #  - "name"
11213 #  - "tags"
11214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11215 #  x-axis: "X = CNFs per Service Chain"
11216 #  y-axis: "Y = Number of Service Chains"
11217 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11218 #  layout:
11219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11220 #    layout: "plot-service-density"
11221 #
11222 #- type: "plot"
11223 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11224 #  algorithm: "plot_nf_heatmap"
11225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
11226 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11227 #  filter: "'NIC_Intel-XL710' and
11228 #           'NF_DENSITY' and
11229 #           'DOCKER' and
11230 #           'CHAIN' and
11231 #           'NF_VPPIP4' and
11232 #           'IPSEC' and
11233 #           'TNL_10000' and
11234 #           'IMIX' and
11235 #           '4T4C' and
11236 #           'NDRPDR'"
11237 #  parameters:
11238 #  - "throughput"
11239 #  - "name"
11240 #  - "tags"
11241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11242 #  x-axis: "X = CNFs per Service Chain"
11243 #  y-axis: "Y = Number of Service Chains"
11244 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11245 #  layout:
11246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11247 #    layout: "plot-service-density"
11248
11249 ###############################################################################
11250
11251 # Plots - NF Density - CSP - MRR IMIX
11252 - type: "plot"
11253   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11254   algorithm: "plot_nf_heatmap"
11255   output-file-type: ".html"
11256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
11257   data: "plot-vpp-nfv-2n-skx-mrr"
11258   filter: "'NIC_Intel-XXV710' and
11259            'NF_DENSITY' and
11260            'DOCKER' and
11261            'PIPELINE' and
11262            'NF_VPPIP4' and
11263            'IMIX' and
11264            '2T1C' and
11265            'MRR'"
11266   parameters:
11267   - "result"
11268   - "name"
11269   - "tags"
11270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11271   x-axis: "X = CNFs per Service Pipeline"
11272   y-axis: "Y = Number of Service Pipelines"
11273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11274   layout:
11275     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11276     layout: "plot-service-density"
11277
11278 - type: "plot"
11279   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11280   algorithm: "plot_nf_heatmap"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
11283   data: "plot-vpp-nfv-2n-skx-mrr"
11284   filter: "'NIC_Intel-XXV710' and
11285            'NF_DENSITY' and
11286            'DOCKER' and
11287            'PIPELINE' and
11288            'NF_VPPIP4' and
11289            'IMIX' and
11290            '4T2C' and
11291            'MRR'"
11292   parameters:
11293   - "result"
11294   - "name"
11295   - "tags"
11296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11297   x-axis: "X = CNFs per Service Pipeline"
11298   y-axis: "Y = Number of Service Pipelines"
11299   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11300   layout:
11301     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11302     layout: "plot-service-density"
11303
11304 - type: "plot"
11305   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11306   algorithm: "plot_nf_heatmap"
11307   output-file-type: ".html"
11308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
11309   data: "plot-vpp-nfv-2n-skx-mrr"
11310   filter: "'NIC_Intel-XXV710' and
11311            'NF_DENSITY' and
11312            'DOCKER' and
11313            'PIPELINE' and
11314            'NF_VPPIP4' and
11315            'IMIX' and
11316            '8T4C' and
11317            'MRR'"
11318   parameters:
11319   - "result"
11320   - "name"
11321   - "tags"
11322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11323   x-axis: "X = CNFs per Service Pipeline"
11324   y-axis: "Y = Number of Service Pipelines"
11325   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11326   layout:
11327     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11328     layout: "plot-service-density"
11329
11330 # Plots - NF Density - CSP - NDR IMIX
11331 - type: "plot"
11332   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11333   algorithm: "plot_nf_heatmap"
11334   output-file-type: ".html"
11335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
11336   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11337   filter: "'NIC_Intel-XXV710' and
11338            'NF_DENSITY' and
11339            'DOCKER' and
11340            'PIPELINE' and
11341            'NF_VPPIP4' and
11342            'IMIX' and
11343            '2T1C' and
11344            'NDRPDR'"
11345   parameters:
11346   - "throughput"
11347   - "name"
11348   - "tags"
11349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11350   x-axis: "X = CNFs per Service Pipeline"
11351   y-axis: "Y = Number of Service Pipelines"
11352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11353   layout:
11354     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11355     layout: "plot-service-density"
11356
11357 - type: "plot"
11358   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11359   algorithm: "plot_nf_heatmap"
11360   output-file-type: ".html"
11361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
11362   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11363   filter: "'NIC_Intel-XXV710' and
11364            'NF_DENSITY' and
11365            'DOCKER' and
11366            'PIPELINE' and
11367            'NF_VPPIP4' and
11368            'IMIX' and
11369            '4T2C' and
11370            'NDRPDR'"
11371   parameters:
11372   - "throughput"
11373   - "name"
11374   - "tags"
11375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11376   x-axis: "X = CNFs per Service Pipeline"
11377   y-axis: "Y = Number of Service Pipelines"
11378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11379   layout:
11380     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11381     layout: "plot-service-density"
11382
11383 - type: "plot"
11384   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11385   algorithm: "plot_nf_heatmap"
11386   output-file-type: ".html"
11387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11388   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11389   filter: "'NIC_Intel-XXV710' and
11390            'NF_DENSITY' and
11391            'DOCKER' and
11392            'PIPELINE' and
11393            'NF_VPPIP4' and
11394            'IMIX' and
11395            '8T4C' and
11396            'NDRPDR'"
11397   parameters:
11398   - "throughput"
11399   - "name"
11400   - "tags"
11401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11402   x-axis: "X = CNFs per Service Pipeline"
11403   y-axis: "Y = Number of Service Pipelines"
11404   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11405   layout:
11406     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11407     layout: "plot-service-density"
11408
11409 # Plots - NF Density - CSP - PDR IMIX
11410 - type: "plot"
11411   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11412   algorithm: "plot_nf_heatmap"
11413   output-file-type: ".html"
11414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11415   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11416   filter: "'NIC_Intel-XXV710' and
11417            'NF_DENSITY' and
11418            'DOCKER' and
11419            'PIPELINE' and
11420            'NF_VPPIP4' and
11421            'IMIX' and
11422            '2T1C' and
11423            'NDRPDR'"
11424   parameters:
11425   - "throughput"
11426   - "name"
11427   - "tags"
11428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11429   x-axis: "X = CNFs per Service Pipeline"
11430   y-axis: "Y = Number of Service Pipelines"
11431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11432   layout:
11433     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11434     layout: "plot-service-density"
11435
11436 - type: "plot"
11437   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11438   algorithm: "plot_nf_heatmap"
11439   output-file-type: ".html"
11440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11441   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11442   filter: "'NIC_Intel-XXV710' and
11443            'NF_DENSITY' and
11444            'DOCKER' and
11445            'PIPELINE' and
11446            'NF_VPPIP4' and
11447            'IMIX' and
11448            '4T2C' and
11449            'NDRPDR'"
11450   parameters:
11451   - "throughput"
11452   - "name"
11453   - "tags"
11454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11455   x-axis: "X = CNFs per Service Pipeline"
11456   y-axis: "Y = Number of Service Pipelines"
11457   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11458   layout:
11459     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11460     layout: "plot-service-density"
11461
11462 - type: "plot"
11463   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11464   algorithm: "plot_nf_heatmap"
11465   output-file-type: ".html"
11466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11467   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11468   filter: "'NIC_Intel-XXV710' and
11469            'NF_DENSITY' and
11470            'DOCKER' and
11471            'PIPELINE' and
11472            'NF_VPPIP4' and
11473            'IMIX' and
11474            '8T4C' and
11475            'NDRPDR'"
11476   parameters:
11477   - "throughput"
11478   - "name"
11479   - "tags"
11480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11481   x-axis: "X = CNFs per Service Pipeline"
11482   y-axis: "Y = Number of Service Pipelines"
11483   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11484   layout:
11485     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11486     layout: "plot-service-density"
11487
11488 ###############################################################################
11489 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11490
11491 - type: "plot"
11492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11493   algorithm: "plot_nf_heatmap"
11494   output-file-type: ".html"
11495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11496   data: "plot-vpp-nfv-2n-clx-mrr"
11497   filter: "'NIC_Intel-XXV710' and
11498            'NF_DENSITY' and
11499            'VHOST' and
11500            not 'VXLAN' and
11501            'CHAIN' and
11502            'NF_VPPIP4' and
11503            'IMIX' and
11504            '2T1C' and
11505            'MRR'"
11506   parameters:
11507   - "result"
11508   - "name"
11509   - "tags"
11510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11511   x-axis: "X = VNFs per Service Chain"
11512   y-axis: "Y = Number of Service Chains"
11513   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11514   layout:
11515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11516     layout: "plot-service-density"
11517
11518 - type: "plot"
11519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11520   algorithm: "plot_nf_heatmap"
11521   output-file-type: ".html"
11522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
11523   data: "plot-vpp-nfv-2n-clx-mrr"
11524   filter: "'NIC_Intel-XXV710' and
11525            'NF_DENSITY' and
11526            'VHOST' and
11527            not 'VXLAN' and
11528            'CHAIN' and
11529            'NF_VPPIP4' and
11530            'IMIX' and
11531            '4T2C' and
11532            'MRR'"
11533   parameters:
11534   - "result"
11535   - "name"
11536   - "tags"
11537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11538   x-axis: "X = VNFs per Service Chain"
11539   y-axis: "Y = Number of Service Chains"
11540   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11541   layout:
11542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11543     layout: "plot-service-density"
11544
11545 - type: "plot"
11546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11547   algorithm: "plot_nf_heatmap"
11548   output-file-type: ".html"
11549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
11550   data: "plot-vpp-nfv-2n-clx-mrr"
11551   filter: "'NIC_Intel-XXV710' and
11552            'NF_DENSITY' and
11553            'VHOST' and
11554            not 'VXLAN' and
11555            'CHAIN' and
11556            'NF_VPPIP4' and
11557            'IMIX' and
11558            '8T4C' and
11559            'MRR'"
11560   parameters:
11561   - "result"
11562   - "name"
11563   - "tags"
11564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11565   x-axis: "X = VNFs per Service Chain"
11566   y-axis: "Y = Number of Service Chains"
11567   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11568   layout:
11569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11570     layout: "plot-service-density"
11571
11572 # Plots - NF Density - VSC - NDR IMIX
11573 - type: "plot"
11574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11575   algorithm: "plot_nf_heatmap"
11576   output-file-type: ".html"
11577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
11578   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11579   filter: "'NIC_Intel-XXV710' and
11580            'NF_DENSITY' and
11581            'VHOST' and
11582            not 'VXLAN' and
11583            'CHAIN' and
11584            'NF_VPPIP4' and
11585            'IMIX' and
11586            '2T1C' and
11587            'NDRPDR'"
11588   parameters:
11589   - "throughput"
11590   - "name"
11591   - "tags"
11592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11593   x-axis: "X = VNFs per Service Chain"
11594   y-axis: "Y = Number of Service Chains"
11595   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11596   layout:
11597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11598     layout: "plot-service-density"
11599
11600 - type: "plot"
11601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11602   algorithm: "plot_nf_heatmap"
11603   output-file-type: ".html"
11604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
11605   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11606   filter: "'NIC_Intel-XXV710' and
11607            'NF_DENSITY' and
11608            'VHOST' and
11609            not 'VXLAN' and
11610            'CHAIN' and
11611            'NF_VPPIP4' and
11612            'IMIX' and
11613            '4T2C' and
11614            'NDRPDR'"
11615   parameters:
11616   - "throughput"
11617   - "name"
11618   - "tags"
11619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11620   x-axis: "X = VNFs per Service Chain"
11621   y-axis: "Y = Number of Service Chains"
11622   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11623   layout:
11624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11625     layout: "plot-service-density"
11626
11627 - type: "plot"
11628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11629   algorithm: "plot_nf_heatmap"
11630   output-file-type: ".html"
11631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
11632   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11633   filter: "'NIC_Intel-XXV710' and
11634            'NF_DENSITY' and
11635            'VHOST' and
11636            not 'VXLAN' and
11637            'CHAIN' and
11638            'NF_VPPIP4' and
11639            'IMIX' and
11640            '8T4C' and
11641            'NDRPDR'"
11642   parameters:
11643   - "throughput"
11644   - "name"
11645   - "tags"
11646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11647   x-axis: "X = VNFs per Service Chain"
11648   y-axis: "Y = Number of Service Chains"
11649   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11650   layout:
11651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11652     layout: "plot-service-density"
11653
11654 # Plots - NF Density - VSC - PDR IMIX
11655 - type: "plot"
11656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11657   algorithm: "plot_nf_heatmap"
11658   output-file-type: ".html"
11659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11660   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11661   filter: "'NIC_Intel-XXV710' and
11662            'NF_DENSITY' and
11663            'VHOST' and
11664            not 'VXLAN' and
11665            'CHAIN' and
11666            'NF_VPPIP4' and
11667            'IMIX' and
11668            '2T1C' and
11669            'NDRPDR'"
11670   parameters:
11671   - "throughput"
11672   - "name"
11673   - "tags"
11674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11675   x-axis: "X = VNFs per Service Chain"
11676   y-axis: "Y = Number of Service Chains"
11677   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11678   layout:
11679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11680     layout: "plot-service-density"
11681
11682 - type: "plot"
11683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11684   algorithm: "plot_nf_heatmap"
11685   output-file-type: ".html"
11686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11687   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11688   filter: "'NIC_Intel-XXV710' and
11689            'NF_DENSITY' and
11690            'VHOST' and
11691            not 'VXLAN' and
11692            'CHAIN' and
11693            'NF_VPPIP4' and
11694            'IMIX' and
11695            '4T2C' and
11696            'NDRPDR'"
11697   parameters:
11698   - "throughput"
11699   - "name"
11700   - "tags"
11701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11702   x-axis: "X = VNFs per Service Chain"
11703   y-axis: "Y = Number of Service Chains"
11704   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11705   layout:
11706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11707     layout: "plot-service-density"
11708
11709 - type: "plot"
11710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11711   algorithm: "plot_nf_heatmap"
11712   output-file-type: ".html"
11713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11714   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11715   filter: "'NIC_Intel-XXV710' and
11716            'NF_DENSITY' and
11717            'VHOST' and
11718            not 'VXLAN' and
11719            'CHAIN' and
11720            'NF_VPPIP4' and
11721            'IMIX' and
11722            '8T4C' and
11723            'NDRPDR'"
11724   parameters:
11725   - "throughput"
11726   - "name"
11727   - "tags"
11728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11729   x-axis: "X = VNFs per Service Chain"
11730   y-axis: "Y = Number of Service Chains"
11731   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11732   layout:
11733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11734     layout: "plot-service-density"
11735
11736 # Plots - NF Density - VSC - MRR IMIX
11737 - type: "plot"
11738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11739   algorithm: "plot_nf_heatmap"
11740   output-file-type: ".html"
11741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11742   data: "plot-vpp-nfv-2n-clx-mrr"
11743   filter: "'NIC_Intel-XXV710' and
11744            'NF_DENSITY' and
11745            'VHOST' and
11746            'VXLAN' and
11747            'CHAIN' and
11748            'IMIX' and
11749            '2T1C' and
11750            'MRR'"
11751   parameters:
11752   - "result"
11753   - "name"
11754   - "tags"
11755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11756   x-axis: "X = VNFs per Service Chain"
11757   y-axis: "Y = Number of Service Chains"
11758   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11759   layout:
11760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11761     layout: "plot-service-density"
11762
11763 - type: "plot"
11764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11765   algorithm: "plot_nf_heatmap"
11766   output-file-type: ".html"
11767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11768   data: "plot-vpp-nfv-2n-clx-mrr"
11769   filter: "'NIC_Intel-XXV710' and
11770            'NF_DENSITY' and
11771            'VHOST' and
11772            'VXLAN' and
11773            'CHAIN' and
11774            'IMIX' and
11775            '4T2C' and
11776            'MRR'"
11777   parameters:
11778   - "result"
11779   - "name"
11780   - "tags"
11781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11782   x-axis: "X = VNFs per Service Chain"
11783   y-axis: "Y = Number of Service Chains"
11784   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11785   layout:
11786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11787     layout: "plot-service-density"
11788
11789 - type: "plot"
11790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11791   algorithm: "plot_nf_heatmap"
11792   output-file-type: ".html"
11793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11794   data: "plot-vpp-nfv-2n-clx-mrr"
11795   filter: "'NIC_Intel-XXV710' and
11796            'NF_DENSITY' and
11797            'VHOST' and
11798            'VXLAN' and
11799            'CHAIN' and
11800            'IMIX' and
11801            '8T4C' and
11802            'MRR'"
11803   parameters:
11804   - "result"
11805   - "name"
11806   - "tags"
11807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11808   x-axis: "X = VNFs per Service Chain"
11809   y-axis: "Y = Number of Service Chains"
11810   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11811   layout:
11812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11813     layout: "plot-service-density"
11814
11815 # Plots - NF Density - VSC - NDR IMIX
11816 - type: "plot"
11817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11818   algorithm: "plot_nf_heatmap"
11819   output-file-type: ".html"
11820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11821   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11822   filter: "'NIC_Intel-XXV710' and
11823            'NF_DENSITY' and
11824            'VHOST' and
11825            'VXLAN' and
11826            'CHAIN' and
11827            'IMIX' and
11828            '2T1C' and
11829            'NDRPDR'"
11830   parameters:
11831   - "throughput"
11832   - "name"
11833   - "tags"
11834   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11835   x-axis: "X = VNFs per Service Chain"
11836   y-axis: "Y = Number of Service Chains"
11837   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11838   layout:
11839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11840     layout: "plot-service-density"
11841
11842 - type: "plot"
11843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11844   algorithm: "plot_nf_heatmap"
11845   output-file-type: ".html"
11846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11847   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11848   filter: "'NIC_Intel-XXV710' and
11849            'NF_DENSITY' and
11850            'VHOST' and
11851            'VXLAN' and
11852            'CHAIN' and
11853            'IMIX' and
11854            '4T2C' and
11855            'NDRPDR'"
11856   parameters:
11857   - "throughput"
11858   - "name"
11859   - "tags"
11860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11861   x-axis: "X = VNFs per Service Chain"
11862   y-axis: "Y = Number of Service Chains"
11863   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11864   layout:
11865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11866     layout: "plot-service-density"
11867
11868 - type: "plot"
11869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11870   algorithm: "plot_nf_heatmap"
11871   output-file-type: ".html"
11872   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11873   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11874   filter: "'NIC_Intel-XXV710' and
11875            'NF_DENSITY' and
11876            'VHOST' and
11877            'VXLAN' and
11878            'CHAIN' and
11879            'IMIX' and
11880            '8T4C' and
11881            'NDRPDR'"
11882   parameters:
11883   - "throughput"
11884   - "name"
11885   - "tags"
11886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11887   x-axis: "X = VNFs per Service Chain"
11888   y-axis: "Y = Number of Service Chains"
11889   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11890   layout:
11891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11892     layout: "plot-service-density"
11893
11894 # Plots - NF Density - VSC - PDR IMIX
11895 - type: "plot"
11896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11897   algorithm: "plot_nf_heatmap"
11898   output-file-type: ".html"
11899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11900   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11901   filter: "'NIC_Intel-XXV710' and
11902            'NF_DENSITY' and
11903            'VHOST' and
11904            'VXLAN' and
11905            'CHAIN' and
11906            'IMIX' and
11907            '2T1C' and
11908            'NDRPDR'"
11909   parameters:
11910   - "throughput"
11911   - "name"
11912   - "tags"
11913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11914   x-axis: "X = VNFs per Service Chain"
11915   y-axis: "Y = Number of Service Chains"
11916   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11917   layout:
11918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11919     layout: "plot-service-density"
11920
11921 - type: "plot"
11922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11923   algorithm: "plot_nf_heatmap"
11924   output-file-type: ".html"
11925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11926   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11927   filter: "'NIC_Intel-XXV710' and
11928            'NF_DENSITY' and
11929            'VHOST' and
11930            'VXLAN' and
11931            'CHAIN' and
11932            'IMIX' and
11933            '4T2C' and
11934            'NDRPDR'"
11935   parameters:
11936   - "throughput"
11937   - "name"
11938   - "tags"
11939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11940   x-axis: "X = VNFs per Service Chain"
11941   y-axis: "Y = Number of Service Chains"
11942   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11943   layout:
11944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11945     layout: "plot-service-density"
11946
11947 - type: "plot"
11948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11949   algorithm: "plot_nf_heatmap"
11950   output-file-type: ".html"
11951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11952   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11953   filter: "'NIC_Intel-XXV710' and
11954            'NF_DENSITY' and
11955            'VHOST' and
11956            'VXLAN' and
11957            'CHAIN' and
11958            'IMIX' and
11959            '8T4C' and
11960            'NDRPDR'"
11961   parameters:
11962   - "throughput"
11963   - "name"
11964   - "tags"
11965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11966   x-axis: "X = VNFs per Service Chain"
11967   y-axis: "Y = Number of Service Chains"
11968   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11969   layout:
11970     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11971     layout: "plot-service-density"
11972
11973 # Plots - NF Density - CSC - MRR IMIX
11974 - type: "plot"
11975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11976   algorithm: "plot_nf_heatmap"
11977   output-file-type: ".html"
11978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11979   data: "plot-vpp-nfv-2n-clx-mrr"
11980   filter: "'NIC_Intel-XXV710' and
11981            'NF_DENSITY' and
11982            'DOCKER' and
11983            'CHAIN' and
11984            'NF_VPPIP4' and
11985            'IMIX' and
11986            '2T1C' and
11987            'MRR'"
11988   parameters:
11989   - "result"
11990   - "name"
11991   - "tags"
11992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11993   x-axis: "X = CNFs per Service Chain"
11994   y-axis: "Y = Number of Service Chains"
11995   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11996   layout:
11997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11998     layout: "plot-service-density"
11999
12000 - type: "plot"
12001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12002   algorithm: "plot_nf_heatmap"
12003   output-file-type: ".html"
12004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
12005   data: "plot-vpp-nfv-2n-clx-mrr"
12006   filter: "'NIC_Intel-XXV710' and
12007            'NF_DENSITY' and
12008            'DOCKER' and
12009            'CHAIN' and
12010            'NF_VPPIP4' and
12011            'IMIX' and
12012            '4T2C' and
12013            'MRR'"
12014   parameters:
12015   - "result"
12016   - "name"
12017   - "tags"
12018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12019   x-axis: "X = CNFs per Service Chain"
12020   y-axis: "Y = Number of Service Chains"
12021   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12022   layout:
12023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12024     layout: "plot-service-density"
12025
12026 - type: "plot"
12027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12028   algorithm: "plot_nf_heatmap"
12029   output-file-type: ".html"
12030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
12031   data: "plot-vpp-nfv-2n-clx-mrr"
12032   filter: "'NIC_Intel-XXV710' and
12033            'NF_DENSITY' and
12034            'DOCKER' and
12035            'CHAIN' and
12036            'NF_VPPIP4' and
12037            'IMIX' and
12038            '8T4C' and
12039            'MRR'"
12040   parameters:
12041   - "result"
12042   - "name"
12043   - "tags"
12044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12045   x-axis: "X = CNFs per Service Chain"
12046   y-axis: "Y = Number of Service Chains"
12047   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12048   layout:
12049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12050     layout: "plot-service-density"
12051
12052 # Plots - NF Density - CSC - NDR IMIX
12053 - type: "plot"
12054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12055   algorithm: "plot_nf_heatmap"
12056   output-file-type: ".html"
12057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
12058   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12059   filter: "'NIC_Intel-XXV710' and
12060            'NF_DENSITY' and
12061            'DOCKER' and
12062            'CHAIN' and
12063            'NF_VPPIP4' and
12064            'IMIX' and
12065            '2T1C' and
12066            'NDRPDR'"
12067   parameters:
12068   - "throughput"
12069   - "name"
12070   - "tags"
12071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12072   x-axis: "X = CNFs per Service Chain"
12073   y-axis: "Y = Number of Service Chains"
12074   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12075   layout:
12076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12077     layout: "plot-service-density"
12078
12079 - type: "plot"
12080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12081   algorithm: "plot_nf_heatmap"
12082   output-file-type: ".html"
12083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
12084   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12085   filter: "'NIC_Intel-XXV710' and
12086            'NF_DENSITY' and
12087            'DOCKER' and
12088            'CHAIN' and
12089            'NF_VPPIP4' and
12090            'IMIX' and
12091            '4T2C' and
12092            'NDRPDR'"
12093   parameters:
12094   - "throughput"
12095   - "name"
12096   - "tags"
12097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12098   x-axis: "X = CNFs per Service Chain"
12099   y-axis: "Y = Number of Service Chains"
12100   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12101   layout:
12102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12103     layout: "plot-service-density"
12104
12105 - type: "plot"
12106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12107   algorithm: "plot_nf_heatmap"
12108   output-file-type: ".html"
12109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
12110   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12111   filter: "'NIC_Intel-XXV710' and
12112            'NF_DENSITY' and
12113            'DOCKER' and
12114            'CHAIN' and
12115            'NF_VPPIP4' and
12116            'IMIX' and
12117            '8T4C' and
12118            'NDRPDR'"
12119   parameters:
12120   - "throughput"
12121   - "name"
12122   - "tags"
12123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12124   x-axis: "X = CNFs per Service Chain"
12125   y-axis: "Y = Number of Service Chains"
12126   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12127   layout:
12128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12129     layout: "plot-service-density"
12130
12131 # Plots - NF Density - CSC - PDR IMIX
12132 - type: "plot"
12133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12134   algorithm: "plot_nf_heatmap"
12135   output-file-type: ".html"
12136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
12137   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12138   filter: "'NIC_Intel-XXV710' and
12139            'NF_DENSITY' and
12140            'DOCKER' and
12141            'CHAIN' and
12142            'NF_VPPIP4' and
12143            'IMIX' and
12144            '2T1C' and
12145            'NDRPDR'"
12146   parameters:
12147   - "throughput"
12148   - "name"
12149   - "tags"
12150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12151   x-axis: "X = CNFs per Service Chain"
12152   y-axis: "Y = Number of Service Chains"
12153   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12154   layout:
12155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12156     layout: "plot-service-density"
12157
12158 - type: "plot"
12159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12160   algorithm: "plot_nf_heatmap"
12161   output-file-type: ".html"
12162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
12163   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12164   filter: "'NIC_Intel-XXV710' and
12165            'NF_DENSITY' and
12166            'DOCKER' and
12167            'CHAIN' and
12168            'NF_VPPIP4' and
12169            'IMIX' and
12170            '4T2C' and
12171            'NDRPDR'"
12172   parameters:
12173   - "throughput"
12174   - "name"
12175   - "tags"
12176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12177   x-axis: "X = CNFs per Service Chain"
12178   y-axis: "Y = Number of Service Chains"
12179   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12180   layout:
12181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12182     layout: "plot-service-density"
12183
12184 - type: "plot"
12185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12186   algorithm: "plot_nf_heatmap"
12187   output-file-type: ".html"
12188   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
12189   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12190   filter: "'NIC_Intel-XXV710' and
12191            'NF_DENSITY' and
12192            'DOCKER' and
12193            'CHAIN' and
12194            'NF_VPPIP4' and
12195            'IMIX' and
12196            '8T4C' and
12197            'NDRPDR'"
12198   parameters:
12199   - "throughput"
12200   - "name"
12201   - "tags"
12202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12203   x-axis: "X = CNFs per Service Chain"
12204   y-axis: "Y = Number of Service Chains"
12205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12206   layout:
12207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12208     layout: "plot-service-density"
12209
12210 # Plots - NF Density - CSP - MRR IMIX
12211 - type: "plot"
12212   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12213   algorithm: "plot_nf_heatmap"
12214   output-file-type: ".html"
12215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
12216   data: "plot-vpp-nfv-2n-clx-mrr"
12217   filter: "'NIC_Intel-XXV710' and
12218            'NF_DENSITY' and
12219            'DOCKER' and
12220            'PIPELINE' and
12221            'NF_VPPIP4' and
12222            'IMIX' and
12223            '2T1C' and
12224            'MRR'"
12225   parameters:
12226   - "result"
12227   - "name"
12228   - "tags"
12229   include-tests: "MRR" # "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 MRR) [Mpps]"
12233   layout:
12234     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12235     layout: "plot-service-density"
12236
12237 - type: "plot"
12238   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12239   algorithm: "plot_nf_heatmap"
12240   output-file-type: ".html"
12241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
12242   data: "plot-vpp-nfv-2n-clx-mrr"
12243   filter: "'NIC_Intel-XXV710' and
12244            'NF_DENSITY' and
12245            'DOCKER' and
12246            'PIPELINE' and
12247            'NF_VPPIP4' and
12248            'IMIX' and
12249            '4T2C' and
12250            'MRR'"
12251   parameters:
12252   - "result"
12253   - "name"
12254   - "tags"
12255   include-tests: "MRR" # "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 MRR) [Mpps]"
12259   layout:
12260     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12261     layout: "plot-service-density"
12262
12263 - type: "plot"
12264   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12265   algorithm: "plot_nf_heatmap"
12266   output-file-type: ".html"
12267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
12268   data: "plot-vpp-nfv-2n-clx-mrr"
12269   filter: "'NIC_Intel-XXV710' and
12270            'NF_DENSITY' and
12271            'DOCKER' and
12272            'PIPELINE' and
12273            'NF_VPPIP4' and
12274            'IMIX' and
12275            '8T4C' and
12276            'MRR'"
12277   parameters:
12278   - "result"
12279   - "name"
12280   - "tags"
12281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12282   x-axis: "X = CNFs per Service Pipeline"
12283   y-axis: "Y = Number of Service Pipelines"
12284   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12285   layout:
12286     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12287     layout: "plot-service-density"
12288
12289 # Plots - NF Density - CSP - NDR IMIX
12290 - type: "plot"
12291   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12292   algorithm: "plot_nf_heatmap"
12293   output-file-type: ".html"
12294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
12295   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12296   filter: "'NIC_Intel-XXV710' and
12297            'NF_DENSITY' and
12298            'DOCKER' and
12299            'PIPELINE' and
12300            'NF_VPPIP4' and
12301            'IMIX' and
12302            '2T1C' and
12303            'NDRPDR'"
12304   parameters:
12305   - "throughput"
12306   - "name"
12307   - "tags"
12308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12309   x-axis: "X = CNFs per Service Pipeline"
12310   y-axis: "Y = Number of Service Pipelines"
12311   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12312   layout:
12313     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12314     layout: "plot-service-density"
12315
12316 - type: "plot"
12317   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12318   algorithm: "plot_nf_heatmap"
12319   output-file-type: ".html"
12320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
12321   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12322   filter: "'NIC_Intel-XXV710' and
12323            'NF_DENSITY' and
12324            'DOCKER' and
12325            'PIPELINE' and
12326            'NF_VPPIP4' and
12327            'IMIX' and
12328            '4T2C' and
12329            'NDRPDR'"
12330   parameters:
12331   - "throughput"
12332   - "name"
12333   - "tags"
12334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12335   x-axis: "X = CNFs per Service Pipeline"
12336   y-axis: "Y = Number of Service Pipelines"
12337   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12338   layout:
12339     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12340     layout: "plot-service-density"
12341
12342 - type: "plot"
12343   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12344   algorithm: "plot_nf_heatmap"
12345   output-file-type: ".html"
12346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
12347   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12348   filter: "'NIC_Intel-XXV710' and
12349            'NF_DENSITY' and
12350            'DOCKER' and
12351            'PIPELINE' and
12352            'NF_VPPIP4' and
12353            'IMIX' and
12354            '8T4C' and
12355            'NDRPDR'"
12356   parameters:
12357   - "throughput"
12358   - "name"
12359   - "tags"
12360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12361   x-axis: "X = CNFs per Service Pipeline"
12362   y-axis: "Y = Number of Service Pipelines"
12363   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12364   layout:
12365     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12366     layout: "plot-service-density"
12367
12368 # Plots - NF Density - CSP - PDR IMIX
12369 - type: "plot"
12370   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12371   algorithm: "plot_nf_heatmap"
12372   output-file-type: ".html"
12373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12374   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12375   filter: "'NIC_Intel-XXV710' and
12376            'NF_DENSITY' and
12377            'DOCKER' and
12378            'PIPELINE' and
12379            'NF_VPPIP4' and
12380            'IMIX' and
12381            '2T1C' and
12382            'NDRPDR'"
12383   parameters:
12384   - "throughput"
12385   - "name"
12386   - "tags"
12387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12388   x-axis: "X = CNFs per Service Pipeline"
12389   y-axis: "Y = Number of Service Pipelines"
12390   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12391   layout:
12392     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12393     layout: "plot-service-density"
12394
12395 - type: "plot"
12396   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12397   algorithm: "plot_nf_heatmap"
12398   output-file-type: ".html"
12399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12400   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12401   filter: "'NIC_Intel-XXV710' and
12402            'NF_DENSITY' and
12403            'DOCKER' and
12404            'PIPELINE' and
12405            'NF_VPPIP4' and
12406            'IMIX' and
12407            '4T2C' and
12408            'NDRPDR'"
12409   parameters:
12410   - "throughput"
12411   - "name"
12412   - "tags"
12413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12414   x-axis: "X = CNFs per Service Pipeline"
12415   y-axis: "Y = Number of Service Pipelines"
12416   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12417   layout:
12418     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12419     layout: "plot-service-density"
12420
12421 - type: "plot"
12422   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12423   algorithm: "plot_nf_heatmap"
12424   output-file-type: ".html"
12425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12426   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12427   filter: "'NIC_Intel-XXV710' and
12428            'NF_DENSITY' and
12429            'DOCKER' and
12430            'PIPELINE' and
12431            'NF_VPPIP4' and
12432            'IMIX' and
12433            '8T4C' and
12434            'NDRPDR'"
12435   parameters:
12436   - "throughput"
12437   - "name"
12438   - "tags"
12439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12440   x-axis: "X = CNFs per Service Pipeline"
12441   y-axis: "Y = Number of Service Pipelines"
12442   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12443   layout:
12444     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12445     layout: "plot-service-density"
12446
12447 ################################################################################
12448
12449 # Packet Throughput
12450
12451 - type: "plot"
12452   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12461   layout:
12462     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12470   include:
12471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12475   layout:
12476     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12484   include:
12485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12489   layout:
12490     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12498   include:
12499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12503   layout:
12504     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12512   include:
12513     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12514     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12515     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12516     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12517     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12518   layout:
12519     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12527   include:
12528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12532     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12533   layout:
12534     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12548   layout:
12549     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12557   include:
12558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12563   layout:
12564     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12572   include:
12573     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12574     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12575     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12576     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12577     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12578   layout:
12579     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12587   include:
12588     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12589     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12590     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12591     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12592     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12593   layout:
12594     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12602   include:
12603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12609   layout:
12610     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12625   layout:
12626     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12634   include:
12635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12640   layout:
12641     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12642     layout: "plot-throughput"
12643
12644 - type: "plot"
12645   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12646   algorithm: "plot_perf_box_name"
12647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12649   include:
12650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12655   layout:
12656     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12664   include:
12665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12668   layout:
12669     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12674   algorithm: "plot_perf_box_name"
12675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12677   include:
12678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12681   layout:
12682     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12690   include:
12691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12696   layout:
12697     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12705   include:
12706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12711   layout:
12712     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12724   layout:
12725     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12737   layout:
12738     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12743   algorithm: "plot_perf_box_name"
12744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12746   include:
12747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12753   layout:
12754     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12755     layout: "plot-throughput"
12756
12757 - type: "plot"
12758   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12759   algorithm: "plot_perf_box_name"
12760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12762   include:
12763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12769   layout:
12770     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12778   include:
12779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12784   layout:
12785     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12793   include:
12794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12799   layout:
12800     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12808   include:
12809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12815     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12819   layout:
12820     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
12821     layout: "plot-cps"
12822
12823 - type: "plot"
12824   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12825   algorithm: "plot_perf_box_name"
12826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12828   include:
12829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12832     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12833     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12835     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12839   layout:
12840     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12848   include:
12849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12850     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12851     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12853     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12855     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12859   layout:
12860     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
12861     layout: "plot-cps"
12862
12863 - type: "plot"
12864   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12868   include:
12869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12870     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12872     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12873     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12874     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12875     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12879   layout:
12880     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12888   include:
12889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12890     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12892     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12893     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12894   layout:
12895     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12896     layout: "plot-throughput"
12897
12898 - type: "plot"
12899   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12900   algorithm: "plot_perf_box_name"
12901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12903   include:
12904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12909   layout:
12910     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12918   include:
12919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12926     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12928     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12929   layout:
12930     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12931     layout: "plot-cps"
12932
12933 - type: "plot"
12934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12938   include:
12939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12949   layout:
12950     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12958   include:
12959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12969   layout:
12970     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12971     layout: "plot-cps"
12972
12973 - type: "plot"
12974   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12978   include:
12979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12989   layout:
12990     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12998   include:
12999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13005   layout:
13006     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13014   include:
13015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13021   layout:
13022     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13030   include:
13031     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13032     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13033     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13034     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13035     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13036   layout:
13037     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13038     layout: "plot-throughput"
13039
13040 - type: "plot"
13041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13042   algorithm: "plot_perf_box_name"
13043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13045   include:
13046     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13047     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13048     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13049     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13050     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13051   layout:
13052     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13060   include:
13061     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13062     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13063     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13064     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13065   layout:
13066     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13074   include:
13075     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13076     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13077     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13078     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13079   layout:
13080     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13088   include:
13089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13091 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13092 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13093 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13094   layout:
13095     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13103   include:
13104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13106 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13107 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13108 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13109   layout:
13110     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13118   include:
13119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13124   layout:
13125     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13133   include:
13134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13139   layout:
13140     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13141     layout: "plot-throughput"
13142
13143 - type: "plot"
13144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13145   algorithm: "plot_perf_box_name"
13146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13148   include:
13149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13154   layout:
13155     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13163   include:
13164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13169   layout:
13170     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13171     layout: "plot-throughput"
13172
13173 - type: "plot"
13174   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13175   algorithm: "plot_perf_box_name"
13176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13178   include:
13179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13183   layout:
13184     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13185     layout: "plot-throughput"
13186
13187 - type: "plot"
13188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13189   algorithm: "plot_perf_box_name"
13190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13192   include:
13193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13197   layout:
13198     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13212   layout:
13213     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13221   include:
13222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13227   layout:
13228     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13236   include:
13237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13242   layout:
13243     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13244     layout: "plot-throughput"
13245
13246 - type: "plot"
13247   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13248   algorithm: "plot_perf_box_name"
13249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13251   include:
13252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13257   layout:
13258     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13266   include:
13267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13271   layout:
13272     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13273     layout: "plot-throughput"
13274
13275 - type: "plot"
13276   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13277   algorithm: "plot_perf_box_name"
13278   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13279   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13280   include:
13281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13285   layout:
13286     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13293   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13294   include:
13295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13301   layout:
13302     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13303     layout: "plot-throughput"
13304
13305 - type: "plot"
13306   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13307   algorithm: "plot_perf_box_name"
13308   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13309   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13310   include:
13311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13317   layout:
13318     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13325   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13326   include:
13327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13333   layout:
13334     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13335     layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13341   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13342   include:
13343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13349   layout:
13350     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13358   include:
13359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13365   layout:
13366     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13367     layout: "plot-throughput"
13368
13369 - type: "plot"
13370   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13371   algorithm: "plot_perf_box_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13373   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13374   include:
13375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13381   layout:
13382     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13387   algorithm: "plot_perf_box_name"
13388   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13390   include:
13391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13396   layout:
13397     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13405   include:
13406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13411   layout:
13412     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13420   include:
13421     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13422     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13423   layout:
13424     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13425     layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13432   include:
13433     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13434     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13435   layout:
13436     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13444   include:
13445     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13446     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13447     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13448     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13449   layout:
13450     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13458   include:
13459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13463   layout:
13464     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13465     layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13472   include:
13473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13477   layout:
13478     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13479     layout: "plot-throughput"
13480
13481 - type: "plot"
13482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13483   algorithm: "plot_perf_box_name"
13484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13486   include:
13487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13489     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13491   layout:
13492     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13493     layout: "plot-throughput"
13494
13495 - type: "plot"
13496   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13497   algorithm: "plot_perf_box_name"
13498   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13499   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13500   include:
13501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13503     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13504     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13505   layout:
13506     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13514   include:
13515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13519   layout:
13520     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13527   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13528   include:
13529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13533   layout:
13534     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13535     layout: "plot-throughput"
13536
13537 - type: "plot"
13538   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13539   algorithm: "plot_perf_box_name"
13540   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13541   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13542   include:
13543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13547   layout:
13548     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13564   layout:
13565     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
13566     layout: "plot-throughput"
13567
13568 - type: "plot"
13569   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13570   algorithm: "plot_perf_box_name"
13571   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13573   include:
13574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13581   layout:
13582     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
13583     layout: "plot-throughput"
13584
13585 - type: "plot"
13586   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13587   algorithm: "plot_perf_box_name"
13588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13590   include:
13591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13596   layout:
13597     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13598     layout: "plot-throughput"
13599
13600 - type: "plot"
13601   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13602   algorithm: "plot_perf_box_name"
13603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13605   include:
13606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13611   layout:
13612     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13613     layout: "plot-throughput"
13614
13615 - type: "plot"
13616   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13617   algorithm: "plot_perf_box_name"
13618   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13620   include:
13621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
13624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13625   layout:
13626     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13631   algorithm: "plot_perf_box_name"
13632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13634   include:
13635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
13637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
13638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13639   layout:
13640     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
13641     layout: "plot-throughput"
13642
13643 - type: "plot"
13644   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13645   algorithm: "plot_perf_box_name"
13646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13648   include:
13649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13654   layout:
13655     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13663   include:
13664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13669   layout:
13670     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13675   algorithm: "plot_perf_box_name"
13676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13678   include:
13679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13683   layout:
13684     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13689   algorithm: "plot_perf_box_name"
13690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13692   include:
13693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13697   layout:
13698     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13706   include:
13707     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13711   layout:
13712     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13720   include:
13721     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
13725   layout:
13726     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13731   algorithm: "plot_perf_box_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13734   include:
13735     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13738   layout:
13739     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13751   layout:
13752     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13753     layout: "plot-throughput"
13754
13755 - type: "plot"
13756   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13757   algorithm: "plot_perf_box_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760   include:
13761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13766   layout:
13767     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
13768     layout: "plot-throughput"
13769
13770 - type: "plot"
13771   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13772   algorithm: "plot_perf_box_name"
13773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775   include:
13776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
13781   layout:
13782     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
13807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
13811   layout:
13812     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
13813     layout: "plot-throughput"
13814
13815 - type: "plot"
13816   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13817   algorithm: "plot_perf_box_name"
13818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13820   include:
13821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13826   layout:
13827     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13835   include:
13836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13841   layout:
13842     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13843     layout: "plot-throughput"
13844
13845 - type: "plot"
13846   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13847   algorithm: "plot_perf_box_name"
13848   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13849   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13850   include:
13851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13856   layout:
13857     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13858     layout: "plot-throughput"
13859
13860 - type: "plot"
13861   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13862   algorithm: "plot_perf_box_name"
13863   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13864   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13865   include:
13866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13871   layout:
13872     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13873     layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13877   algorithm: "plot_perf_box_name"
13878   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13879   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13880   include:
13881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13886   layout:
13887     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13892   algorithm: "plot_perf_box_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13895   include:
13896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13901   layout:
13902     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
13903     layout: "plot-throughput"
13904
13905 - type: "plot"
13906   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13907   algorithm: "plot_perf_box_name"
13908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13910   include:
13911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13917   layout:
13918     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13919     layout: "plot-throughput"
13920
13921 - type: "plot"
13922   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13923   algorithm: "plot_perf_box_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13926   include:
13927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13931     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13933   layout:
13934     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13935     layout: "plot-throughput"
13936
13937 - type: "plot"
13938   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13939   algorithm: "plot_perf_box_name"
13940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13942   include:
13943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13945     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13947   layout:
13948     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13949     layout: "plot-throughput"
13950
13951 - type: "plot"
13952   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13953   algorithm: "plot_perf_box_name"
13954   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13956   include:
13957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13961   layout:
13962     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13963     layout: "plot-throughput"
13964
13965 - type: "plot"
13966   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13967   algorithm: "plot_perf_box_name"
13968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13970   include:
13971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13977   layout:
13978     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13979     layout: "plot-throughput"
13980
13981 - type: "plot"
13982   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13983   algorithm: "plot_perf_box_name"
13984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13986   include:
13987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13993   layout:
13994     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13995     layout: "plot-throughput"
13996
13997 - type: "plot"
13998   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13999   algorithm: "plot_perf_box_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14002   include:
14003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14009   layout:
14010     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14011     layout: "plot-throughput"
14012
14013 - type: "plot"
14014   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14015   algorithm: "plot_perf_box_name"
14016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14018   include:
14019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14025   layout:
14026     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14027     layout: "plot-throughput"
14028
14029 - type: "plot"
14030   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14031   algorithm: "plot_perf_box_name"
14032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14034   include:
14035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14041   layout:
14042     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14043     layout: "plot-throughput"
14044
14045 - type: "plot"
14046   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14047   algorithm: "plot_perf_box_name"
14048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14050   include:
14051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14057   layout:
14058     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14059     layout: "plot-throughput"
14060
14061 - type: "plot"
14062   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14063   algorithm: "plot_perf_box_name"
14064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14066   include:
14067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14073   layout:
14074     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14075     layout: "plot-throughput"
14076
14077 - type: "plot"
14078   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14079   algorithm: "plot_perf_box_name"
14080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14082   include:
14083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14087     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14089   layout:
14090     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14091     layout: "plot-throughput"
14092
14093 - type: "plot"
14094   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14095   algorithm: "plot_perf_box_name"
14096   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14097   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14098   include:
14099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14105   layout:
14106     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14107     layout: "plot-throughput"
14108
14109 - type: "plot"
14110   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14111   algorithm: "plot_perf_box_name"
14112   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14113   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14114   include:
14115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14121   layout:
14122     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14123     layout: "plot-throughput"
14124
14125 - type: "plot"
14126   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14127   algorithm: "plot_perf_box_name"
14128   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14130   include:
14131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14137   layout:
14138     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14143   algorithm: "plot_perf_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14146   include:
14147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14153   layout:
14154     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14155     layout: "plot-throughput"
14156
14157 - type: "plot"
14158   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14159   algorithm: "plot_perf_box_name"
14160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14162   include:
14163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14168   layout:
14169     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14183   layout:
14184     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14185     layout: "plot-throughput"
14186
14187 - type: "plot"
14188   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14189   algorithm: "plot_perf_box_name"
14190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14198   layout:
14199     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14200     layout: "plot-throughput"
14201
14202 - type: "plot"
14203   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14204   algorithm: "plot_perf_box_name"
14205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14213   layout:
14214     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14215     layout: "plot-throughput"
14216
14217 - type: "plot"
14218   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14219   algorithm: "plot_perf_box_name"
14220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14227   layout:
14228     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14229     layout: "plot-throughput"
14230
14231 - type: "plot"
14232   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14233   algorithm: "plot_perf_box_name"
14234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14236   include:
14237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14241   layout:
14242     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14243     layout: "plot-throughput"
14244
14245 - type: "plot"
14246   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14247   algorithm: "plot_perf_box_name"
14248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14250   include:
14251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14255   layout:
14256     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14257     layout: "plot-throughput"
14258
14259 - type: "plot"
14260   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14261   algorithm: "plot_perf_box_name"
14262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14264   include:
14265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14269   layout:
14270     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14271     layout: "plot-throughput"
14272
14273 - type: "plot"
14274   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14275   algorithm: "plot_perf_box_name"
14276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14278   include:
14279     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14280     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14281     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14283     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14284     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14285   layout:
14286     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14287     layout: "plot-throughput"
14288
14289 - type: "plot"
14290   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14291   algorithm: "plot_perf_box_name"
14292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14294   include:
14295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14299     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14300     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14301   layout:
14302     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14303     layout: "plot-throughput"
14304
14305 - type: "plot"
14306   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14307   algorithm: "plot_perf_box_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14315     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14316   layout:
14317     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14318     layout: "plot-throughput"
14319
14320 - type: "plot"
14321   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14322   algorithm: "plot_perf_box_name"
14323   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14331   layout:
14332     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14333     layout: "plot-throughput"
14334
14335 - type: "plot"
14336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14337   algorithm: "plot_perf_box_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14346   layout:
14347     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14348     layout: "plot-throughput"
14349
14350 - type: "plot"
14351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14352   algorithm: "plot_perf_box_name"
14353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14361   layout:
14362     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14363     layout: "plot-throughput"
14364
14365 - type: "plot"
14366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14367   algorithm: "plot_perf_box_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14375   layout:
14376     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14377     layout: "plot-throughput"
14378
14379 - type: "plot"
14380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14381   algorithm: "plot_perf_box_name"
14382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14384   include:
14385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14389   layout:
14390     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14391     layout: "plot-throughput"
14392
14393 - type: "plot"
14394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14395   algorithm: "plot_perf_box_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14405   layout:
14406     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14407     layout: "plot-throughput"
14408
14409 - type: "plot"
14410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14411   algorithm: "plot_perf_box_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14414   include:
14415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14421   layout:
14422     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14423     layout: "plot-throughput"
14424
14425 - type: "plot"
14426   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14427   algorithm: "plot_perf_box_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14430   include:
14431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14437   layout:
14438     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14439     layout: "plot-throughput"
14440
14441 - type: "plot"
14442   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14443   algorithm: "plot_perf_box_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14453   layout:
14454     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14455     layout: "plot-throughput"
14456
14457 - type: "plot"
14458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14459   algorithm: "plot_perf_box_name"
14460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14462   include:
14463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14469   layout:
14470     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14471     layout: "plot-throughput"
14472
14473 - type: "plot"
14474   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14475   algorithm: "plot_perf_box_name"
14476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14485   layout:
14486     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14487     layout: "plot-throughput"
14488
14489 - type: "plot"
14490   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14491   algorithm: "plot_perf_box_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14501   layout:
14502     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14503     layout: "plot-throughput"
14504
14505 - type: "plot"
14506   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14507   algorithm: "plot_perf_box_name"
14508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14517   layout:
14518     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14519     layout: "plot-throughput"
14520
14521 - type: "plot"
14522   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14523   algorithm: "plot_perf_box_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14526   include:
14527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14531   layout:
14532     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14533     layout: "plot-throughput"
14534
14535 - type: "plot"
14536   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14537   algorithm: "plot_perf_box_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14540   include:
14541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14545   layout:
14546     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
14547     layout: "plot-throughput"
14548
14549 - type: "plot"
14550   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14551   algorithm: "plot_perf_box_name"
14552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14554   include:
14555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14561   layout:
14562     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14563     layout: "plot-throughput"
14564
14565 - type: "plot"
14566   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14567   algorithm: "plot_perf_box_name"
14568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14570   include:
14571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14577   layout:
14578     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14579     layout: "plot-throughput"
14580
14581 - type: "plot"
14582   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14583   algorithm: "plot_perf_box_name"
14584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14586   include:
14587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14593   layout:
14594     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14595     layout: "plot-throughput"
14596
14597 - type: "plot"
14598   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14599   algorithm: "plot_perf_box_name"
14600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14602   include:
14603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14609   layout:
14610     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14611     layout: "plot-throughput"
14612
14613 - type: "plot"
14614   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14615   algorithm: "plot_perf_box_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14617   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14618   include:
14619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14623   layout:
14624     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14625     layout: "plot-throughput"
14626
14627 - type: "plot"
14628   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14629   algorithm: "plot_perf_box_name"
14630   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14631   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14632   include:
14633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14637   layout:
14638     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14639     layout: "plot-throughput"
14640
14641 - type: "plot"
14642   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14643   algorithm: "plot_perf_box_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14645   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14646   include:
14647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14653   layout:
14654     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14655     layout: "plot-throughput"
14656
14657 - type: "plot"
14658   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14659   algorithm: "plot_perf_box_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14661   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14662   include:
14663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14669   layout:
14670     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14671     layout: "plot-throughput"
14672
14673 - type: "plot"
14674   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14675   algorithm: "plot_perf_box_name"
14676   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14677   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14678   include:
14679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14683   layout:
14684     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
14685     layout: "plot-throughput"
14686
14687 - type: "plot"
14688   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14689   algorithm: "plot_perf_box_name"
14690   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14691   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14692   include:
14693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14697   layout:
14698     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
14699     layout: "plot-throughput"
14700
14701 - type: "plot"
14702   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14703   algorithm: "plot_perf_box_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14706   include:
14707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14713   layout:
14714     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
14715     layout: "plot-throughput"
14716
14717 - type: "plot"
14718   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14719   algorithm: "plot_perf_box_name"
14720   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14721   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14722   include:
14723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14729   layout:
14730     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
14731     layout: "plot-throughput"
14732
14733 - type: "plot"
14734   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14735   algorithm: "plot_perf_box_name"
14736   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14737   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14738   include:
14739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14745   layout:
14746     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
14747     layout: "plot-throughput"
14748
14749 - type: "plot"
14750   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14751   algorithm: "plot_perf_box_name"
14752   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14753   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14754   include:
14755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14761   layout:
14762     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
14763     layout: "plot-throughput"
14764
14765 - type: "plot"
14766   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14767   algorithm: "plot_perf_box_name"
14768   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14770   include:
14771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14777   layout:
14778     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
14779     layout: "plot-throughput"
14780
14781 - type: "plot"
14782   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14783   algorithm: "plot_perf_box_name"
14784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14786   include:
14787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14790     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14791     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14793   layout:
14794     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
14795     layout: "plot-throughput"
14796
14797 - type: "plot"
14798   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14799   algorithm: "plot_perf_box_name"
14800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14802   include:
14803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14806 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14807 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14808 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14809   layout:
14810     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
14811     layout: "plot-throughput"
14812
14813 - type: "plot"
14814   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14815   algorithm: "plot_perf_box_name"
14816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14818   include:
14819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14822 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14823 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14824 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14825   layout:
14826     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
14827     layout: "plot-throughput"
14828
14829 - type: "plot"
14830   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14831   algorithm: "plot_perf_box_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14834   include:
14835     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14837     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14838     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14841   layout:
14842     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
14843     layout: "plot-throughput"
14844
14845 - type: "plot"
14846   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14847   algorithm: "plot_perf_box_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14857   layout:
14858     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
14859     layout: "plot-throughput"
14860
14861 - type: "plot"
14862   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14863   algorithm: "plot_perf_box_name"
14864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14866   include:
14867     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14868     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14869     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14870     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14871     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14872     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14873   layout:
14874     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14875     layout: "plot-throughput"
14876
14877 - type: "plot"
14878   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14879   algorithm: "plot_perf_box_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14882   include:
14883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14887     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14888     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14889   layout:
14890     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14891     layout: "plot-throughput"
14892
14893 #- type: "plot"
14894 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14895 #  algorithm: "plot_perf_box_name"
14896 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14897 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14898 #  include:
14899 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14900 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14901 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14902 #  layout:
14903 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
14904 #    layout: "plot-throughput"
14905 #
14906 #- type: "plot"
14907 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14908 #  algorithm: "plot_perf_box_name"
14909 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14910 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14911 #  include:
14912 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14914 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14915 #  layout:
14916 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
14917 #    layout: "plot-throughput"
14918
14919 - type: "plot"
14920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14921   algorithm: "plot_perf_box_name"
14922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14924   include:
14925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14930   layout:
14931     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14932     layout: "plot-throughput"
14933
14934 - type: "plot"
14935   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14936   algorithm: "plot_perf_box_name"
14937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14945   layout:
14946     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14947     layout: "plot-throughput"
14948
14949 - type: "plot"
14950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14951   algorithm: "plot_perf_box_name"
14952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14954   include:
14955     - "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"
14956     - "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"
14957     - "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"
14958     - "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"
14959     - "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"
14960   layout:
14961     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14962     layout: "plot-throughput"
14963
14964 - type: "plot"
14965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14966   algorithm: "plot_perf_box_name"
14967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14969   include:
14970     - "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"
14971     - "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"
14972     - "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"
14973     - "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"
14974     - "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"
14975   layout:
14976     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14977     layout: "plot-throughput"
14978
14979 - type: "plot"
14980   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14981   algorithm: "plot_perf_box_name"
14982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14990   layout:
14991     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14992     layout: "plot-throughput"
14993
14994 - type: "plot"
14995   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14996   algorithm: "plot_perf_box_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15005   layout:
15006     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15007     layout: "plot-throughput"
15008
15009 - type: "plot"
15010   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15011   algorithm: "plot_perf_box_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15020   layout:
15021     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15022     layout: "plot-throughput"
15023
15024 - type: "plot"
15025   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15026   algorithm: "plot_perf_box_name"
15027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15035   layout:
15036     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15037     layout: "plot-throughput"
15038
15039 - type: "plot"
15040   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15041   algorithm: "plot_perf_box_name"
15042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15044   include:
15045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15050   layout:
15051     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15052     layout: "plot-throughput"
15053
15054 - type: "plot"
15055   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15056   algorithm: "plot_perf_box_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15059   include:
15060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15065   layout:
15066     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15067     layout: "plot-throughput"
15068
15069 - type: "plot"
15070   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15071   algorithm: "plot_perf_box_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15074   include:
15075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15080   layout:
15081     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15082     layout: "plot-throughput"
15083
15084 - type: "plot"
15085   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15086   algorithm: "plot_perf_box_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15089   include:
15090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15095   layout:
15096     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15097     layout: "plot-throughput"
15098
15099 - type: "plot"
15100   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15101   algorithm: "plot_perf_box_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15109   layout:
15110     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15111     layout: "plot-throughput"
15112
15113 - type: "plot"
15114   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15115   algorithm: "plot_perf_box_name"
15116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15118   include:
15119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15123   layout:
15124     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15125     layout: "plot-throughput"
15126
15127 - type: "plot"
15128   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15129   algorithm: "plot_perf_box_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "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"
15134     - "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"
15135     - "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"
15136     - "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"
15137   layout:
15138     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15139     layout: "plot-throughput"
15140
15141 - type: "plot"
15142   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15143   algorithm: "plot_perf_box_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15146   include:
15147     - "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"
15148     - "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"
15149     - "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"
15150     - "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"
15151   layout:
15152     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15153     layout: "plot-throughput"
15154
15155 - type: "plot"
15156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15157   algorithm: "plot_perf_box_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15167   layout:
15168     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15169     layout: "plot-throughput"
15170
15171 - type: "plot"
15172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15173   algorithm: "plot_perf_box_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15183   layout:
15184     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15185     layout: "plot-throughput"
15186
15187 - type: "plot"
15188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15189   algorithm: "plot_perf_box_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15199   layout:
15200     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15201     layout: "plot-throughput"
15202
15203 - type: "plot"
15204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15205   algorithm: "plot_perf_box_name"
15206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15208   include:
15209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15215   layout:
15216     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15217     layout: "plot-throughput"
15218
15219 - type: "plot"
15220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15221   algorithm: "plot_perf_box_name"
15222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15224   include:
15225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15231   layout:
15232     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15233     layout: "plot-throughput"
15234
15235 - type: "plot"
15236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15237   algorithm: "plot_perf_box_name"
15238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15240   include:
15241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15249     layout: "plot-throughput"
15250
15251 - type: "plot"
15252   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15253   algorithm: "plot_perf_box_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15264     layout: "plot-throughput"
15265
15266 - type: "plot"
15267   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15268   algorithm: "plot_perf_box_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15277   layout:
15278     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15279     layout: "plot-throughput"
15280
15281 - type: "plot"
15282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15283   algorithm: "plot_perf_box_name"
15284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15289   layout:
15290     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15291     layout: "plot-throughput"
15292
15293 - type: "plot"
15294   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15295   algorithm: "plot_perf_box_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15301   layout:
15302     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15303     layout: "plot-throughput"
15304
15305 - type: "plot"
15306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15307   algorithm: "plot_perf_box_name"
15308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15310   include:
15311     - "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"
15312     - "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"
15313   layout:
15314     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15315     layout: "plot-throughput"
15316
15317 - type: "plot"
15318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15319   algorithm: "plot_perf_box_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15322   include:
15323     - "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"
15324     - "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"
15325   layout:
15326     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15327     layout: "plot-throughput"
15328
15329 - type: "plot"
15330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15331   algorithm: "plot_perf_box_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15337   layout:
15338     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15339     layout: "plot-throughput"
15340
15341 - type: "plot"
15342   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15343   algorithm: "plot_perf_box_name"
15344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15346   include:
15347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15349   layout:
15350     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15351     layout: "plot-throughput"
15352
15353 - type: "plot"
15354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15355   algorithm: "plot_perf_box_name"
15356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15358   include:
15359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15361   layout:
15362     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15363     layout: "plot-throughput"
15364
15365 - type: "plot"
15366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15367   algorithm: "plot_perf_box_name"
15368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15370   include:
15371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15373   layout:
15374     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15375     layout: "plot-throughput"
15376
15377 - type: "plot"
15378   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15379   algorithm: "plot_perf_box_name"
15380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15382   include:
15383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15389   layout:
15390     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15391     layout: "plot-throughput"
15392
15393 - type: "plot"
15394   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15395   algorithm: "plot_perf_box_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15398   include:
15399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15405   layout:
15406     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15407     layout: "plot-throughput"
15408
15409 - type: "plot"
15410   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15411   algorithm: "plot_perf_box_name"
15412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15414   include:
15415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15421   layout:
15422     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15423     layout: "plot-throughput"
15424
15425 - type: "plot"
15426   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15427   algorithm: "plot_perf_box_name"
15428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15430   include:
15431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15437   layout:
15438     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15439     layout: "plot-throughput"
15440
15441 - type: "plot"
15442   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15443   algorithm: "plot_perf_box_name"
15444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15446   include:
15447     - "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"
15448     - "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"
15449     - "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"
15450     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15451     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15452     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15453   layout:
15454     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
15455     layout: "plot-throughput"
15456
15457 - type: "plot"
15458   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15459   algorithm: "plot_perf_box_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15462   include:
15463     - "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"
15464     - "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"
15465     - "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"
15466     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15469   layout:
15470     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
15471     layout: "plot-throughput"
15472
15473 - type: "plot"
15474   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15475   algorithm: "plot_perf_box_name"
15476   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15477   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15478   include:
15479     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15484   layout:
15485     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15486     layout: "plot-throughput"
15487
15488 - type: "plot"
15489   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15490   algorithm: "plot_perf_box_name"
15491   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15492   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15493   include:
15494     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15495     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15496     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15499   layout:
15500     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15501     layout: "plot-throughput"
15502
15503 - type: "plot"
15504   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15505   algorithm: "plot_perf_box_name"
15506   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15507   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15508   include:
15509     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15510     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15513     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15514   layout:
15515     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-ndr"
15516     layout: "plot-throughput"
15517
15518 - type: "plot"
15519   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15520   algorithm: "plot_perf_box_name"
15521   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15522   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15523   include:
15524     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15525     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15526     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15528     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15529   layout:
15530     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-pdr"
15531     layout: "plot-throughput"
15532
15533 - type: "plot"
15534   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
15535   algorithm: "plot_perf_box_name"
15536   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15537   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15538   include:
15539     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15540     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15541     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15542     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
15545   layout:
15546     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15547     layout: "plot-throughput"
15548
15549 - type: "plot"
15550   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
15551   algorithm: "plot_perf_box_name"
15552   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15553   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15554   include:
15555     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15560     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
15561   layout:
15562     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15563     layout: "plot-throughput"
15564
15565 - type: "plot"
15566   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15567   algorithm: "plot_perf_box_name"
15568   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15569   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15570   include:
15571     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15576   layout:
15577     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
15578     layout: "plot-throughput"
15579
15580 - type: "plot"
15581   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15582   algorithm: "plot_perf_box_name"
15583   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15584   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15585   include:
15586     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15591   layout:
15592     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
15593     layout: "plot-throughput"
15594
15595 - type: "plot"
15596   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15597   algorithm: "plot_perf_box_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15599   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15600   include:
15601     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15605   layout:
15606     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
15607     layout: "plot-throughput"
15608
15609 - type: "plot"
15610   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15611   algorithm: "plot_perf_box_name"
15612   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15613   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15614   include:
15615     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15619   layout:
15620     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
15621     layout: "plot-throughput"
15622
15623 - type: "plot"
15624   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
15625   algorithm: "plot_perf_box_name"
15626   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
15627   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15628   include:
15629     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15634   layout:
15635     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-ndr"
15636     layout: "plot-throughput"
15637
15638 - type: "plot"
15639   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
15640   algorithm: "plot_perf_box_name"
15641   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
15642   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15643   include:
15644     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15649   layout:
15650     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-pdr"
15651     layout: "plot-throughput"
15652
15653 ################################################################################
15654
15655 # Packet Speedup
15656
15657 - type: "plot"
15658   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15662   include:
15663     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15664     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15667   layout:
15668     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15676   include:
15677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15679     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15681   layout:
15682     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15690   include:
15691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15693     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15695   layout:
15696     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
15697     layout: "plot-throughput-speedup-analysis"
15698
15699 - type: "plot"
15700   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15701   algorithm: "plot_tsa_name"
15702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15704   include:
15705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15709   layout:
15710     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15718   include:
15719     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15721     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15722     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15723     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15724   layout:
15725     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15733   include:
15734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15735     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15736     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15737     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15738     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15739   layout:
15740     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
15741     layout: "plot-throughput-speedup-analysis"
15742
15743 - type: "plot"
15744   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15745   algorithm: "plot_tsa_name"
15746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15748   include:
15749     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15750     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15751     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15752     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15753     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15754   layout:
15755     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15763   include:
15764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15765     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15767     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15768     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15769   layout:
15770     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 - type: "plot"
15774   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15775   algorithm: "plot_tsa_name"
15776   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15778   include:
15779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15785   layout:
15786     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15794   include:
15795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15801   layout:
15802     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15810   include:
15811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15816   layout:
15817     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15825   include:
15826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15831   layout:
15832     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15840   include:
15841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15844   layout:
15845     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15853   include:
15854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15857   layout:
15858     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15866   include:
15867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15872   layout:
15873     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15881   include:
15882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15887   layout:
15888     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15896   include:
15897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15900   layout:
15901     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
15902     layout: "plot-throughput-speedup-analysis"
15903
15904 - type: "plot"
15905   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15906   algorithm: "plot_tsa_name"
15907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
15908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15909   include:
15910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15913   layout:
15914     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15922   include:
15923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15929   layout:
15930     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15938   include:
15939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15945   layout:
15946     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15954   include:
15955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15960   layout:
15961     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
15962     layout: "plot-throughput-speedup-analysis"
15963
15964 - type: "plot"
15965   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
15966   algorithm: "plot_tsa_name"
15967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
15968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15969   include:
15970     - "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"
15971     - "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"
15972     - "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"
15973     - "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"
15974     - "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"
15975   layout:
15976     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15984   include:
15985     - "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"
15986     - "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"
15987     - "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"
15988     - "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"
15989     - "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"
15990     - "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"
15991     - "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"
15992     - "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"
15993     - "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"
15994     - "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"
15995   layout:
15996     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
15997     layout: "plot-throughput-speedup-analysis-cps"
15998
15999 - type: "plot"
16000   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16004   include:
16005     - "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"
16006     - "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"
16007     - "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"
16008     - "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"
16009     - "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"
16010     - "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"
16011     - "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"
16012     - "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"
16013     - "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"
16014     - "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"
16015   layout:
16016     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16024   include:
16025     - "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"
16026     - "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"
16027     - "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"
16028     - "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"
16029     - "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"
16030     - "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"
16031     - "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"
16032     - "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"
16033     - "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"
16034     - "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"
16035   layout:
16036     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16037     layout: "plot-throughput-speedup-analysis-cps"
16038
16039 - type: "plot"
16040   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16044   include:
16045     - "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"
16046     - "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"
16047     - "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"
16048     - "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"
16049     - "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"
16050     - "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"
16051     - "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"
16052     - "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"
16053     - "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"
16054     - "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"
16055   layout:
16056     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16064   include:
16065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16070   layout:
16071     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16079   include:
16080     - "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"
16081     - "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"
16082     - "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"
16083     - "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"
16084     - "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"
16085   layout:
16086     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 - type: "plot"
16090   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16091   algorithm: "plot_tsa_name"
16092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16094   include:
16095     - "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"
16096     - "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"
16097     - "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"
16098     - "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"
16099     - "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"
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104     - "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"
16105   layout:
16106     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16107     layout: "plot-throughput-speedup-analysis-cps"
16108
16109 - type: "plot"
16110   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16114   include:
16115     - "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"
16116     - "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"
16117     - "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"
16118     - "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"
16119     - "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"
16120     - "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"
16121     - "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"
16122     - "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"
16123     - "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"
16124     - "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"
16125   layout:
16126     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16127     layout: "plot-throughput-speedup-analysis"
16128
16129 - type: "plot"
16130   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16131   algorithm: "plot_tsa_name"
16132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16134   include:
16135     - "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"
16136     - "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"
16137     - "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"
16138     - "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"
16139     - "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"
16140     - "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"
16141     - "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"
16142     - "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"
16143     - "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"
16144     - "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"
16145   layout:
16146     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16147     layout: "plot-throughput-speedup-analysis-cps"
16148
16149 - type: "plot"
16150   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16154   include:
16155     - "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"
16156     - "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"
16157     - "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"
16158     - "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"
16159     - "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"
16160     - "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"
16161     - "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"
16162     - "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"
16163     - "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"
16164     - "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"
16165   layout:
16166     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16174   include:
16175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16181   layout:
16182     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16190   include:
16191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16197   layout:
16198     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16206   include:
16207     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16212   layout:
16213     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16214     layout: "plot-throughput-speedup-analysis"
16215
16216 - type: "plot"
16217   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16218   algorithm: "plot_tsa_name"
16219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16221   include:
16222     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16227   layout:
16228     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16229     layout: "plot-throughput-speedup-analysis"
16230
16231 - type: "plot"
16232   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16233   algorithm: "plot_tsa_name"
16234   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16236   include:
16237     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16241   layout:
16242     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16250   include:
16251     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16255   layout:
16256     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16264   include:
16265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16268 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16269 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16270   layout:
16271     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16279   include:
16280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16283 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16284 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16285   layout:
16286     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
16287     layout: "plot-throughput-speedup-analysis"
16288
16289 - type: "plot"
16290   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16291   algorithm: "plot_tsa_name"
16292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16294   include:
16295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16300   layout:
16301     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16302     layout: "plot-throughput-speedup-analysis"
16303
16304 - type: "plot"
16305   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16306   algorithm: "plot_tsa_name"
16307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16309   include:
16310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16315   layout:
16316     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16317     layout: "plot-throughput-speedup-analysis"
16318
16319 - type: "plot"
16320   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16321   algorithm: "plot_tsa_name"
16322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16324   include:
16325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16330   layout:
16331     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16332     layout: "plot-throughput-speedup-analysis"
16333
16334 - type: "plot"
16335   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16336   algorithm: "plot_tsa_name"
16337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16339   include:
16340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16345   layout:
16346     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16354   include:
16355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16359   layout:
16360     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16361     layout: "plot-throughput-speedup-analysis"
16362
16363 - type: "plot"
16364   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16365   algorithm: "plot_tsa_name"
16366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16368   include:
16369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16373   layout:
16374     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16382   include:
16383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16388   layout:
16389     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16397   include:
16398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16403   layout:
16404     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16405     layout: "plot-throughput-speedup-analysis"
16406
16407 - type: "plot"
16408   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16409   algorithm: "plot_tsa_name"
16410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16412   include:
16413     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16415   layout:
16416     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
16417     layout: "plot-throughput-speedup-analysis"
16418
16419 - type: "plot"
16420   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16421   algorithm: "plot_tsa_name"
16422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16424   include:
16425     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16427   layout:
16428     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16436   include:
16437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16441   layout:
16442     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16450   include:
16451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16455   layout:
16456     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16464   include:
16465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16469   layout:
16470     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
16471     layout: "plot-throughput-speedup-analysis"
16472
16473 - type: "plot"
16474   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
16475   algorithm: "plot_tsa_name"
16476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
16477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16478   include:
16479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16483   layout:
16484     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16492   include:
16493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16500   layout:
16501     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16509   include:
16510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16517   layout:
16518     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16526   include:
16527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16532   layout:
16533     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16541   include:
16542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16547   layout:
16548     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16556   include:
16557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16561   layout:
16562     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
16563     layout: "plot-throughput-speedup-analysis"
16564
16565 - type: "plot"
16566   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
16567   algorithm: "plot_tsa_name"
16568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
16569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16570   include:
16571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
16573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16575   layout:
16576     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
16577     layout: "plot-throughput-speedup-analysis"
16578
16579 - type: "plot"
16580   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16581   algorithm: "plot_tsa_name"
16582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16584   include:
16585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16590   layout:
16591     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
16592     layout: "plot-throughput-speedup-analysis"
16593
16594 - type: "plot"
16595   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16596   algorithm: "plot_tsa_name"
16597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16599   include:
16600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16605   layout:
16606     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
16607     layout: "plot-throughput-speedup-analysis"
16608
16609 - type: "plot"
16610   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
16611   algorithm: "plot_tsa_name"
16612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
16613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16614   include:
16615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
16617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
16618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16619   layout:
16620     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
16621     layout: "plot-throughput-speedup-analysis"
16622
16623 - type: "plot"
16624   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
16625   algorithm: "plot_tsa_name"
16626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
16627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16628   include:
16629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
16631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
16632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
16633   layout:
16634     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
16635     layout: "plot-throughput-speedup-analysis"
16636
16637 - type: "plot"
16638   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16639   algorithm: "plot_tsa_name"
16640   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16642   include:
16643     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16647   layout:
16648     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
16649     layout: "plot-throughput-speedup-analysis"
16650
16651 - type: "plot"
16652   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16653   algorithm: "plot_tsa_name"
16654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16656   include:
16657     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
16661   layout:
16662     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
16663     layout: "plot-throughput-speedup-analysis"
16664
16665 - type: "plot"
16666   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
16667   algorithm: "plot_tsa_name"
16668   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
16669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16670   include:
16671     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16674   layout:
16675     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
16676     layout: "plot-throughput-speedup-analysis"
16677
16678 - type: "plot"
16679   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
16680   algorithm: "plot_tsa_name"
16681   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
16682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16683   include:
16684     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16687   layout:
16688     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16696   include:
16697     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16702   layout:
16703     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16704     layout: "plot-throughput-speedup-analysis"
16705
16706 - type: "plot"
16707   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16708   algorithm: "plot_tsa_name"
16709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16711   include:
16712     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16717   layout:
16718     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16726   include:
16727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16732   layout:
16733     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
16734     layout: "plot-throughput-speedup-analysis"
16735
16736 - type: "plot"
16737   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16738   algorithm: "plot_tsa_name"
16739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
16740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16741   include:
16742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
16747   layout:
16748     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
16749     layout: "plot-throughput-speedup-analysis"
16750
16751 - type: "plot"
16752   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
16753   algorithm: "plot_tsa_name"
16754   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
16755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16756   include:
16757     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16758     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16759     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16760     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16761     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16762     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16763   layout:
16764     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
16765     layout: "plot-throughput-speedup-analysis"
16766
16767 - type: "plot"
16768   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
16769   algorithm: "plot_tsa_name"
16770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
16771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16772   include:
16773     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16774     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16775     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16776     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16777     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16778     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16779   layout:
16780     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16788   include:
16789     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16790     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16791     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
16792     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16793   layout:
16794     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
16795     layout: "plot-throughput-speedup-analysis"
16796
16797 - type: "plot"
16798   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
16799   algorithm: "plot_tsa_name"
16800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
16801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16802   include:
16803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
16804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16805     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16806     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16807   layout:
16808     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
16809     layout: "plot-throughput-speedup-analysis"
16810
16811 - type: "plot"
16812   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
16813   algorithm: "plot_tsa_name"
16814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
16815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16816   include:
16817     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16818     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16819     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16820     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16821     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16822     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16823   layout:
16824     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
16825     layout: "plot-throughput-speedup-analysis"
16826
16827 - type: "plot"
16828   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
16829   algorithm: "plot_tsa_name"
16830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
16831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16832   include:
16833     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16834     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16835     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16836     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16837     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16838     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16839   layout:
16840     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
16841     layout: "plot-throughput-speedup-analysis"
16842
16843 - type: "plot"
16844   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
16845   algorithm: "plot_tsa_name"
16846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
16847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16848   include:
16849     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16850     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16851     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16852     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16853     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16854     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16855   layout:
16856     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
16857     layout: "plot-throughput-speedup-analysis"
16858
16859 - type: "plot"
16860   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
16861   algorithm: "plot_tsa_name"
16862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
16863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16864   include:
16865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16866     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16867     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16868     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16869     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16871   layout:
16872     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
16873     layout: "plot-throughput-speedup-analysis"
16874
16875 - type: "plot"
16876   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16877   algorithm: "plot_tsa_name"
16878   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16880   include:
16881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16887   layout:
16888     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16889     layout: "plot-throughput-speedup-analysis"
16890
16891 - type: "plot"
16892   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16893   algorithm: "plot_tsa_name"
16894   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16896   include:
16897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16903   layout:
16904     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16905     layout: "plot-throughput-speedup-analysis"
16906
16907 - type: "plot"
16908   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16909   algorithm: "plot_tsa_name"
16910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16912   include:
16913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16918   layout:
16919     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
16920     layout: "plot-throughput-speedup-analysis"
16921
16922 - type: "plot"
16923   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16924   algorithm: "plot_tsa_name"
16925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16927   include:
16928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16933   layout:
16934     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
16935     layout: "plot-throughput-speedup-analysis"
16936
16937 - type: "plot"
16938   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16939   algorithm: "plot_tsa_name"
16940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16942   include:
16943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16948   layout:
16949     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
16950     layout: "plot-throughput-speedup-analysis"
16951
16952 - type: "plot"
16953   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16954   algorithm: "plot_tsa_name"
16955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16957   include:
16958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16963   layout:
16964     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
16965     layout: "plot-throughput-speedup-analysis"
16966
16967 - type: "plot"
16968   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16969   algorithm: "plot_tsa_name"
16970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
16971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16972   include:
16973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16977   layout:
16978     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
16979     layout: "plot-throughput-speedup-analysis"
16980
16981 - type: "plot"
16982   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16983   algorithm: "plot_tsa_name"
16984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
16985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16986   include:
16987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16991   layout:
16992     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
16993     layout: "plot-throughput-speedup-analysis"
16994
16995 - type: "plot"
16996   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16997   algorithm: "plot_tsa_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17000   include:
17001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17005   layout:
17006     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17007     layout: "plot-throughput-speedup-analysis"
17008
17009 - type: "plot"
17010   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17011   algorithm: "plot_tsa_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17014   include:
17015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17019   layout:
17020     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17021     layout: "plot-throughput-speedup-analysis"
17022
17023 - type: "plot"
17024   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17025   algorithm: "plot_tsa_name"
17026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17028   include:
17029     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17035   layout:
17036     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
17037     layout: "plot-throughput-speedup-analysis"
17038
17039 - type: "plot"
17040   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17041   algorithm: "plot_tsa_name"
17042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17044   include:
17045     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17051   layout:
17052     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
17053     layout: "plot-throughput-speedup-analysis"
17054
17055 - type: "plot"
17056   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17057   algorithm: "plot_tsa_name"
17058   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17060   include:
17061     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17062     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17063     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17064     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17065     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17066   layout:
17067     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
17068     layout: "plot-throughput-speedup-analysis"
17069
17070 - type: "plot"
17071   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17072   algorithm: "plot_tsa_name"
17073   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17075   include:
17076     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17077     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17078     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17079     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17080     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17081   layout:
17082     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
17083     layout: "plot-throughput-speedup-analysis"
17084
17085 - type: "plot"
17086   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17087   algorithm: "plot_tsa_name"
17088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17090   include:
17091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17096   layout:
17097     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
17098     layout: "plot-throughput-speedup-analysis"
17099
17100 - type: "plot"
17101   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17102   algorithm: "plot_tsa_name"
17103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17105   include:
17106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17111   layout:
17112     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
17113     layout: "plot-throughput-speedup-analysis"
17114
17115 - type: "plot"
17116   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17117   algorithm: "plot_tsa_name"
17118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17120   include:
17121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17123     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17125   layout:
17126     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17127     layout: "plot-throughput-speedup-analysis"
17128
17129 - type: "plot"
17130   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17131   algorithm: "plot_tsa_name"
17132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17134   include:
17135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17139   layout:
17140     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17141     layout: "plot-throughput-speedup-analysis"
17142
17143 - type: "plot"
17144   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17145   algorithm: "plot_tsa_name"
17146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17148   include:
17149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17155   layout:
17156     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17157     layout: "plot-throughput-speedup-analysis"
17158
17159 - type: "plot"
17160   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17161   algorithm: "plot_tsa_name"
17162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17164   include:
17165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17171   layout:
17172     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17173     layout: "plot-throughput-speedup-analysis"
17174
17175 - type: "plot"
17176   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17177   algorithm: "plot_tsa_name"
17178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17180   include:
17181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17187   layout:
17188     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17189     layout: "plot-throughput-speedup-analysis"
17190
17191 - type: "plot"
17192   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17193   algorithm: "plot_tsa_name"
17194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17196   include:
17197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17203   layout:
17204     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17205     layout: "plot-throughput-speedup-analysis"
17206
17207 - type: "plot"
17208   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17209   algorithm: "plot_tsa_name"
17210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17212   include:
17213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17219   layout:
17220     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
17221     layout: "plot-throughput-speedup-analysis"
17222
17223 - type: "plot"
17224   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17225   algorithm: "plot_tsa_name"
17226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17228   include:
17229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17235   layout:
17236     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
17237     layout: "plot-throughput-speedup-analysis"
17238
17239 - type: "plot"
17240   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17241   algorithm: "plot_tsa_name"
17242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17244   include:
17245     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17246     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17247     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17251   layout:
17252     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
17253     layout: "plot-throughput-speedup-analysis"
17254
17255 - type: "plot"
17256   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17257   algorithm: "plot_tsa_name"
17258   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17260   include:
17261     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17262     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17263     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17264     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17265     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17266     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17267   layout:
17268     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
17269     layout: "plot-throughput-speedup-analysis"
17270
17271 - type: "plot"
17272   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17273   algorithm: "plot_tsa_name"
17274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17276   include:
17277     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17278     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17279     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17280     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17281     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17282     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17283   layout:
17284     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
17285     layout: "plot-throughput-speedup-analysis"
17286
17287 - type: "plot"
17288   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17289   algorithm: "plot_tsa_name"
17290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17292   include:
17293     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17294     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17295     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17296     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17297     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17298     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17299   layout:
17300     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
17301     layout: "plot-throughput-speedup-analysis"
17302
17303 - type: "plot"
17304   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
17305   algorithm: "plot_tsa_name"
17306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17308   include:
17309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17314   layout:
17315     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
17316     layout: "plot-throughput-speedup-analysis"
17317
17318 - type: "plot"
17319   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
17320   algorithm: "plot_tsa_name"
17321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17323   include:
17324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17329   layout:
17330     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
17331     layout: "plot-throughput-speedup-analysis"
17332
17333 - type: "plot"
17334   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17335   algorithm: "plot_tsa_name"
17336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17338   include:
17339     - "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"
17340     - "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"
17341     - "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"
17342     - "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"
17343     - "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"
17344   layout:
17345     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17346     layout: "plot-throughput-speedup-analysis"
17347
17348 - type: "plot"
17349   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17350   algorithm: "plot_tsa_name"
17351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17353   include:
17354     - "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"
17355     - "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"
17356     - "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"
17357     - "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"
17358     - "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"
17359   layout:
17360     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17361     layout: "plot-throughput-speedup-analysis"
17362
17363 - type: "plot"
17364   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17365   algorithm: "plot_tsa_name"
17366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17368   include:
17369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17374   layout:
17375     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17376     layout: "plot-throughput-speedup-analysis"
17377
17378 - type: "plot"
17379   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17380   algorithm: "plot_tsa_name"
17381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17383   include:
17384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17389   layout:
17390     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17391     layout: "plot-throughput-speedup-analysis"
17392
17393 - type: "plot"
17394   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17395   algorithm: "plot_tsa_name"
17396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17398   include:
17399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17404   layout:
17405     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17406     layout: "plot-throughput-speedup-analysis"
17407
17408 - type: "plot"
17409   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17410   algorithm: "plot_tsa_name"
17411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17413   include:
17414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17419   layout:
17420     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17421     layout: "plot-throughput-speedup-analysis"
17422
17423 - type: "plot"
17424   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17425   algorithm: "plot_tsa_name"
17426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
17427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17428   include:
17429     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17430     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17431     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17432     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17433     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17434   layout:
17435     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17436     layout: "plot-throughput-speedup-analysis"
17437
17438 - type: "plot"
17439   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17440   algorithm: "plot_tsa_name"
17441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
17442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17443   include:
17444     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17445     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17446     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17447     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17448     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17449   layout:
17450     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17451     layout: "plot-throughput-speedup-analysis"
17452
17453 - type: "plot"
17454   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17455   algorithm: "plot_tsa_name"
17456   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17458   include:
17459     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17460     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17461     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17462     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17463     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17464   layout:
17465     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17466     layout: "plot-throughput-speedup-analysis"
17467
17468 - type: "plot"
17469   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
17470   algorithm: "plot_tsa_name"
17471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17473   include:
17474     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17475     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17476     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17479   layout:
17480     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
17481     layout: "plot-throughput-speedup-analysis"
17482
17483 - type: "plot"
17484   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
17485   algorithm: "plot_tsa_name"
17486   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
17487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17488   include:
17489     - "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"
17490     - "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"
17491     - "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"
17492     - "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"
17493   layout:
17494     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
17495     layout: "plot-throughput-speedup-analysis"
17496
17497 - type: "plot"
17498   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
17499   algorithm: "plot_tsa_name"
17500   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
17501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17502   include:
17503     - "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"
17504     - "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"
17505     - "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"
17506     - "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"
17507   layout:
17508     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
17509     layout: "plot-throughput-speedup-analysis"
17510
17511 - type: "plot"
17512   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17513   algorithm: "plot_tsa_name"
17514   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
17515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17516   include:
17517     - "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"
17518     - "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"
17519     - "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"
17520     - "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"
17521   layout:
17522     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17523     layout: "plot-throughput-speedup-analysis"
17524
17525 - type: "plot"
17526   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17527   algorithm: "plot_tsa_name"
17528   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
17529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17530   include:
17531     - "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"
17532     - "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"
17533     - "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"
17534     - "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"
17535   layout:
17536     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17537     layout: "plot-throughput-speedup-analysis"
17538
17539 - type: "plot"
17540   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
17541   algorithm: "plot_tsa_name"
17542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17544   include:
17545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17551   layout:
17552     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
17553     layout: "plot-throughput-speedup-analysis"
17554
17555 - type: "plot"
17556   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
17557   algorithm: "plot_tsa_name"
17558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17560   include:
17561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17567   layout:
17568     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
17569     layout: "plot-throughput-speedup-analysis"
17570
17571 - type: "plot"
17572   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17573   algorithm: "plot_tsa_name"
17574   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17576   include:
17577     - "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"
17578     - "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"
17579     - "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"
17580     - "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"
17581     - "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"
17582     - "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"
17583   layout:
17584     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17585     layout: "plot-throughput-speedup-analysis"
17586
17587 - type: "plot"
17588   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17589   algorithm: "plot_tsa_name"
17590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17592   include:
17593     - "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"
17594     - "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"
17595     - "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"
17596     - "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"
17597     - "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"
17598     - "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"
17599   layout:
17600     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17601     layout: "plot-throughput-speedup-analysis"
17602
17603 - type: "plot"
17604   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17605   algorithm: "plot_tsa_name"
17606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17608   include:
17609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17615   layout:
17616     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17617     layout: "plot-throughput-speedup-analysis"
17618
17619 - type: "plot"
17620   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17621   algorithm: "plot_tsa_name"
17622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17624   include:
17625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17631   layout:
17632     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17633     layout: "plot-throughput-speedup-analysis"
17634
17635 - type: "plot"
17636   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17637   algorithm: "plot_tsa_name"
17638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17640   include:
17641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17646   layout:
17647     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17648     layout: "plot-throughput-speedup-analysis"
17649
17650 - type: "plot"
17651   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17652   algorithm: "plot_tsa_name"
17653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17655   include:
17656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17661   layout:
17662     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17663     layout: "plot-throughput-speedup-analysis"
17664
17665 - type: "plot"
17666   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
17667   algorithm: "plot_tsa_name"
17668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
17669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17670   include:
17671     - "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"
17672     - "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"
17673   layout:
17674     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
17675     layout: "plot-throughput-speedup-analysis"
17676
17677 - type: "plot"
17678   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
17679   algorithm: "plot_tsa_name"
17680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
17681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17682   include:
17683     - "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"
17684     - "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"
17685   layout:
17686     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
17687     layout: "plot-throughput-speedup-analysis"
17688
17689 - type: "plot"
17690   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17691   algorithm: "plot_tsa_name"
17692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
17693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17694   include:
17695     - "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"
17696     - "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"
17697   layout:
17698     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
17699     layout: "plot-throughput-speedup-analysis"
17700
17701 - type: "plot"
17702   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17703   algorithm: "plot_tsa_name"
17704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
17705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17706   include:
17707     - "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"
17708     - "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"
17709   layout:
17710     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
17711     layout: "plot-throughput-speedup-analysis"
17712
17713 - type: "plot"
17714   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
17715   algorithm: "plot_tsa_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
17717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17718   include:
17719     - "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"
17720     - "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"
17721     - "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"
17722     - "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"
17723     - "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"
17724     - "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"
17725   layout:
17726     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
17727     layout: "plot-throughput-speedup-analysis"
17728
17729 - type: "plot"
17730   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
17731   algorithm: "plot_tsa_name"
17732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
17733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17734   include:
17735     - "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"
17736     - "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"
17737     - "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"
17738     - "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"
17739     - "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"
17740     - "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"
17741   layout:
17742     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
17743     layout: "plot-throughput-speedup-analysis"
17744
17745 - type: "plot"
17746   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17747   algorithm: "plot_tsa_name"
17748   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
17749   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17750   include:
17751     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17752     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17753     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17754     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17755     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17756   layout:
17757     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
17758     layout: "plot-throughput-speedup-analysis"
17759
17760 - type: "plot"
17761   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17762   algorithm: "plot_tsa_name"
17763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
17764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17765   include:
17766     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17767     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17768     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17769     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17770     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17771   layout:
17772     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
17773     layout: "plot-throughput-speedup-analysis"
17774
17775 - type: "plot"
17776   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17777   algorithm: "plot_tsa_name"
17778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17780   include:
17781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17786   layout:
17787     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
17788     layout: "plot-throughput-speedup-analysis"
17789
17790 - type: "plot"
17791   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17792   algorithm: "plot_tsa_name"
17793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17795   include:
17796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17801   layout:
17802     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
17803     layout: "plot-throughput-speedup-analysis"
17804
17805 - type: "plot"
17806   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17807   algorithm: "plot_tsa_name"
17808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17810   include:
17811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17815   layout:
17816     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
17817     layout: "plot-throughput-speedup-analysis"
17818
17819 - type: "plot"
17820   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17821   algorithm: "plot_tsa_name"
17822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17824   include:
17825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17829   layout:
17830     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
17831     layout: "plot-throughput-speedup-analysis"
17832
17833 - type: "plot"
17834   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17835   algorithm: "plot_tsa_name"
17836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17838   include:
17839     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17843   layout:
17844     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
17845     layout: "plot-throughput-speedup-analysis"
17846
17847 - type: "plot"
17848   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17849   algorithm: "plot_tsa_name"
17850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17852   include:
17853     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17857   layout:
17858     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
17859     layout: "plot-throughput-speedup-analysis"
17860
17861 - type: "plot"
17862   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17863   algorithm: "plot_tsa_name"
17864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17866   include:
17867     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17872   layout:
17873     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
17874     layout: "plot-throughput-speedup-analysis"
17875
17876 - type: "plot"
17877   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17878   algorithm: "plot_tsa_name"
17879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17881   include:
17882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17887   layout:
17888     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
17889     layout: "plot-throughput-speedup-analysis"
17890
17891 - type: "plot"
17892   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17893   algorithm: "plot_tsa_name"
17894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17896   include:
17897     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17898     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17899     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17900     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17901     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17902     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17903   layout:
17904     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
17905     layout: "plot-throughput-speedup-analysis"
17906
17907 - type: "plot"
17908   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17909   algorithm: "plot_tsa_name"
17910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17912   include:
17913     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17914     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17915     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17916     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17917     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17918     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17919   layout:
17920     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
17921     layout: "plot-throughput-speedup-analysis"
17922
17923 - type: "plot"
17924   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17925   algorithm: "plot_tsa_name"
17926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
17927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17928   include:
17929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17933   layout:
17934     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 - type: "plot"
17938   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17939   algorithm: "plot_tsa_name"
17940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
17941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17942   include:
17943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17947   layout:
17948     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
17949     layout: "plot-throughput-speedup-analysis"
17950
17951 - type: "plot"
17952   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17953   algorithm: "plot_tsa_name"
17954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17956   include:
17957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17963   layout:
17964     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
17965     layout: "plot-throughput-speedup-analysis"
17966
17967 - type: "plot"
17968   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17969   algorithm: "plot_tsa_name"
17970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17972   include:
17973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17979   layout:
17980     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
17981     layout: "plot-throughput-speedup-analysis"
17982
17983 - type: "plot"
17984   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17985   algorithm: "plot_tsa_name"
17986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
17987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
17988   include:
17989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17995   layout:
17996     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
17997     layout: "plot-throughput-speedup-analysis"
17998
17999 - type: "plot"
18000   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18001   algorithm: "plot_tsa_name"
18002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18004   include:
18005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18011   layout:
18012     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18013     layout: "plot-throughput-speedup-analysis"
18014
18015 - type: "plot"
18016   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18017   algorithm: "plot_tsa_name"
18018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18020   include:
18021     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18022     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18023     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18024     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18025     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18026     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18027   layout:
18028     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18029     layout: "plot-throughput-speedup-analysis"
18030
18031 - type: "plot"
18032   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18033   algorithm: "plot_tsa_name"
18034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18036   include:
18037     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18038     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18039     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18040     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18041     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18042     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18043   layout:
18044     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18045     layout: "plot-throughput-speedup-analysis"
18046
18047 - type: "plot"
18048   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18049   algorithm: "plot_tsa_name"
18050   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18051   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18052   include:
18053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18054     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18055     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18056     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18057     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18058     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18059   layout:
18060     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
18061     layout: "plot-throughput-speedup-analysis"
18062
18063 - type: "plot"
18064   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18065   algorithm: "plot_tsa_name"
18066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18068   include:
18069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18072     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18073     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18075   layout:
18076     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
18077     layout: "plot-throughput-speedup-analysis"
18078
18079 - type: "plot"
18080   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18081   algorithm: "plot_tsa_name"
18082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18084   include:
18085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18090     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18091   layout:
18092     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18093     layout: "plot-throughput-speedup-analysis"
18094
18095 - type: "plot"
18096   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18097   algorithm: "plot_tsa_name"
18098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18100   include:
18101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18107   layout:
18108     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18109     layout: "plot-throughput-speedup-analysis"
18110
18111 #- type: "plot"
18112 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18113 #  algorithm: "plot_tsa_name"
18114 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18115 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18116 #  include:
18117 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18118 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18119 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18120 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18121 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18122 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18123 #  layout:
18124 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
18125 #    layout: "plot-throughput-speedup-analysis"
18126 #
18127 #- type: "plot"
18128 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18129 #  algorithm: "plot_tsa_name"
18130 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18131 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18132 #  include:
18133 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18134 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18135 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18136 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18137 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18138 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18139 #  layout:
18140 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
18141 #    layout: "plot-throughput-speedup-analysis"
18142
18143 - type: "plot"
18144   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18145   algorithm: "plot_tsa_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18147   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18148   include:
18149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18155   layout:
18156     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18164   include:
18165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18171   layout:
18172     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18180   include:
18181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18187   layout:
18188     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18189     layout: "plot-throughput-speedup-analysis"
18190
18191 - type: "plot"
18192   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18193   algorithm: "plot_tsa_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18195   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18196   include:
18197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18203   layout:
18204     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18212   include:
18213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18218   layout:
18219     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18220     layout: "plot-throughput-speedup-analysis"
18221
18222 - type: "plot"
18223   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18224   algorithm: "plot_tsa_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18227   include:
18228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18233   layout:
18234     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18242   include:
18243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18247   layout:
18248     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18249     layout: "plot-throughput-speedup-analysis"
18250
18251 - type: "plot"
18252   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18253   algorithm: "plot_tsa_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18255   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18256   include:
18257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18261   layout:
18262     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18270   include:
18271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18277   layout:
18278     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18286   include:
18287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18293   layout:
18294     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18295     layout: "plot-throughput-speedup-analysis"
18296
18297 - type: "plot"
18298   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18299   algorithm: "plot_tsa_name"
18300   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18301   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18309   layout:
18310     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18318   include:
18319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18325   layout:
18326     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18334   include:
18335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18340   layout:
18341     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18342     layout: "plot-throughput-speedup-analysis"
18343
18344 - type: "plot"
18345   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18346   algorithm: "plot_tsa_name"
18347   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18348   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18349   include:
18350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18355   layout:
18356     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 - type: "plot"
18360   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18361   algorithm: "plot_tsa_name"
18362   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18363   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18364   include:
18365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18369   layout:
18370     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18371     layout: "plot-throughput-speedup-analysis"
18372
18373 - type: "plot"
18374   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18375   algorithm: "plot_tsa_name"
18376   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18377   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18378   include:
18379     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18383   layout:
18384     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 - type: "plot"
18388   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18389   algorithm: "plot_tsa_name"
18390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18392   include:
18393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18398   layout:
18399     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18400     layout: "plot-throughput-speedup-analysis"
18401
18402 - type: "plot"
18403   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18404   algorithm: "plot_tsa_name"
18405   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18406   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18407   include:
18408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18413   layout:
18414     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18422   include:
18423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18429   layout:
18430     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18438   include:
18439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18445   layout:
18446     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18454   include:
18455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18459   layout:
18460     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18461     layout: "plot-throughput-speedup-analysis"
18462
18463 - type: "plot"
18464   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18465   algorithm: "plot_tsa_name"
18466   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18467   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18468   include:
18469     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18473   layout:
18474     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18475     layout: "plot-throughput-speedup-analysis"
18476
18477 - type: "plot"
18478   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18479   algorithm: "plot_tsa_name"
18480   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18481   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18482   include:
18483     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18484     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18489   layout:
18490     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18491     layout: "plot-throughput-speedup-analysis"
18492
18493 - type: "plot"
18494   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18495   algorithm: "plot_tsa_name"
18496   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18497   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18498   include:
18499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18505   layout:
18506     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18507     layout: "plot-throughput-speedup-analysis"
18508
18509 - type: "plot"
18510   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18511   algorithm: "plot_tsa_name"
18512   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18513   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18514   include:
18515     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18519     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18521   layout:
18522     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18530   include:
18531     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18533     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18537   layout:
18538     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
18539     layout: "plot-throughput-speedup-analysis"
18540
18541 #- type: "plot"
18542 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18543 #  algorithm: "plot_tsa_name"
18544 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18545 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18546 #  include:
18547 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18548 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18549 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18550 #  layout:
18551 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18552 #    layout: "plot-throughput-speedup-analysis"
18553 #
18554 #- type: "plot"
18555 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18556 #  algorithm: "plot_tsa_name"
18557 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18558 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18559 #  include:
18560 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18561 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18562 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18563 #  layout:
18564 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18565 #    layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18572   include:
18573     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18576     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18578   layout:
18579     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18580     layout: "plot-throughput-speedup-analysis"
18581
18582 - type: "plot"
18583   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18584   algorithm: "plot_tsa_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18586   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18587   include:
18588     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18589     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18590     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18593   layout:
18594     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18602   include:
18603     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
18604     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18605     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18606     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18607     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18608   layout:
18609     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-ndr-tsa"
18610     layout: "plot-throughput-speedup-analysis"
18611
18612 - type: "plot"
18613   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
18614   algorithm: "plot_tsa_name"
18615   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
18616   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18617   include:
18618     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
18619     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18620     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18621     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18622     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18623   layout:
18624     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-pdr-tsa"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18632   include:
18633     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18634     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18635     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18636     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
18639   layout:
18640     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18648   include:
18649     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18653     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
18655   layout:
18656     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18657     layout: "plot-throughput-speedup-analysis"
18658
18659 - type: "plot"
18660   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18661   algorithm: "plot_tsa_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18663   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18664   include:
18665     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18670   layout:
18671     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
18672     layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18679   include:
18680     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18685   layout:
18686     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18694   include:
18695     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18699   layout:
18700     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18713   layout:
18714     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18722   include:
18723     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18728   layout:
18729     title: "2n-tx2-xl710-64b-features-l2switching-base-ndr-tsa"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
18737   include:
18738     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18739     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18743   layout:
18744     title: "2n-tx2-xl710-64b-features-l2switching-base-pdr-tsa"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 ################################################################################
18748
18749 # Packet Throughput - DPDK
18750
18751 # 2n-skx-xxv710
18752
18753 - type: "plot"
18754   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
18755   algorithm: "plot_perf_box_name"
18756   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
18757   data: "plot-dpdk-throughput-latency-2n-skx"
18758   include:
18759     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18760     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18761   layout:
18762     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
18763     layout: "plot-throughput"
18764
18765 - type: "plot"
18766   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
18767   algorithm: "plot_perf_box_name"
18768   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
18769   data: "plot-dpdk-throughput-latency-2n-skx"
18770   include:
18771     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18772     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18773   layout:
18774     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
18775     layout: "plot-throughput"
18776
18777 - type: "plot"
18778   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
18779   algorithm: "plot_perf_box_name"
18780   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
18781   data: "plot-dpdk-throughput-latency-2n-skx"
18782   include:
18783     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18784     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18785   layout:
18786     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
18787     layout: "plot-throughput"
18788
18789 - type: "plot"
18790   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
18791   algorithm: "plot_perf_box_name"
18792   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
18793   data: "plot-dpdk-throughput-latency-2n-skx"
18794   include:
18795     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18796     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18797   layout:
18798     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
18799     layout: "plot-throughput"
18800
18801 # 2n-skx-x710
18802
18803 - type: "plot"
18804   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
18805   algorithm: "plot_perf_box_name"
18806   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
18807   data: "plot-dpdk-throughput-latency-2n-skx"
18808   include:
18809     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18810     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18811   layout:
18812     title: "2n-skx-x710-64b-2t1c-base-ndr"
18813     layout: "plot-throughput"
18814
18815 - type: "plot"
18816   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
18817   algorithm: "plot_perf_box_name"
18818   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
18819   data: "plot-dpdk-throughput-latency-2n-skx"
18820   include:
18821     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18822     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18823   layout:
18824     title: "2n-skx-x710-64b-4t2c-base-ndr"
18825     layout: "plot-throughput"
18826
18827 - type: "plot"
18828   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
18829   algorithm: "plot_perf_box_name"
18830   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
18831   data: "plot-dpdk-throughput-latency-2n-skx"
18832   include:
18833     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18834     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18835   layout:
18836     title: "2n-skx-x710-64b-2t1c-base-pdr"
18837     layout: "plot-throughput"
18838
18839 - type: "plot"
18840   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
18841   algorithm: "plot_perf_box_name"
18842   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
18843   data: "plot-dpdk-throughput-latency-2n-skx"
18844   include:
18845     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18846     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18847   layout:
18848     title: "2n-skx-x710-64b-4t2c-base-pdr"
18849     layout: "plot-throughput"
18850
18851 # 3n-skx-xxv710
18852
18853 - type: "plot"
18854   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
18855   algorithm: "plot_perf_box_name"
18856   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
18857   data: "plot-dpdk-throughput-latency-3n-skx"
18858   include:
18859     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18860     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18861   layout:
18862     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
18863     layout: "plot-throughput"
18864
18865 - type: "plot"
18866   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
18867   algorithm: "plot_perf_box_name"
18868   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
18869   data: "plot-dpdk-throughput-latency-3n-skx"
18870   include:
18871     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18872     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18873   layout:
18874     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
18875     layout: "plot-throughput"
18876
18877 - type: "plot"
18878   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
18879   algorithm: "plot_perf_box_name"
18880   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
18881   data: "plot-dpdk-throughput-latency-3n-skx"
18882   include:
18883     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18884     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18885   layout:
18886     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
18887     layout: "plot-throughput"
18888
18889 - type: "plot"
18890   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
18891   algorithm: "plot_perf_box_name"
18892   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
18893   data: "plot-dpdk-throughput-latency-3n-skx"
18894   include:
18895     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18896     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18897   layout:
18898     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
18899     layout: "plot-throughput"
18900
18901 # 3n-skx-x710
18902
18903 - type: "plot"
18904   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
18905   algorithm: "plot_perf_box_name"
18906   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
18907   data: "plot-dpdk-throughput-latency-3n-skx"
18908   include:
18909     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18910     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18911   layout:
18912     title: "3n-skx-x710-64b-2t1c-base-ndr"
18913     layout: "plot-throughput"
18914
18915 - type: "plot"
18916   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
18917   algorithm: "plot_perf_box_name"
18918   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
18919   data: "plot-dpdk-throughput-latency-3n-skx"
18920   include:
18921     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18922     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18923   layout:
18924     title: "3n-skx-x710-64b-4t2c-base-ndr"
18925     layout: "plot-throughput"
18926
18927 - type: "plot"
18928   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
18929   algorithm: "plot_perf_box_name"
18930   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
18931   data: "plot-dpdk-throughput-latency-3n-skx"
18932   include:
18933     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18934     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18935   layout:
18936     title: "3n-skx-x710-64b-2t1c-base-pdr"
18937     layout: "plot-throughput"
18938
18939 - type: "plot"
18940   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
18941   algorithm: "plot_perf_box_name"
18942   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
18943   data: "plot-dpdk-throughput-latency-3n-skx"
18944   include:
18945     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18946     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18947   layout:
18948     title: "3n-skx-x710-64b-4t2c-base-pdr"
18949     layout: "plot-throughput"
18950
18951 # 3n-hsw-xl710
18952
18953 - type: "plot"
18954   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
18955   algorithm: "plot_perf_box_name"
18956   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
18957   data: "plot-dpdk-throughput-latency-3n-hsw"
18958   include:
18959     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18960     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18961   layout:
18962     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
18963     layout: "plot-throughput"
18964
18965 - type: "plot"
18966   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
18967   algorithm: "plot_perf_box_name"
18968   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
18969   data: "plot-dpdk-throughput-latency-3n-hsw"
18970   include:
18971     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18972     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18973   layout:
18974     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
18975     layout: "plot-throughput"
18976
18977 - type: "plot"
18978   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
18979   algorithm: "plot_perf_box_name"
18980   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
18981   data: "plot-dpdk-throughput-latency-3n-hsw"
18982   include:
18983     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
18984     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
18985   layout:
18986     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
18987     layout: "plot-throughput"
18988
18989 - type: "plot"
18990   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
18991   algorithm: "plot_perf_box_name"
18992   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
18993   data: "plot-dpdk-throughput-latency-3n-hsw"
18994   include:
18995     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
18996     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
18997   layout:
18998     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
18999     layout: "plot-throughput"
19000
19001 # 3n-hsw-x710
19002
19003 - type: "plot"
19004   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19005   algorithm: "plot_perf_box_name"
19006   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19007   data: "plot-dpdk-throughput-latency-3n-hsw"
19008   include:
19009     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19010     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19011   layout:
19012     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19013     layout: "plot-throughput"
19014
19015 - type: "plot"
19016   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19017   algorithm: "plot_perf_box_name"
19018   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19019   data: "plot-dpdk-throughput-latency-3n-hsw"
19020   include:
19021     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19022     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19023   layout:
19024     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19025     layout: "plot-throughput"
19026
19027 - type: "plot"
19028   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19029   algorithm: "plot_perf_box_name"
19030   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19031   data: "plot-dpdk-throughput-latency-3n-hsw"
19032   include:
19033     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19034     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19035   layout:
19036     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19037     layout: "plot-throughput"
19038
19039 - type: "plot"
19040   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19041   algorithm: "plot_perf_box_name"
19042   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19043   data: "plot-dpdk-throughput-latency-3n-hsw"
19044   include:
19045     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19046     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19047   layout:
19048     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19049     layout: "plot-throughput"
19050
19051 ## 2n-dnv-x553
19052 #
19053 #- type: "plot"
19054 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
19055 #  algorithm: "plot_perf_box_name"
19056 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
19057 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19058 #  include:
19059 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19060 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19061 #  layout:
19062 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
19063 #    layout: "plot-throughput"
19064 #
19065 #- type: "plot"
19066 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
19067 #  algorithm: "plot_perf_box_name"
19068 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
19069 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19070 #  include:
19071 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19072 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19073 #  layout:
19074 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
19075 #    layout: "plot-throughput"
19076 #
19077 #- type: "plot"
19078 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
19079 #  algorithm: "plot_perf_box_name"
19080 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
19081 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19082 #  include:
19083 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19084 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19085 #  layout:
19086 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
19087 #    layout: "plot-throughput"
19088 #
19089 #- type: "plot"
19090 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
19091 #  algorithm: "plot_perf_box_name"
19092 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
19093 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19094 #  include:
19095 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19096 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19097 #  layout:
19098 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
19099 #    layout: "plot-throughput"
19100 #
19101 ## 3n-dnv-x553
19102 #
19103 #- type: "plot"
19104 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
19105 #  algorithm: "plot_perf_box_name"
19106 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
19107 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19108 #  include:
19109 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19110 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19111 #  layout:
19112 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
19113 #    layout: "plot-throughput"
19114 #
19115 #- type: "plot"
19116 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
19117 #  algorithm: "plot_perf_box_name"
19118 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
19119 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19120 #  include:
19121 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19122 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19123 #  layout:
19124 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
19125 #    layout: "plot-throughput"
19126 #
19127 #- type: "plot"
19128 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
19129 #  algorithm: "plot_perf_box_name"
19130 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
19131 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19132 #  include:
19133 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19134 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19135 #  layout:
19136 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
19137 #    layout: "plot-throughput"
19138 #
19139 #- type: "plot"
19140 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
19141 #  algorithm: "plot_perf_box_name"
19142 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
19143 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19144 #  include:
19145 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19146 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19147 #  layout:
19148 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
19149 #    layout: "plot-throughput"
19150
19151 # 3n-tsh-x520
19152
19153 - type: "plot"
19154   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
19155   algorithm: "plot_perf_box_name"
19156   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
19157   data: "plot-dpdk-throughput-latency-3n-tsh"
19158   include:
19159     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19160     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19161   layout:
19162     title: "3n-tsh-x520-64b-1t1c-base-ndr"
19163     layout: "plot-throughput"
19164
19165 - type: "plot"
19166   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
19167   algorithm: "plot_perf_box_name"
19168   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
19169   data: "plot-dpdk-throughput-latency-3n-tsh"
19170   include:
19171     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19172     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19173   layout:
19174     title: "3n-tsh-x520-64b-2t2c-base-ndr"
19175     layout: "plot-throughput"
19176
19177 - type: "plot"
19178   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
19179   algorithm: "plot_perf_box_name"
19180   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
19181   data: "plot-dpdk-throughput-latency-3n-tsh"
19182   include:
19183     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19184     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19185   layout:
19186     title: "3n-tsh-x520-64b-1t1c-base-pdr"
19187     layout: "plot-throughput"
19188
19189 - type: "plot"
19190   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
19191   algorithm: "plot_perf_box_name"
19192   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
19193   data: "plot-dpdk-throughput-latency-3n-tsh"
19194   include:
19195     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19196     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19197   layout:
19198     title: "3n-tsh-x520-64b-2t2c-base-pdr"
19199     layout: "plot-throughput"
19200
19201 # 2n-tx2-xl710
19202
19203 - type: "plot"
19204   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-ndr"
19205   algorithm: "plot_perf_box_name"
19206   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-ndr"
19207   data: "plot-dpdk-throughput-latency-2n-tx2"
19208   include:
19209     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19210     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19211   layout:
19212     title: "2n-tx2-xl710-64b-1t1c-base-ndr"
19213     layout: "plot-throughput"
19214
19215 - type: "plot"
19216   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-ndr"
19217   algorithm: "plot_perf_box_name"
19218   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-ndr"
19219   data: "plot-dpdk-throughput-latency-2n-tx2"
19220   include:
19221     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19222     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19223   layout:
19224     title: "2n-tx2-xl710-64b-2t2c-base-ndr"
19225     layout: "plot-throughput"
19226
19227 - type: "plot"
19228   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-pdr"
19229   algorithm: "plot_perf_box_name"
19230   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-pdr"
19231   data: "plot-dpdk-throughput-latency-2n-tx2"
19232   include:
19233     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19234     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19235   layout:
19236     title: "2n-tx2-xl710-64b-1t1c-base-pdr"
19237     layout: "plot-throughput"
19238
19239 - type: "plot"
19240   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-pdr"
19241   algorithm: "plot_perf_box_name"
19242   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-pdr"
19243   data: "plot-dpdk-throughput-latency-2n-tx2"
19244   include:
19245     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19246     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19247   layout:
19248     title: "2n-tx2-xl710-64b-2t2c-base-pdr"
19249     layout: "plot-throughput"
19250
19251 ################################################################################
19252 ###   2n-clx                                                                 ###
19253 ################################################################################
19254
19255 # Packet Throughput
19256
19257 - type: "plot"
19258   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19259   algorithm: "plot_perf_box_name"
19260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19262   include:
19263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19267   layout:
19268     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19269     layout: "plot-throughput"
19270
19271 - type: "plot"
19272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19273   algorithm: "plot_perf_box_name"
19274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19276   include:
19277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19281   layout:
19282     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19283     layout: "plot-throughput"
19284
19285 - type: "plot"
19286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19287   algorithm: "plot_perf_box_name"
19288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19290   include:
19291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19295   layout:
19296     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19297     layout: "plot-throughput"
19298
19299 - type: "plot"
19300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19301   algorithm: "plot_perf_box_name"
19302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19304   include:
19305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19309   layout:
19310     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19311     layout: "plot-throughput"
19312
19313 - type: "plot"
19314   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19315   algorithm: "plot_perf_box_name"
19316   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19318   include:
19319     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19320     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19321     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19322     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19323   layout:
19324     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19325     layout: "plot-throughput"
19326
19327 - type: "plot"
19328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19329   algorithm: "plot_perf_box_name"
19330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19332   include:
19333     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19334     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19335     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19336     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19337   layout:
19338     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19339     layout: "plot-throughput"
19340
19341 - type: "plot"
19342   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19343   algorithm: "plot_perf_box_name"
19344   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19346   include:
19347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19353   layout:
19354     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19355     layout: "plot-throughput"
19356
19357 - type: "plot"
19358   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19359   algorithm: "plot_perf_box_name"
19360   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19362   include:
19363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19369   layout:
19370     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19371     layout: "plot-throughput"
19372
19373 - type: "plot"
19374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19375   algorithm: "plot_perf_box_name"
19376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19378   include:
19379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19383   layout:
19384     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19385     layout: "plot-throughput"
19386
19387 - type: "plot"
19388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19389   algorithm: "plot_perf_box_name"
19390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19392   include:
19393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19397   layout:
19398     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19399     layout: "plot-throughput"
19400
19401 - type: "plot"
19402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19403   algorithm: "plot_perf_box_name"
19404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19406   include:
19407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19410   layout:
19411     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19412     layout: "plot-throughput"
19413
19414 - type: "plot"
19415   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19416   algorithm: "plot_perf_box_name"
19417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19419   include:
19420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19423   layout:
19424     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19425     layout: "plot-throughput"
19426
19427 - type: "plot"
19428   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19429   algorithm: "plot_perf_box_name"
19430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19432   include:
19433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19438   layout:
19439     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19440     layout: "plot-throughput"
19441
19442 - type: "plot"
19443   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19444   algorithm: "plot_perf_box_name"
19445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19447   include:
19448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19453   layout:
19454     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19455     layout: "plot-throughput"
19456
19457 - type: "plot"
19458   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19459   algorithm: "plot_perf_box_name"
19460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19462   include:
19463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
19464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
19465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
19466   layout:
19467     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19468     layout: "plot-throughput"
19469
19470 - type: "plot"
19471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19472   algorithm: "plot_perf_box_name"
19473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19475   include:
19476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
19477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
19478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
19479   layout:
19480     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19481     layout: "plot-throughput"
19482
19483 - type: "plot"
19484   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19485   algorithm: "plot_perf_box_name"
19486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19488   include:
19489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19495   layout:
19496     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
19497     layout: "plot-throughput"
19498
19499 - type: "plot"
19500   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19501   algorithm: "plot_perf_box_name"
19502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19504   include:
19505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19511   layout:
19512     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
19513     layout: "plot-throughput"
19514
19515 - type: "plot"
19516   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19517   algorithm: "plot_perf_box_name"
19518   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19520   include:
19521     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19522     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19523     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19524     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19525     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19526   layout:
19527     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
19528     layout: "plot-throughput"
19529
19530 - type: "plot"
19531   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19532   algorithm: "plot_perf_box_name"
19533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19535   include:
19536     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19537     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19538     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19539     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19540     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19541   layout:
19542     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
19543     layout: "plot-throughput"
19544
19545 - type: "plot"
19546   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19547   algorithm: "plot_perf_box_name"
19548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19550   include:
19551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19554     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19556     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19557     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19558     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19559     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19560     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19561   layout:
19562     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19563     layout: "plot-cps"
19564
19565 - type: "plot"
19566   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19567   algorithm: "plot_perf_box_name"
19568   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19570   include:
19571     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19572     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19573     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19574     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19575     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19576     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19577     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19578     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19579     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19580     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19581   layout:
19582     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19583     layout: "plot-throughput"
19584
19585 - type: "plot"
19586   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19587   algorithm: "plot_perf_box_name"
19588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19590   include:
19591     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19595     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19596     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19597     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19598     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19599     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19600     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19601   layout:
19602     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19603     layout: "plot-cps"
19604
19605 - type: "plot"
19606   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19607   algorithm: "plot_perf_box_name"
19608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19610   include:
19611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19613     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19614     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19615     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19616     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19617     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19618     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19619     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19620     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19621   layout:
19622     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19623     layout: "plot-throughput"
19624
19625 - type: "plot"
19626   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19627   algorithm: "plot_perf_box_name"
19628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19630   include:
19631     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19632     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19633     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19634     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19635     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19636   layout:
19637     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
19638     layout: "plot-throughput"
19639
19640 - type: "plot"
19641   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19642   algorithm: "plot_perf_box_name"
19643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19645   include:
19646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19647     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19651   layout:
19652     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
19653     layout: "plot-throughput"
19654
19655 - type: "plot"
19656   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19657   algorithm: "plot_perf_box_name"
19658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19660   include:
19661     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19662     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19663     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19664     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19665     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19666     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19667     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19669     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19670     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19671   layout:
19672     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19673     layout: "plot-cps"
19674
19675 - type: "plot"
19676   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19677   algorithm: "plot_perf_box_name"
19678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19680   include:
19681     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19682     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19683     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19684     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19685     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19686     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19687     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19688     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19689     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19690     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19691   layout:
19692     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19693     layout: "plot-throughput"
19694
19695 - type: "plot"
19696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19697   algorithm: "plot_perf_box_name"
19698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19700   include:
19701     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19702     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19703     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19704     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19705     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19706     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19707     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19711   layout:
19712     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19713     layout: "plot-cps"
19714
19715 - type: "plot"
19716   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19717   algorithm: "plot_perf_box_name"
19718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19720   include:
19721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19722     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19724     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19725     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19727     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19731   layout:
19732     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19733     layout: "plot-throughput"
19734
19735 - type: "plot"
19736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19737   algorithm: "plot_perf_box_name"
19738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19740   include:
19741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19747   layout:
19748     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
19749     layout: "plot-throughput"
19750
19751 - type: "plot"
19752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19753   algorithm: "plot_perf_box_name"
19754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19756   include:
19757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19763   layout:
19764     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
19765     layout: "plot-throughput"
19766
19767 - type: "plot"
19768   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19769   algorithm: "plot_perf_box_name"
19770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19772   include:
19773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
19774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
19775   layout:
19776     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
19777     layout: "plot-throughput"
19778
19779 - type: "plot"
19780   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19781   algorithm: "plot_perf_box_name"
19782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19784   include:
19785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
19786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
19787   layout:
19788     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
19789     layout: "plot-throughput"
19790
19791 - type: "plot"
19792   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19793   algorithm: "plot_perf_box_name"
19794   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19796   include:
19797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
19798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
19800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
19802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19803   layout:
19804     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
19805     layout: "plot-throughput"
19806
19807 - type: "plot"
19808   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19809   algorithm: "plot_perf_box_name"
19810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19812   include:
19813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
19814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
19816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
19818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19819   layout:
19820     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
19821     layout: "plot-throughput"
19822
19823 - type: "plot"
19824   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19825   algorithm: "plot_perf_box_name"
19826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19828   include:
19829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19835   layout:
19836     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
19837     layout: "plot-throughput"
19838
19839 - type: "plot"
19840   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19841   algorithm: "plot_perf_box_name"
19842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19844   include:
19845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19851   layout:
19852     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
19853     layout: "plot-throughput"
19854
19855 - type: "plot"
19856   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19857   algorithm: "plot_perf_box_name"
19858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19860   include:
19861     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
19862     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
19863     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
19864     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
19865     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
19866   layout:
19867     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
19868     layout: "plot-throughput"
19869
19870 - type: "plot"
19871   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19872   algorithm: "plot_perf_box_name"
19873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19875   include:
19876     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
19877     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
19878     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
19879     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
19880     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
19881   layout:
19882     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
19883     layout: "plot-throughput"
19884
19885 - type: "plot"
19886   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19887   algorithm: "plot_perf_box_name"
19888   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19890   include:
19891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19898   layout:
19899     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
19900     layout: "plot-throughput"
19901
19902 - type: "plot"
19903   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19904   algorithm: "plot_perf_box_name"
19905   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19907   include:
19908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19909     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19910     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19911     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19915   layout:
19916     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
19917     layout: "plot-throughput"
19918
19919 - type: "plot"
19920   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19921   algorithm: "plot_perf_box_name"
19922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19924   include:
19925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
19928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
19929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19930   layout:
19931     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
19932     layout: "plot-throughput"
19933
19934 - type: "plot"
19935   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19936   algorithm: "plot_perf_box_name"
19937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19939   include:
19940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
19941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
19943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
19944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
19945   layout:
19946     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
19947     layout: "plot-throughput"
19948
19949 - type: "plot"
19950   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19951   algorithm: "plot_perf_box_name"
19952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19954   include:
19955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
19957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
19958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19959   layout:
19960     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
19961     layout: "plot-throughput"
19962
19963 - type: "plot"
19964   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19965   algorithm: "plot_perf_box_name"
19966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19968   include:
19969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
19970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
19971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
19972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
19973   layout:
19974     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
19975     layout: "plot-throughput"
19976
19977 - type: "plot"
19978   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19979   algorithm: "plot_perf_box_name"
19980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19982   include:
19983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
19985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
19986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
19987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
19988   layout:
19989     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
19990     layout: "plot-throughput"
19991
19992 - type: "plot"
19993   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
19994   algorithm: "plot_perf_box_name"
19995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
19996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19997   include:
19998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
19999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20003   layout:
20004     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20005     layout: "plot-throughput"
20006
20007 - type: "plot"
20008   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20009   algorithm: "plot_perf_box_name"
20010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20012   include:
20013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20017   layout:
20018     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20019     layout: "plot-throughput"
20020
20021 - type: "plot"
20022   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20023   algorithm: "plot_perf_box_name"
20024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20026   include:
20027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20031   layout:
20032     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20033     layout: "plot-throughput"
20034
20035 - type: "plot"
20036   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20037   algorithm: "plot_perf_box_name"
20038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20040   include:
20041     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20042     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20043     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20044     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20045     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20046   layout:
20047     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20048     layout: "plot-throughput"
20049
20050 - type: "plot"
20051   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20052   algorithm: "plot_perf_box_name"
20053   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20055   include:
20056     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20057     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20058     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20059     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20060     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20061   layout:
20062     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20063     layout: "plot-throughput"
20064
20065 - type: "plot"
20066   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20067   algorithm: "plot_perf_box_name"
20068   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20070   include:
20071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20076   layout:
20077     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20078     layout: "plot-throughput"
20079
20080 - type: "plot"
20081   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20082   algorithm: "plot_perf_box_name"
20083   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20085   include:
20086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20091   layout:
20092     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20093     layout: "plot-throughput"
20094
20095 - type: "plot"
20096   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20097   algorithm: "plot_perf_box_name"
20098   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20100   include:
20101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20106   layout:
20107     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20108     layout: "plot-throughput"
20109
20110 - type: "plot"
20111   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20112   algorithm: "plot_perf_box_name"
20113   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20115   include:
20116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20121   layout:
20122     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20123     layout: "plot-throughput"
20124
20125 - type: "plot"
20126   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20127   algorithm: "plot_perf_box_name"
20128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20130   include:
20131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20136   layout:
20137     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20138     layout: "plot-throughput"
20139
20140 - type: "plot"
20141   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20142   algorithm: "plot_perf_box_name"
20143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20145   include:
20146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20151   layout:
20152     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20153     layout: "plot-throughput"
20154
20155 - type: "plot"
20156   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20157   algorithm: "plot_perf_box_name"
20158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20160   include:
20161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20165   layout:
20166     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20167     layout: "plot-throughput"
20168
20169 - type: "plot"
20170   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20171   algorithm: "plot_perf_box_name"
20172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20174   include:
20175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20179   layout:
20180     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20181     layout: "plot-throughput"
20182
20183 - type: "plot"
20184   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20185   algorithm: "plot_perf_box_name"
20186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20188   include:
20189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20194   layout:
20195     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20196     layout: "plot-throughput"
20197
20198 - type: "plot"
20199   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20200   algorithm: "plot_perf_box_name"
20201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20203   include:
20204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20209   layout:
20210     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20211     layout: "plot-throughput"
20212
20213 - type: "plot"
20214   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20215   algorithm: "plot_perf_box_name"
20216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20218   include:
20219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20223   layout:
20224     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20225     layout: "plot-throughput"
20226
20227 - type: "plot"
20228   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20229   algorithm: "plot_perf_box_name"
20230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20232   include:
20233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20237   layout:
20238     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20239     layout: "plot-throughput"
20240
20241 - type: "plot"
20242   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20243   algorithm: "plot_perf_box_name"
20244   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20246   include:
20247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20252   layout:
20253     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20254     layout: "plot-throughput"
20255
20256 - type: "plot"
20257   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20258   algorithm: "plot_perf_box_name"
20259   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20261   include:
20262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20267   layout:
20268     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20269     layout: "plot-throughput"
20270
20271 - type: "plot"
20272   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20273   algorithm: "plot_perf_box_name"
20274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20276   include:
20277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20281   layout:
20282     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20283     layout: "plot-throughput"
20284
20285 - type: "plot"
20286   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20287   algorithm: "plot_perf_box_name"
20288   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20290   include:
20291     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20295   layout:
20296     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20297     layout: "plot-throughput"
20298
20299 - type: "plot"
20300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20301   algorithm: "plot_perf_box_name"
20302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20304   include:
20305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20310   layout:
20311     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20312     layout: "plot-throughput"
20313
20314 - type: "plot"
20315   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20316   algorithm: "plot_perf_box_name"
20317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20319   include:
20320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20325   layout:
20326     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20327     layout: "plot-throughput"
20328
20329 - type: "plot"
20330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20331   algorithm: "plot_perf_box_name"
20332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20334   include:
20335     - "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"
20336     - "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"
20337     - "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"
20338     - "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"
20339     - "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"
20340   layout:
20341     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20342     layout: "plot-throughput"
20343
20344 - type: "plot"
20345   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20346   algorithm: "plot_perf_box_name"
20347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20349   include:
20350     - "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"
20351     - "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"
20352     - "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"
20353     - "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"
20354     - "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"
20355   layout:
20356     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20357     layout: "plot-throughput"
20358
20359 - type: "plot"
20360   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20361   algorithm: "plot_perf_box_name"
20362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20364   include:
20365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20370   layout:
20371     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20372     layout: "plot-throughput"
20373
20374 - type: "plot"
20375   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20376   algorithm: "plot_perf_box_name"
20377   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20379   include:
20380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20385   layout:
20386     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20387     layout: "plot-throughput"
20388
20389 - type: "plot"
20390   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20391   algorithm: "plot_perf_box_name"
20392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20394   include:
20395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20400   layout:
20401     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20402     layout: "plot-throughput"
20403
20404 - type: "plot"
20405   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20406   algorithm: "plot_perf_box_name"
20407   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20409   include:
20410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20415   layout:
20416     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20417     layout: "plot-throughput"
20418
20419 - type: "plot"
20420   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20421   algorithm: "plot_perf_box_name"
20422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20424   include:
20425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20429   layout:
20430     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20431     layout: "plot-throughput"
20432
20433 - type: "plot"
20434   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20435   algorithm: "plot_perf_box_name"
20436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20438   include:
20439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20443   layout:
20444     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20445     layout: "plot-throughput"
20446
20447 - type: "plot"
20448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20449   algorithm: "plot_perf_box_name"
20450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20452   include:
20453     - "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"
20454     - "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"
20455     - "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"
20456     - "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"
20457   layout:
20458     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20459     layout: "plot-throughput"
20460
20461 - type: "plot"
20462   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20463   algorithm: "plot_perf_box_name"
20464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20466   include:
20467     - "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"
20468     - "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"
20469     - "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"
20470     - "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"
20471   layout:
20472     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20473     layout: "plot-throughput"
20474
20475 - type: "plot"
20476   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
20477   algorithm: "plot_perf_box_name"
20478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
20479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20480   include:
20481     - "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"
20482     - "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"
20483     - "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"
20484     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
20485     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
20486     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
20487   layout:
20488     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
20489     layout: "plot-throughput"
20490
20491 - type: "plot"
20492   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
20493   algorithm: "plot_perf_box_name"
20494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
20495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20496   include:
20497     - "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"
20498     - "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"
20499     - "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"
20500     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
20501     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
20502     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
20503   layout:
20504     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
20505     layout: "plot-throughput"
20506
20507 ################################################################################
20508
20509 # Packet Speedup
20510
20511 - type: "plot"
20512   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
20513   algorithm: "plot_tsa_name"
20514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
20515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20516   include:
20517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20521   layout:
20522     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
20523     layout: "plot-throughput-speedup-analysis"
20524
20525 - type: "plot"
20526   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
20527   algorithm: "plot_tsa_name"
20528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
20529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20530   include:
20531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20535   layout:
20536     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
20537     layout: "plot-throughput-speedup-analysis"
20538
20539 - type: "plot"
20540   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
20541   algorithm: "plot_tsa_name"
20542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
20543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20544   include:
20545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20549   layout:
20550     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
20551     layout: "plot-throughput-speedup-analysis"
20552
20553 - type: "plot"
20554   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
20555   algorithm: "plot_tsa_name"
20556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
20557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20558   include:
20559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20563   layout:
20564     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
20565     layout: "plot-throughput-speedup-analysis"
20566
20567 - type: "plot"
20568   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
20569   algorithm: "plot_tsa_name"
20570   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
20571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20572   include:
20573     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20574     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20575     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20576     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20577   layout:
20578     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
20579     layout: "plot-throughput-speedup-analysis"
20580
20581 - type: "plot"
20582   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
20583   algorithm: "plot_tsa_name"
20584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
20585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20586   include:
20587     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20588     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20589     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20590     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20591   layout:
20592     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
20593     layout: "plot-throughput-speedup-analysis"
20594
20595 - type: "plot"
20596   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
20597   algorithm: "plot_tsa_name"
20598   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
20599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20600   include:
20601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
20602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20607   layout:
20608     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
20609     layout: "plot-throughput-speedup-analysis"
20610
20611 - type: "plot"
20612   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
20613   algorithm: "plot_tsa_name"
20614   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
20615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20616   include:
20617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
20618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20623   layout:
20624     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
20625     layout: "plot-throughput-speedup-analysis"
20626
20627 - type: "plot"
20628   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20629   algorithm: "plot_tsa_name"
20630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
20631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20632   include:
20633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20637   layout:
20638     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
20639     layout: "plot-throughput-speedup-analysis"
20640
20641 - type: "plot"
20642   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20643   algorithm: "plot_tsa_name"
20644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
20645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20646   include:
20647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
20648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
20649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
20650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
20651   layout:
20652     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
20653     layout: "plot-throughput-speedup-analysis"
20654
20655 - type: "plot"
20656   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
20657   algorithm: "plot_tsa_name"
20658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
20659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20660   include:
20661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20664   layout:
20665     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
20666     layout: "plot-throughput-speedup-analysis"
20667
20668 - type: "plot"
20669   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
20670   algorithm: "plot_tsa_name"
20671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
20672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20673   include:
20674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20677   layout:
20678     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
20679     layout: "plot-throughput-speedup-analysis"
20680
20681 - type: "plot"
20682   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
20683   algorithm: "plot_tsa_name"
20684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
20685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20686   include:
20687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20692   layout:
20693     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
20694     layout: "plot-throughput-speedup-analysis"
20695
20696 - type: "plot"
20697   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
20698   algorithm: "plot_tsa_name"
20699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
20700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20701   include:
20702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
20703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
20705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
20706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
20707   layout:
20708     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
20709     layout: "plot-throughput-speedup-analysis"
20710
20711 - type: "plot"
20712   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
20713   algorithm: "plot_tsa_name"
20714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
20715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20716   include:
20717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
20718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
20719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
20720   layout:
20721     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
20722     layout: "plot-throughput-speedup-analysis"
20723
20724 - type: "plot"
20725   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
20726   algorithm: "plot_tsa_name"
20727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
20728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20729   include:
20730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
20731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
20732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
20733   layout:
20734     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
20735     layout: "plot-throughput-speedup-analysis"
20736
20737 - type: "plot"
20738   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
20739   algorithm: "plot_tsa_name"
20740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
20741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20742   include:
20743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20749   layout:
20750     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
20751     layout: "plot-throughput-speedup-analysis"
20752
20753 - type: "plot"
20754   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
20755   algorithm: "plot_tsa_name"
20756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
20757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20758   include:
20759     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20760     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20761     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20762     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20763     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20764   layout:
20765     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
20766     layout: "plot-throughput-speedup-analysis"
20767
20768 - type: "plot"
20769   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
20770   algorithm: "plot_tsa_name"
20771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
20772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20773   include:
20774     - "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"
20775     - "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"
20776     - "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"
20777     - "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"
20778     - "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"
20779   layout:
20780     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
20781     layout: "plot-throughput-speedup-analysis"
20782
20783 - type: "plot"
20784   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
20785   algorithm: "plot_tsa_name"
20786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
20787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20788   include:
20789     - "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"
20790     - "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"
20791     - "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"
20792     - "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"
20793     - "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"
20794     - "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"
20795     - "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"
20796     - "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"
20797     - "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"
20798     - "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"
20799   layout:
20800     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20801     layout: "plot-throughput-speedup-analysis-cps"
20802
20803 - type: "plot"
20804   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
20805   algorithm: "plot_tsa_name"
20806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
20807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20808   include:
20809     - "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"
20810     - "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"
20811     - "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"
20812     - "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"
20813     - "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"
20814     - "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"
20815     - "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"
20816     - "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"
20817     - "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"
20818     - "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"
20819   layout:
20820     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20821     layout: "plot-throughput-speedup-analysis"
20822
20823 - type: "plot"
20824   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
20825   algorithm: "plot_tsa_name"
20826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
20827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20828   include:
20829     - "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"
20830     - "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"
20831     - "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"
20832     - "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"
20833     - "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"
20834     - "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"
20835     - "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"
20836     - "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"
20837     - "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"
20838     - "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"
20839   layout:
20840     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20841     layout: "plot-throughput-speedup-analysis-cps"
20842
20843 - type: "plot"
20844   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
20845   algorithm: "plot_tsa_name"
20846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
20847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20848   include:
20849     - "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"
20850     - "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"
20851     - "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"
20852     - "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"
20853     - "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"
20854     - "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"
20855     - "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"
20856     - "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"
20857     - "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"
20858     - "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"
20859   layout:
20860     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20861     layout: "plot-throughput-speedup-analysis"
20862
20863 - type: "plot"
20864   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
20865   algorithm: "plot_tsa_name"
20866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
20867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20868   include:
20869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20875   layout:
20876     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
20877     layout: "plot-throughput-speedup-analysis"
20878
20879 - type: "plot"
20880   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
20881   algorithm: "plot_tsa_name"
20882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
20883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20884   include:
20885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20890   layout:
20891     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
20892     layout: "plot-throughput-speedup-analysis"
20893
20894 - type: "plot"
20895   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
20896   algorithm: "plot_tsa_name"
20897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
20898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20899   include:
20900     - "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"
20901     - "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"
20902     - "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"
20903     - "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"
20904     - "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"
20905   layout:
20906     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
20907     layout: "plot-throughput-speedup-analysis"
20908
20909 - type: "plot"
20910   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
20911   algorithm: "plot_tsa_name"
20912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
20913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20914   include:
20915     - "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"
20916     - "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"
20917     - "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"
20918     - "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"
20919     - "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"
20920     - "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"
20921     - "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"
20922     - "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"
20923     - "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"
20924     - "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"
20925   layout:
20926     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20927     layout: "plot-throughput-speedup-analysis-cps"
20928
20929 - type: "plot"
20930   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
20931   algorithm: "plot_tsa_name"
20932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
20933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20934   include:
20935     - "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"
20936     - "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"
20937     - "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"
20938     - "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"
20939     - "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"
20940     - "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"
20941     - "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"
20942     - "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"
20943     - "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"
20944     - "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"
20945   layout:
20946     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20947     layout: "plot-throughput-speedup-analysis"
20948
20949 - type: "plot"
20950   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
20951   algorithm: "plot_tsa_name"
20952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
20953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20954   include:
20955     - "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"
20956     - "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"
20957     - "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"
20958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20959     - "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"
20960     - "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"
20961     - "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"
20962     - "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"
20963     - "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"
20964     - "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"
20965   layout:
20966     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20967     layout: "plot-throughput-speedup-analysis-cps"
20968
20969 - type: "plot"
20970   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
20971   algorithm: "plot_tsa_name"
20972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
20973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20974   include:
20975     - "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"
20976     - "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"
20977     - "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"
20978     - "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"
20979     - "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"
20980     - "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"
20981     - "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"
20982     - "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"
20983     - "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"
20984     - "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"
20985   layout:
20986     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20987     layout: "plot-throughput-speedup-analysis"
20988
20989 - type: "plot"
20990   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
20991   algorithm: "plot_tsa_name"
20992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
20993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20994   include:
20995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
20996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21001   layout:
21002     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21003     layout: "plot-throughput-speedup-analysis"
21004
21005 - type: "plot"
21006   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21007   algorithm: "plot_tsa_name"
21008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21010   include:
21011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21017   layout:
21018     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21019     layout: "plot-throughput-speedup-analysis"
21020
21021 - type: "plot"
21022   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21023   algorithm: "plot_tsa_name"
21024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21026   include:
21027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21029   layout:
21030     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
21031     layout: "plot-throughput-speedup-analysis"
21032
21033 - type: "plot"
21034   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21035   algorithm: "plot_tsa_name"
21036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21038   include:
21039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21041   layout:
21042     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
21043     layout: "plot-throughput-speedup-analysis"
21044
21045 - type: "plot"
21046   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21047   algorithm: "plot_tsa_name"
21048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21050   include:
21051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21053     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21054     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21057   layout:
21058     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21059     layout: "plot-throughput-speedup-analysis"
21060
21061 - type: "plot"
21062   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21063   algorithm: "plot_tsa_name"
21064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21066   include:
21067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21073   layout:
21074     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21075     layout: "plot-throughput-speedup-analysis"
21076
21077 - type: "plot"
21078   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21079   algorithm: "plot_tsa_name"
21080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21082   include:
21083     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21089   layout:
21090     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
21091     layout: "plot-throughput-speedup-analysis"
21092
21093 - type: "plot"
21094   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21095   algorithm: "plot_tsa_name"
21096   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21098   include:
21099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21100     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21102     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21105   layout:
21106     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
21107     layout: "plot-throughput-speedup-analysis"
21108
21109 - type: "plot"
21110   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21111   algorithm: "plot_tsa_name"
21112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21114   include:
21115     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21116     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21117     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21118     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21119     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21120   layout:
21121     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21122     layout: "plot-throughput-speedup-analysis"
21123
21124 - type: "plot"
21125   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21126   algorithm: "plot_tsa_name"
21127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21129   include:
21130     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21131     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21132     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21133     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21134     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21135   layout:
21136     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21137     layout: "plot-throughput-speedup-analysis"
21138
21139 - type: "plot"
21140   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21141   algorithm: "plot_tsa_name"
21142   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21144   include:
21145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21152   layout:
21153     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21154     layout: "plot-throughput-speedup-analysis"
21155
21156 - type: "plot"
21157   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21158   algorithm: "plot_tsa_name"
21159   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21161   include:
21162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21169   layout:
21170     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21171     layout: "plot-throughput-speedup-analysis"
21172
21173 - type: "plot"
21174   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21175   algorithm: "plot_tsa_name"
21176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21178   include:
21179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21184   layout:
21185     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
21186     layout: "plot-throughput-speedup-analysis"
21187
21188 - type: "plot"
21189   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21190   algorithm: "plot_tsa_name"
21191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21193   include:
21194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21199   layout:
21200     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
21201     layout: "plot-throughput-speedup-analysis"
21202
21203 - type: "plot"
21204   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21205   algorithm: "plot_tsa_name"
21206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21208   include:
21209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21213   layout:
21214     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
21215     layout: "plot-throughput-speedup-analysis"
21216
21217 - type: "plot"
21218   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21219   algorithm: "plot_tsa_name"
21220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21222   include:
21223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21227   layout:
21228     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
21229     layout: "plot-throughput-speedup-analysis"
21230
21231 - type: "plot"
21232   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21233   algorithm: "plot_tsa_name"
21234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21236   include:
21237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21242   layout:
21243     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
21244     layout: "plot-throughput-speedup-analysis"
21245
21246 - type: "plot"
21247   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21248   algorithm: "plot_tsa_name"
21249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21251   include:
21252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21257   layout:
21258     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
21259     layout: "plot-throughput-speedup-analysis"
21260
21261 - type: "plot"
21262   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21263   algorithm: "plot_tsa_name"
21264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21266   include:
21267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21271   layout:
21272     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
21273     layout: "plot-throughput-speedup-analysis"
21274
21275 - type: "plot"
21276   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21277   algorithm: "plot_tsa_name"
21278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21280   include:
21281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21282     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21284     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21285   layout:
21286     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
21287     layout: "plot-throughput-speedup-analysis"
21288
21289 - type: "plot"
21290   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21291   algorithm: "plot_tsa_name"
21292   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21294   include:
21295     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21296     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21297     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21298     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21299     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21300   layout:
21301     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
21302     layout: "plot-throughput-speedup-analysis"
21303
21304 - type: "plot"
21305   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21306   algorithm: "plot_tsa_name"
21307   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21309   include:
21310     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21311     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21312     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21313     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21314     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21315   layout:
21316     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
21317     layout: "plot-throughput-speedup-analysis"
21318
21319 - type: "plot"
21320   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21321   algorithm: "plot_tsa_name"
21322   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21324   include:
21325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21330   layout:
21331     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
21332     layout: "plot-throughput-speedup-analysis"
21333
21334 - type: "plot"
21335   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21336   algorithm: "plot_tsa_name"
21337   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21339   include:
21340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21345   layout:
21346     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
21347     layout: "plot-throughput-speedup-analysis"
21348
21349 - type: "plot"
21350   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21351   algorithm: "plot_tsa_name"
21352   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21354   include:
21355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21360   layout:
21361     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
21362     layout: "plot-throughput-speedup-analysis"
21363
21364 - type: "plot"
21365   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21366   algorithm: "plot_tsa_name"
21367   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21369   include:
21370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21375   layout:
21376     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
21377     layout: "plot-throughput-speedup-analysis"
21378
21379 - type: "plot"
21380   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
21381   algorithm: "plot_tsa_name"
21382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
21383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21384   include:
21385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
21386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21390   layout:
21391     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
21392     layout: "plot-throughput-speedup-analysis"
21393
21394 - type: "plot"
21395   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
21396   algorithm: "plot_tsa_name"
21397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
21398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21399   include:
21400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
21401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21405   layout:
21406     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
21407     layout: "plot-throughput-speedup-analysis"
21408
21409 - type: "plot"
21410   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
21411   algorithm: "plot_tsa_name"
21412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
21413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21414   include:
21415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21419   layout:
21420     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
21421     layout: "plot-throughput-speedup-analysis"
21422
21423 - type: "plot"
21424   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
21425   algorithm: "plot_tsa_name"
21426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
21427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21428   include:
21429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21433   layout:
21434     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
21435     layout: "plot-throughput-speedup-analysis"
21436
21437 - type: "plot"
21438   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
21439   algorithm: "plot_tsa_name"
21440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
21441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21442   include:
21443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
21444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21448   layout:
21449     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
21450     layout: "plot-throughput-speedup-analysis"
21451
21452 - type: "plot"
21453   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
21454   algorithm: "plot_tsa_name"
21455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
21456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21457   include:
21458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
21459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
21460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
21461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
21462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21463   layout:
21464     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
21465     layout: "plot-throughput-speedup-analysis"
21466
21467 - type: "plot"
21468   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21469   algorithm: "plot_tsa_name"
21470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21472   include:
21473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
21475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
21476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21477   layout:
21478     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
21479     layout: "plot-throughput-speedup-analysis"
21480
21481 - type: "plot"
21482   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21483   algorithm: "plot_tsa_name"
21484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
21485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21486   include:
21487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
21488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
21489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
21490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
21491   layout:
21492     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
21493     layout: "plot-throughput-speedup-analysis"
21494
21495 - type: "plot"
21496   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
21497   algorithm: "plot_tsa_name"
21498   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
21499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21500   include:
21501     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
21502     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21503     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
21504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
21505     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21506   layout:
21507     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
21508     layout: "plot-throughput-speedup-analysis"
21509
21510 - type: "plot"
21511   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
21512   algorithm: "plot_tsa_name"
21513   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
21514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21515   include:
21516     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
21517     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21518     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
21519     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
21520     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21521   layout:
21522     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
21523     layout: "plot-throughput-speedup-analysis"
21524
21525 - type: "plot"
21526   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
21527   algorithm: "plot_tsa_name"
21528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
21529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21530   include:
21531     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21532     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21533     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21534     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21535   layout:
21536     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
21537     layout: "plot-throughput-speedup-analysis"
21538
21539 - type: "plot"
21540   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
21541   algorithm: "plot_tsa_name"
21542   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
21543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21544   include:
21545     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21546     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21547     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21548     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21549   layout:
21550     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
21551     layout: "plot-throughput-speedup-analysis"
21552
21553 - type: "plot"
21554   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
21555   algorithm: "plot_tsa_name"
21556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
21557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21558   include:
21559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21564   layout:
21565     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
21566     layout: "plot-throughput-speedup-analysis"
21567
21568 - type: "plot"
21569   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
21570   algorithm: "plot_tsa_name"
21571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
21572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21573   include:
21574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21579   layout:
21580     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
21581     layout: "plot-throughput-speedup-analysis"
21582
21583 - type: "plot"
21584   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
21585   algorithm: "plot_tsa_name"
21586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
21587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21588   include:
21589     - "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"
21590     - "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"
21591     - "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"
21592     - "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"
21593     - "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"
21594   layout:
21595     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
21596     layout: "plot-throughput-speedup-analysis"
21597
21598 - type: "plot"
21599   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
21600   algorithm: "plot_tsa_name"
21601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
21602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21603   include:
21604     - "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"
21605     - "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"
21606     - "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"
21607     - "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"
21608     - "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"
21609   layout:
21610     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
21611     layout: "plot-throughput-speedup-analysis"
21612
21613 - type: "plot"
21614   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
21615   algorithm: "plot_tsa_name"
21616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
21617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21618   include:
21619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21623     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21624   layout:
21625     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
21626     layout: "plot-throughput-speedup-analysis"
21627
21628 - type: "plot"
21629   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
21630   algorithm: "plot_tsa_name"
21631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
21632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21633   include:
21634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21639   layout:
21640     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
21641     layout: "plot-throughput-speedup-analysis"
21642
21643 - type: "plot"
21644   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
21645   algorithm: "plot_tsa_name"
21646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
21647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21648   include:
21649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21654   layout:
21655     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
21656     layout: "plot-throughput-speedup-analysis"
21657
21658 - type: "plot"
21659   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
21660   algorithm: "plot_tsa_name"
21661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
21662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21663   include:
21664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21669   layout:
21670     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
21671     layout: "plot-throughput-speedup-analysis"
21672
21673 - type: "plot"
21674   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
21675   algorithm: "plot_tsa_name"
21676   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
21677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21678   include:
21679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21683   layout:
21684     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
21685     layout: "plot-throughput-speedup-analysis"
21686
21687 - type: "plot"
21688   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
21689   algorithm: "plot_tsa_name"
21690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
21691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21692   include:
21693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21697   layout:
21698     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
21699     layout: "plot-throughput-speedup-analysis"
21700
21701 - type: "plot"
21702   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
21703   algorithm: "plot_tsa_name"
21704   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
21705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21706   include:
21707     - "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"
21708     - "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"
21709     - "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"
21710     - "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"
21711   layout:
21712     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
21713     layout: "plot-throughput-speedup-analysis"
21714
21715 - type: "plot"
21716   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
21717   algorithm: "plot_tsa_name"
21718   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
21719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21720   include:
21721     - "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"
21722     - "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"
21723     - "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"
21724     - "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"
21725   layout:
21726     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
21727     layout: "plot-throughput-speedup-analysis"
21728
21729 - type: "plot"
21730   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
21731   algorithm: "plot_tsa_name"
21732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
21733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21734   include:
21735     - "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"
21736     - "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"
21737     - "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"
21738     - "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"
21739     - "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"
21740     - "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"
21741   layout:
21742     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
21743     layout: "plot-throughput-speedup-analysis"
21744
21745 - type: "plot"
21746   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
21747   algorithm: "plot_tsa_name"
21748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
21749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21750   include:
21751     - "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"
21752     - "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"
21753     - "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"
21754     - "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"
21755     - "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"
21756     - "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"
21757   layout:
21758     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
21759     layout: "plot-throughput-speedup-analysis"
21760
21761 # Packet Throughput - DPDK
21762
21763 # 2n-clx-xxv710
21764
21765 - type: "plot"
21766   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
21767   algorithm: "plot_perf_box_name"
21768   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
21769   data: "plot-dpdk-throughput-latency-2n-clx"
21770   include:
21771     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21772     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21773   layout:
21774     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
21775     layout: "plot-throughput"
21776
21777 - type: "plot"
21778   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
21779   algorithm: "plot_perf_box_name"
21780   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
21781   data: "plot-dpdk-throughput-latency-2n-clx"
21782   include:
21783     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21784     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21785   layout:
21786     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
21787     layout: "plot-throughput"
21788
21789 - type: "plot"
21790   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
21791   algorithm: "plot_perf_box_name"
21792   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
21793   data: "plot-dpdk-throughput-latency-2n-clx"
21794   include:
21795     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21796     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21797   layout:
21798     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
21799     layout: "plot-throughput"
21800
21801 - type: "plot"
21802   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
21803   algorithm: "plot_perf_box_name"
21804   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
21805   data: "plot-dpdk-throughput-latency-2n-clx"
21806   include:
21807     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21808     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21809   layout:
21810     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
21811     layout: "plot-throughput"
21812
21813 # 2n-clx-x710
21814
21815 - type: "plot"
21816   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
21817   algorithm: "plot_perf_box_name"
21818   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
21819   data: "plot-dpdk-throughput-latency-2n-clx"
21820   include:
21821     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21822     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21823   layout:
21824     title: "2n-clx-x710-64b-2t1c-base-ndr"
21825     layout: "plot-throughput"
21826
21827 - type: "plot"
21828   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
21829   algorithm: "plot_perf_box_name"
21830   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
21831   data: "plot-dpdk-throughput-latency-2n-clx"
21832   include:
21833     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21834     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21835   layout:
21836     title: "2n-clx-x710-64b-4t2c-base-ndr"
21837     layout: "plot-throughput"
21838
21839 - type: "plot"
21840   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
21841   algorithm: "plot_perf_box_name"
21842   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
21843   data: "plot-dpdk-throughput-latency-2n-clx"
21844   include:
21845     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
21846     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
21847   layout:
21848     title: "2n-clx-x710-64b-2t1c-base-pdr"
21849     layout: "plot-throughput"
21850
21851 - type: "plot"
21852   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
21853   algorithm: "plot_perf_box_name"
21854   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
21855   data: "plot-dpdk-throughput-latency-2n-clx"
21856   include:
21857     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
21858     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
21859   layout:
21860     title: "2n-clx-x710-64b-4t2c-base-pdr"
21861     layout: "plot-throughput"
21862
21863 ###############################################################################
21864
21865 # 2n-zn2
21866
21867 # Packet Throughput
21868
21869 - type: "plot"
21870   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21871   algorithm: "plot_perf_box_name"
21872   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21873   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21874   include:
21875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21879   layout:
21880     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
21881     layout: "plot-throughput"
21882
21883 - type: "plot"
21884   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21885   algorithm: "plot_perf_box_name"
21886   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21887   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21888   include:
21889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21890     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21891     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21893   layout:
21894     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
21895     layout: "plot-throughput"
21896
21897 - type: "plot"
21898   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21899   algorithm: "plot_perf_box_name"
21900   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21901   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21902   include:
21903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21907   layout:
21908     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
21909     layout: "plot-throughput"
21910
21911 - type: "plot"
21912   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21913   algorithm: "plot_perf_box_name"
21914   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21915   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21916   include:
21917     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21918     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21921   layout:
21922     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
21923     layout: "plot-throughput"
21924
21925 - type: "plot"
21926   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21927   algorithm: "plot_perf_box_name"
21928   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21929   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21930   include:
21931     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21932     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21933     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21934     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21935   layout:
21936     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21937     layout: "plot-throughput"
21938
21939 - type: "plot"
21940   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21941   algorithm: "plot_perf_box_name"
21942   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21943   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21944   include:
21945     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21946     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21947     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21948     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21949   layout:
21950     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
21951     layout: "plot-throughput"
21952
21953 - type: "plot"
21954   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21955   algorithm: "plot_perf_box_name"
21956   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21957   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21958   include:
21959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
21960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21965   layout:
21966     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
21967     layout: "plot-throughput"
21968
21969 - type: "plot"
21970   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21971   algorithm: "plot_perf_box_name"
21972   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21973   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21974   include:
21975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
21976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21981   layout:
21982     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
21983     layout: "plot-throughput"
21984
21985 - type: "plot"
21986   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21987   algorithm: "plot_perf_box_name"
21988   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21989   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21990   include:
21991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21995   layout:
21996     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21997     layout: "plot-throughput"
21998
21999 - type: "plot"
22000   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22001   algorithm: "plot_perf_box_name"
22002   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22003   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22004   include:
22005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
22007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
22008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22009   layout:
22010     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22011     layout: "plot-throughput"
22012
22013 - type: "plot"
22014   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22015   algorithm: "plot_perf_box_name"
22016   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22017   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22018   include:
22019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22022   layout:
22023     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22024     layout: "plot-throughput"
22025
22026 - type: "plot"
22027   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22028   algorithm: "plot_perf_box_name"
22029   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22030   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22031   include:
22032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22035   layout:
22036     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22037     layout: "plot-throughput"
22038
22039 - type: "plot"
22040   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22041   algorithm: "plot_perf_box_name"
22042   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22043   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22044   include:
22045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22050   layout:
22051     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22052     layout: "plot-throughput"
22053
22054 - type: "plot"
22055   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22056   algorithm: "plot_perf_box_name"
22057   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22058   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22059   include:
22060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22065   layout:
22066     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22067     layout: "plot-throughput"
22068
22069 - type: "plot"
22070   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22071   algorithm: "plot_perf_box_name"
22072   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22073   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22074   include:
22075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22078   layout:
22079     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22080     layout: "plot-throughput"
22081
22082 - type: "plot"
22083   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22084   algorithm: "plot_perf_box_name"
22085   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22086   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22087   include:
22088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22091   layout:
22092     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22093     layout: "plot-throughput"
22094
22095 - type: "plot"
22096   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22097   algorithm: "plot_perf_box_name"
22098   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22099   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22100   include:
22101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22107   layout:
22108     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22109     layout: "plot-throughput"
22110
22111 - type: "plot"
22112   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22113   algorithm: "plot_perf_box_name"
22114   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22115   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22116   include:
22117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22123   layout:
22124     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22125     layout: "plot-throughput"
22126
22127 - type: "plot"
22128   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22129   algorithm: "plot_perf_box_name"
22130   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22131   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22132   include:
22133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22138   layout:
22139     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22140     layout: "plot-throughput"
22141
22142 #- type: "plot"
22143 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22144 #  algorithm: "plot_perf_box_name"
22145 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22146 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22147 #  include:
22148 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22149 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22150 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22151 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22152 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22153 #  layout:
22154 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22155 #    layout: "plot-throughput"
22156 #
22157 #- type: "plot"
22158 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22159 #  algorithm: "plot_perf_box_name"
22160 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22161 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22162 #  include:
22163 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22164 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22165 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22166 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22167 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22168 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22169 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22170 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22171 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22172 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22173 #  layout:
22174 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22175 #    layout: "plot-cps"
22176 #
22177 #- type: "plot"
22178 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22179 #  algorithm: "plot_perf_box_name"
22180 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22181 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22182 #  include:
22183 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22184 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22185 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22186 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22187 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22188 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22189 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22190 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22191 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22192 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22193 #  layout:
22194 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22195 #    layout: "plot-throughput"
22196 #
22197 #- type: "plot"
22198 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22199 #  algorithm: "plot_perf_box_name"
22200 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22201 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22202 #  include:
22203 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22204 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22205 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22206 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22207 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22208 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22209 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22210 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22211 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22212 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22213 #  layout:
22214 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22215 #    layout: "plot-cps"
22216 #
22217 #- type: "plot"
22218 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22219 #  algorithm: "plot_perf_box_name"
22220 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22221 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22222 #  include:
22223 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22224 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22225 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22226 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22227 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22228 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22229 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22230 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22231 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22232 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22233 #  layout:
22234 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22235 #    layout: "plot-throughput"
22236
22237 - type: "plot"
22238   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22239   algorithm: "plot_perf_box_name"
22240   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22241   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22242   include:
22243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22248   layout:
22249     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22250     layout: "plot-throughput"
22251
22252 #- type: "plot"
22253 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22254 #  algorithm: "plot_perf_box_name"
22255 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22256 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22257 #  include:
22258 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22259 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22261 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22262 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22263 #  layout:
22264 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22265 #    layout: "plot-throughput"
22266 #
22267 #- type: "plot"
22268 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22269 #  algorithm: "plot_perf_box_name"
22270 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22271 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22272 #  include:
22273 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22274 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22276 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22277 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22278 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22279 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22280 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22281 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22282 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22283 #  layout:
22284 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22285 #    layout: "plot-cps"
22286 #
22287 #- type: "plot"
22288 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22289 #  algorithm: "plot_perf_box_name"
22290 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22291 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22292 #  include:
22293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22297 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22298 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22299 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22300 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22301 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22302 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22303 #  layout:
22304 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22305 #    layout: "plot-throughput"
22306 #
22307 #- type: "plot"
22308 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22309 #  algorithm: "plot_perf_box_name"
22310 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22311 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22312 #  include:
22313 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22314 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22315 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22316 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22317 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22318 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22319 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22320 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22321 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22322 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22323 #  layout:
22324 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22325 #    layout: "plot-cps"
22326 #
22327 #- type: "plot"
22328 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22329 #  algorithm: "plot_perf_box_name"
22330 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22331 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22332 #  include:
22333 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22334 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22335 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22336 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22337 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22338 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22339 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22340 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22341 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22342 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22343 #  layout:
22344 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22345 #    layout: "plot-throughput"
22346
22347 - type: "plot"
22348   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22349   algorithm: "plot_perf_box_name"
22350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22351   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22352   include:
22353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22359   layout:
22360     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22361     layout: "plot-throughput"
22362
22363 - type: "plot"
22364   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22365   algorithm: "plot_perf_box_name"
22366   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22367   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22368   include:
22369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22375   layout:
22376     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
22377     layout: "plot-throughput"
22378
22379 - type: "plot"
22380   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22381   algorithm: "plot_perf_box_name"
22382   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22383   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22384   include:
22385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22387   layout:
22388     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
22389     layout: "plot-throughput"
22390
22391 - type: "plot"
22392   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22393   algorithm: "plot_perf_box_name"
22394   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22395   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22396   include:
22397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22399   layout:
22400     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
22401     layout: "plot-throughput"
22402
22403 - type: "plot"
22404   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22405   algorithm: "plot_perf_box_name"
22406   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22407   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22408   include:
22409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22415   layout:
22416     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22417     layout: "plot-throughput"
22418
22419 - type: "plot"
22420   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22421   algorithm: "plot_perf_box_name"
22422   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22423   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22424   include:
22425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22431   layout:
22432     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22433     layout: "plot-throughput"
22434
22435 - type: "plot"
22436   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22437   algorithm: "plot_perf_box_name"
22438   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22439   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22440   include:
22441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22447   layout:
22448     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22449     layout: "plot-throughput"
22450
22451 - type: "plot"
22452   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22453   algorithm: "plot_perf_box_name"
22454   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22455   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22456   include:
22457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22463   layout:
22464     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22465     layout: "plot-throughput"
22466
22467 - type: "plot"
22468   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22469   algorithm: "plot_perf_box_name"
22470   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22471   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22472   include:
22473     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22474     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22475     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22476     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22477     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22478   layout:
22479     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
22480     layout: "plot-throughput"
22481
22482 - type: "plot"
22483   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22484   algorithm: "plot_perf_box_name"
22485   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22486   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22487   include:
22488     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
22489     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
22490     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
22491     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
22492     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
22493   layout:
22494     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
22495     layout: "plot-throughput"
22496
22497 - type: "plot"
22498   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22499   algorithm: "plot_perf_box_name"
22500   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22501   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22502   include:
22503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22510   layout:
22511     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
22512     layout: "plot-throughput"
22513
22514 - type: "plot"
22515   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22516   algorithm: "plot_perf_box_name"
22517   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22518   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22519   include:
22520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22523     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22524     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22527   layout:
22528     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
22529     layout: "plot-throughput"
22530
22531 - type: "plot"
22532   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22533   algorithm: "plot_perf_box_name"
22534   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22535   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22536   include:
22537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
22540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
22541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22542   layout:
22543     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
22544     layout: "plot-throughput"
22545
22546 - type: "plot"
22547   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22548   algorithm: "plot_perf_box_name"
22549   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22550   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22551   include:
22552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
22553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
22555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
22556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
22557   layout:
22558     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
22559     layout: "plot-throughput"
22560
22561 - type: "plot"
22562   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22563   algorithm: "plot_perf_box_name"
22564   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22565   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22566   include:
22567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22571   layout:
22572     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
22573     layout: "plot-throughput"
22574
22575 - type: "plot"
22576   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22577   algorithm: "plot_perf_box_name"
22578   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22579   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22580   include:
22581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
22582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
22583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
22584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
22585   layout:
22586     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
22587     layout: "plot-throughput"
22588
22589 - type: "plot"
22590   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22591   algorithm: "plot_perf_box_name"
22592   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22593   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22594   include:
22595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
22598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
22599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22600   layout:
22601     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
22602     layout: "plot-throughput"
22603
22604 - type: "plot"
22605   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22606   algorithm: "plot_perf_box_name"
22607   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22608   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22609   include:
22610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
22611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
22613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
22614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
22615   layout:
22616     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
22617     layout: "plot-throughput"
22618
22619 - type: "plot"
22620   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22621   algorithm: "plot_perf_box_name"
22622   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22623   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22624   include:
22625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
22627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
22628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
22629   layout:
22630     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
22631     layout: "plot-throughput"
22632
22633 - type: "plot"
22634   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22635   algorithm: "plot_perf_box_name"
22636   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22637   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22638   include:
22639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
22640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
22641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
22642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
22643   layout:
22644     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
22645     layout: "plot-throughput"
22646
22647 - type: "plot"
22648   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22649   algorithm: "plot_perf_box_name"
22650   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22651   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22652   include:
22653     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22654     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22655     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22656     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22657     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22658   layout:
22659     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22660     layout: "plot-throughput"
22661
22662 - type: "plot"
22663   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22664   algorithm: "plot_perf_box_name"
22665   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22666   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22667   include:
22668     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22669     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22670     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22671     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22672     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22673   layout:
22674     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22675     layout: "plot-throughput"
22676
22677 - type: "plot"
22678   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22679   algorithm: "plot_perf_box_name"
22680   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22681   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22682   include:
22683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22688   layout:
22689     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
22690     layout: "plot-throughput"
22691
22692 - type: "plot"
22693   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22694   algorithm: "plot_perf_box_name"
22695   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22696   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22697   include:
22698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22703   layout:
22704     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
22705     layout: "plot-throughput"
22706
22707 - type: "plot"
22708   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22709   algorithm: "plot_perf_box_name"
22710   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22711   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22712   include:
22713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22718   layout:
22719     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22720     layout: "plot-throughput"
22721
22722 - type: "plot"
22723   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22724   algorithm: "plot_perf_box_name"
22725   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22726   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22727   include:
22728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22733   layout:
22734     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22735     layout: "plot-throughput"
22736
22737 - type: "plot"
22738   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22739   algorithm: "plot_perf_box_name"
22740   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22741   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22742   include:
22743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
22744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22749   layout:
22750     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
22751     layout: "plot-throughput"
22752
22753 - type: "plot"
22754   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22755   algorithm: "plot_perf_box_name"
22756   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22757   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22758   include:
22759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
22760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
22763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
22764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22765   layout:
22766     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
22767     layout: "plot-throughput"
22768
22769 - type: "plot"
22770   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22771   algorithm: "plot_perf_box_name"
22772   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22773   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22774   include:
22775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22779   layout:
22780     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
22781     layout: "plot-throughput"
22782
22783 - type: "plot"
22784   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22785   algorithm: "plot_perf_box_name"
22786   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22787   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22788   include:
22789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
22790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22793   layout:
22794     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
22795     layout: "plot-throughput"
22796
22797 - type: "plot"
22798   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22799   algorithm: "plot_perf_box_name"
22800   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22801   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22802   include:
22803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
22804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22809   layout:
22810     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
22811     layout: "plot-throughput"
22812
22813 - type: "plot"
22814   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22815   algorithm: "plot_perf_box_name"
22816   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22817   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22818   include:
22819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
22820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
22821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
22823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
22824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22825   layout:
22826     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
22827     layout: "plot-throughput"
22828
22829 - type: "plot"
22830   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22831   algorithm: "plot_perf_box_name"
22832   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22833   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22834   include:
22835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
22837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
22838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22839   layout:
22840     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
22841     layout: "plot-throughput"
22842
22843 - type: "plot"
22844   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22845   algorithm: "plot_perf_box_name"
22846   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22847   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22848   include:
22849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
22850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
22851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
22852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
22853   layout:
22854     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
22855     layout: "plot-throughput"
22856
22857 - type: "plot"
22858   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22859   algorithm: "plot_perf_box_name"
22860   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22861   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22862   include:
22863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22867     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22869   layout:
22870     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22871     layout: "plot-throughput"
22872
22873 - type: "plot"
22874   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22875   algorithm: "plot_perf_box_name"
22876   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22877   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22878   include:
22879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22881     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22883     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22884     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22885   layout:
22886     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22887     layout: "plot-throughput"
22888
22889 - type: "plot"
22890   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22891   algorithm: "plot_perf_box_name"
22892   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22893   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22894   include:
22895     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22896     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22897     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22898     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22899   layout:
22900     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22901     layout: "plot-throughput"
22902
22903 - type: "plot"
22904   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22905   algorithm: "plot_perf_box_name"
22906   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22907   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22908   include:
22909     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22910     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22911     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22912     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22913   layout:
22914     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22915     layout: "plot-throughput"
22916
22917 - type: "plot"
22918   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22919   algorithm: "plot_perf_box_name"
22920   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22921   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22922   include:
22923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22928   layout:
22929     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
22930     layout: "plot-throughput"
22931
22932 - type: "plot"
22933   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22934   algorithm: "plot_perf_box_name"
22935   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22936   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22937   include:
22938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22943   layout:
22944     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
22945     layout: "plot-throughput"
22946
22947 - type: "plot"
22948   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22949   algorithm: "plot_perf_box_name"
22950   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22951   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22952   include:
22953     - "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"
22954     - "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"
22955     - "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"
22956     - "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"
22957     - "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"
22958   layout:
22959     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
22960     layout: "plot-throughput"
22961
22962 - type: "plot"
22963   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22964   algorithm: "plot_perf_box_name"
22965   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22966   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22967   include:
22968     - "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"
22969     - "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"
22970     - "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"
22971     - "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"
22972     - "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"
22973   layout:
22974     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
22975     layout: "plot-throughput"
22976
22977 - type: "plot"
22978   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22979   algorithm: "plot_perf_box_name"
22980   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22981   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22982   include:
22983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22988   layout:
22989     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
22990     layout: "plot-throughput"
22991
22992 - type: "plot"
22993   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
22994   algorithm: "plot_perf_box_name"
22995   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
22996   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22997   include:
22998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23003   layout:
23004     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23005     layout: "plot-throughput"
23006
23007 - type: "plot"
23008   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23009   algorithm: "plot_perf_box_name"
23010   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23011   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23012   include:
23013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23018   layout:
23019     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23020     layout: "plot-throughput"
23021
23022 - type: "plot"
23023   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23024   algorithm: "plot_perf_box_name"
23025   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23026   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23027   include:
23028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23033   layout:
23034     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23035     layout: "plot-throughput"
23036
23037 - type: "plot"
23038   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23039   algorithm: "plot_perf_box_name"
23040   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23041   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23042   include:
23043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23047   layout:
23048     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23049     layout: "plot-throughput"
23050
23051 - type: "plot"
23052   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23053   algorithm: "plot_perf_box_name"
23054   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23055   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23056   include:
23057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23061   layout:
23062     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23063     layout: "plot-throughput"
23064
23065 - type: "plot"
23066   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23067   algorithm: "plot_perf_box_name"
23068   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23069   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23070   include:
23071     - "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"
23072     - "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"
23073     - "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"
23074     - "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"
23075   layout:
23076     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23077     layout: "plot-throughput"
23078
23079 - type: "plot"
23080   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23081   algorithm: "plot_perf_box_name"
23082   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23083   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23084   include:
23085     - "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"
23086     - "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"
23087     - "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"
23088     - "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"
23089   layout:
23090     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23091     layout: "plot-throughput"
23092
23093 - type: "plot"
23094   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23095   algorithm: "plot_perf_box_name"
23096   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23097   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23098   include:
23099     - "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"
23100     - "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"
23101     - "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"
23102     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23103     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23104     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23105   layout:
23106     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
23107     layout: "plot-throughput"
23108
23109 - type: "plot"
23110   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23111   algorithm: "plot_perf_box_name"
23112   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23113   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23114   include:
23115     - "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"
23116     - "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"
23117     - "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"
23118     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23119     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23120     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23121   layout:
23122     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
23123     layout: "plot-throughput"
23124
23125 ################################################################################
23126
23127 # Packet Speedup
23128
23129 - type: "plot"
23130   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23131   algorithm: "plot_tsa_name"
23132   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23133   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23134   include:
23135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23139   layout:
23140     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
23141     layout: "plot-throughput-speedup-analysis"
23142
23143 - type: "plot"
23144   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23145   algorithm: "plot_tsa_name"
23146   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23147   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23148   include:
23149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23153   layout:
23154     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
23155     layout: "plot-throughput-speedup-analysis"
23156
23157 - type: "plot"
23158   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23159   algorithm: "plot_tsa_name"
23160   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23161   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23162   include:
23163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23167   layout:
23168     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
23169     layout: "plot-throughput-speedup-analysis"
23170
23171 - type: "plot"
23172   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23173   algorithm: "plot_tsa_name"
23174   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23175   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23176   include:
23177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23181   layout:
23182     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
23183     layout: "plot-throughput-speedup-analysis"
23184
23185 - type: "plot"
23186   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23187   algorithm: "plot_tsa_name"
23188   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23189   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23190   include:
23191     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23193     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23194     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23195   layout:
23196     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
23197     layout: "plot-throughput-speedup-analysis"
23198
23199 - type: "plot"
23200   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23201   algorithm: "plot_tsa_name"
23202   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23203   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23204   include:
23205     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23206     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23207     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23208     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23209   layout:
23210     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
23211     layout: "plot-throughput-speedup-analysis"
23212
23213 - type: "plot"
23214   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23215   algorithm: "plot_tsa_name"
23216   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23217   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23218   include:
23219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23225   layout:
23226     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
23227     layout: "plot-throughput-speedup-analysis"
23228
23229 - type: "plot"
23230   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23231   algorithm: "plot_tsa_name"
23232   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23233   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23234   include:
23235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23241   layout:
23242     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
23243     layout: "plot-throughput-speedup-analysis"
23244
23245 - type: "plot"
23246   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23247   algorithm: "plot_tsa_name"
23248   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23249   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23250   include:
23251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23255   layout:
23256     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
23257     layout: "plot-throughput-speedup-analysis"
23258
23259 - type: "plot"
23260   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23261   algorithm: "plot_tsa_name"
23262   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23263   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23264   include:
23265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23269   layout:
23270     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
23271     layout: "plot-throughput-speedup-analysis"
23272
23273 - type: "plot"
23274   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23275   algorithm: "plot_tsa_name"
23276   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23277   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23278   include:
23279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23282   layout:
23283     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
23284     layout: "plot-throughput-speedup-analysis"
23285
23286 - type: "plot"
23287   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23288   algorithm: "plot_tsa_name"
23289   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23290   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23291   include:
23292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23295   layout:
23296     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
23297     layout: "plot-throughput-speedup-analysis"
23298
23299 - type: "plot"
23300   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23301   algorithm: "plot_tsa_name"
23302   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23303   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23304   include:
23305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23310   layout:
23311     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
23312     layout: "plot-throughput-speedup-analysis"
23313
23314 - type: "plot"
23315   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23316   algorithm: "plot_tsa_name"
23317   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23318   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23319   include:
23320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23325   layout:
23326     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
23327     layout: "plot-throughput-speedup-analysis"
23328
23329 - type: "plot"
23330   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23331   algorithm: "plot_tsa_name"
23332   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23333   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23334   include:
23335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23338   layout:
23339     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
23340     layout: "plot-throughput-speedup-analysis"
23341
23342 - type: "plot"
23343   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23344   algorithm: "plot_tsa_name"
23345   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23346   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23347   include:
23348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23351   layout:
23352     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
23353     layout: "plot-throughput-speedup-analysis"
23354
23355 - type: "plot"
23356   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
23357   algorithm: "plot_tsa_name"
23358   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
23359   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23360   include:
23361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23367   layout:
23368     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
23369     layout: "plot-throughput-speedup-analysis"
23370
23371 - type: "plot"
23372   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
23373   algorithm: "plot_tsa_name"
23374   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
23375   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23376   include:
23377     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23378     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23379     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23380     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23381     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23382   layout:
23383     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
23384     layout: "plot-throughput-speedup-analysis"
23385
23386 #- type: "plot"
23387 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
23388 #  algorithm: "plot_tsa_name"
23389 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
23390 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23391 #  include:
23392 #    - "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"
23393 #    - "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"
23394 #    - "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"
23395 #    - "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"
23396 #    - "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"
23397 #  layout:
23398 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
23399 #    layout: "plot-throughput-speedup-analysis"
23400 #
23401 #- type: "plot"
23402 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
23403 #  algorithm: "plot_tsa_name"
23404 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
23405 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23406 #  include:
23407 #    - "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"
23408 #    - "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"
23409 #    - "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"
23410 #    - "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"
23411 #    - "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"
23412 #    - "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"
23413 #    - "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"
23414 #    - "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"
23415 #    - "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"
23416 #    - "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"
23417 #  layout:
23418 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
23419 #    layout: "plot-throughput-speedup-analysis-cps"
23420 #
23421 #- type: "plot"
23422 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
23423 #  algorithm: "plot_tsa_name"
23424 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
23425 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23426 #  include:
23427 #    - "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"
23428 #    - "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"
23429 #    - "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"
23430 #    - "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"
23431 #    - "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"
23432 #    - "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"
23433 #    - "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"
23434 #    - "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"
23435 #    - "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"
23436 #    - "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"
23437 #  layout:
23438 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
23439 #    layout: "plot-throughput-speedup-analysis"
23440 #
23441 #- type: "plot"
23442 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
23443 #  algorithm: "plot_tsa_name"
23444 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
23445 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23446 #  include:
23447 #    - "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"
23448 #    - "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"
23449 #    - "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"
23450 #    - "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"
23451 #    - "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"
23452 #    - "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"
23453 #    - "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"
23454 #    - "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"
23455 #    - "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"
23456 #    - "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"
23457 #  layout:
23458 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
23459 #    layout: "plot-throughput-speedup-analysis-cps"
23460 #
23461 #- type: "plot"
23462 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
23463 #  algorithm: "plot_tsa_name"
23464 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
23465 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23466 #  include:
23467 #    - "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"
23468 #    - "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"
23469 #    - "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"
23470 #    - "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"
23471 #    - "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"
23472 #    - "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"
23473 #    - "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"
23474 #    - "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"
23475 #    - "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"
23476 #    - "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"
23477 #  layout:
23478 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
23479 #    layout: "plot-throughput-speedup-analysis"
23480
23481 - type: "plot"
23482   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
23483   algorithm: "plot_tsa_name"
23484   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
23485   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23486   include:
23487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23493   layout:
23494     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
23495     layout: "plot-throughput-speedup-analysis"
23496
23497 - type: "plot"
23498   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
23499   algorithm: "plot_tsa_name"
23500   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
23501   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23502   include:
23503     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23504     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
23505     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
23506     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
23507     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
23508   layout:
23509     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
23510     layout: "plot-throughput-speedup-analysis"
23511
23512 #- type: "plot"
23513 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
23514 #  algorithm: "plot_tsa_name"
23515 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
23516 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23517 #  include:
23518 #    - "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"
23519 #    - "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"
23520 #    - "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"
23521 #    - "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"
23522 #    - "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"
23523 #  layout:
23524 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
23525 #    layout: "plot-throughput-speedup-analysis"
23526 #
23527 #- type: "plot"
23528 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
23529 #  algorithm: "plot_tsa_name"
23530 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
23531 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23532 #  include:
23533 #    - "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"
23534 #    - "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"
23535 #    - "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"
23536 #    - "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"
23537 #    - "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"
23538 #    - "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"
23539 #    - "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"
23540 #    - "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"
23541 #    - "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"
23542 #    - "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"
23543 #  layout:
23544 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
23545 #    layout: "plot-throughput-speedup-analysis-cps"
23546 #
23547 #- type: "plot"
23548 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
23549 #  algorithm: "plot_tsa_name"
23550 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
23551 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23552 #  include:
23553 #    - "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"
23554 #    - "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"
23555 #    - "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"
23556 #    - "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"
23557 #    - "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"
23558 #    - "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"
23559 #    - "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"
23560 #    - "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"
23561 #    - "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"
23562 #    - "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"
23563 #  layout:
23564 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
23565 #    layout: "plot-throughput-speedup-analysis"
23566 #
23567 #- type: "plot"
23568 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
23569 #  algorithm: "plot_tsa_name"
23570 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
23571 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23572 #  include:
23573 #    - "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"
23574 #    - "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"
23575 #    - "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"
23576 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
23577 #    - "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"
23578 #    - "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"
23579 #    - "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"
23580 #    - "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"
23581 #    - "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"
23582 #    - "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"
23583 #  layout:
23584 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
23585 #    layout: "plot-throughput-speedup-analysis-cps"
23586 #
23587 #- type: "plot"
23588 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
23589 #  algorithm: "plot_tsa_name"
23590 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
23591 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23592 #  include:
23593 #    - "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"
23594 #    - "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"
23595 #    - "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"
23596 #    - "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"
23597 #    - "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"
23598 #    - "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"
23599 #    - "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"
23600 #    - "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"
23601 #    - "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"
23602 #    - "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"
23603 #  layout:
23604 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
23605 #    layout: "plot-throughput-speedup-analysis"
23606
23607 - type: "plot"
23608   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
23609   algorithm: "plot_tsa_name"
23610   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
23611   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23612   include:
23613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23619   layout:
23620     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
23621     layout: "plot-throughput-speedup-analysis"
23622
23623 - type: "plot"
23624   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
23625   algorithm: "plot_tsa_name"
23626   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
23627   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23628   include:
23629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23635   layout:
23636     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
23637     layout: "plot-throughput-speedup-analysis"
23638
23639 - type: "plot"
23640   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
23641   algorithm: "plot_tsa_name"
23642   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
23643   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23644   include:
23645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
23646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
23647   layout:
23648     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
23649     layout: "plot-throughput-speedup-analysis"
23650
23651 - type: "plot"
23652   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
23653   algorithm: "plot_tsa_name"
23654   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
23655   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23656   include:
23657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
23658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
23659   layout:
23660     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
23661     layout: "plot-throughput-speedup-analysis"
23662
23663 - type: "plot"
23664   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
23665   algorithm: "plot_tsa_name"
23666   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
23667   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23668   include:
23669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
23670     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
23672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
23674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23675   layout:
23676     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
23677     layout: "plot-throughput-speedup-analysis"
23678
23679 - type: "plot"
23680   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
23681   algorithm: "plot_tsa_name"
23682   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
23683   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23684   include:
23685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
23686     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23687     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
23688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
23690     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23691   layout:
23692     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
23693     layout: "plot-throughput-speedup-analysis"
23694
23695 - type: "plot"
23696   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
23697   algorithm: "plot_tsa_name"
23698   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
23699   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23700   include:
23701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23702     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23703     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23705     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23706     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23707   layout:
23708     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
23709     layout: "plot-throughput-speedup-analysis"
23710
23711 - type: "plot"
23712   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
23713   algorithm: "plot_tsa_name"
23714   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
23715   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23716   include:
23717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23718     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23719     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23720     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23721     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23722     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23723   layout:
23724     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
23725     layout: "plot-throughput-speedup-analysis"
23726
23727 - type: "plot"
23728   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23729   algorithm: "plot_tsa_name"
23730   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23731   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23732   include:
23733     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23734     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23735     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23736     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23737     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23738   layout:
23739     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
23740     layout: "plot-throughput-speedup-analysis"
23741
23742 - type: "plot"
23743   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23744   algorithm: "plot_tsa_name"
23745   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23746   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23747   include:
23748     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23749     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23750     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23751     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23752     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23753   layout:
23754     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
23755     layout: "plot-throughput-speedup-analysis"
23756
23757 - type: "plot"
23758   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
23759   algorithm: "plot_tsa_name"
23760   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
23761   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23762   include:
23763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23768     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23770   layout:
23771     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
23772     layout: "plot-throughput-speedup-analysis"
23773
23774 - type: "plot"
23775   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
23776   algorithm: "plot_tsa_name"
23777   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
23778   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23779   include:
23780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23787   layout:
23788     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
23789     layout: "plot-throughput-speedup-analysis"
23790
23791 - type: "plot"
23792   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
23793   algorithm: "plot_tsa_name"
23794   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
23795   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23796   include:
23797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
23800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
23801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23802   layout:
23803     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
23804     layout: "plot-throughput-speedup-analysis"
23805
23806 - type: "plot"
23807   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
23808   algorithm: "plot_tsa_name"
23809   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
23810   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23811   include:
23812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
23813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
23815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
23816     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
23817   layout:
23818     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
23819     layout: "plot-throughput-speedup-analysis"
23820
23821 - type: "plot"
23822   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
23823   algorithm: "plot_tsa_name"
23824   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
23825   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23826   include:
23827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23831   layout:
23832     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
23833     layout: "plot-throughput-speedup-analysis"
23834
23835 - type: "plot"
23836   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
23837   algorithm: "plot_tsa_name"
23838   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
23839   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23840   include:
23841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
23842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23845   layout:
23846     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
23847     layout: "plot-throughput-speedup-analysis"
23848
23849 - type: "plot"
23850   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
23851   algorithm: "plot_tsa_name"
23852   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
23853   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23854   include:
23855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23860   layout:
23861     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
23862     layout: "plot-throughput-speedup-analysis"
23863
23864 - type: "plot"
23865   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
23866   algorithm: "plot_tsa_name"
23867   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
23868   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23869   include:
23870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
23871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
23873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
23874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
23875   layout:
23876     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
23877     layout: "plot-throughput-speedup-analysis"
23878
23879 - type: "plot"
23880   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
23881   algorithm: "plot_tsa_name"
23882   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
23883   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23884   include:
23885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
23887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
23888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
23889   layout:
23890     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
23891     layout: "plot-throughput-speedup-analysis"
23892
23893 - type: "plot"
23894   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
23895   algorithm: "plot_tsa_name"
23896   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
23897   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23898   include:
23899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
23900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
23901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
23902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
23903   layout:
23904     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
23905     layout: "plot-throughput-speedup-analysis"
23906
23907 - type: "plot"
23908   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
23909   algorithm: "plot_tsa_name"
23910   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
23911   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23912   include:
23913     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
23914     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
23915     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
23916     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
23917     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
23918   layout:
23919     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
23920     layout: "plot-throughput-speedup-analysis"
23921
23922 - type: "plot"
23923   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
23924   algorithm: "plot_tsa_name"
23925   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
23926   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23927   include:
23928     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
23929     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
23930     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
23931     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
23932     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
23933   layout:
23934     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
23935     layout: "plot-throughput-speedup-analysis"
23936
23937 - type: "plot"
23938   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
23939   algorithm: "plot_tsa_name"
23940   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
23941   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23942   include:
23943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23948   layout:
23949     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
23950     layout: "plot-throughput-speedup-analysis"
23951
23952 - type: "plot"
23953   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
23954   algorithm: "plot_tsa_name"
23955   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
23956   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23957   include:
23958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
23960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
23961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
23962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23963   layout:
23964     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
23965     layout: "plot-throughput-speedup-analysis"
23966
23967 - type: "plot"
23968   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
23969   algorithm: "plot_tsa_name"
23970   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
23971   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23972   include:
23973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23978   layout:
23979     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
23980     layout: "plot-throughput-speedup-analysis"
23981
23982 - type: "plot"
23983   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
23984   algorithm: "plot_tsa_name"
23985   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
23986   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23987   include:
23988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
23989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
23990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
23991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23993   layout:
23994     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
23995     layout: "plot-throughput-speedup-analysis"
23996
23997 - type: "plot"
23998   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
23999   algorithm: "plot_tsa_name"
24000   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
24001   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24002   include:
24003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24009   layout:
24010     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
24011     layout: "plot-throughput-speedup-analysis"
24012
24013 - type: "plot"
24014   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24015   algorithm: "plot_tsa_name"
24016   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24017   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24018   include:
24019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24025   layout:
24026     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
24027     layout: "plot-throughput-speedup-analysis"
24028
24029 - type: "plot"
24030   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24031   algorithm: "plot_tsa_name"
24032   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24033   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24034   include:
24035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24039   layout:
24040     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
24041     layout: "plot-throughput-speedup-analysis"
24042
24043 - type: "plot"
24044   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24045   algorithm: "plot_tsa_name"
24046   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24047   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24048   include:
24049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24053   layout:
24054     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
24055     layout: "plot-throughput-speedup-analysis"
24056
24057 - type: "plot"
24058   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24059   algorithm: "plot_tsa_name"
24060   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24061   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24062   include:
24063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24069   layout:
24070     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
24071     layout: "plot-throughput-speedup-analysis"
24072
24073 - type: "plot"
24074   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24075   algorithm: "plot_tsa_name"
24076   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24077   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24078   include:
24079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24085   layout:
24086     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
24087     layout: "plot-throughput-speedup-analysis"
24088
24089 - type: "plot"
24090   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24091   algorithm: "plot_tsa_name"
24092   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24093   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24094   include:
24095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24099   layout:
24100     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
24101     layout: "plot-throughput-speedup-analysis"
24102
24103 - type: "plot"
24104   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24105   algorithm: "plot_tsa_name"
24106   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24107   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24108   include:
24109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24113   layout:
24114     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
24115     layout: "plot-throughput-speedup-analysis"
24116
24117 - type: "plot"
24118   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24119   algorithm: "plot_tsa_name"
24120   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24121   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24122   include:
24123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24124     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24125     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24126     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24127     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24128     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24129   layout:
24130     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
24131     layout: "plot-throughput-speedup-analysis"
24132
24133 - type: "plot"
24134   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24135   algorithm: "plot_tsa_name"
24136   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24137   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24138   include:
24139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24145   layout:
24146     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
24147     layout: "plot-throughput-speedup-analysis"
24148
24149 - type: "plot"
24150   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24151   algorithm: "plot_tsa_name"
24152   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24153   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24154   include:
24155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24159   layout:
24160     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
24161     layout: "plot-throughput-speedup-analysis"
24162
24163 - type: "plot"
24164   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24165   algorithm: "plot_tsa_name"
24166   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24167   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24168   include:
24169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24173   layout:
24174     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
24175     layout: "plot-throughput-speedup-analysis"
24176
24177 - type: "plot"
24178   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24179   algorithm: "plot_tsa_name"
24180   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
24181   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24182   include:
24183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24188   layout:
24189     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24190     layout: "plot-throughput-speedup-analysis"
24191
24192 - type: "plot"
24193   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24194   algorithm: "plot_tsa_name"
24195   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
24196   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24197   include:
24198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24203   layout:
24204     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24205     layout: "plot-throughput-speedup-analysis"
24206
24207 - type: "plot"
24208   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24209   algorithm: "plot_tsa_name"
24210   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
24211   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24212   include:
24213     - "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"
24214     - "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"
24215     - "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"
24216     - "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"
24217     - "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"
24218   layout:
24219     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24220     layout: "plot-throughput-speedup-analysis"
24221
24222 - type: "plot"
24223   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24224   algorithm: "plot_tsa_name"
24225   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
24226   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24227   include:
24228     - "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"
24229     - "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"
24230     - "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"
24231     - "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"
24232     - "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"
24233   layout:
24234     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24235     layout: "plot-throughput-speedup-analysis"
24236
24237 - type: "plot"
24238   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24239   algorithm: "plot_tsa_name"
24240   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
24241   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24242   include:
24243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24248   layout:
24249     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24250     layout: "plot-throughput-speedup-analysis"
24251
24252 - type: "plot"
24253   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24254   algorithm: "plot_tsa_name"
24255   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
24256   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24257   include:
24258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24263   layout:
24264     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24265     layout: "plot-throughput-speedup-analysis"
24266
24267 - type: "plot"
24268   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24269   algorithm: "plot_tsa_name"
24270   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
24271   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24272   include:
24273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24278   layout:
24279     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24280     layout: "plot-throughput-speedup-analysis"
24281
24282 - type: "plot"
24283   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24284   algorithm: "plot_tsa_name"
24285   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
24286   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24287   include:
24288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24293   layout:
24294     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24295     layout: "plot-throughput-speedup-analysis"
24296
24297 - type: "plot"
24298   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24299   algorithm: "plot_tsa_name"
24300   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24301   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24302   include:
24303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24307   layout:
24308     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
24309     layout: "plot-throughput-speedup-analysis"
24310
24311 - type: "plot"
24312   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24313   algorithm: "plot_tsa_name"
24314   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24315   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24316   include:
24317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24321   layout:
24322     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
24323     layout: "plot-throughput-speedup-analysis"
24324
24325 - type: "plot"
24326   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24327   algorithm: "plot_tsa_name"
24328   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24329   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24330   include:
24331     - "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"
24332     - "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"
24333     - "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"
24334     - "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"
24335   layout:
24336     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
24337     layout: "plot-throughput-speedup-analysis"
24338
24339 - type: "plot"
24340   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24341   algorithm: "plot_tsa_name"
24342   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24343   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24344   include:
24345     - "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"
24346     - "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"
24347     - "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"
24348     - "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"
24349   layout:
24350     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
24351     layout: "plot-throughput-speedup-analysis"
24352
24353 - type: "plot"
24354   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
24355   algorithm: "plot_tsa_name"
24356   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
24357   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24358   include:
24359     - "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"
24360     - "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"
24361     - "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"
24362     - "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"
24363     - "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"
24364     - "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"
24365   layout:
24366     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
24367     layout: "plot-throughput-speedup-analysis"
24368
24369 - type: "plot"
24370   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
24371   algorithm: "plot_tsa_name"
24372   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
24373   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24374   include:
24375     - "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"
24376     - "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"
24377     - "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"
24378     - "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"
24379     - "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"
24380     - "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"
24381   layout:
24382     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
24383     layout: "plot-throughput-speedup-analysis"
24384
24385 # Packet Throughput - DPDK
24386
24387 # 2n-zn2-xxv710
24388
24389 - type: "plot"
24390   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
24391   algorithm: "plot_perf_box_name"
24392   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
24393   data: "plot-dpdk-throughput-latency-2n-zn2"
24394   include:
24395     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24396     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24397   layout:
24398     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
24399     layout: "plot-throughput"
24400
24401 - type: "plot"
24402   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
24403   algorithm: "plot_perf_box_name"
24404   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
24405   data: "plot-dpdk-throughput-latency-2n-zn2"
24406   include:
24407     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24408     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24409   layout:
24410     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
24411     layout: "plot-throughput"
24412
24413 - type: "plot"
24414   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
24415   algorithm: "plot_perf_box_name"
24416   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
24417   data: "plot-dpdk-throughput-latency-2n-zn2"
24418   include:
24419     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24420     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24421   layout:
24422     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
24423     layout: "plot-throughput"
24424
24425 - type: "plot"
24426   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
24427   algorithm: "plot_perf_box_name"
24428   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
24429   data: "plot-dpdk-throughput-latency-2n-zn2"
24430   include:
24431     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24432     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24433   layout:
24434     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
24435     layout: "plot-throughput"
24436
24437 # 2n-zn2-x710
24438
24439 - type: "plot"
24440   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
24441   algorithm: "plot_perf_box_name"
24442   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
24443   data: "plot-dpdk-throughput-latency-2n-zn2"
24444   include:
24445     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24446     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24447   layout:
24448     title: "2n-zn2-x710-64b-2t1c-base-ndr"
24449     layout: "plot-throughput"
24450
24451 - type: "plot"
24452   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
24453   algorithm: "plot_perf_box_name"
24454   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
24455   data: "plot-dpdk-throughput-latency-2n-zn2"
24456   include:
24457     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24458     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24459   layout:
24460     title: "2n-zn2-x710-64b-4t2c-base-ndr"
24461     layout: "plot-throughput"
24462
24463 - type: "plot"
24464   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
24465   algorithm: "plot_perf_box_name"
24466   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
24467   data: "plot-dpdk-throughput-latency-2n-zn2"
24468   include:
24469     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
24470     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
24471   layout:
24472     title: "2n-zn2-x710-64b-2t1c-base-pdr"
24473     layout: "plot-throughput"
24474
24475 - type: "plot"
24476   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
24477   algorithm: "plot_perf_box_name"
24478   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
24479   data: "plot-dpdk-throughput-latency-2n-zn2"
24480   include:
24481     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
24482     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
24483   layout:
24484     title: "2n-zn2-x710-64b-4t2c-base-pdr"
24485     layout: "plot-throughput"
24486
24487 ################################################################################
24488
24489 - type: "plot"
24490   title: "Latency by percentile: 2n-skx"
24491   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24492   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
24493   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
24494   target-links: "../../_static/vpp"
24495   data: "plot-vpp-hdrh-lat-2n-skx"
24496   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24497   layout:
24498     layout: "plot-hdrh-latency-percentile-x-log"
24499
24500 - type: "plot"
24501   title: "Latency by percentile: 2n-skx RND"
24502   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24503   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
24504   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
24505   target-links: "../../_static/vpp"
24506   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
24507   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24508   layout:
24509     layout: "plot-hdrh-latency-percentile-x-log"
24510
24511 - type: "plot"
24512   title: "Latency by percentile: 2n-zn2"
24513   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24514   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
24515   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
24516   target-links: "../../_static/vpp"
24517   data: "plot-vpp-hdrh-lat-2n-zn2"
24518   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24519   layout:
24520     layout: "plot-hdrh-latency-percentile-x-log"
24521
24522 - type: "plot"
24523   title: "Latency by percentile: 2n-zn2 RND"
24524   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24525   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
24526   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
24527   target-links: "../../_static/vpp"
24528   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
24529   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24530   layout:
24531     layout: "plot-hdrh-latency-percentile-x-log"
24532
24533 - type: "plot"
24534   title: "Latency by percentile: 3n-skx"
24535   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24536   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
24537   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
24538   target-links: "../../_static/vpp"
24539   data: "plot-vpp-hdrh-lat-3n-skx"
24540   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24541   layout:
24542     layout: "plot-hdrh-latency-percentile-x-log"
24543
24544 - type: "plot"
24545   title: "Latency by percentile: 2n-clx"
24546   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24547   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
24548   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
24549   target-links: "../../_static/vpp"
24550   data: "plot-vpp-hdrh-lat-2n-clx"
24551   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24552   layout:
24553     layout: "plot-hdrh-latency-percentile-x-log"
24554
24555 # - type: "plot"
24556 #   title: "Latency by percentile: 2n-clx RND"
24557 #   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24558 #   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
24559 #   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
24560 #   target-links: "../../_static/vpp"
24561 #   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
24562 #   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24563 #   layout:
24564 #     layout: "plot-hdrh-latency-percentile-x-log"
24565
24566 - type: "plot"
24567   title: "Latency by percentile: 3n-hsw"
24568   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24569   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
24570   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
24571   target-links: "../../_static/vpp"
24572   data: "plot-vpp-hdrh-lat-3n-hsw"
24573   filter: "'1T1C' and 'NIC_Intel-XL710'"
24574   layout:
24575     layout: "plot-hdrh-latency-percentile-x-log"
24576
24577 - type: "plot"
24578   title: "Latency by percentile: 3n-hsw RND"
24579   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24580   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
24581   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
24582   target-links: "../../_static/vpp"
24583   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
24584   filter: "'1T1C' and 'NIC_Intel-XL710'"
24585   layout:
24586     layout: "plot-hdrh-latency-percentile-x-log"
24587
24588 - type: "plot"
24589   title: "Latency by percentile: 3n-tsh"
24590   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24591   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
24592   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
24593   target-links: "../../_static/vpp"
24594   data: "plot-vpp-hdrh-lat-3n-tsh"
24595   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
24596   layout:
24597     layout: "plot-hdrh-latency-percentile-x-log"
24598
24599 - type: "plot"
24600   title: "Latency by percentile: 2n-tx2"
24601   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24602   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
24603   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
24604   target-links: "../../_static/vpp"
24605   data: "plot-vpp-hdrh-lat-2n-tx2"
24606   filter: "'1T1C' and 'NIC_Intel-XL710'"
24607   layout:
24608     layout: "plot-hdrh-latency-percentile-x-log"
24609
24610 - type: "plot"
24611   title: "Latency by percentile: DPDK 2n-skx"
24612   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24613   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
24614   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
24615   target-links: "../../_static/dpdk"
24616   data: "plot-dpdk-hdrh-lat-2n-skx"
24617   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24618   layout:
24619     layout: "plot-hdrh-latency-percentile-x-log"
24620
24621 - type: "plot"
24622   title: "Latency by percentile: DPDK 3n-skx"
24623   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24624   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
24625   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
24626   target-links: "../../_static/dpdk"
24627   data: "plot-dpdk-hdrh-lat-3n-skx"
24628   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24629   layout:
24630     layout: "plot-hdrh-latency-percentile-x-log"
24631
24632 - type: "plot"
24633   title: "Latency by percentile: DPDK 2n-clx"
24634   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24635   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
24636   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
24637   target-links: "../../_static/dpdk"
24638   data: "plot-dpdk-hdrh-lat-2n-clx"
24639   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24640   layout:
24641     layout: "plot-hdrh-latency-percentile-x-log"
24642
24643 - type: "plot"
24644   title: "Latency by percentile: DPDK 2n-zn2"
24645   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24646   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
24647   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
24648   target-links: "../../_static/dpdk"
24649   data: "plot-dpdk-hdrh-lat-2n-zn2"
24650   filter: "'2T1C' and 'NIC_Intel-XXV710'"
24651   layout:
24652     layout: "plot-hdrh-latency-percentile-x-log"
24653
24654 - type: "plot"
24655   title: "Latency by percentile: DPDK 3n-hsw"
24656   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24657   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
24658   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
24659   target-links: "../../_static/dpdk"
24660   data: "plot-dpdk-hdrh-lat-3n-hsw"
24661   filter: "'1T1C' and 'NIC_Intel-XL710'"
24662   layout:
24663     layout: "plot-hdrh-latency-percentile-x-log"
24664
24665 - type: "plot"
24666   title: "Latency by percentile: DPDK 3n-tsh"
24667   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24668   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
24669   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
24670   target-links: "../../_static/dpdk"
24671   data: "plot-dpdk-hdrh-lat-3n-tsh"
24672   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
24673   layout:
24674     layout: "plot-hdrh-latency-percentile-x-log"
24675
24676 - type: "plot"
24677   title: "Latency by percentile: DPDK 2n-tx2"
24678   algorithm: "plot_hdrh_lat_by_percentile_x_log"
24679   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
24680   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
24681   target-links: "../../_static/dpdk"
24682   data: "plot-dpdk-hdrh-lat-2n-tx2"
24683   filter: "'1T1C' and 'NIC_Intel-XL710'"
24684   layout:
24685     layout: "plot-hdrh-latency-percentile-x-log"