759204c28c4352b84bafd925702370240550a7be
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2"
33     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
34     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
35     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
36     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
37     DIR[DTR,PERF,DPDK,2N,TX2]: "{DIR[DTR]}/dpdk_performance_results_2n_tx2"
38     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
39     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
40     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
41     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
42     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
43     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
44     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
45     DIR[DTR,PERF,VPP,2N,TX2]: "{DIR[DTR]}/vpp_performance_results_2n_tx2"
46     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
47     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
48     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
49     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
50     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
51     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
52     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
53     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
54     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
55     DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2"
56     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
57     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
58     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
59
60     # Detailed test configurations
61     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
62     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
63     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
64     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
65     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
66     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
67     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
68     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
69     DIR[DTC,PERF,VPP,2N,TX2]: "{DIR[DTC]}/vpp_performance_configuration_2n_tx2"
70     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
71     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
72     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
73     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
74     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
75     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
76     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
77     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
78     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
79     DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2"
80     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
81     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
82     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
83
84     # Detailed tests operational data
85     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
86     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
87     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
88     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
89     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
90     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
91     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
92     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
93     DIR[DTO,PERF,VPP,2N,TX2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_tx2"
94     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
95     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
96
97     # Latencies:
98     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
99     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
100
101     # .css patch file to fix tables generated by Sphinx
102     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
103     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
104
105   urls:
106     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
107     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
108     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
109     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
110     DIR[NEXUS,DOC]: "report/_static/archive"
111
112   make-dirs:
113   # List the directories which are created while preparing the environment.
114   # All directories MUST be defined in "paths" section.
115   - "DIR[WORKING,DATA]"
116   - "DIR[STATIC,VPP]"
117   - "DIR[STATIC,DPDK]"
118   - "DIR[STATIC,ARCH]"
119   - "DIR[BUILD,LATEX]"
120   - "DIR[WORKING,SRC]"
121   - "DIR[WORKING,SRC,STATIC]"
122
123   remove-dirs:
124   # List the directories which are deleted while cleaning the environment.
125   # All directories MUST be defined in "paths" section.
126   #- "DIR[BUILD,HTML]"
127   - "DIR[WORKING,DATA]"
128
129   build-dirs:
130   # List the directories where the results (build) is stored.
131   # All directories MUST be defined in "paths" section.
132   - "DIR[BUILD,HTML]"
133   - "DIR[BUILD,LATEX]"
134
135 - type: "configuration"
136
137   mapping-file: "mapping_report.yaml"
138
139   limits:
140     nic:
141       x520: 24460000
142       x553: 29761905
143       x710: 35800000
144       xxv710: 35800000
145       xl710: 35800000
146       cx556a: 148809523.81
147
148     link:
149       10ge: 14880952.38
150       25ge: 37202380.95
151       40ge: 59523809.52
152       100ge: 148809523.81
153
154     pci:
155       pci-g3-x8: 74404761.90
156       pci-g3-x16: 148809523.81
157
158   data-sets:
159
160     ###########################################################################
161     # Plots:
162
163     # 3n-hsw
164
165     plot-vpp-throughput-lat-tsa-3n-hsw:
166       csit-vpp-perf-report-iterative-2101-3n-hsw:
167         - 64  # rls2101.rel NDRPDR iter env 6
168         - 71  # rls2101.rel NDRPDR iter env 6
169         - 73  # rls2101.rel NDRPDR iter env 6
170         - 74  # rls2101.rel NDRPDR iter env 6
171         - 80  # rls2101.rel NDRPDR iter env 6
172         - 81  # rls2101.rel NDRPDR iter env 6
173         - 82  # rls2101.rel NDRPDR iter env 6
174         - 83  # rls2101.rel NDRPDR iter env 6
175         - 88  # rls2101.rel NDRPDR iter env 6
176         - 89  # rls2101.rel NDRPDR iter env 6
177         - 128 # rls2101.rel NDRPDR iter RND env 6
178         - 129 # rls2101.rel NDRPDR iter RND env 6
179         - 130 # rls2101.rel NDRPDR iter RND env 6
180         - 131 # rls2101.rel NDRPDR iter RND env 6
181         - 132 # rls2101.rel NDRPDR iter RND env 6
182         - 133 # rls2101.rel NDRPDR iter RND env 6
183         - 134 # rls2101.rel NDRPDR iter RND env 6
184         - 135 # rls2101.rel NDRPDR iter RND env 6
185         - 136 # rls2101.rel NDRPDR iter RND env 6
186         - 137 # rls2101.rel NDRPDR iter RND env 6
187
188     plot-vpp-hdrh-lat-3n-hsw:
189       csit-vpp-perf-report-iterative-2101-3n-hsw:
190         - 89  # rls2101.rel NDRPDR iter env 6
191
192     plot-vpp-hdrh-lat-3n-hsw-rnd:
193       csit-vpp-perf-report-iterative-2101-3n-hsw:
194         - 128 # rls2101.rel NDRPDR iter RND env 6
195
196     plot-vpp-ipsec-reconf-3n-hsw:
197       csit-vpp-perf-report-iterative-2101-3n-hsw:
198         - 65  # rls2101.rel NDRPDR reconf iter env 6
199         - 68  # rls2101.rel NDRPDR reconf iter env 6
200         - 77  # rls2101.rel NDRPDR reconf iter env 6
201         - 84  # rls2101.rel NDRPDR reconf iter env 6
202         - 90  # rls2101.rel NDRPDR reconf iter env 6
203         - 96  # rls2101.rel NDRPDR reconf iter env 6
204         - 101 # rls2101.rel NDRPDR reconf iter env 6
205         - 104 # rls2101.rel NDRPDR reconf iter env 6
206         - 105 # rls2101.rel NDRPDR reconf iter env 6
207         - 106 # rls2101.rel NDRPDR reconf iter env 6
208         - 107 # rls2101.rel NDRPDR reconf iter env 6
209         - 108 # rls2101.rel NDRPDR reconf iter env 6
210         - 110 # rls2101.rel NDRPDR reconf iter env 6
211         - 111 # rls2101.rel NDRPDR reconf iter env 6
212         - 112 # rls2101.rel NDRPDR reconf iter env 6
213         - 113 # rls2101.rel NDRPDR reconf iter env 6
214         - 114 # rls2101.rel NDRPDR reconf iter env 6
215         - 115 # rls2101.rel NDRPDR reconf iter env 6
216         - 116 # rls2101.rel NDRPDR reconf iter env 6
217         - 117 # rls2101.rel NDRPDR reconf iter env 6
218
219     plot-vpp-hoststack-3n-hsw:
220       csit-vpp-perf-report-iterative-2101-3n-hsw:
221         - 69  # rls2101.rel Hoststack iter env 6
222         - 70  # rls2101.rel Hoststack iter env 6
223         - 75  # rls2101.rel Hoststack iter env 6
224         - 76  # rls2101.rel Hoststack iter env 6
225         - 78  # rls2101.rel Hoststack iter env 6
226         - 79  # rls2101.rel Hoststack iter env 6
227         - 85  # rls2101.rel Hoststack iter env 6
228         - 86  # rls2101.rel Hoststack iter env 6
229         - 87  # rls2101.rel Hoststack iter env 6
230         - 91  # rls2101.rel Hoststack iter env 6
231         - 92  # rls2101.rel Hoststack iter env 6
232         - 93  # rls2101.rel Hoststack iter env 6
233         - 94  # rls2101.rel Hoststack iter env 6
234         - 95  # rls2101.rel Hoststack iter env 6
235         - 97  # rls2101.rel Hoststack iter env 6
236         - 98  # rls2101.rel Hoststack iter env 6
237         - 99  # rls2101.rel Hoststack iter env 6
238         - 100 # rls2101.rel Hoststack iter env 6
239         - 102 # rls2101.rel Hoststack iter env 6
240         - 103 # rls2101.rel Hoststack iter env 6
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2101-3n-hsw:
244         - 11  # rls2101 NDRPDR iter env 6
245         - 12  # rls2101 NDRPDR iter env 6
246         - 13  # rls2101 NDRPDR iter env 6
247         - 14  # rls2101 NDRPDR iter env 6
248         - 16  # rls2101 NDRPDR iter env 6
249         - 17  # rls2101 NDRPDR iter env 6
250         - 18  # rls2101 NDRPDR iter env 6
251         - 19  # rls2101 NDRPDR iter env 6
252         - 20  # rls2101 NDRPDR iter env 6
253         - 21  # rls2101 NDRPDR iter env 6
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2101-3n-hsw:
257         - 11  # rls2101 NDRPDR iter env 6
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       csit-vpp-perf-report-iterative-2101-3n-skx:
263         - 36  # rls2101.rel NDRPDR iter env 6
264         - 37  # rls2101.rel NDRPDR iter env 6
265         - 38  # rls2101.rel NDRPDR iter env 6
266         - 39  # rls2101.rel NDRPDR iter env 6
267         - 40  # rls2101.rel NDRPDR iter env 6
268         - 41  # rls2101.rel NDRPDR iter env 6
269         - 42  # rls2101.rel NDRPDR iter env 6
270         - 47  # rls2101.rel NDRPDR iter env 6
271         - 48  # rls2101.rel NDRPDR iter env 6
272         - 50  # rls2101.rel NDRPDR iter env 6
273
274     plot-vpp-hdrh-lat-3n-skx:
275       csit-vpp-perf-report-iterative-2101-3n-skx:
276         - 36  # rls2101.rel NDRPDR iter env 6
277
278 #    plot-vpp-nfv-3n-skx-ndrpdr:
279 #      # No data
280 #      csit-vpp-perf-report-iterative-2101-3n-skx:
281
282 #    plot-vpp-nfv-3n-skx-mrr:
283 #      # No data
284 #      csit-vpp-perf-report-iterative-2101-3n-skx:
285
286     plot-dpdk-throughput-latency-3n-skx:
287       csit-dpdk-perf-report-iterative-2101-3n-skx:
288         - 12  # rls2101 NDRPDR iter env 6
289         - 14  # rls2101 NDRPDR iter env 6
290         - 15  # rls2101 NDRPDR iter env 6
291         - 17  # rls2101 NDRPDR iter env 6
292         - 19  # rls2101 NDRPDR iter env 6
293         - 20  # rls2101 NDRPDR iter env 6
294         - 21  # rls2101 NDRPDR iter env 6
295         - 22  # rls2101 NDRPDR iter env 6
296         - 25  # rls2101 NDRPDR iter env 6
297         - 26  # rls2101 NDRPDR iter env 6
298
299     plot-dpdk-hdrh-lat-3n-skx:
300       csit-dpdk-perf-report-iterative-2101-3n-skx:
301         - 12  # rls2101 NDRPDR iter env 6
302
303     # 2n-skx
304
305     plot-vpp-throughput-lat-tsa-2n-skx:
306       csit-vpp-perf-report-iterative-2101-2n-skx:
307         - 63  # rls2101.rel NDRPDR iter env 6
308         - 69  # rls2101.rel NDRPDR iter env 6
309         - 70  # rls2101.rel NDRPDR iter env 6
310         - 75  # rls2101.rel NDRPDR iter env 6
311         - 76  # rls2101.rel NDRPDR iter env 6
312         - 77  # rls2101.rel NDRPDR iter env 6
313         - 82  # rls2101.rel NDRPDR iter env 6
314         - 85  # rls2101.rel NDRPDR iter env 6
315         - 86  # rls2101.rel NDRPDR iter env 6
316         - 94  # rls2101.rel NDRPDR iter env 6
317         - 89  # rls2101.rel NDRPDR iter RND env 6
318         - 90  # rls2101.rel NDRPDR iter RND env 6
319         - 91  # rls2101.rel NDRPDR iter RND env 6
320         - 92  # rls2101.rel NDRPDR iter RND env 6
321         - 93  # rls2101.rel NDRPDR iter RND env 6
322         - 96  # rls2101.rel NDRPDR iter RND env 6
323         - 98  # rls2101.rel NDRPDR iter RND env 6
324         - 99  # rls2101.rel NDRPDR iter RND env 6
325         - 101 # rls2101.rel NDRPDR iter RND env 6
326         - 102 # rls2101.rel NDRPDR iter RND env 6
327         - 116 # rls2101.rel NDRPDR iter NAT env 6
328         - 117 # rls2101.rel NDRPDR iter NAT env 6
329         - 118 # rls2101.rel NDRPDR iter NAT env 6
330         - 119 # rls2101.rel NDRPDR iter NAT env 6
331         - 120 # rls2101.rel NDRPDR iter NAT env 6
332         - 121 # rls2101.rel NDRPDR iter NAT env 6
333         - 122 # rls2101.rel NDRPDR iter NAT env 6
334         - 123 # rls2101.rel NDRPDR iter NAT env 6
335         - 124 # rls2101.rel NDRPDR iter NAT env 6
336         - 125 # rls2101.rel NDRPDR iter NAT env 6
337
338     plot-vpp-hdrh-lat-2n-skx:
339       csit-vpp-perf-report-iterative-2101-2n-skx:
340         - 94  # rls2101.rel NDRPDR iter env 6
341
342     plot-vpp-hdrh-lat-2n-skx-rnd:
343       csit-vpp-perf-report-iterative-2101-2n-skx:
344         - 89  # rls2101.rel NDRPDR iter RND env 6
345
346     plot-vpp-hdrh-lat-2n-skx-nat:
347       csit-vpp-perf-report-iterative-2101-2n-skx:
348         - 118 # rls2101.rel NDRPDR iter NAT env 6
349
350     plot-vpp-soak-2n-skx:
351       csit-vpp-perf-report-iterative-2101-2n-skx:
352         - 68  # rls2101.rel soak env 6
353         - 73  # rls2101.rel soak env 6
354
355     plot-vpp-nfv-2n-skx-ndrpdr:
356       csit-vpp-perf-report-iterative-2101-2n-skx:
357         - 67  # rls2101.rel NDRPDR nf-density iter env 6
358         - 72  # rls2101.rel NDRPDR nf-density iter env 6
359         - 79  # rls2101.rel NDRPDR nf-density iter env 6
360         - 83  # rls2101.rel NDRPDR nf-density iter env 6
361         - 88  # rls2101.rel NDRPDR nf-density iter env 6
362         - 97  # rls2101.rel NDRPDR nf-density iter env 6
363         - 103 # rls2101.rel NDRPDR nf-density iter env 6
364         - 108 # rls2101.rel NDRPDR nf-density iter env 6
365         - 109 # rls2101.rel NDRPDR nf-density iter env 6
366         - 110 # rls2101.rel NDRPDR nf-density iter env 6
367
368     plot-vpp-nfv-2n-skx-mrr:
369       csit-vpp-perf-report-iterative-2101-2n-skx:
370         - 65  # rls2101.rel MRR nf-density iter env 6
371
372     plot-vpp-nfv-reconf-2n-skx:
373       csit-vpp-perf-report-iterative-2101-2n-skx:
374         - 64  # rls2101.rel NDRPDR reconf iter env 6
375         - 66  # rls2101.rel NDRPDR reconf iter env 6
376         - 71  # rls2101.rel NDRPDR reconf iter env 6
377         - 74  # rls2101.rel NDRPDR reconf iter env 6
378         - 78  # rls2101.rel NDRPDR reconf iter env 6
379         - 87  # rls2101.rel NDRPDR reconf iter env 6
380         - 95  # rls2101.rel NDRPDR reconf iter env 6
381         - 100 # rls2101.rel NDRPDR reconf iter env 6
382         - 104 # rls2101.rel NDRPDR reconf iter env 6
383         - 106 # rls2101.rel NDRPDR reconf iter env 6
384
385     plot-dpdk-throughput-latency-2n-skx:
386       csit-dpdk-perf-report-iterative-2101-2n-skx:
387         - 11  # rls2101 NDRPDR iter env 6
388         - 12  # rls2101 NDRPDR iter env 6
389         - 13  # rls2101 NDRPDR iter env 6
390         - 14  # rls2101 NDRPDR iter env 6
391         - 15  # rls2101 NDRPDR iter env 6
392         - 17  # rls2101 NDRPDR iter env 6
393         - 18  # rls2101 NDRPDR iter env 6
394         - 19  # rls2101 NDRPDR iter env 6
395         - 20  # rls2101 NDRPDR iter env 6
396         - 21  # rls2101 NDRPDR iter env 6
397
398     plot-dpdk-hdrh-lat-2n-skx:
399       csit-dpdk-perf-report-iterative-2101-2n-skx:
400         - 11  # rls2101 NDRPDR iter env 6
401
402     # 2n-zn2
403
404     plot-vpp-throughput-lat-tsa-2n-zn2:
405       csit-vpp-perf-report-iterative-2101-2n-zn2:
406         - 31  # rls2101.rel NDRPDR iter env 6
407         - 32  # rls2101.rel NDRPDR iter env 6
408         - 33  # rls2101.rel NDRPDR iter env 6
409         - 34  # rls2101.rel NDRPDR iter env 6
410         - 35  # rls2101.rel NDRPDR iter env 6
411         - 36  # rls2101.rel NDRPDR iter env 6
412         - 37  # rls2101.rel NDRPDR iter env 6
413         - 38  # rls2101.rel NDRPDR iter env 6
414         - 44  # rls2101.rel NDRPDR iter env 6
415         - 49  # rls2101.rel NDRPDR iter env 6
416         - 39  # rls2101.rel NDRPDR iter RND env 6
417         - 40  # rls2101.rel NDRPDR iter RND env 6
418         - 41  # rls2101.rel NDRPDR iter RND env 6
419         - 42  # rls2101.rel NDRPDR iter RND env 6
420         - 43  # rls2101.rel NDRPDR iter RND env 6
421         - 45  # rls2101.rel NDRPDR iter RND env 6
422         - 48  # rls2101.rel NDRPDR iter RND env 6
423         - 50  # rls2101.rel NDRPDR iter RND env 6
424         - 51  # rls2101.rel NDRPDR iter RND env 6
425         - 52  # rls2101.rel NDRPDR iter RND env 6
426
427     plot-vpp-hdrh-lat-2n-zn2:
428       csit-vpp-perf-report-iterative-2101-2n-zn2:
429         - 31  # rls2101.rel NDRPDR iter env 6
430
431     plot-vpp-hdrh-lat-2n-zn2-rnd:
432       csit-vpp-perf-report-iterative-2101-2n-zn2:
433         - 40  # rls2101.rel NDRPDR iter RND env 6
434
435     plot-dpdk-throughput-latency-2n-zn2:
436       csit-dpdk-perf-report-iterative-2101-2n-zn2:
437         - 11  # rls2101 NDRPDR iter env 6
438         - 12  # rls2101 NDRPDR iter env 6
439         - 13  # rls2101 NDRPDR iter env 6
440         - 14  # rls2101 NDRPDR iter env 6
441         - 16  # rls2101 NDRPDR iter env 6
442         - 17  # rls2101 NDRPDR iter env 6
443         - 18  # rls2101 NDRPDR iter env 6
444         - 19  # rls2101 NDRPDR iter env 6
445         - 20  # rls2101 NDRPDR iter env 6
446         - 21  # rls2101 NDRPDR iter env 6
447
448     plot-dpdk-hdrh-lat-2n-zn2:
449       csit-dpdk-perf-report-iterative-2101-2n-zn2:
450         - 11  # rls2101 NDRPDR iter env 6
451
452     # 2n-clx
453
454     plot-vpp-throughput-lat-tsa-2n-clx:
455       csit-vpp-perf-report-iterative-2101-2n-clx:
456         - 54  # rls2101.rel NDRPDR iter env 6
457         - 59  # rls2101.rel NDRPDR iter env 6
458         - 60  # rls2101.rel NDRPDR iter env 6
459         - 63  # rls2101.rel NDRPDR iter env 6
460         - 66  # rls2101.rel NDRPDR iter env 6
461         - 68  # rls2101.rel NDRPDR iter env 6
462         - 73  # rls2101.rel NDRPDR iter env 6
463         - 75  # rls2101.rel NDRPDR iter env 6
464         - 86  # rls2101.rel NDRPDR iter env 6
465         - 90  # rls2101.rel NDRPDR iter env 6
466         - 80  # rls2101.rel NDRPDR iter RND env 6
467         - 87  # rls2101.rel NDRPDR iter RND env 6
468         - 91  # rls2101.rel NDRPDR iter RND env 6
469         - 92  # rls2101.rel NDRPDR iter RND env 6
470         - 93  # rls2101.rel NDRPDR iter RND env 6
471         - 94  # rls2101.rel NDRPDR iter RND env 6
472         - 95  # rls2101.rel NDRPDR iter RND env 6
473         - 100 # rls2101.rel NDRPDR iter RND env 6
474         - 106 # rls2101.rel NDRPDR iter RND env 6
475         - 108 # rls2101.rel NDRPDR iter RND env 6
476         - 112 # rls2101.rel NDRPDR iter NAT env 6
477         - 113 # rls2101.rel NDRPDR iter NAT env 6
478         - 114 # rls2101.rel NDRPDR iter NAT env 6
479         - 115 # rls2101.rel NDRPDR iter NAT env 6
480         - 116 # rls2101.rel NDRPDR iter NAT env 6
481         - 117 # rls2101.rel NDRPDR iter NAT env 6
482         - 118 # rls2101.rel NDRPDR iter NAT env 6
483         - 119 # rls2101.rel NDRPDR iter NAT env 6
484         - 120 # rls2101.rel NDRPDR iter NAT env 6
485         - 121 # rls2101.rel NDRPDR iter NAT env 6
486
487     plot-vpp-hdrh-lat-2n-clx:
488       csit-vpp-perf-report-iterative-2101-2n-clx:
489         - 75  # rls2101.rel NDRPDR iter env 6
490
491     plot-vpp-hdrh-lat-2n-clx-rnd:
492       csit-vpp-perf-report-iterative-2101-2n-clx:
493         - 87  # rls2101.rel NDRPDR iter RND env 6
494
495     plot-vpp-hdrh-lat-2n-clx-nat:
496       csit-vpp-perf-report-iterative-2101-2n-clx:
497         - 118 # rls2101.rel NDRPDR iter NAT env 6
498
499     plot-vpp-nfv-2n-clx-ndrpdr:
500       csit-vpp-perf-report-iterative-2101-2n-clx:
501         - 57  # rls2101.rel NDRPDR nf-density iter env 6
502         - 62  # rls2101.rel NDRPDR nf-density iter env 6
503         - 70  # rls2101.rel NDRPDR nf-density iter env 6
504         - 71  # rls2101.rel NDRPDR nf-density iter env 6
505         - 82  # rls2101.rel NDRPDR nf-density iter env 6
506         - 88  # rls2101.rel NDRPDR nf-density iter env 6
507         - 89  # rls2101.rel NDRPDR nf-density iter env 6
508         - 96  # rls2101.rel NDRPDR nf-density iter env 6
509         - 97  # rls2101.rel NDRPDR nf-density iter env 6
510         - 98  # rls2101.rel NDRPDR nf-density iter env 6
511
512     plot-vpp-nfv-2n-clx-mrr:
513       csit-vpp-perf-report-iterative-2101-2n-clx:
514         - 72  # rls2101.rel MRR nf-density iter env 6
515
516     plot-vpp-nfv-reconf-2n-clx:
517       csit-vpp-perf-report-iterative-2101-2n-clx:
518         - 55  # rls2101.rel NDRPDR reconf iter env 6
519         - 64  # rls2101.rel NDRPDR reconf iter env 6
520         - 76  # rls2101.rel NDRPDR reconf iter env 6
521         - 83  # rls2101.rel NDRPDR reconf iter env 6
522         - 99  # rls2101.rel NDRPDR reconf iter env 6
523         - 101 # rls2101.rel NDRPDR reconf iter env 6
524         - 102 # rls2101.rel NDRPDR reconf iter env 6
525         - 107 # rls2101.rel NDRPDR reconf iter env 6
526         - 109 # rls2101.rel NDRPDR reconf iter env 6
527         - 110 # rls2101.rel NDRPDR reconf iter env 6
528
529     plot-vpp-soak-2n-clx:
530       csit-vpp-perf-report-iterative-2101-2n-clx:
531         - 58  # rls2101.rel soak env 6
532         - 61  # rls2101.rel soak env 6
533
534     plot-dpdk-throughput-latency-2n-clx:
535       csit-dpdk-perf-report-iterative-2101-2n-clx:
536         - 12  # rls2101 NDRPDR iter env 6
537         - 13  # rls2101 NDRPDR iter env 6
538         - 14  # rls2101 NDRPDR iter env 6
539         - 18  # rls2101 NDRPDR iter env 6
540         - 22  # rls2101 NDRPDR iter env 6
541
542     plot-dpdk-hdrh-lat-2n-clx:
543       csit-dpdk-perf-report-iterative-2101-2n-clx:
544         - 12  # rls2101 NDRPDR iter env 6
545
546     # 3n-tsh
547
548     plot-vpp-throughput-lat-tsa-3n-tsh:
549       csit-vpp-perf-report-iterative-2101-3n-tsh:
550         - 23  # rls2101.rel NDRPDR iter env 6
551         - 24  # rls2101.rel NDRPDR iter env 6
552         - 25  # rls2101.rel NDRPDR iter env 6
553         - 26  # rls2101.rel NDRPDR iter env 6
554         - 27  # rls2101.rel NDRPDR iter env 6
555         - 28  # rls2101.rel NDRPDR iter env 6
556         - 29  # rls2101.rel NDRPDR iter env 6
557         - 30  # rls2101.rel NDRPDR iter env 6
558         - 31  # rls2101.rel NDRPDR iter env 6
559         - 32  # rls2101.rel NDRPDR iter env 6
560
561     plot-vpp-hdrh-lat-3n-tsh:
562       csit-vpp-perf-report-iterative-2101-3n-tsh:
563         - 23  # rls2101.rel NDRPDR iter env 6
564
565     plot-dpdk-throughput-latency-3n-tsh:
566       csit-dpdk-perf-report-iterative-2101-3n-tsh:
567         - 11  # rls2101 NDRPDR iter env 6
568         - 12  # rls2101 NDRPDR iter env 6
569         - 13  # rls2101 NDRPDR iter env 6
570         - 14  # rls2101 NDRPDR iter env 6
571         - 16  # rls2101 NDRPDR iter env 6
572         - 17  # rls2101 NDRPDR iter env 6
573         - 18  # rls2101 NDRPDR iter env 6
574         - 19  # rls2101 NDRPDR iter env 6
575         - 20  # rls2101 NDRPDR iter env 6
576         - 21  # rls2101 NDRPDR iter env 6
577
578     plot-dpdk-hdrh-lat-3n-tsh:
579       csit-dpdk-perf-report-iterative-2101-3n-tsh:
580         - 21  # rls2101 NDRPDR iter env 6
581
582     # 2n-tx2
583
584     plot-vpp-throughput-lat-tsa-2n-tx2:
585       csit-vpp-perf-report-iterative-2101-2n-tx2:
586         - 22  # rls2101.rel NDRPDR iter env 6
587         - 23  # rls2101.rel NDRPDR iter env 6
588         - 24  # rls2101.rel NDRPDR iter env 6
589         - 25  # rls2101.rel NDRPDR iter env 6
590         - 26  # rls2101.rel NDRPDR iter env 6
591         - 27  # rls2101.rel NDRPDR iter env 6
592         - 28  # rls2101.rel NDRPDR iter env 6
593         - 29  # rls2101.rel NDRPDR iter env 6
594         - 30  # rls2101.rel NDRPDR iter env 6
595         - 31  # rls2101.rel NDRPDR iter env 6
596
597     plot-vpp-hdrh-lat-2n-tx2:
598       csit-vpp-perf-report-iterative-2101-2n-tx2:
599         - 29  # rls2101.rel NDRPDR iter env 6
600
601     plot-dpdk-throughput-latency-2n-tx2:
602       csit-dpdk-perf-report-iterative-2101-2n-tx2:
603         - 4   # rls2101 NDRPDR iter env 6
604         - 6   # rls2101 NDRPDR iter env 6
605         - 7   # rls2101 NDRPDR iter env 6
606         - 8   # rls2101 NDRPDR iter env 6
607         - 9   # rls2101 NDRPDR iter env 6
608         - 10  # rls2101 NDRPDR iter env 6
609         - 11  # rls2101 NDRPDR iter env 6
610         - 12  # rls2101 NDRPDR iter env 6
611         - 13  # rls2101 NDRPDR iter env 6
612         - 14  # rls2101 NDRPDR iter env 6
613
614     plot-dpdk-hdrh-lat-2n-tx2:
615       csit-dpdk-perf-report-iterative-2101-2n-tx2:
616         - 4   # rls2101 NDRPDR iter env 6
617
618     # 3n-dnv
619
620     plot-vpp-throughput-lat-tsa-3n-dnv:
621       csit-vpp-perf-report-iterative-2101-3n-dnv:
622         - 33  # rls2101.rel NDRPDR iter env 6
623         - 34  # rls2101.rel NDRPDR iter env 6
624         - 35  # rls2101.rel NDRPDR iter env 6
625         - 36  # rls2101.rel NDRPDR iter env 6
626         - 37  # rls2101.rel NDRPDR iter env 6
627         - 38  # rls2101.rel NDRPDR iter env 6
628         - 39  # rls2101.rel NDRPDR iter env 6
629         - 40  # rls2101.rel NDRPDR iter env 6
630         - 41  # rls2101.rel NDRPDR iter env 6
631         - 42  # rls2101.rel NDRPDR iter env 6
632         - 43  # rls2101.rel NDRPDR iter RND env 6
633         - 44  # rls2101.rel NDRPDR iter RND env 6
634         - 45  # rls2101.rel NDRPDR iter RND env 6
635         - 46  # rls2101.rel NDRPDR iter RND env 6
636         - 47  # rls2101.rel NDRPDR iter RND env 6
637         - 48  # rls2101.rel NDRPDR iter RND env 6
638         - 49  # rls2101.rel NDRPDR iter RND env 6
639         - 50  # rls2101.rel NDRPDR iter RND env 6
640         - 51  # rls2101.rel NDRPDR iter RND env 6
641         - 52  # rls2101.rel NDRPDR iter RND env 6
642
643 #    plot-dpdk-throughput-latency-3n-dnv:
644 #      # No data
645 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
646
647     # 2n-dnv
648
649     plot-vpp-throughput-lat-tsa-2n-dnv:
650       csit-vpp-perf-report-iterative-2101-2n-dnv:
651         - 32  # rls2101.rel NDRPDR iter env 6
652         - 33  # rls2101.rel NDRPDR iter env 6
653         - 34  # rls2101.rel NDRPDR iter env 6
654         - 35  # rls2101.rel NDRPDR iter env 6
655         - 39  # rls2101.rel NDRPDR iter env 6
656         - 41  # rls2101.rel NDRPDR iter env 6
657         - 42  # rls2101.rel NDRPDR iter env 6
658         - 43  # rls2101.rel NDRPDR iter env 6
659         - 44  # rls2101.rel NDRPDR iter env 6
660         - 45  # rls2101.rel NDRPDR iter env 6
661         - 46  # rls2101.rel NDRPDR iter RND env 6
662         - 47  # rls2101.rel NDRPDR iter RND env 6
663         - 48  # rls2101.rel NDRPDR iter RND env 6
664         - 49  # rls2101.rel NDRPDR iter RND env 6
665         - 50  # rls2101.rel NDRPDR iter RND env 6
666         - 51  # rls2101.rel NDRPDR iter RND env 6
667         - 52  # rls2101.rel NDRPDR iter RND env 6
668         - 53  # rls2101.rel NDRPDR iter RND env 6
669         - 54  # rls2101.rel NDRPDR iter RND env 6
670         - 55  # rls2101.rel NDRPDR iter RND env 6
671
672 #    plot-dpdk-throughput-latency-2n-dnv:
673 #      # No data
674 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
675
676     ###########################################################################
677     # Simple tables (only one data set):
678
679     # NIC Comparisons
680
681     vpp-nic-comparison-3n-skx:
682       csit-vpp-perf-report-iterative-2101-3n-skx:
683         - 36  # rls2101.rel NDRPDR iter env 6
684         - 37  # rls2101.rel NDRPDR iter env 6
685         - 38  # rls2101.rel NDRPDR iter env 6
686         - 39  # rls2101.rel NDRPDR iter env 6
687         - 40  # rls2101.rel NDRPDR iter env 6
688         - 41  # rls2101.rel NDRPDR iter env 6
689         - 42  # rls2101.rel NDRPDR iter env 6
690         - 47  # rls2101.rel NDRPDR iter env 6
691         - 48  # rls2101.rel NDRPDR iter env 6
692         - 50  # rls2101.rel NDRPDR iter env 6
693
694     vpp-nic-comparison-2n-skx:
695       csit-vpp-perf-report-iterative-2101-2n-skx:
696         - 63  # rls2101.rel NDRPDR iter env 6
697         - 69  # rls2101.rel NDRPDR iter env 6
698         - 70  # rls2101.rel NDRPDR iter env 6
699         - 75  # rls2101.rel NDRPDR iter env 6
700         - 76  # rls2101.rel NDRPDR iter env 6
701         - 77  # rls2101.rel NDRPDR iter env 6
702         - 82  # rls2101.rel NDRPDR iter env 6
703         - 85  # rls2101.rel NDRPDR iter env 6
704         - 86  # rls2101.rel NDRPDR iter env 6
705         - 94  # rls2101.rel NDRPDR iter env 6
706         - 89  # rls2101.rel NDRPDR iter RND env 6
707         - 90  # rls2101.rel NDRPDR iter RND env 6
708         - 91  # rls2101.rel NDRPDR iter RND env 6
709         - 92  # rls2101.rel NDRPDR iter RND env 6
710         - 93  # rls2101.rel NDRPDR iter RND env 6
711         - 96  # rls2101.rel NDRPDR iter RND env 6
712         - 98  # rls2101.rel NDRPDR iter RND env 6
713         - 99  # rls2101.rel NDRPDR iter RND env 6
714         - 101 # rls2101.rel NDRPDR iter RND env 6
715         - 102 # rls2101.rel NDRPDR iter RND env 6
716         - 116 # rls2101.rel NDRPDR iter NAT env 6
717         - 117 # rls2101.rel NDRPDR iter NAT env 6
718         - 118 # rls2101.rel NDRPDR iter NAT env 6
719         - 119 # rls2101.rel NDRPDR iter NAT env 6
720         - 120 # rls2101.rel NDRPDR iter NAT env 6
721         - 121 # rls2101.rel NDRPDR iter NAT env 6
722         - 122 # rls2101.rel NDRPDR iter NAT env 6
723         - 123 # rls2101.rel NDRPDR iter NAT env 6
724         - 124 # rls2101.rel NDRPDR iter NAT env 6
725         - 125 # rls2101.rel NDRPDR iter NAT env 6
726
727     vpp-nic-comparison-3n-skx-mrr:
728       csit-vpp-perf-report-iterative-2101-3n-skx:
729         - 35  # rls2101.rel MRR iter env 6
730
731     vpp-nic-comparison-2n-skx-mrr:
732       csit-vpp-perf-report-iterative-2101-2n-skx:
733         - 62  # rls2101.rel MRR iter env 6
734
735     # Results
736
737     vpp-perf-results-3n-hsw:
738       csit-vpp-perf-report-coverage-2101-3n-hsw:
739         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
740         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
741         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
742         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
743         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
744         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
745         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
746         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
747         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
748         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
749         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
750         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
751         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
752         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
753         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
754         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
755         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
756         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
757         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
758         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
759         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
760         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
761         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
762         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
763         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
764         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
765         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
766         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
767         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
768         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
769         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
770         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
771         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
772         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
773         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
774
775     vpp-perf-results-3n-skx:
776       csit-vpp-perf-report-coverage-2101-3n-skx:
777         - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
778         - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
779         - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
780 #         - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
781         - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
782         - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
783         - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
784 #         - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
785         - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
786 #         - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
787         - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
788         - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
789         - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
790         - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
791         - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
792         - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
793         - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
794         - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
795         - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
796         - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
797         - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
798         - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
799         - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
800 #         - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
801         - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
802         - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
803         - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
804         - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
805         - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
806         - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
807         - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
808         - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
809 #         - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
810 #         - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
811         - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
812         - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
813
814     vpp-perf-results-2n-skx:
815       csit-vpp-perf-report-coverage-2101-2n-skx:
816         - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
817         - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
818         - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
819         - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
820         - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
821         - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
822         - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
823         - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
824         - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
825         - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
826         - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
827         - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
828         - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
829         - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
830         - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
831         - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
832         - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
833         - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
834         - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
835
836     vpp-perf-results-2n-zn2:
837       csit-vpp-perf-report-iterative-2101-2n-zn2:
838         - 31  # rls2101.rel NDRPDR iter env 6
839
840     vpp-perf-results-2n-clx:
841       csit-vpp-perf-report-coverage-2101-2n-clx:
842         - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
843         - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
844         - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
845         - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
846         - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
847         - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
848         - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
849         - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
850         - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
851         - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
852         - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
853         - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
854         - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
855         - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
856         - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
857         - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
858         - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
859         - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
860         - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
861
862     vpp-perf-results-3n-tsh:
863       csit-vpp-perf-report-iterative-2101-3n-tsh:
864         - 23  # rls2101.rel NDRPDR iter env 6
865
866     vpp-perf-results-2n-tx2:
867       csit-vpp-perf-report-coverage-2101-2n-tx2:
868         - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
869         - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
870         - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
871         - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
872         - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
873         - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
874         - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
875         - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
876         - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
877         - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
878         - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
879         - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
880         - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
881         - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
882
883     vpp-perf-results-3n-dnv:
884       csit-vpp-perf-report-coverage-2101-3n-dnv:
885         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
886         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
887         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
888         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
889         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
890         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
891         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
892         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
893         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
894
895     vpp-perf-results-2n-dnv:
896       csit-vpp-perf-report-coverage-2101-2n-dnv:
897         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
898         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
899         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
900         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
901         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
902         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
903
904     vpp-mrr-results-3n-hsw:
905       csit-vpp-perf-report-iterative-2101-3n-hsw:
906         - 63  # rls2101.rel MRR iter env 6
907
908     vpp-mrr-results-3n-skx:
909       csit-vpp-perf-report-iterative-2101-3n-skx:
910         - 35  # rls2101.rel MRR iter env 6
911
912     vpp-mrr-results-2n-skx:
913       csit-vpp-perf-report-iterative-2101-2n-skx:
914         - 62  # rls2101.rel MRR iter env 6
915
916     vpp-mrr-results-2n-zn2:
917       csit-vpp-perf-report-iterative-2101-2n-zn2:
918         - 30  # rls2101.rel MRR iter env 6
919
920     vpp-mrr-results-2n-clx:
921       csit-vpp-perf-report-iterative-2101-2n-clx:
922         - 53  # rls2101.rel MRR iter env 6
923
924     vpp-mrr-results-3n-tsh:
925       csit-vpp-perf-report-iterative-2101-3n-tsh:
926         - 22  # rls2101.rel MRR iter env 6
927
928     vpp-mrr-results-2n-tx2:
929       csit-vpp-perf-report-iterative-2101-2n-tx2:
930         - 21  # rls2101.rel MRR iter env 6
931
932     vpp-mrr-results-3n-dnv:
933       csit-vpp-perf-report-iterative-2101-3n-dnv:
934         - 32  # rls2101.rel MRR iter env 6
935
936     vpp-mrr-results-2n-dnv:
937       csit-vpp-perf-report-iterative-2101-2n-dnv:
938         - 31  # rls2101.rel MRR iter env 6
939
940     vpp-device-results-ubuntu:
941       csit-vpp-device-2101-ubuntu1804-1n-skx:
942         - 358  # rls2101.rel VPP DEV env 6
943
944     dpdk-perf-results-3n-hsw:
945       csit-dpdk-perf-report-iterative-2101-3n-hsw:
946         - 11  # rls2101 NDRPDR iter env 6
947
948     dpdk-perf-results-3n-skx:
949       csit-dpdk-perf-report-iterative-2101-3n-skx:
950         - 12  # rls2101 NDRPDR iter env 6
951
952     dpdk-perf-results-2n-skx:
953       csit-dpdk-perf-report-iterative-2101-2n-skx:
954         - 11  # rls2101 NDRPDR iter env 6
955
956     dpdk-perf-results-2n-zn2:
957       csit-dpdk-perf-report-iterative-2101-2n-zn2:
958         - 11  # rls2101 NDRPDR iter env 6
959
960     dpdk-perf-results-2n-clx:
961       csit-dpdk-perf-report-iterative-2101-2n-clx:
962         - 12  # rls2101 NDRPDR iter env 6
963
964 #    dpdk-perf-results-2n-dnv:
965 #      # No data
966 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
967
968 #    dpdk-perf-results-3n-dnv:
969 #      # No data
970 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
971
972     dpdk-perf-results-3n-tsh:
973       csit-dpdk-perf-report-iterative-2101-3n-tsh:
974         - 21  # rls2101 NDRPDR iter env 6
975
976     dpdk-perf-results-2n-tx2:
977       csit-dpdk-perf-report-iterative-2101-2n-tx2:
978         - 4   # rls2101 NDRPDR iter env 6
979
980 ###########################################################################
981     # Tables (more than one data set)
982
983     # Performance changes
984
985     vpp-performance-changes-3n-hsw-h1:
986       csit-vpp-perf-report-iterative-2009-3n-hsw:
987         - 9   # rls2005 NDRPDR iter env 5
988         - 10  # rls2005 NDRPDR iter env 5
989         - 11  # rls2005 NDRPDR iter env 5
990         - 12  # rls2005 NDRPDR iter env 5
991         - 13  # rls2005 NDRPDR iter env 5
992         - 14  # rls2005 NDRPDR iter env 5
993         - 15  # rls2005 NDRPDR iter env 5
994         - 16  # rls2005 NDRPDR iter env 5
995         - 17  # rls2005 NDRPDR iter env 5
996         - 19  # rls2005 NDRPDR iter env 5
997     vpp-performance-changes-3n-hsw-ref-env-old:
998       csit-vpp-perf-report-iterative-2009-3n-hsw:
999         - 21  # rls2009 NDRPDR iter env 5
1000         - 22  # rls2009 NDRPDR iter env 5
1001         - 24  # rls2009 NDRPDR iter env 5
1002         - 25  # rls2009 NDRPDR iter env 5
1003         - 26  # rls2009 NDRPDR iter env 5
1004         - 27  # rls2009 NDRPDR iter env 5
1005         - 28  # rls2009 NDRPDR iter env 5
1006         - 29  # rls2009 NDRPDR iter env 5
1007         - 30  # rls2009 NDRPDR iter env 5
1008         - 31  # rls2009 NDRPDR iter env 5
1009     vpp-performance-changes-3n-hsw-ref-env-new:
1010       csit-vpp-perf-report-iterative-2101-3n-hsw:
1011         - 19  # rls2009 NDRPDR iter env 6
1012         - 20  # rls2009 NDRPDR iter env 6
1013         - 21  # rls2009 NDRPDR iter env 6
1014         - 22  # rls2009 NDRPDR iter env 6
1015         - 23  # rls2009 NDRPDR iter env 6
1016         - 24  # rls2009 NDRPDR iter env 6
1017         - 25  # rls2009 NDRPDR iter env 6
1018         - 26  # rls2009 NDRPDR iter env 6
1019         - 27  # rls2009 NDRPDR iter env 6
1020         - 28  # rls2009 NDRPDR iter env 6
1021     vpp-performance-changes-3n-hsw-cmp:
1022       csit-vpp-perf-report-iterative-2101-3n-hsw:
1023         - 64  # rls2101.rel NDRPDR iter env 6
1024         - 71  # rls2101.rel NDRPDR iter env 6
1025         - 73  # rls2101.rel NDRPDR iter env 6
1026         - 74  # rls2101.rel NDRPDR iter env 6
1027         - 80  # rls2101.rel NDRPDR iter env 6
1028         - 81  # rls2101.rel NDRPDR iter env 6
1029         - 82  # rls2101.rel NDRPDR iter env 6
1030         - 83  # rls2101.rel NDRPDR iter env 6
1031         - 88  # rls2101.rel NDRPDR iter env 6
1032         - 89  # rls2101.rel NDRPDR iter env 6
1033         - 128 # rls2101.rel NDRPDR iter RND env 6
1034         - 129 # rls2101.rel NDRPDR iter RND env 6
1035         - 130 # rls2101.rel NDRPDR iter RND env 6
1036         - 131 # rls2101.rel NDRPDR iter RND env 6
1037         - 132 # rls2101.rel NDRPDR iter RND env 6
1038         - 133 # rls2101.rel NDRPDR iter RND env 6
1039         - 134 # rls2101.rel NDRPDR iter RND env 6
1040         - 135 # rls2101.rel NDRPDR iter RND env 6
1041         - 136 # rls2101.rel NDRPDR iter RND env 6
1042         - 137 # rls2101.rel NDRPDR iter RND env 6
1043
1044     vpp-performance-changes-3n-skx-h1:
1045       csit-vpp-perf-report-iterative-2009-3n-skx:
1046         - 13  # rls2005 NDRPDR iter env 5
1047         - 18  # rls2005 NDRPDR iter env 5
1048         - 19  # rls2005 NDRPDR iter env 5
1049         - 41  # rls2005 NDRPDR iter env 5
1050         - 43  # rls2005 NDRPDR iter env 5
1051         - 44  # rls2005 NDRPDR iter env 5
1052         - 45  # rls2005 NDRPDR iter env 5
1053         - 46  # rls2005 NDRPDR iter env 5
1054         - 48  # rls2005 NDRPDR iter env 5
1055         - 49  # rls2005 NDRPDR iter env 5
1056     vpp-performance-changes-3n-skx-ref-env-old:
1057       csit-vpp-perf-report-iterative-2009-3n-skx:
1058         - 26  # rls2009 NDRPDR iter env 5
1059         - 27  # rls2009 NDRPDR iter env 5
1060         - 28  # rls2009 NDRPDR iter env 5
1061         - 29  # rls2009 NDRPDR iter env 5
1062         - 35  # rls2009 NDRPDR iter env 5
1063         - 36  # rls2009 NDRPDR iter env 5
1064         - 37  # rls2009 NDRPDR iter env 5
1065         - 38  # rls2009 NDRPDR iter env 5
1066         - 39  # rls2009 NDRPDR iter env 5
1067         - 40  # rls2009 NDRPDR iter env 5
1068     vpp-performance-changes-3n-skx-ref-env-new:
1069       csit-vpp-perf-report-iterative-2101-3n-skx:
1070         - 14  # rls2009 NDRPDR iter env 6
1071         - 15  # rls2009 NDRPDR iter env 6
1072         - 16  # rls2009 NDRPDR iter env 6
1073         - 17  # rls2009 NDRPDR iter env 6
1074         - 18  # rls2009 NDRPDR iter env 6
1075         - 25  # rls2009 NDRPDR iter env 6
1076         - 26  # rls2009 NDRPDR iter env 6
1077         - 27  # rls2009 NDRPDR iter env 6
1078         - 29  # rls2009 NDRPDR iter env 6
1079         - 31  # rls2009 NDRPDR iter env 6
1080     vpp-performance-changes-3n-skx-cmp:
1081       csit-vpp-perf-report-iterative-2101-3n-skx:
1082         - 36  # rls2101.rel NDRPDR iter env 6
1083         - 37  # rls2101.rel NDRPDR iter env 6
1084         - 38  # rls2101.rel NDRPDR iter env 6
1085         - 39  # rls2101.rel NDRPDR iter env 6
1086         - 40  # rls2101.rel NDRPDR iter env 6
1087         - 41  # rls2101.rel NDRPDR iter env 6
1088         - 42  # rls2101.rel NDRPDR iter env 6
1089         - 47  # rls2101.rel NDRPDR iter env 6
1090         - 48  # rls2101.rel NDRPDR iter env 6
1091         - 50  # rls2101.rel NDRPDR iter env 6
1092
1093     vpp-performance-changes-2n-skx-h1:
1094       csit-vpp-perf-report-iterative-2009-2n-skx:
1095         - 13  # rls2005 NDRPDR iter env 5
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         - 22  # rls2005 NDRPDR iter env 5
1102         - 23  # rls2005 NDRPDR iter env 5
1103         - 24  # rls2005 NDRPDR iter env 5
1104         - 25  # rls2005 NDRPDR iter env 5
1105     vpp-performance-changes-2n-skx-ref-env-old:
1106       csit-vpp-perf-report-iterative-2009-2n-skx:
1107         - 35  # rls2009 NDRPDR iter env 5
1108         - 36  # rls2009 NDRPDR iter env 5
1109         - 37  # rls2009 NDRPDR iter env 5
1110         - 39  # rls2009 NDRPDR iter env 5
1111         - 40  # rls2009 NDRPDR iter env 5
1112         - 42  # rls2009 NDRPDR iter env 5
1113         - 43  # rls2009 NDRPDR iter env 5
1114         - 44  # rls2009 NDRPDR iter env 5
1115         - 46  # rls2009 NDRPDR iter env 5
1116         - 48  # rls2009 NDRPDR iter env 5
1117         - 110 # rls2009 NDRPDR iter NAT44 env 5
1118         - 111 # rls2009 NDRPDR iter NAT44 env 5
1119         - 112 # rls2009 NDRPDR iter NAT44 env 5
1120         - 113 # rls2009 NDRPDR iter NAT44 env 5
1121         - 114 # rls2009 NDRPDR iter NAT44 env 5
1122         - 115 # rls2009 NDRPDR iter NAT44 env 5
1123         - 116 # rls2009 NDRPDR iter NAT44 env 5
1124         - 118 # rls2009 NDRPDR iter NAT44 env 5
1125         - 119 # rls2009 NDRPDR iter NAT44 env 5
1126         - 121 # rls2009 NDRPDR iter NAT44 env 5
1127     vpp-performance-changes-2n-skx-ref-env-new:
1128       csit-vpp-perf-report-iterative-2101-2n-skx:
1129         - 22  # rls2009 NDRPDR iter env 6
1130         - 23  # rls2009 NDRPDR iter env 6
1131         - 24  # rls2009 NDRPDR iter env 6
1132         - 25  # rls2009 NDRPDR iter env 6
1133         - 26  # rls2009 NDRPDR iter env 6
1134         - 28  # rls2009 NDRPDR iter env 6
1135         - 39  # rls2009 NDRPDR iter env 6
1136         - 40  # rls2009 NDRPDR iter env 6
1137         - 41  # rls2009 NDRPDR iter env 6
1138         - 44  # rls2009 NDRPDR iter env 6
1139     vpp-performance-changes-2n-skx-cmp:
1140       csit-vpp-perf-report-iterative-2101-2n-skx:
1141         - 63  # rls2101.rel NDRPDR iter env 6
1142         - 69  # rls2101.rel NDRPDR iter env 6
1143         - 70  # rls2101.rel NDRPDR iter env 6
1144         - 75  # rls2101.rel NDRPDR iter env 6
1145         - 76  # rls2101.rel NDRPDR iter env 6
1146         - 77  # rls2101.rel NDRPDR iter env 6
1147         - 82  # rls2101.rel NDRPDR iter env 6
1148         - 85  # rls2101.rel NDRPDR iter env 6
1149         - 86  # rls2101.rel NDRPDR iter env 6
1150         - 94  # rls2101.rel NDRPDR iter env 6
1151         - 89  # rls2101.rel NDRPDR iter RND env 6
1152         - 90  # rls2101.rel NDRPDR iter RND env 6
1153         - 91  # rls2101.rel NDRPDR iter RND env 6
1154         - 92  # rls2101.rel NDRPDR iter RND env 6
1155         - 93  # rls2101.rel NDRPDR iter RND env 6
1156         - 96  # rls2101.rel NDRPDR iter RND env 6
1157         - 98  # rls2101.rel NDRPDR iter RND env 6
1158         - 99  # rls2101.rel NDRPDR iter RND env 6
1159         - 101 # rls2101.rel NDRPDR iter RND env 6
1160         - 102 # rls2101.rel NDRPDR iter RND env 6
1161         - 116 # rls2101.rel NDRPDR iter NAT env 6
1162         - 117 # rls2101.rel NDRPDR iter NAT env 6
1163         - 118 # rls2101.rel NDRPDR iter NAT env 6
1164         - 119 # rls2101.rel NDRPDR iter NAT env 6
1165         - 120 # rls2101.rel NDRPDR iter NAT env 6
1166         - 121 # rls2101.rel NDRPDR iter NAT env 6
1167         - 122 # rls2101.rel NDRPDR iter NAT env 6
1168         - 123 # rls2101.rel NDRPDR iter NAT env 6
1169         - 124 # rls2101.rel NDRPDR iter NAT env 6
1170         - 125 # rls2101.rel NDRPDR iter NAT env 6
1171
1172     vpp-performance-changes-2n-clx-h1:
1173       csit-vpp-perf-report-iterative-2009-2n-clx:
1174         - 13  # rls2005 NDRPDR iter env 5
1175         - 15  # rls2005 NDRPDR iter env 5
1176         - 17  # rls2005 NDRPDR iter env 5
1177         - 18  # rls2005 NDRPDR iter env 5
1178         - 19  # rls2005 NDRPDR iter env 5
1179         - 20  # rls2005 NDRPDR iter env 5
1180         - 21  # rls2005 NDRPDR iter env 5
1181         - 22  # rls2005 NDRPDR iter env 5
1182         - 23  # rls2005 NDRPDR iter env 5
1183         - 24  # rls2005 NDRPDR iter env 5
1184     vpp-performance-changes-2n-clx-ref-env-old:
1185       csit-vpp-perf-report-iterative-2009-2n-clx:
1186         - 36  # rls2009 NDRPDR iter env 5
1187         - 39  # rls2009 NDRPDR iter env 5
1188         - 40  # rls2009 NDRPDR iter env 5
1189         - 65  # rls2009 NDRPDR iter env 5
1190         - 66  # rls2009 NDRPDR iter env 5
1191         - 79  # rls2009 NDRPDR iter env 5
1192         - 82  # rls2009 NDRPDR iter env 5
1193         - 88  # rls2009 NDRPDR iter env 5
1194         - 89  # rls2009 NDRPDR iter env 5
1195         - 90  # rls2009 NDRPDR iter env 5
1196         - 114 # rls2009 NDRPDR iter NAT44 env 5
1197         - 115 # rls2009 NDRPDR iter NAT44 env 5
1198         - 116 # rls2009 NDRPDR iter NAT44 env 5
1199         - 117 # rls2009 NDRPDR iter NAT44 env 5
1200         - 118 # rls2009 NDRPDR iter NAT44 env 5
1201         - 119 # rls2009 NDRPDR iter NAT44 env 5
1202         - 121 # rls2009 NDRPDR iter NAT44 env 5
1203         - 122 # rls2009 NDRPDR iter NAT44 env 5
1204         - 123 # rls2009 NDRPDR iter NAT44 env 5
1205         - 126 # rls2009 NDRPDR iter NAT44 env 5
1206     vpp-performance-changes-2n-clx-ref-env-new:
1207       csit-vpp-perf-report-iterative-2101-2n-clx:
1208         - 16  # rls2009 NDRPDR iter env 6
1209         - 17  # rls2009 NDRPDR iter env 6
1210         - 18  # rls2009 NDRPDR iter env 6
1211         - 19  # rls2009 NDRPDR iter env 6
1212         - 20  # rls2009 NDRPDR iter env 6
1213         - 21  # rls2009 NDRPDR iter env 6
1214         - 32  # rls2009 NDRPDR iter env 6
1215         - 33  # rls2009 NDRPDR iter env 6
1216         - 34  # rls2009 NDRPDR iter env 6
1217         - 35  # rls2009 NDRPDR iter env 6
1218     vpp-performance-changes-2n-clx-cmp:
1219       csit-vpp-perf-report-iterative-2101-2n-clx:
1220         - 54  # rls2101.rel NDRPDR iter env 6
1221         - 59  # rls2101.rel NDRPDR iter env 6
1222         - 60  # rls2101.rel NDRPDR iter env 6
1223         - 63  # rls2101.rel NDRPDR iter env 6
1224         - 66  # rls2101.rel NDRPDR iter env 6
1225         - 68  # rls2101.rel NDRPDR iter env 6
1226         - 73  # rls2101.rel NDRPDR iter env 6
1227         - 75  # rls2101.rel NDRPDR iter env 6
1228         - 86  # rls2101.rel NDRPDR iter env 6
1229         - 90  # rls2101.rel NDRPDR iter env 6
1230         - 80  # rls2101.rel NDRPDR iter RND env 6
1231         - 87  # rls2101.rel NDRPDR iter RND env 6
1232         - 91  # rls2101.rel NDRPDR iter RND env 6
1233         - 92  # rls2101.rel NDRPDR iter RND env 6
1234         - 93  # rls2101.rel NDRPDR iter RND env 6
1235         - 94  # rls2101.rel NDRPDR iter RND env 6
1236         - 95  # rls2101.rel NDRPDR iter RND env 6
1237         - 100 # rls2101.rel NDRPDR iter RND env 6
1238         - 106 # rls2101.rel NDRPDR iter RND env 6
1239         - 108 # rls2101.rel NDRPDR iter RND env 6
1240         - 112 # rls2101.rel NDRPDR iter NAT env 6
1241         - 113 # rls2101.rel NDRPDR iter NAT env 6
1242         - 114 # rls2101.rel NDRPDR iter NAT env 6
1243         - 115 # rls2101.rel NDRPDR iter NAT env 6
1244         - 116 # rls2101.rel NDRPDR iter NAT env 6
1245         - 117 # rls2101.rel NDRPDR iter NAT env 6
1246         - 118 # rls2101.rel NDRPDR iter NAT env 6
1247         - 119 # rls2101.rel NDRPDR iter NAT env 6
1248         - 120 # rls2101.rel NDRPDR iter NAT env 6
1249         - 121 # rls2101.rel NDRPDR iter NAT env 6
1250
1251     vpp-performance-changes-2n-zn2-ref-env-old:
1252       csit-vpp-perf-report-iterative-2009-2n-zn2:
1253         - 17  # rls2009 NDRPDR iter env 5
1254         - 18  # rls2009 NDRPDR iter env 5
1255         - 31  # rls2009 NDRPDR iter env 5
1256         - 33  # rls2009 NDRPDR iter env 5
1257         - 34  # rls2009 NDRPDR iter env 5
1258     vpp-performance-changes-2n-zn2-ref-env-new:
1259       csit-vpp-perf-report-iterative-2101-2n-zn2:
1260         - 9   # rls2009 NDRPDR iter env 6
1261         - 10  # rls2009 NDRPDR iter env 6
1262         - 11  # rls2009 NDRPDR iter env 6
1263         - 12  # rls2009 NDRPDR iter env 6
1264         - 13  # rls2009 NDRPDR iter env 6
1265         - 20  # rls2009 NDRPDR iter env 6
1266         - 21  # rls2009 NDRPDR iter env 6
1267         - 22  # rls2009 NDRPDR iter env 6
1268         - 25  # rls2009 NDRPDR iter env 6
1269         - 26  # rls2009 NDRPDR iter env 6
1270     vpp-performance-changes-2n-zn2-cmp:
1271       csit-vpp-perf-report-iterative-2101-2n-zn2:
1272         - 31  # rls2101.rel NDRPDR iter env 6
1273         - 32  # rls2101.rel NDRPDR iter env 6
1274         - 33  # rls2101.rel NDRPDR iter env 6
1275         - 34  # rls2101.rel NDRPDR iter env 6
1276         - 35  # rls2101.rel NDRPDR iter env 6
1277         - 36  # rls2101.rel NDRPDR iter env 6
1278         - 37  # rls2101.rel NDRPDR iter env 6
1279         - 38  # rls2101.rel NDRPDR iter env 6
1280         - 44  # rls2101.rel NDRPDR iter env 6
1281         - 49  # rls2101.rel NDRPDR iter env 6
1282         - 39  # rls2101.rel NDRPDR iter RND env 6
1283         - 40  # rls2101.rel NDRPDR iter RND env 6
1284         - 41  # rls2101.rel NDRPDR iter RND env 6
1285         - 42  # rls2101.rel NDRPDR iter RND env 6
1286         - 43  # rls2101.rel NDRPDR iter RND env 6
1287         - 45  # rls2101.rel NDRPDR iter RND env 6
1288         - 48  # rls2101.rel NDRPDR iter RND env 6
1289         - 50  # rls2101.rel NDRPDR iter RND env 6
1290         - 51  # rls2101.rel NDRPDR iter RND env 6
1291         - 52  # rls2101.rel NDRPDR iter RND env 6
1292
1293     vpp-performance-changes-2n-dnv-h1:
1294       csit-vpp-perf-report-iterative-2009-2n-dnv:
1295         - 16  # rls2005 NDRPDR iter env 5
1296         - 17  # rls2005 NDRPDR iter env 5
1297         - 18  # rls2005 NDRPDR iter env 5
1298         - 19  # rls2005 NDRPDR iter env 5
1299         - 21  # rls2005 NDRPDR iter env 5
1300         - 24  # rls2005 NDRPDR iter env 5
1301         - 27  # rls2005 NDRPDR iter env 5
1302         - 28  # rls2005 NDRPDR iter env 5
1303         - 29  # rls2005 NDRPDR iter env 5
1304         - 30  # rls2005 NDRPDR iter env 5
1305     vpp-performance-changes-2n-dnv-ref-env-old:
1306       csit-vpp-perf-report-iterative-2009-2n-dnv:
1307         - 3   # rls2009 NDRPDR iter env 5
1308         - 5   # rls2009 NDRPDR iter env 5
1309         - 6   # rls2009 NDRPDR iter env 5
1310         - 7   # rls2009 NDRPDR iter env 5
1311         - 9   # rls2009 NDRPDR iter env 5
1312         - 10  # rls2009 NDRPDR iter env 5
1313         - 11  # rls2009 NDRPDR iter env 5
1314         - 12  # rls2009 NDRPDR iter env 5
1315         - 14  # rls2009 NDRPDR iter env 5
1316         - 15  # rls2009 NDRPDR iter env 5
1317     vpp-performance-changes-2n-dnv-ref-env-new:
1318       # TODO: Re-test in new env
1319       csit-vpp-perf-report-iterative-2009-2n-dnv:
1320         - 3   # rls2009 NDRPDR iter env 5
1321         - 5   # rls2009 NDRPDR iter env 5
1322         - 6   # rls2009 NDRPDR iter env 5
1323         - 7   # rls2009 NDRPDR iter env 5
1324         - 9   # rls2009 NDRPDR iter env 5
1325         - 10  # rls2009 NDRPDR iter env 5
1326         - 11  # rls2009 NDRPDR iter env 5
1327         - 12  # rls2009 NDRPDR iter env 5
1328         - 14  # rls2009 NDRPDR iter env 5
1329         - 15  # rls2009 NDRPDR iter env 5
1330     vpp-performance-changes-2n-dnv-cmp:
1331       csit-vpp-perf-report-iterative-2101-2n-dnv:
1332         - 32  # rls2101.rel NDRPDR iter env 6
1333         - 33  # rls2101.rel NDRPDR iter env 6
1334         - 34  # rls2101.rel NDRPDR iter env 6
1335         - 35  # rls2101.rel NDRPDR iter env 6
1336         - 39  # rls2101.rel NDRPDR iter env 6
1337         - 41  # rls2101.rel NDRPDR iter env 6
1338         - 42  # rls2101.rel NDRPDR iter env 6
1339         - 43  # rls2101.rel NDRPDR iter env 6
1340         - 44  # rls2101.rel NDRPDR iter env 6
1341         - 45  # rls2101.rel NDRPDR iter env 6
1342         - 46  # rls2101.rel NDRPDR iter RND env 6
1343         - 47  # rls2101.rel NDRPDR iter RND env 6
1344         - 48  # rls2101.rel NDRPDR iter RND env 6
1345         - 49  # rls2101.rel NDRPDR iter RND env 6
1346         - 50  # rls2101.rel NDRPDR iter RND env 6
1347         - 51  # rls2101.rel NDRPDR iter RND env 6
1348         - 52  # rls2101.rel NDRPDR iter RND env 6
1349         - 53  # rls2101.rel NDRPDR iter RND env 6
1350         - 54  # rls2101.rel NDRPDR iter RND env 6
1351         - 55  # rls2101.rel NDRPDR iter RND env 6
1352
1353     vpp-performance-changes-3n-dnv-h1:
1354       csit-vpp-perf-report-iterative-2009-3n-dnv:
1355         - 16  # rls2005 NDRPDR iter env 5
1356         - 23  # rls2005 NDRPDR iter env 5
1357         - 25  # rls2005 NDRPDR iter env 5
1358         - 26  # rls2005 NDRPDR iter env 5
1359         - 27  # rls2005 NDRPDR iter env 5
1360         - 28  # rls2005 NDRPDR iter env 5
1361         - 29  # rls2005 NDRPDR iter env 5
1362         - 30  # rls2005 NDRPDR iter env 5
1363         - 31  # rls2005 NDRPDR iter env 5
1364         - 32  # rls2005 NDRPDR iter env 5
1365     vpp-performance-changes-3n-dnv-ref-env-old:
1366       csit-vpp-perf-report-iterative-2009-3n-dnv:
1367         - 3   # rls2009 NDRPDR iter env 5
1368         - 6   # rls2009 NDRPDR iter env 5
1369         - 7   # rls2009 NDRPDR iter env 5
1370         - 8   # rls2009 NDRPDR iter env 5
1371         - 10  # rls2009 NDRPDR iter env 5
1372         - 11  # rls2009 NDRPDR iter env 5
1373         - 12  # rls2009 NDRPDR iter env 5
1374         - 14  # rls2009 NDRPDR iter env 5
1375         - 15  # rls2009 NDRPDR iter env 5
1376         - 24  # rls2009 NDRPDR iter env 5
1377     vpp-performance-changes-3n-dnv-ref-env-new:
1378       # TODO: Re-test in new env
1379       csit-vpp-perf-report-iterative-2009-3n-dnv:
1380         - 3   # rls2009 NDRPDR iter env 5
1381         - 6   # rls2009 NDRPDR iter env 5
1382         - 7   # rls2009 NDRPDR iter env 5
1383         - 8   # rls2009 NDRPDR iter env 5
1384         - 10  # rls2009 NDRPDR iter env 5
1385         - 11  # rls2009 NDRPDR iter env 5
1386         - 12  # rls2009 NDRPDR iter env 5
1387         - 14  # rls2009 NDRPDR iter env 5
1388         - 15  # rls2009 NDRPDR iter env 5
1389         - 24  # rls2009 NDRPDR iter env 5
1390     vpp-performance-changes-3n-dnv-cmp:
1391       csit-vpp-perf-report-iterative-2101-3n-dnv:
1392         - 33  # rls2101.rel NDRPDR iter env 6
1393         - 34  # rls2101.rel NDRPDR iter env 6
1394         - 35  # rls2101.rel NDRPDR iter env 6
1395         - 36  # rls2101.rel NDRPDR iter env 6
1396         - 37  # rls2101.rel NDRPDR iter env 6
1397         - 38  # rls2101.rel NDRPDR iter env 6
1398         - 39  # rls2101.rel NDRPDR iter env 6
1399         - 40  # rls2101.rel NDRPDR iter env 6
1400         - 41  # rls2101.rel NDRPDR iter env 6
1401         - 42  # rls2101.rel NDRPDR iter env 6
1402         - 43  # rls2101.rel NDRPDR iter RND env 6
1403         - 44  # rls2101.rel NDRPDR iter RND env 6
1404         - 45  # rls2101.rel NDRPDR iter RND env 6
1405         - 46  # rls2101.rel NDRPDR iter RND env 6
1406         - 47  # rls2101.rel NDRPDR iter RND env 6
1407         - 48  # rls2101.rel NDRPDR iter RND env 6
1408         - 49  # rls2101.rel NDRPDR iter RND env 6
1409         - 50  # rls2101.rel NDRPDR iter RND env 6
1410         - 51  # rls2101.rel NDRPDR iter RND env 6
1411         - 52  # rls2101.rel NDRPDR iter RND env 6
1412
1413     vpp-performance-changes-3n-tsh-h1:
1414       csit-vpp-perf-report-iterative-2009-3n-tsh:
1415         - 8   # rls2005 NDRPDR iter env 5
1416         - 11  # rls2005 NDRPDR iter env 5
1417         - 12  # rls2005 NDRPDR iter env 5
1418         - 24  # rls2005 NDRPDR iter env 5
1419         - 27  # rls2005 NDRPDR iter env 5
1420         - 29  # rls2005 NDRPDR iter env 5
1421         - 31  # rls2005 NDRPDR iter env 5
1422         - 39  # rls2005 NDRPDR iter env 5
1423         - 40  # rls2005 NDRPDR iter env 5
1424         - 42  # rls2005 NDRPDR iter env 5
1425     vpp-performance-changes-3n-tsh-ref-env-old:
1426       csit-vpp-perf-report-iterative-2009-3n-tsh:
1427         - 14  # rls2009 NDRPDR iter env 5
1428         - 20  # rls2009 NDRPDR iter env 5
1429         - 21  # rls2009 NDRPDR iter env 5
1430         - 22  # rls2009 NDRPDR iter env 5
1431         - 23  # rls2009 NDRPDR iter env 5
1432         - 28  # rls2009 NDRPDR iter env 5
1433         - 30  # rls2009 NDRPDR iter env 5
1434         - 33  # rls2009 NDRPDR iter env 5
1435         - 38  # rls2009 NDRPDR iter env 5
1436         - 41  # rls2009 NDRPDR iter env 5
1437     vpp-performance-changes-3n-tsh-ref-env-new:
1438       csit-vpp-perf-report-iterative-2101-3n-tsh:
1439         - 8   # rls2009 NDRPDR iter env 6
1440         - 13  # rls2009 NDRPDR iter env 6
1441         - 14  # rls2009 NDRPDR iter env 6
1442         - 15  # rls2009 NDRPDR iter env 6
1443         - 16  # rls2009 NDRPDR iter env 6
1444         - 17  # rls2009 NDRPDR iter env 6
1445         - 18  # rls2009 NDRPDR iter env 6
1446         - 19  # rls2009 NDRPDR iter env 6
1447         - 21  # rls2009 NDRPDR iter env 6
1448     vpp-performance-changes-3n-tsh-cmp:
1449       csit-vpp-perf-report-iterative-2101-3n-tsh:
1450         - 23  # rls2101.rel NDRPDR iter env 6
1451         - 24  # rls2101.rel NDRPDR iter env 6
1452         - 25  # rls2101.rel NDRPDR iter env 6
1453         - 26  # rls2101.rel NDRPDR iter env 6
1454         - 27  # rls2101.rel NDRPDR iter env 6
1455         - 28  # rls2101.rel NDRPDR iter env 6
1456         - 29  # rls2101.rel NDRPDR iter env 6
1457         - 30  # rls2101.rel NDRPDR iter env 6
1458         - 31  # rls2101.rel NDRPDR iter env 6
1459         - 32  # rls2101.rel NDRPDR iter env 6
1460
1461 #     vpp-performance-changes-2n-tx2-h1:
1462 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1463 #         -
1464 #     vpp-performance-changes-2n-tx2-ref-env-old:
1465 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1466 #         -
1467     vpp-performance-changes-2n-tx2-ref-env-new:
1468       csit-vpp-perf-report-iterative-2101-2n-tx2:
1469         - 6   # rls2009 NDRPDR iter env 6
1470         - 7   # rls2009 NDRPDR iter env 6
1471         - 11  # rls2009 NDRPDR iter env 6
1472         - 12  # rls2009 NDRPDR iter env 6
1473         - 13  # rls2009 NDRPDR iter env 6
1474         - 16  # rls2009 NDRPDR iter env 6
1475         - 17  # rls2009 NDRPDR iter env 6
1476         - 18  # rls2009 NDRPDR iter env 6
1477         - 19  # rls2009 NDRPDR iter env 6
1478         - 20  # rls2009 NDRPDR iter env 6
1479     vpp-performance-changes-2n-tx2-cmp:
1480       csit-vpp-perf-report-iterative-2101-2n-tx2:
1481         - 22  # rls2101.rel NDRPDR iter env 6
1482         - 23  # rls2101.rel NDRPDR iter env 6
1483         - 24  # rls2101.rel NDRPDR iter env 6
1484         - 25  # rls2101.rel NDRPDR iter env 6
1485         - 26  # rls2101.rel NDRPDR iter env 6
1486         - 27  # rls2101.rel NDRPDR iter env 6
1487         - 28  # rls2101.rel NDRPDR iter env 6
1488         - 29  # rls2101.rel NDRPDR iter env 6
1489         - 30  # rls2101.rel NDRPDR iter env 6
1490         - 31  # rls2101.rel NDRPDR iter env 6
1491
1492     vpp-soak-vs-ndr-2n-skx-ref:
1493       csit-vpp-perf-report-iterative-2101-2n-skx:
1494         - 63  # rls2101.rel NDRPDR iter env 6
1495         - 69  # rls2101.rel NDRPDR iter env 6
1496         - 70  # rls2101.rel NDRPDR iter env 6
1497         - 75  # rls2101.rel NDRPDR iter env 6
1498         - 76  # rls2101.rel NDRPDR iter env 6
1499         - 77  # rls2101.rel NDRPDR iter env 6
1500         - 82  # rls2101.rel NDRPDR iter env 6
1501         - 85  # rls2101.rel NDRPDR iter env 6
1502         - 86  # rls2101.rel NDRPDR iter env 6
1503         - 94  # rls2101.rel NDRPDR iter env 6
1504     vpp-soak-vs-ndr-2n-skx-cmp:
1505       csit-vpp-perf-report-iterative-2101-2n-skx:
1506         - 68  # rls2101.rel soak env 6
1507         - 73  # rls2101.rel soak env 6
1508     vpp-soak-vs-ndr-2n-skx:
1509       csit-vpp-perf-report-iterative-2101-2n-skx:
1510         - 63  # rls2101.rel NDRPDR iter env 6
1511         - 69  # rls2101.rel NDRPDR iter env 6
1512         - 70  # rls2101.rel NDRPDR iter env 6
1513         - 75  # rls2101.rel NDRPDR iter env 6
1514         - 76  # rls2101.rel NDRPDR iter env 6
1515         - 77  # rls2101.rel NDRPDR iter env 6
1516         - 82  # rls2101.rel NDRPDR iter env 6
1517         - 85  # rls2101.rel NDRPDR iter env 6
1518         - 86  # rls2101.rel NDRPDR iter env 6
1519         - 94  # rls2101.rel NDRPDR iter env 6
1520         - 68  # rls2101.rel soak env 6
1521         - 73  # rls2101.rel soak env 6
1522
1523     vpp-soak-vs-ndr-2n-clx-ref:
1524       csit-vpp-perf-report-iterative-2101-2n-clx:
1525         - 54  # rls2101.rel NDRPDR iter env 6
1526         - 59  # rls2101.rel NDRPDR iter env 6
1527         - 60  # rls2101.rel NDRPDR iter env 6
1528         - 63  # rls2101.rel NDRPDR iter env 6
1529         - 66  # rls2101.rel NDRPDR iter env 6
1530         - 68  # rls2101.rel NDRPDR iter env 6
1531         - 73  # rls2101.rel NDRPDR iter env 6
1532         - 75  # rls2101.rel NDRPDR iter env 6
1533         - 86  # rls2101.rel NDRPDR iter env 6
1534         - 90  # rls2101.rel NDRPDR iter env 6
1535     vpp-soak-vs-ndr-2n-clx-cmp:
1536       csit-vpp-perf-report-iterative-2101-2n-clx:
1537         - 58  # rls2101.rel soak env 6
1538         - 61  # rls2101.rel soak env 6
1539     vpp-soak-vs-ndr-2n-clx:
1540       csit-vpp-perf-report-iterative-2101-2n-clx:
1541         - 54  # rls2101.rel NDRPDR iter env 6
1542         - 59  # rls2101.rel NDRPDR iter env 6
1543         - 60  # rls2101.rel NDRPDR iter env 6
1544         - 63  # rls2101.rel NDRPDR iter env 6
1545         - 66  # rls2101.rel NDRPDR iter env 6
1546         - 68  # rls2101.rel NDRPDR iter env 6
1547         - 73  # rls2101.rel NDRPDR iter env 6
1548         - 75  # rls2101.rel NDRPDR iter env 6
1549         - 86  # rls2101.rel NDRPDR iter env 6
1550         - 90  # rls2101.rel NDRPDR iter env 6
1551         - 58  # rls2101.rel soak env 6
1552         - 61  # rls2101.rel soak env 6
1553
1554     vpp-performance-changes-3n-hsw-mrr-h1:
1555       csit-vpp-perf-report-iterative-2009-3n-hsw:
1556         - 18  # rls2005 MRR iter env 5
1557     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1558       csit-vpp-perf-report-iterative-2009-3n-hsw:
1559         - 23  # rls2009 MRR iter env 5
1560     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1561       csit-vpp-perf-report-iterative-2101-3n-hsw:
1562         - 17  # rls2009 MRR iter env 6
1563     vpp-performance-changes-3n-hsw-mrr-cmp:
1564       csit-vpp-perf-report-iterative-2101-3n-hsw:
1565         - 63  # rls2101.rel MRR iter env 6
1566
1567     vpp-performance-changes-3n-skx-mrr-h1:
1568       csit-vpp-perf-report-iterative-2009-3n-skx:
1569         - 17  # rls2005 MRR iter env 5
1570     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1571       csit-vpp-perf-report-iterative-2009-3n-skx:
1572         - 24  # rls2009 MRR iter env 5
1573     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1574       csit-vpp-perf-report-iterative-2101-3n-skx:
1575         - 34  # rls2009 MRR iter env 6
1576     vpp-performance-changes-3n-skx-mrr-cmp:
1577       csit-vpp-perf-report-iterative-2101-3n-skx:
1578         - 35  # rls2101.rel MRR iter env 6
1579
1580     vpp-performance-changes-2n-skx-mrr-h1:
1581       csit-vpp-perf-report-iterative-2009-2n-skx:
1582         - 20  # rls2005 MRR iter env 5
1583     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1584       csit-vpp-perf-report-iterative-2009-2n-skx:
1585         - 120 # rls2009 MRR iter env 5
1586     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1587       csit-vpp-perf-report-iterative-2101-2n-skx:
1588         - 21  # rls2009 MRR iter env 6
1589     vpp-performance-changes-2n-skx-mrr-cmp:
1590       csit-vpp-perf-report-iterative-2101-2n-skx:
1591         - 62  # rls2101.rel MRR iter env 6
1592
1593     vpp-performance-changes-2n-clx-mrr-h1:
1594       csit-vpp-perf-report-iterative-2009-2n-clx:
1595         - 77  # rls2005 MRR iter env 5
1596     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1597       csit-vpp-perf-report-iterative-2009-2n-clx:
1598         - 125 # rls2009 MRR iter env 5
1599     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1600       csit-vpp-perf-report-iterative-2101-2n-clx:
1601         - 15  # rls2009 MRR iter env 6
1602     vpp-performance-changes-2n-clx-mrr-cmp:
1603       csit-vpp-perf-report-iterative-2101-2n-clx:
1604         - 53  # rls2101.rel MRR iter env 6
1605
1606     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1607       csit-vpp-perf-report-iterative-2009-2n-zn2:
1608         - 15  # rls2009 MRR iter env 5
1609     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1610       csit-vpp-perf-report-iterative-2101-2n-zn2:
1611         - 8   # rls2009 MRR iter env6
1612     vpp-performance-changes-2n-zn2-mrr-cmp:
1613       csit-vpp-perf-report-iterative-2101-2n-zn2:
1614         - 30  # rls2101.rel MRR iter env 6
1615
1616     vpp-performance-changes-2n-dnv-mrr-h1:
1617       csit-vpp-perf-report-iterative-2009-2n-dnv:
1618         - 23  # rls2005 MRR iter env 5
1619     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1620       csit-vpp-perf-report-iterative-2009-2n-dnv:
1621         - 13  # rls2009 MRR iter env 5
1622     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1623       # TODO: Re-test in new env
1624       csit-vpp-perf-report-iterative-2009-2n-dnv:
1625         - 13  # rls2009 MRR iter env 5
1626     vpp-performance-changes-2n-dnv-mrr-cmp:
1627       csit-vpp-perf-report-iterative-2101-2n-dnv:
1628         - 31  # rls2101.rel MRR iter env 6
1629
1630     vpp-performance-changes-3n-dnv-mrr-h1:
1631       csit-vpp-perf-report-iterative-2009-3n-dnv:
1632         - 19  # rls2005 MRR iter env 5
1633     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1634       csit-vpp-perf-report-iterative-2009-3n-dnv:
1635         - 22  # rls2009 MRR iter env 5
1636     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1637       # TODO: Re-test in new env
1638       csit-vpp-perf-report-iterative-2009-3n-dnv:
1639         - 22  # rls2009 MRR iter env 5
1640     vpp-performance-changes-3n-dnv-mrr-cmp:
1641       csit-vpp-perf-report-iterative-2101-3n-dnv:
1642         - 32  # rls2101.rel MRR iter env 6
1643
1644     vpp-performance-changes-3n-tsh-mrr-h1:
1645       csit-vpp-perf-report-iterative-2009-3n-tsh:
1646         - 13  # rls2005 MRR iter env 5
1647     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1648       csit-vpp-perf-report-iterative-2009-3n-tsh:
1649         - 15  # rls2009 MRR iter env 5
1650     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1651       csit-vpp-perf-report-iterative-2101-3n-tsh:
1652         - 7   # rls2009 MRR iter env 6
1653     vpp-performance-changes-3n-tsh-mrr-cmp:
1654       csit-vpp-perf-report-iterative-2101-3n-tsh:
1655         - 22  # rls2101.rel MRR iter env 6
1656
1657 #     vpp-performance-changes-2n-tx2-mrr-h1:
1658 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1659 #         -
1660 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1661 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1662 #         -
1663     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1664       csit-vpp-perf-report-iterative-2101-2n-tx2:
1665         - 5   # rls2009 MRR iter env 6
1666     vpp-performance-changes-2n-tx2-mrr-cmp:
1667       csit-vpp-perf-report-iterative-2101-2n-tx2:
1668         - 21  # rls2101.rel MRR iter env 6
1669
1670     dpdk-performance-changes-3n-hsw-h1:
1671       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1672         - 25  # NDRPDR iter
1673         - 26  # NDRPDR iter
1674         - 27  # NDRPDR iter
1675         - 28  # NDRPDR iter
1676         - 29  # NDRPDR iter
1677         - 30  # NDRPDR iter
1678         - 31  # NDRPDR iter
1679         - 32  # NDRPDR iter
1680         - 33  # NDRPDR iter
1681         - 34  # NDRPDR iter
1682     dpdk-performance-changes-3n-hsw-ref:
1683       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1684         - 6   # NDRPDR iter env5
1685         - 7   # NDRPDR iter env5
1686         - 8   # NDRPDR iter env5
1687         - 9   # NDRPDR iter env5
1688         - 10  # NDRPDR iter env5
1689         - 11  # NDRPDR iter env5
1690         - 12  # NDRPDR iter env5
1691         - 13  # NDRPDR iter env5
1692         - 14  # NDRPDR iter env5
1693         - 15  # NDRPDR iter env5
1694     dpdk-performance-changes-3n-hsw-cmp:
1695       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1696         - 11  # rls2101 NDRPDR iter env 6
1697         - 12  # rls2101 NDRPDR iter env 6
1698         - 13  # rls2101 NDRPDR iter env 6
1699         - 14  # rls2101 NDRPDR iter env 6
1700         - 16  # rls2101 NDRPDR iter env 6
1701         - 17  # rls2101 NDRPDR iter env 6
1702         - 18  # rls2101 NDRPDR iter env 6
1703         - 19  # rls2101 NDRPDR iter env 6
1704         - 20  # rls2101 NDRPDR iter env 6
1705         - 21  # rls2101 NDRPDR iter env 6
1706
1707     dpdk-performance-changes-3n-skx-h1:
1708       csit-dpdk-perf-report-iterative-2005-3n-skx:
1709         - 28  # NDRPDR iter
1710         - 29  # NDRPDR iter
1711         - 30  # NDRPDR iter
1712         - 31  # NDRPDR iter
1713         - 32  # NDRPDR iter
1714         - 33  # NDRPDR iter
1715         - 34  # NDRPDR iter
1716         - 35  # NDRPDR iter
1717         - 36  # NDRPDR iter
1718         - 37  # NDRPDR iter
1719     dpdk-performance-changes-3n-skx-ref:
1720       csit-dpdk-perf-report-iterative-2009-3n-skx:
1721         - 4   # NDRPDR sel env5
1722         - 5   # NDRPDR sel env5
1723         - 6   # NDRPDR sel env5
1724         - 7   # NDRPDR sel env5
1725         - 8   # NDRPDR sel env5
1726         - 9   # NDRPDR sel env5
1727         - 14  # NDRPDR sel env5
1728         - 11  # NDRPDR sel env5
1729         - 12  # NDRPDR sel env5
1730         - 13  # NDRPDR sel env5
1731     dpdk-performance-changes-3n-skx-cmp:
1732       csit-dpdk-perf-report-iterative-2101-3n-skx:
1733         - 12  # rls2101 NDRPDR iter env 6
1734         - 14  # rls2101 NDRPDR iter env 6
1735         - 15  # rls2101 NDRPDR iter env 6
1736         - 17  # rls2101 NDRPDR iter env 6
1737         - 19  # rls2101 NDRPDR iter env 6
1738         - 20  # rls2101 NDRPDR iter env 6
1739         - 21  # rls2101 NDRPDR iter env 6
1740         - 22  # rls2101 NDRPDR iter env 6
1741         - 25  # rls2101 NDRPDR iter env 6
1742         - 26  # rls2101 NDRPDR iter env 6
1743
1744     dpdk-performance-changes-2n-skx-h1:
1745       csit-dpdk-perf-report-iterative-2005-2n-skx:
1746         - 20  # NDRPDR iter
1747         - 21  # NDRPDR iter
1748         - 22  # NDRPDR iter
1749         - 23  # NDRPDR iter
1750         - 24  # NDRPDR iter
1751         - 25  # NDRPDR iter
1752         - 26  # NDRPDR iter
1753         - 27  # NDRPDR iter
1754         - 28  # NDRPDR iter
1755         - 29  # NDRPDR iter
1756     dpdk-performance-changes-2n-skx-ref:
1757       csit-dpdk-perf-report-iterative-2009-2n-skx:
1758         - 4   # NDRPDR iter env5
1759         - 5   # NDRPDR iter env5
1760         - 6   # NDRPDR iter env5
1761         - 7   # NDRPDR iter env5
1762         - 8   # NDRPDR iter env5
1763         - 9   # NDRPDR iter env5
1764         - 10  # NDRPDR iter env5
1765         - 11  # NDRPDR iter env5
1766         - 12  # NDRPDR iter env5
1767         - 13  # NDRPDR iter env5
1768     dpdk-performance-changes-2n-skx-cmp:
1769       csit-dpdk-perf-report-iterative-2101-2n-skx:
1770         - 11  # rls2101 NDRPDR iter env 6
1771         - 12  # rls2101 NDRPDR iter env 6
1772         - 13  # rls2101 NDRPDR iter env 6
1773         - 14  # rls2101 NDRPDR iter env 6
1774         - 15  # rls2101 NDRPDR iter env 6
1775         - 17  # rls2101 NDRPDR iter env 6
1776         - 18  # rls2101 NDRPDR iter env 6
1777         - 19  # rls2101 NDRPDR iter env 6
1778         - 20  # rls2101 NDRPDR iter env 6
1779         - 21  # rls2101 NDRPDR iter env 6
1780
1781     dpdk-performance-changes-2n-clx-h1:
1782       csit-dpdk-perf-report-iterative-2005-2n-clx:
1783         - 20  # NDRPDR iter
1784         - 21  # NDRPDR iter
1785         - 22  # NDRPDR iter
1786         - 23  # NDRPDR iter
1787         - 24  # NDRPDR iter
1788         - 25  # NDRPDR iter
1789         - 26  # NDRPDR iter
1790         - 27  # NDRPDR iter
1791         - 28  # NDRPDR iter
1792         - 29  # NDRPDR iter
1793     dpdk-performance-changes-2n-clx-ref:
1794       csit-dpdk-perf-report-iterative-2009-2n-clx:
1795         - 4   # NDRPDR iter env5
1796         - 5   # NDRPDR iter env5
1797         - 6   # NDRPDR iter env5
1798         - 7   # NDRPDR iter env5
1799         - 8   # NDRPDR iter env5
1800         - 9   # NDRPDR iter env5
1801         - 10  # NDRPDR iter env5
1802         - 11  # NDRPDR iter env5
1803         - 12  # NDRPDR iter env5
1804         - 13  # NDRPDR iter env5
1805     dpdk-performance-changes-2n-clx-cmp:
1806       csit-dpdk-perf-report-iterative-2101-2n-clx:
1807         - 12  # rls2101 NDRPDR iter env 6
1808         - 13  # rls2101 NDRPDR iter env 6
1809         - 14  # rls2101 NDRPDR iter env 6
1810         - 18  # rls2101 NDRPDR iter env 6
1811         - 22  # rls2101 NDRPDR iter env 6
1812
1813     dpdk-performance-changes-2n-zn2-ref:
1814       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1815         - 16  # NDRPDR iter env5
1816         - 21  # NDRPDR iter env5
1817         - 22  # NDRPDR iter env5
1818         - 23  # NDRPDR iter env5
1819         - 24  # NDRPDR iter env5
1820         - 25  # NDRPDR iter env5
1821         - 29  # NDRPDR iter env5
1822     dpdk-performance-changes-2n-zn2-cmp:
1823       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1824         - 11  # rls2101 NDRPDR iter env 6
1825         - 12  # rls2101 NDRPDR iter env 6
1826         - 13  # rls2101 NDRPDR iter env 6
1827         - 14  # rls2101 NDRPDR iter env 6
1828         - 16  # rls2101 NDRPDR iter env 6
1829         - 17  # rls2101 NDRPDR iter env 6
1830         - 18  # rls2101 NDRPDR iter env 6
1831         - 19  # rls2101 NDRPDR iter env 6
1832         - 20  # rls2101 NDRPDR iter env 6
1833         - 21  # rls2101 NDRPDR iter env 6
1834
1835 #    dpdk-performance-changes-2n-dnv-h1:
1836 #      csit-dpdk-perf-verify-2101-2n-dnv:
1837 #        - 9   # NDRPDR sel
1838 #        - 10  # NDRPDR sel
1839 #        - 11  # NDRPDR sel
1840 #        - 12  # NDRPDR sel
1841 #        - 13  # NDRPDR sel
1842 #        - 14  # NDRPDR sel
1843 #        - 15  # NDRPDR sel
1844 #        - 16  # NDRPDR sel
1845 #        - 17  # NDRPDR sel
1846 #        - 18  # NDRPDR sel
1847 #    dpdk-performance-changes-2n-dnv-ref:
1848 #      # No data
1849 #    dpdk-performance-changes-2n-dnv-cmp:
1850 #      # No data
1851 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1852
1853 #    dpdk-performance-changes-3n-dnv-h1:
1854 #      csit-dpdk-perf-verify-2101-3n-dnv:
1855 #        - 12  # NDRPDR sel
1856 #        - 13  # NDRPDR sel
1857 #        - 14  # NDRPDR sel
1858 #        - 15  # NDRPDR sel
1859 #        - 16  # NDRPDR sel
1860 #        - 17  # NDRPDR sel
1861 #        - 18  # NDRPDR sel
1862 #        - 19  # NDRPDR sel
1863 #        - 20  # NDRPDR sel
1864 #        - 22  # NDRPDR sel
1865 #    dpdk-performance-changes-3n-dnv-ref:
1866 #      # No data
1867 #    dpdk-performance-changes-3n-dnv-cmp:
1868 #      # No data
1869 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1870
1871     dpdk-performance-changes-3n-tsh-h1:
1872       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1873         - 5   # NDRPDR sel
1874     dpdk-performance-changes-3n-tsh-ref:
1875       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1876         - 1   # NDRPDR iter env5
1877         - 2   # NDRPDR iter env5
1878         - 3   # NDRPDR iter env5
1879         - 4   # NDRPDR iter env5
1880         - 5   # NDRPDR iter env5
1881         - 6   # NDRPDR iter env5
1882         - 7   # NDRPDR iter env5
1883         - 9   # NDRPDR iter env5
1884         - 10  # NDRPDR iter env5
1885         - 11  # NDRPDR iter env5
1886     dpdk-performance-changes-3n-tsh-cmp:
1887       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1888         - 11  # rls2101 NDRPDR iter env 6
1889         - 12  # rls2101 NDRPDR iter env 6
1890         - 13  # rls2101 NDRPDR iter env 6
1891         - 14  # rls2101 NDRPDR iter env 6
1892         - 16  # rls2101 NDRPDR iter env 6
1893         - 17  # rls2101 NDRPDR iter env 6
1894         - 18  # rls2101 NDRPDR iter env 6
1895         - 19  # rls2101 NDRPDR iter env 6
1896         - 20  # rls2101 NDRPDR iter env 6
1897         - 21  # rls2101 NDRPDR iter env 6
1898
1899     # Compare testbeds
1900
1901     vpp-compare-testbeds-ref:
1902       csit-vpp-perf-report-iterative-2101-3n-hsw:
1903         - 64  # rls2101.rel NDRPDR iter env 6
1904         - 71  # rls2101.rel NDRPDR iter env 6
1905         - 73  # rls2101.rel NDRPDR iter env 6
1906         - 74  # rls2101.rel NDRPDR iter env 6
1907         - 80  # rls2101.rel NDRPDR iter env 6
1908         - 81  # rls2101.rel NDRPDR iter env 6
1909         - 82  # rls2101.rel NDRPDR iter env 6
1910         - 83  # rls2101.rel NDRPDR iter env 6
1911         - 88  # rls2101.rel NDRPDR iter env 6
1912         - 89  # rls2101.rel NDRPDR iter env 6
1913     vpp-compare-testbeds-cmp:
1914       csit-vpp-perf-report-iterative-2101-3n-skx:
1915         - 36  # rls2101.rel NDRPDR iter env 6
1916         - 37  # rls2101.rel NDRPDR iter env 6
1917         - 38  # rls2101.rel NDRPDR iter env 6
1918         - 39  # rls2101.rel NDRPDR iter env 6
1919         - 40  # rls2101.rel NDRPDR iter env 6
1920         - 41  # rls2101.rel NDRPDR iter env 6
1921         - 42  # rls2101.rel NDRPDR iter env 6
1922         - 47  # rls2101.rel NDRPDR iter env 6
1923         - 48  # rls2101.rel NDRPDR iter env 6
1924         - 50  # rls2101.rel NDRPDR iter env 6
1925
1926     vpp-compare-testbeds-skx-clx-ref:
1927       csit-vpp-perf-report-iterative-2101-2n-skx:
1928         - 63  # rls2101.rel NDRPDR iter env 6
1929         - 69  # rls2101.rel NDRPDR iter env 6
1930         - 70  # rls2101.rel NDRPDR iter env 6
1931         - 75  # rls2101.rel NDRPDR iter env 6
1932         - 76  # rls2101.rel NDRPDR iter env 6
1933         - 77  # rls2101.rel NDRPDR iter env 6
1934         - 82  # rls2101.rel NDRPDR iter env 6
1935         - 85  # rls2101.rel NDRPDR iter env 6
1936         - 86  # rls2101.rel NDRPDR iter env 6
1937         - 94  # rls2101.rel NDRPDR iter env 6
1938         - 89  # rls2101.rel NDRPDR iter RND env 6
1939         - 90  # rls2101.rel NDRPDR iter RND env 6
1940         - 91  # rls2101.rel NDRPDR iter RND env 6
1941         - 92  # rls2101.rel NDRPDR iter RND env 6
1942         - 93  # rls2101.rel NDRPDR iter RND env 6
1943         - 96  # rls2101.rel NDRPDR iter RND env 6
1944         - 98  # rls2101.rel NDRPDR iter RND env 6
1945         - 99  # rls2101.rel NDRPDR iter RND env 6
1946         - 101 # rls2101.rel NDRPDR iter RND env 6
1947         - 102 # rls2101.rel NDRPDR iter RND env 6
1948         - 116 # rls2101.rel NDRPDR iter NAT env 6
1949         - 117 # rls2101.rel NDRPDR iter NAT env 6
1950         - 118 # rls2101.rel NDRPDR iter NAT env 6
1951         - 119 # rls2101.rel NDRPDR iter NAT env 6
1952         - 120 # rls2101.rel NDRPDR iter NAT env 6
1953         - 121 # rls2101.rel NDRPDR iter NAT env 6
1954         - 122 # rls2101.rel NDRPDR iter NAT env 6
1955         - 123 # rls2101.rel NDRPDR iter NAT env 6
1956         - 124 # rls2101.rel NDRPDR iter NAT env 6
1957         - 125 # rls2101.rel NDRPDR iter NAT env 6
1958     vpp-compare-testbeds-skx-clx-cmp:
1959       csit-vpp-perf-report-iterative-2101-2n-clx:
1960         - 54  # rls2101.rel NDRPDR iter env 6
1961         - 59  # rls2101.rel NDRPDR iter env 6
1962         - 60  # rls2101.rel NDRPDR iter env 6
1963         - 63  # rls2101.rel NDRPDR iter env 6
1964         - 66  # rls2101.rel NDRPDR iter env 6
1965         - 68  # rls2101.rel NDRPDR iter env 6
1966         - 73  # rls2101.rel NDRPDR iter env 6
1967         - 75  # rls2101.rel NDRPDR iter env 6
1968         - 86  # rls2101.rel NDRPDR iter env 6
1969         - 90  # rls2101.rel NDRPDR iter env 6
1970         - 80  # rls2101.rel NDRPDR iter RND env 6
1971         - 87  # rls2101.rel NDRPDR iter RND env 6
1972         - 91  # rls2101.rel NDRPDR iter RND env 6
1973         - 92  # rls2101.rel NDRPDR iter RND env 6
1974         - 93  # rls2101.rel NDRPDR iter RND env 6
1975         - 94  # rls2101.rel NDRPDR iter RND env 6
1976         - 95  # rls2101.rel NDRPDR iter RND env 6
1977         - 100 # rls2101.rel NDRPDR iter RND env 6
1978         - 106 # rls2101.rel NDRPDR iter RND env 6
1979         - 108 # rls2101.rel NDRPDR iter RND env 6
1980         - 112 # rls2101.rel NDRPDR iter NAT env 6
1981         - 113 # rls2101.rel NDRPDR iter NAT env 6
1982         - 114 # rls2101.rel NDRPDR iter NAT env 6
1983         - 115 # rls2101.rel NDRPDR iter NAT env 6
1984         - 116 # rls2101.rel NDRPDR iter NAT env 6
1985         - 117 # rls2101.rel NDRPDR iter NAT env 6
1986         - 118 # rls2101.rel NDRPDR iter NAT env 6
1987         - 119 # rls2101.rel NDRPDR iter NAT env 6
1988         - 120 # rls2101.rel NDRPDR iter NAT env 6
1989         - 121 # rls2101.rel NDRPDR iter NAT env 6
1990
1991     vpp-compare-testbeds-hsw-clx-ref:
1992       csit-vpp-perf-report-iterative-2101-3n-hsw:
1993         - 64  # rls2101.rel NDRPDR iter env 6
1994         - 71  # rls2101.rel NDRPDR iter env 6
1995         - 73  # rls2101.rel NDRPDR iter env 6
1996         - 74  # rls2101.rel NDRPDR iter env 6
1997         - 80  # rls2101.rel NDRPDR iter env 6
1998         - 81  # rls2101.rel NDRPDR iter env 6
1999         - 82  # rls2101.rel NDRPDR iter env 6
2000         - 83  # rls2101.rel NDRPDR iter env 6
2001         - 88  # rls2101.rel NDRPDR iter env 6
2002         - 89  # rls2101.rel NDRPDR iter env 6
2003         - 128 # rls2101.rel NDRPDR iter RND env 6
2004         - 129 # rls2101.rel NDRPDR iter RND env 6
2005         - 130 # rls2101.rel NDRPDR iter RND env 6
2006         - 131 # rls2101.rel NDRPDR iter RND env 6
2007         - 132 # rls2101.rel NDRPDR iter RND env 6
2008         - 133 # rls2101.rel NDRPDR iter RND env 6
2009         - 134 # rls2101.rel NDRPDR iter RND env 6
2010         - 135 # rls2101.rel NDRPDR iter RND env 6
2011         - 136 # rls2101.rel NDRPDR iter RND env 6
2012         - 137 # rls2101.rel NDRPDR iter RND env 6
2013     vpp-compare-testbeds-hsw-clx-cmp:
2014       csit-vpp-perf-report-iterative-2101-2n-clx:
2015         - 54  # rls2101.rel NDRPDR iter env 6
2016         - 59  # rls2101.rel NDRPDR iter env 6
2017         - 60  # rls2101.rel NDRPDR iter env 6
2018         - 63  # rls2101.rel NDRPDR iter env 6
2019         - 66  # rls2101.rel NDRPDR iter env 6
2020         - 68  # rls2101.rel NDRPDR iter env 6
2021         - 73  # rls2101.rel NDRPDR iter env 6
2022         - 75  # rls2101.rel NDRPDR iter env 6
2023         - 90  # rls2101.rel NDRPDR iter env 6
2024         - 80  # rls2101.rel NDRPDR iter RND env 6
2025         - 87  # rls2101.rel NDRPDR iter RND env 6
2026         - 91  # rls2101.rel NDRPDR iter RND env 6
2027         - 92  # rls2101.rel NDRPDR iter RND env 6
2028         - 93  # rls2101.rel NDRPDR iter RND env 6
2029         - 94  # rls2101.rel NDRPDR iter RND env 6
2030         - 95  # rls2101.rel NDRPDR iter RND env 6
2031         - 100 # rls2101.rel NDRPDR iter RND env 6
2032         - 106 # rls2101.rel NDRPDR iter RND env 6
2033         - 108 # rls2101.rel NDRPDR iter RND env 6
2034         - 112 # rls2101.rel NDRPDR iter NAT env 6
2035         - 113 # rls2101.rel NDRPDR iter NAT env 6
2036         - 114 # rls2101.rel NDRPDR iter NAT env 6
2037         - 115 # rls2101.rel NDRPDR iter NAT env 6
2038         - 116 # rls2101.rel NDRPDR iter NAT env 6
2039         - 117 # rls2101.rel NDRPDR iter NAT env 6
2040         - 118 # rls2101.rel NDRPDR iter NAT env 6
2041         - 119 # rls2101.rel NDRPDR iter NAT env 6
2042         - 120 # rls2101.rel NDRPDR iter NAT env 6
2043         - 121 # rls2101.rel NDRPDR iter NAT env 6
2044
2045     vpp-compare-testbeds-mrr-ref:
2046       csit-vpp-perf-report-iterative-2101-3n-hsw:
2047         - 63  # rls2101.rel MRR iter env 6
2048     vpp-compare-testbeds-mrr-cmp:
2049       csit-vpp-perf-report-iterative-2101-3n-skx:
2050         - 35  # rls2101.rel MRR iter env 6
2051
2052     vpp-compare-testbeds-mrr-skx-clx-ref:
2053       csit-vpp-perf-report-iterative-2101-2n-skx:
2054         - 62  # rls2101.rel MRR iter env 6
2055     vpp-compare-testbeds-mrr-skx-clx-cmp:
2056       csit-vpp-perf-report-iterative-2101-2n-clx:
2057         - 53  # rls2101.rel MRR iter env 6
2058
2059     vpp-compare-testbeds-mrr-hsw-clx-ref:
2060       csit-vpp-perf-report-iterative-2101-3n-hsw:
2061         - 63  # rls2101.rel MRR iter env 6
2062     vpp-compare-testbeds-mrr-hsw-clx-cmp:
2063       csit-vpp-perf-report-iterative-2101-2n-clx:
2064         - 53  # rls2101.rel MRR iter env 6
2065
2066     dpdk-compare-testbeds-ref:
2067       csit-dpdk-perf-report-iterative-2101-3n-hsw:
2068         - 11  # rls2101 NDRPDR iter env 6
2069         - 12  # rls2101 NDRPDR iter env 6
2070         - 13  # rls2101 NDRPDR iter env 6
2071         - 14  # rls2101 NDRPDR iter env 6
2072         - 16  # rls2101 NDRPDR iter env 6
2073         - 17  # rls2101 NDRPDR iter env 6
2074         - 18  # rls2101 NDRPDR iter env 6
2075         - 19  # rls2101 NDRPDR iter env 6
2076         - 20  # rls2101 NDRPDR iter env 6
2077         - 21  # rls2101 NDRPDR iter env 6
2078     dpdk-compare-testbeds-cmp:
2079       csit-dpdk-perf-report-iterative-2101-3n-skx:
2080         - 12  # rls2101 NDRPDR iter env 6
2081         - 14  # rls2101 NDRPDR iter env 6
2082         - 15  # rls2101 NDRPDR iter env 6
2083         - 17  # rls2101 NDRPDR iter env 6
2084         - 19  # rls2101 NDRPDR iter env 6
2085         - 20  # rls2101 NDRPDR iter env 6
2086         - 21  # rls2101 NDRPDR iter env 6
2087         - 22  # rls2101 NDRPDR iter env 6
2088         - 25  # rls2101 NDRPDR iter env 6
2089         - 26  # rls2101 NDRPDR iter env 6
2090
2091     dpdk-compare-testbeds-skx-clx-ref:
2092       csit-dpdk-perf-report-iterative-2101-2n-skx:
2093         - 11  # rls2101 NDRPDR iter env 6
2094         - 12  # rls2101 NDRPDR iter env 6
2095         - 13  # rls2101 NDRPDR iter env 6
2096         - 14  # rls2101 NDRPDR iter env 6
2097         - 15  # rls2101 NDRPDR iter env 6
2098         - 17  # rls2101 NDRPDR iter env 6
2099         - 18  # rls2101 NDRPDR iter env 6
2100         - 19  # rls2101 NDRPDR iter env 6
2101         - 20  # rls2101 NDRPDR iter env 6
2102         - 21  # rls2101 NDRPDR iter env 6
2103     dpdk-compare-testbeds-skx-clx-cmp:
2104       csit-dpdk-perf-report-iterative-2101-2n-clx:
2105         - 12  # rls2101 NDRPDR iter env 6
2106         - 13  # rls2101 NDRPDR iter env 6
2107         - 14  # rls2101 NDRPDR iter env 6
2108         - 18  # rls2101 NDRPDR iter env 6
2109         - 22  # rls2101 NDRPDR iter env 6
2110
2111     # Compare topologies
2112
2113     vpp-compare-topologies-ref:
2114       csit-vpp-perf-report-iterative-2101-3n-skx:
2115         - 36  # rls2101.rel NDRPDR iter env 6
2116         - 37  # rls2101.rel NDRPDR iter env 6
2117         - 38  # rls2101.rel NDRPDR iter env 6
2118         - 39  # rls2101.rel NDRPDR iter env 6
2119         - 40  # rls2101.rel NDRPDR iter env 6
2120         - 41  # rls2101.rel NDRPDR iter env 6
2121         - 42  # rls2101.rel NDRPDR iter env 6
2122         - 47  # rls2101.rel NDRPDR iter env 6
2123         - 48  # rls2101.rel NDRPDR iter env 6
2124         - 50  # rls2101.rel NDRPDR iter env 6
2125     vpp-compare-topologies-cmp:
2126       csit-vpp-perf-report-iterative-2101-2n-skx:
2127         - 63  # rls2101.rel NDRPDR iter env 6
2128         - 69  # rls2101.rel NDRPDR iter env 6
2129         - 70  # rls2101.rel NDRPDR iter env 6
2130         - 75  # rls2101.rel NDRPDR iter env 6
2131         - 76  # rls2101.rel NDRPDR iter env 6
2132         - 77  # rls2101.rel NDRPDR iter env 6
2133         - 82  # rls2101.rel NDRPDR iter env 6
2134         - 85  # rls2101.rel NDRPDR iter env 6
2135         - 86  # rls2101.rel NDRPDR iter env 6
2136         - 94  # rls2101.rel NDRPDR iter env 6
2137
2138     vpp-compare-topologies-mrr-ref:
2139       csit-vpp-perf-report-iterative-2101-3n-skx:
2140         - 35  # rls2101.rel MRR iter env 6
2141     vpp-compare-topologies-mrr-cmp:
2142       csit-vpp-perf-report-iterative-2101-2n-skx:
2143         - 62  # rls2101.rel MRR iter env 6
2144
2145     dpdk-compare-topologies-ref:
2146       csit-dpdk-perf-report-iterative-2101-3n-skx:
2147         - 12  # rls2101 NDRPDR iter env 6
2148         - 14  # rls2101 NDRPDR iter env 6
2149         - 15  # rls2101 NDRPDR iter env 6
2150         - 17  # rls2101 NDRPDR iter env 6
2151         - 19  # rls2101 NDRPDR iter env 6
2152         - 20  # rls2101 NDRPDR iter env 6
2153         - 21  # rls2101 NDRPDR iter env 6
2154         - 22  # rls2101 NDRPDR iter env 6
2155         - 25  # rls2101 NDRPDR iter env 6
2156         - 26  # rls2101 NDRPDR iter env 6
2157     dpdk-compare-topologies-cmp:
2158       csit-dpdk-perf-report-iterative-2101-2n-skx:
2159         - 11  # rls2101 NDRPDR iter env 6
2160         - 12  # rls2101 NDRPDR iter env 6
2161         - 13  # rls2101 NDRPDR iter env 6
2162         - 14  # rls2101 NDRPDR iter env 6
2163         - 15  # rls2101 NDRPDR iter env 6
2164         - 17  # rls2101 NDRPDR iter env 6
2165         - 18  # rls2101 NDRPDR iter env 6
2166         - 19  # rls2101 NDRPDR iter env 6
2167         - 20  # rls2101 NDRPDR iter env 6
2168         - 21  # rls2101 NDRPDR iter env 6
2169
2170   plot-layouts:
2171
2172     plot-soak-throughput:
2173       titlefont:
2174         size: 16
2175       xaxis:
2176         title: "<b>Test Cases [Index]</b>"
2177         titlefont:
2178           size: 14
2179         autorange: True
2180         fixedrange: False
2181         gridcolor: "rgb(230, 230, 230)"
2182         linecolor: "rgb(220, 220, 220)"
2183         linewidth: 1
2184         showgrid: True
2185         showline: True
2186         showticklabels: True
2187         tickcolor: "rgb(220, 220, 220)"
2188         tickmode: "linear"
2189         tickfont:
2190           size: 14
2191         zeroline: False
2192       yaxis:
2193         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
2194         titlefont:
2195           size: 14
2196         gridcolor: "rgb(230, 230, 230)"
2197         hoverformat: ".4r"
2198         tickformat: ".3r"
2199         linecolor: "rgb(220, 220, 220)"
2200         linewidth: 1
2201         showgrid: True
2202         showline: True
2203         showticklabels: True
2204         tickcolor: "rgb(220, 220, 220)"
2205         tickfont:
2206           size: 14
2207         zeroline: False
2208         range: [0,50]
2209       autosize: False
2210       margin:
2211         t: 50
2212         b: 0
2213         l: 80
2214         r: 20
2215       showlegend: True
2216       legend:
2217         orientation: "h"
2218         font:
2219           size: 14
2220       width: 700
2221       height: 900
2222       paper_bgcolor: "#fff"
2223       plot_bgcolor: "#fff"
2224       hoverlabel:
2225         namelength: -1
2226
2227     plot-service-density:
2228       titlefont:
2229         size: 16
2230       xaxis:
2231         side: "top"
2232         autorange: True
2233         fixedrange: False
2234         showgrid: False
2235         showline: False
2236         showticklabels: False
2237         ticks: ""
2238         ticklen: 0
2239         tickwidth: 0
2240         zeroline: False
2241       yaxis:
2242         autorange: "reversed"
2243         showgrid: False
2244         showline: False
2245         showticklabels: False
2246         ticks: ""
2247         ticklen: 0
2248         tickwidth: 0
2249         zeroline: False
2250       showlegend: False
2251       paper_bgcolor: "#fff"
2252       plot_bgcolor: "#fff"
2253       width: 700
2254       height: 700
2255       hoverlabel:
2256         namelength: -1
2257
2258     plot-hoststack:
2259       titlefont:
2260         size: 16
2261       xaxis:
2262         title: "<b>Test Cases [Index]</b>"
2263         titlefont:
2264           size: 14
2265         autorange: True
2266         fixedrange: False
2267         gridcolor: "rgb(230, 230, 230)"
2268         linecolor: "rgb(220, 220, 220)"
2269         linewidth: 1
2270         showgrid: True
2271         showline: True
2272         showticklabels: True
2273         tickcolor: "rgb(220, 220, 220)"
2274         tickmode: "linear"
2275         tickfont:
2276           size: 14
2277         zeroline: False
2278       yaxis:
2279         title: "<b>Bandwidth [Gbps]</b>"
2280         titlefont:
2281           size: 14
2282         gridcolor: "rgb(230, 230, 230)"
2283         hoverformat: ".4s"
2284         linecolor: "rgb(220, 220, 220)"
2285         linewidth: 1
2286         rangemode: "tozero"
2287         showgrid: True
2288         showline: True
2289         showticklabels: True
2290         tickcolor: "rgb(230, 230, 230)"
2291         tickformat: ".3s"
2292         tickfont:
2293           size: 14
2294         zeroline: False
2295       autosize: False
2296       margin:
2297         t: 50
2298         b: 20
2299         l: 80
2300         r: 20
2301       showlegend: True
2302       legend:
2303         orientation: "h"
2304         font:
2305           size: 14
2306       width: 700
2307       height: 800
2308       paper_bgcolor: "#fff"
2309       plot_bgcolor: "#fff"
2310       hoverlabel:
2311         namelength: -1
2312
2313     plot-throughput:
2314       titlefont:
2315         size: 16
2316       xaxis:
2317         title: "<b>Test Cases [Index]</b>"
2318         titlefont:
2319           size: 14
2320         autorange: True
2321         fixedrange: False
2322         gridcolor: "rgb(230, 230, 230)"
2323         linecolor: "rgb(220, 220, 220)"
2324         linewidth: 1
2325         showgrid: True
2326         showline: True
2327         showticklabels: True
2328         tickcolor: "rgb(220, 220, 220)"
2329         tickmode: "linear"
2330         tickfont:
2331           size: 14
2332         zeroline: False
2333       yaxis:
2334         title: "<b>Packet Throughput [Mpps]</b>"
2335         titlefont:
2336           size: 14
2337         gridcolor: "rgb(230, 230, 230)"
2338         hoverformat: ".4r"
2339         tickformat: ".3r"
2340         linecolor: "rgb(220, 220, 220)"
2341         linewidth: 1
2342         showgrid: True
2343         showline: True
2344         showticklabels: True
2345         tickcolor: "rgb(220, 220, 220)"
2346         tickfont:
2347           size: 14
2348         zeroline: False
2349         range: [0,50]
2350       autosize: False
2351       margin:
2352         t: 50
2353         b: 0
2354         l: 80
2355         r: 20
2356       showlegend: True
2357       legend:
2358         orientation: "h"
2359         font:
2360           size: 14
2361       width: 700
2362       height: 900
2363       paper_bgcolor: "#fff"
2364       plot_bgcolor: "#fff"
2365       hoverlabel:
2366         namelength: -1
2367
2368     plot-throughput-gbps:
2369       titlefont:
2370         size: 16
2371       xaxis:
2372         title: "<b>Test Cases [Index]</b>"
2373         titlefont:
2374           size: 14
2375         autorange: True
2376         fixedrange: False
2377         gridcolor: "rgb(230, 230, 230)"
2378         linecolor: "rgb(220, 220, 220)"
2379         linewidth: 1
2380         showgrid: True
2381         showline: True
2382         showticklabels: True
2383         tickcolor: "rgb(220, 220, 220)"
2384         tickmode: "linear"
2385         tickfont:
2386           size: 14
2387         zeroline: False
2388       yaxis:
2389         title: "<b>Packet Throughput [Gbps]</b>"
2390         titlefont:
2391           size: 14
2392         gridcolor: "rgb(230, 230, 230)"
2393         hoverformat: ".4r"
2394         tickformat: ".3r"
2395         linecolor: "rgb(220, 220, 220)"
2396         linewidth: 1
2397         showgrid: True
2398         showline: True
2399         showticklabels: True
2400         tickcolor: "rgb(220, 220, 220)"
2401         tickfont:
2402           size: 14
2403         zeroline: False
2404         range: [0,10]
2405       autosize: False
2406       margin:
2407         t: 50
2408         b: 0
2409         l: 80
2410         r: 20
2411       showlegend: True
2412       legend:
2413         orientation: "h"
2414         font:
2415           size: 14
2416       width: 700
2417       height: 900
2418       paper_bgcolor: "#fff"
2419       plot_bgcolor: "#fff"
2420       hoverlabel:
2421         namelength: -1
2422
2423     plot-cps:
2424       titlefont:
2425         size: 16
2426       xaxis:
2427         title: "<b>Test Cases [Index]</b>"
2428         titlefont:
2429           size: 14
2430         autorange: True
2431         fixedrange: False
2432         gridcolor: "rgb(230, 230, 230)"
2433         linecolor: "rgb(220, 220, 220)"
2434         linewidth: 1
2435         showgrid: True
2436         showline: True
2437         showticklabels: True
2438         tickcolor: "rgb(220, 220, 220)"
2439         tickmode: "linear"
2440         tickfont:
2441           size: 14
2442         zeroline: False
2443       yaxis:
2444         title: "<b>Connection Rate [Mcps]</b>"
2445         titlefont:
2446           size: 14
2447         gridcolor: "rgb(230, 230, 230)"
2448         hoverformat: ".4r"
2449         tickformat: ".3s"
2450         linecolor: "rgb(220, 220, 220)"
2451         linewidth: 1
2452         showgrid: True
2453         showline: True
2454         showticklabels: True
2455         tickcolor: "rgb(220, 220, 220)"
2456         tickfont:
2457           size: 14
2458         zeroline: False
2459         range: [0,10]
2460       autosize: False
2461       margin:
2462         t: 50
2463         b: 0
2464         l: 80
2465         r: 20
2466       showlegend: True
2467       legend:
2468         orientation: "h"
2469         font:
2470           size: 14
2471       width: 700
2472       height: 900
2473       paper_bgcolor: "#fff"
2474       plot_bgcolor: "#fff"
2475       hoverlabel:
2476         namelength: -1
2477
2478     plot-throughput-speedup-analysis:
2479       titlefont:
2480         size: 16
2481       xaxis:
2482         title: "<b>Number of Cores [Qty]</b>"
2483         titlefont:
2484           size: 14
2485         autorange: True
2486         fixedrange: False
2487         gridcolor: "rgb(230, 230, 230)"
2488         linecolor: "rgb(220, 220, 220)"
2489         linewidth: 1
2490         showgrid: True
2491         showline: True
2492         showticklabels: True
2493         tickcolor: "rgb(238, 238, 238)"
2494         tickmode: "linear"
2495         tickfont:
2496           size: 14
2497         zeroline: False
2498       yaxis:
2499         title: "<b>Packet Throughput [Mpps]</b>"
2500         titlefont:
2501           size: 14
2502         type: "linear"
2503         gridcolor: "rgb(230, 230, 230)"
2504         hoverformat: ".4s"
2505         linecolor: "rgb(220, 220, 220)"
2506         linewidth: 1
2507         showgrid: True
2508         showline: True
2509         showticklabels: True
2510         tickcolor: "rgb(220, 220, 220)"
2511         tickformat: ".4s"
2512         tickfont:
2513           size: 14
2514         zeroline: True
2515         rangemode: "tozero"
2516         range: [0,100]
2517       legend:
2518         orientation: "h"
2519         font:
2520           size: 14
2521         xanchor: "left"
2522         yanchor: "top"
2523         x: 0
2524         y: -0.2
2525         bgcolor: "rgba(255, 255, 255, 0)"
2526         bordercolor: "rgba(255, 255, 255, 0)"
2527         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2528       autosize: False
2529       margin:
2530           't': 50
2531           'b': 150
2532           'l': 85
2533           'r': 10
2534       showlegend: True
2535       width: 700
2536       height: 700
2537       paper_bgcolor: "#fff"
2538       plot_bgcolor: "#fff"
2539       hoverlabel:
2540         namelength: -1
2541       annotations: [
2542         {
2543           text: "_ _          __          ...",
2544           align: "left",
2545           showarrow: False,
2546           xref: "paper",
2547           yref: "paper",
2548           xanchor: "left",
2549           yanchor: "top",
2550           x: 0,
2551           y: -0.14,
2552           font: {
2553             family: "Consolas, Courier New",
2554             size: 13
2555           },
2556         },
2557         {
2558           text: "    Perfect     Measured     Limit",
2559           align: "left",
2560           showarrow: False,
2561           xref: "paper",
2562           yref: "paper",
2563           xanchor: "left",
2564           yanchor: "top",
2565           x: 0,
2566           y: -0.15,
2567           font: {
2568             family: "Consolas, Courier New",
2569             size: 13
2570           },
2571         },
2572       ]
2573
2574     plot-throughput-speedup-analysis-gbps:
2575       titlefont:
2576         size: 16
2577       xaxis:
2578         title: "<b>Number of Cores [Qty]</b>"
2579         titlefont:
2580           size: 14
2581         autorange: True
2582         fixedrange: False
2583         gridcolor: "rgb(230, 230, 230)"
2584         linecolor: "rgb(220, 220, 220)"
2585         linewidth: 1
2586         showgrid: True
2587         showline: True
2588         showticklabels: True
2589         tickcolor: "rgb(238, 238, 238)"
2590         tickmode: "linear"
2591         tickfont:
2592           size: 14
2593         zeroline: False
2594       yaxis:
2595         title: "<b>Packet Throughput [Gbps]</b>"
2596         titlefont:
2597           size: 14
2598         type: "linear"
2599         gridcolor: "rgb(230, 230, 230)"
2600         hoverformat: ".4s"
2601         linecolor: "rgb(220, 220, 220)"
2602         linewidth: 1
2603         showgrid: True
2604         showline: True
2605         showticklabels: True
2606         tickcolor: "rgb(220, 220, 220)"
2607         tickformat: ".4s"
2608         tickfont:
2609           size: 14
2610         zeroline: True
2611         rangemode: "tozero"
2612         range: [0,100]
2613       legend:
2614         orientation: "h"
2615         font:
2616           size: 14
2617         xanchor: "left"
2618         yanchor: "top"
2619         x: 0
2620         y: -0.2
2621         bgcolor: "rgba(255, 255, 255, 0)"
2622         bordercolor: "rgba(255, 255, 255, 0)"
2623         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2624       autosize: False
2625       margin:
2626           't': 50
2627           'b': 150
2628           'l': 85
2629           'r': 10
2630       showlegend: True
2631       width: 700
2632       height: 700
2633       paper_bgcolor: "#fff"
2634       plot_bgcolor: "#fff"
2635       hoverlabel:
2636         namelength: -1
2637       annotations: [
2638         {
2639           text: "_ _          __",
2640           align: "left",
2641           showarrow: False,
2642           xref: "paper",
2643           yref: "paper",
2644           xanchor: "left",
2645           yanchor: "top",
2646           x: 0,
2647           y: -0.13,
2648           font: {
2649             family: "Consolas, Courier New",
2650             size: 13
2651           },
2652         },
2653         {
2654           text: "    Perfect     Measured",
2655           align: "left",
2656           showarrow: False,
2657           xref: "paper",
2658           yref: "paper",
2659           xanchor: "left",
2660           yanchor: "top",
2661           x: 0,
2662           y: -0.15,
2663           font: {
2664             family: "Consolas, Courier New",
2665             size: 13
2666           },
2667         },
2668       ]
2669
2670     plot-throughput-speedup-analysis-cps:
2671       titlefont:
2672         size: 16
2673       xaxis:
2674         title: "<b>Number of Cores [Qty]</b>"
2675         titlefont:
2676           size: 14
2677         autorange: True
2678         fixedrange: False
2679         gridcolor: "rgb(230, 230, 230)"
2680         linecolor: "rgb(220, 220, 220)"
2681         linewidth: 1
2682         showgrid: True
2683         showline: True
2684         showticklabels: True
2685         tickcolor: "rgb(238, 238, 238)"
2686         tickmode: "linear"
2687         tickfont:
2688           size: 14
2689         zeroline: False
2690       yaxis:
2691         title: "<b>Connection Rate [Mcps]</b>"
2692         titlefont:
2693           size: 14
2694         type: "linear"
2695         gridcolor: "rgb(230, 230, 230)"
2696         hoverformat: ".4s"
2697         linecolor: "rgb(220, 220, 220)"
2698         linewidth: 1
2699         showgrid: True
2700         showline: True
2701         showticklabels: True
2702         tickcolor: "rgb(220, 220, 220)"
2703         tickformat: ".4s"
2704         tickfont:
2705           size: 14
2706         zeroline: True
2707         rangemode: "tozero"
2708         range: [0,100]
2709       legend:
2710         orientation: "h"
2711         font:
2712           size: 14
2713         xanchor: "left"
2714         yanchor: "top"
2715         x: 0
2716         y: -0.2
2717         bgcolor: "rgba(255, 255, 255, 0)"
2718         bordercolor: "rgba(255, 255, 255, 0)"
2719         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2720       autosize: False
2721       margin:
2722           't': 50
2723           'b': 150
2724           'l': 85
2725           'r': 10
2726       showlegend: True
2727       width: 700
2728       height: 700
2729       paper_bgcolor: "#fff"
2730       plot_bgcolor: "#fff"
2731       hoverlabel:
2732         namelength: -1
2733       annotations: [
2734         {
2735           text: "_ _          __",
2736           align: "left",
2737           showarrow: False,
2738           xref: "paper",
2739           yref: "paper",
2740           xanchor: "left",
2741           yanchor: "top",
2742           x: 0,
2743           y: -0.13,
2744           font: {
2745             family: "Consolas, Courier New",
2746             size: 13
2747           },
2748         },
2749         {
2750           text: "    Perfect     Measured",
2751           align: "left",
2752           showarrow: False,
2753           xref: "paper",
2754           yref: "paper",
2755           xanchor: "left",
2756           yanchor: "top",
2757           x: 0,
2758           y: -0.15,
2759           font: {
2760             family: "Consolas, Courier New",
2761             size: 13
2762           },
2763         },
2764       ]
2765
2766     plot-latency:
2767       titlefont:
2768         size: 16
2769       xaxis:
2770         title: "<b>Direction</b>"
2771         titlefont:
2772           size: 14
2773         autorange: True
2774         fixedrange: False
2775         gridcolor: "rgb(230, 230, 230)"
2776         linecolor: "rgb(220, 220, 220)"
2777         linewidth: 1
2778         showgrid: True
2779         showline: True
2780         showticklabels: False
2781         tickcolor: "rgb(220, 220, 220)"
2782         tickmode: "linear"
2783         tickfont:
2784           size: 14
2785         zeroline: False
2786       yaxis:
2787         title: "<b>Packet Latency [uSec]</b>"
2788         titlefont:
2789           size: 14
2790         type: "linear"
2791         gridcolor: "rgb(230, 230, 230)"
2792         hoverformat: ".4s"
2793         linecolor: "rgb(220, 220, 220)"
2794         linewidth: 1
2795         showgrid: True
2796         showline: True
2797         showticklabels: True
2798         tickcolor: "rgb(220, 220, 220)"
2799         tickformat: ".4s"
2800         tickfont:
2801           size: 14
2802         zeroline: True
2803         rangemode: "tozero"
2804       legend:
2805         orientation: "h"
2806         font:
2807           size: 14
2808         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2809       autosize: False
2810       margin:
2811           't': 50
2812           'b': 150
2813           'l': 80
2814           'r': 10
2815       showlegend: True
2816       width: 700
2817       height: 700
2818       paper_bgcolor: "#fff"
2819       plot_bgcolor: "#fff"
2820       hoverlabel:
2821         namelength: -1
2822
2823     plot-hdrh-latency:
2824       title:
2825         text: ""
2826         xanchor: "center"
2827         x: 0.5
2828         font:
2829           size: 16
2830       width: 700
2831       plot_bgcolor: "white"
2832       annotations:
2833         - font:
2834             size: 14
2835           showarrow: False
2836           text: "<b>Packet Latency [uSec]</b>"
2837           x: 1
2838           xanchor: "right"
2839           xref: "paper"
2840           y: -0.045
2841           yanchor: "top"
2842           yref: "paper"
2843         - font:
2844             size: 14
2845           showarrow: False
2846           text: "<b>Probability [%]</b>"
2847           textangle: 270
2848           x: -0.06
2849           xanchor: "center"
2850           xref: "paper"
2851           y: 0.5
2852           yanchor: "middle"
2853           yref: "paper"
2854         - font:
2855             size: 14
2856           showarrow: False
2857           text: "<b>Direction: E-W</b>"
2858           x: 0.24
2859           xanchor: "center"
2860           xref: "paper"
2861           y: 1.05
2862           yanchor: "bottom"
2863           yref: "paper"
2864         - font:
2865             size: 14
2866           showarrow: False
2867           text: "<b>Direction: W-E</b>"
2868           x: 0.74
2869           xanchor: "center"
2870           xref: "paper"
2871           y: 1.05
2872           yanchor: "bottom"
2873           yref: "paper"
2874
2875     plot-hdrh-latency-percentile-x-log:
2876       title:
2877         text: "<b>Latency by Percentile Distribution</b>"
2878         xanchor: "center"
2879         x: 0.5
2880         font:
2881           size: 18
2882       showlegend: True
2883       legend:
2884         traceorder: "normal"
2885         orientation: "h"
2886         font:
2887           size: 16
2888         xanchor: "left"
2889         yanchor: "top"
2890         x: 0
2891         y: -0.2
2892         bgcolor: "rgba(255, 255, 255, 0)"
2893         bordercolor: "rgba(255, 255, 255, 0)"
2894       xaxis:
2895         type: "log"
2896         title: "<b>Percentile [%]</b>"
2897         titlefont:
2898           size: 14
2899         autorange: False
2900         fixedrange: True
2901         gridcolor: "rgb(230, 230, 230)"
2902         linecolor: "rgb(220, 220, 220)"
2903         linewidth: 1
2904         showgrid: True
2905         showline: True
2906         showticklabels: True
2907         tickcolor: "rgb(220, 220, 220)"
2908         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
2909         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
2910         tickfont:
2911           size: 14
2912       yaxis:
2913         title: "<b>One-Way Latency per Direction [uSec]</b>"
2914         titlefont:
2915           size: 14
2916         gridcolor: "rgb(230, 230, 230)"
2917         linecolor: "rgb(220, 220, 220)"
2918         linewidth: 1
2919         showgrid: True
2920         showline: True
2921         showticklabels: True
2922         tickcolor: "rgb(220, 220, 220)"
2923         tickfont:
2924           size: 14
2925       autosize: False
2926       width: 700
2927       height: 700
2928       paper_bgcolor: "white"
2929       plot_bgcolor: "white"
2930
2931     plot-hdrh-latency-by-percentile:
2932       title:
2933         text: "<b>Latency by Percentile Distribution</b>"
2934         xanchor: "center"
2935         x: 0.5
2936         font:
2937           size: 18
2938       showlegend: True
2939       legend:
2940         traceorder: "normal"
2941         orientation: "h"
2942         font:
2943           size: 16
2944         xanchor: "left"
2945         yanchor: "top"
2946         x: 0
2947         y: -0.2
2948         bgcolor: "rgba(255, 255, 255, 0)"
2949         bordercolor: "rgba(255, 255, 255, 0)"
2950       xaxis:
2951         type: "linear"
2952         title: "<b>Percentile [%]</b>"
2953         titlefont:
2954           size: 14
2955         autorange: False
2956         fixedrange: False
2957         range: [0, 100]
2958         gridcolor: "rgb(230, 230, 230)"
2959         linecolor: "rgb(220, 220, 220)"
2960         linewidth: 1
2961         showgrid: True
2962         showline: True
2963         showticklabels: True
2964         tickcolor: "rgb(220, 220, 220)"
2965         tickvals: [0, 25, 50, 75, 100]
2966         ticktext: [0, 25, 50, 75, 100]
2967         tickfont:
2968           size: 14
2969       yaxis:
2970         title: "<b>One-Way Latency per Direction [uSec]</b>"
2971         titlefont:
2972           size: 14
2973         gridcolor: "rgb(230, 230, 230)"
2974         linecolor: "rgb(220, 220, 220)"
2975         linewidth: 1
2976         showgrid: True
2977         showline: True
2978         showticklabels: True
2979         tickcolor: "rgb(220, 220, 220)"
2980         tickfont:
2981           size: 14
2982       width: 700
2983       height: 700
2984       paper_bgcolor: "white"
2985       plot_bgcolor: "white"
2986
2987 - type: "static"
2988   src-path: "{DIR[RST]}"
2989   dst-path: "{DIR[WORKING,SRC]}"
2990
2991 - type: "input"
2992   general:
2993     file-name: "output_info.xml.gz"
2994     file-format: ".gz"
2995     arch-file-format:
2996       - ".gz"
2997       - ".zip"
2998     download-path: "{job}/{build}/archives/{filename}"
2999     extract: "output.xml"
3000
3001     zip-file-name: "robot-plugin.zip"
3002     zip-file-format: ".zip"
3003     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
3004     zip-extract: "robot-plugin/output.xml"
3005
3006   builds:
3007
3008     csit-vpp-perf-report-iterative-2009-3n-hsw:
3009       - 18  # rls2005 MRR iter env 5
3010       - 9   # rls2005 NDRPDR iter env 5
3011       - 10  # rls2005 NDRPDR iter env 5
3012       - 11  # rls2005 NDRPDR iter env 5
3013       - 12  # rls2005 NDRPDR iter env 5
3014       - 13  # rls2005 NDRPDR iter env 5
3015       - 14  # rls2005 NDRPDR iter env 5
3016       - 15  # rls2005 NDRPDR iter env 5
3017       - 16  # rls2005 NDRPDR iter env 5
3018       - 17  # rls2005 NDRPDR iter env 5
3019       - 19  # rls2005 NDRPDR iter env 5
3020       - 23  # rls2009 MRR iter env 5
3021       - 21  # rls2009 NDRPDR iter env 5
3022       - 22  # rls2009 NDRPDR iter env 5
3023       - 24  # rls2009 NDRPDR iter env 5
3024       - 25  # rls2009 NDRPDR iter env 5
3025       - 26  # rls2009 NDRPDR iter env 5
3026       - 27  # rls2009 NDRPDR iter env 5
3027       - 28  # rls2009 NDRPDR iter env 5
3028       - 29  # rls2009 NDRPDR iter env 5
3029       - 30  # rls2009 NDRPDR iter env 5
3030       - 31  # rls2009 NDRPDR iter env 5
3031     csit-vpp-perf-report-iterative-2101-3n-hsw:
3032       - 17  # rls2009 MRR iter env 6
3033       - 19  # rls2009 NDRPDR iter env 6
3034       - 20  # rls2009 NDRPDR iter env 6
3035       - 21  # rls2009 NDRPDR iter env 6
3036       - 22  # rls2009 NDRPDR iter env 6
3037       - 23  # rls2009 NDRPDR iter env 6
3038       - 24  # rls2009 NDRPDR iter env 6
3039       - 25  # rls2009 NDRPDR iter env 6
3040       - 26  # rls2009 NDRPDR iter env 6
3041       - 27  # rls2009 NDRPDR iter env 6
3042       - 63  # rls2101.rel MRR iter env 6
3043       - 64  # rls2101.rel NDRPDR iter env 6
3044       - 71  # rls2101.rel NDRPDR iter env 6
3045       - 73  # rls2101.rel NDRPDR iter env 6
3046       - 74  # rls2101.rel NDRPDR iter env 6
3047       - 80  # rls2101.rel NDRPDR iter env 6
3048       - 81  # rls2101.rel NDRPDR iter env 6
3049       - 82  # rls2101.rel NDRPDR iter env 6
3050       - 83  # rls2101.rel NDRPDR iter env 6
3051       - 88  # rls2101.rel NDRPDR iter env 6
3052       - 89  # rls2101.rel NDRPDR iter env 6
3053       - 128 # rls2101.rel NDRPDR iter RND env 6
3054       - 129 # rls2101.rel NDRPDR iter RND env 6
3055       - 130 # rls2101.rel NDRPDR iter RND env 6
3056       - 131 # rls2101.rel NDRPDR iter RND env 6
3057       - 132 # rls2101.rel NDRPDR iter RND env 6
3058       - 133 # rls2101.rel NDRPDR iter RND env 6
3059       - 134 # rls2101.rel NDRPDR iter RND env 6
3060       - 135 # rls2101.rel NDRPDR iter RND env 6
3061       - 136 # rls2101.rel NDRPDR iter RND env 6
3062       - 137 # rls2101.rel NDRPDR iter RND env 6
3063       - 65  # rls2101.rel NDRPDR reconf iter env 6
3064       - 68  # rls2101.rel NDRPDR reconf iter env 6
3065       - 77  # rls2101.rel NDRPDR reconf iter env 6
3066       - 84  # rls2101.rel NDRPDR reconf iter env 6
3067       - 90  # rls2101.rel NDRPDR reconf iter env 6
3068       - 96  # rls2101.rel NDRPDR reconf iter env 6
3069       - 101 # rls2101.rel NDRPDR reconf iter env 6
3070       - 104 # rls2101.rel NDRPDR reconf iter env 6
3071       - 105 # rls2101.rel NDRPDR reconf iter env 6
3072       - 106 # rls2101.rel NDRPDR reconf iter env 6
3073       - 107 # rls2101.rel NDRPDR reconf iter env 6
3074       - 108 # rls2101.rel NDRPDR reconf iter env 6
3075       - 110 # rls2101.rel NDRPDR reconf iter env 6
3076       - 111 # rls2101.rel NDRPDR reconf iter env 6
3077       - 112 # rls2101.rel NDRPDR reconf iter env 6
3078       - 113 # rls2101.rel NDRPDR reconf iter env 6
3079       - 114 # rls2101.rel NDRPDR reconf iter env 6
3080       - 115 # rls2101.rel NDRPDR reconf iter env 6
3081       - 116 # rls2101.rel NDRPDR reconf iter env 6
3082       - 117 # rls2101.rel NDRPDR reconf iter env 6
3083       - 69  # rls2101.rel Hoststack iter env 6
3084       - 70  # rls2101.rel Hoststack iter env 6
3085       - 75  # rls2101.rel Hoststack iter env 6
3086       - 76  # rls2101.rel Hoststack iter env 6
3087       - 78  # rls2101.rel Hoststack iter env 6
3088       - 79  # rls2101.rel Hoststack iter env 6
3089       - 85  # rls2101.rel Hoststack iter env 6
3090       - 86  # rls2101.rel Hoststack iter env 6
3091       - 87  # rls2101.rel Hoststack iter env 6
3092       - 91  # rls2101.rel Hoststack iter env 6
3093       - 92  # rls2101.rel Hoststack iter env 6
3094       - 93  # rls2101.rel Hoststack iter env 6
3095       - 94  # rls2101.rel Hoststack iter env 6
3096       - 95  # rls2101.rel Hoststack iter env 6
3097       - 97  # rls2101.rel Hoststack iter env 6
3098       - 98  # rls2101.rel Hoststack iter env 6
3099       - 99  # rls2101.rel Hoststack iter env 6
3100       - 100 # rls2101.rel Hoststack iter env 6
3101       - 102 # rls2101.rel Hoststack iter env 6
3102       - 103 # rls2101.rel Hoststack iter env 6
3103     csit-vpp-perf-report-coverage-2101-3n-hsw:
3104       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
3105       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
3106       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
3107       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
3108       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
3109       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
3110       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
3111       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
3112       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
3113       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
3114       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
3115       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
3116       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
3117       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
3118       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
3119       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
3120       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
3121       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
3122       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
3123       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
3124       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
3125       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
3126       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
3127       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
3128       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
3129       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
3130       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
3131       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
3132       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
3133       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
3134       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
3135       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
3136       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
3137       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
3138       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
3139
3140
3141     csit-vpp-perf-report-iterative-2009-3n-skx:
3142       - 17  # rls2005 MRR iter env 5
3143       - 13  # rls2005 NDRPDR iter env 5
3144       - 18  # rls2005 NDRPDR iter env 5
3145       - 19  # rls2005 NDRPDR iter env 5
3146       - 41  # rls2005 NDRPDR iter env 5
3147       - 43  # rls2005 NDRPDR iter env 5
3148       - 44  # rls2005 NDRPDR iter env 5
3149       - 45  # rls2005 NDRPDR iter env 5
3150       - 46  # rls2005 NDRPDR iter env 5
3151       - 48  # rls2005 NDRPDR iter env 5
3152       - 49  # rls2005 NDRPDR iter env 5
3153       - 24  # rls2009 MRR iter env 5
3154       - 26  # rls2009 NDRPDR iter env 5
3155       - 27  # rls2009 NDRPDR iter env 5
3156       - 28  # rls2009 NDRPDR iter env 5
3157       - 29  # rls2009 NDRPDR iter env 5
3158       - 35  # rls2009 NDRPDR iter env 5
3159       - 36  # rls2009 NDRPDR iter env 5
3160       - 37  # rls2009 NDRPDR iter env 5
3161       - 38  # rls2009 NDRPDR iter env 5
3162       - 39  # rls2009 NDRPDR iter env 5
3163       - 40  # rls2009 NDRPDR iter env 5
3164     csit-vpp-perf-report-iterative-2101-3n-skx:
3165       - 34  # rls2009 MRR iter env 6
3166       - 14  # rls2009 NDRPDR iter env 6
3167       - 15  # rls2009 NDRPDR iter env 6
3168       - 16  # rls2009 NDRPDR iter env 6
3169       - 17  # rls2009 NDRPDR iter env 6
3170       - 18  # rls2009 NDRPDR iter env 6
3171       - 25  # rls2009 NDRPDR iter env 6
3172       - 26  # rls2009 NDRPDR iter env 6
3173       - 27  # rls2009 NDRPDR iter env 6
3174       - 29  # rls2009 NDRPDR iter env 6
3175       - 31  # rls2009 NDRPDR iter env 6
3176       - 35  # rls2101.rel MRR iter env 6
3177       - 36  # rls2101.rel NDRPDR iter env 6
3178       - 37  # rls2101.rel NDRPDR iter env 6
3179       - 38  # rls2101.rel NDRPDR iter env 6
3180       - 39  # rls2101.rel NDRPDR iter env 6
3181       - 40  # rls2101.rel NDRPDR iter env 6
3182       - 41  # rls2101.rel NDRPDR iter env 6
3183       - 42  # rls2101.rel NDRPDR iter env 6
3184       - 47  # rls2101.rel NDRPDR iter env 6
3185       - 48  # rls2101.rel NDRPDR iter env 6
3186       - 50  # rls2101.rel NDRPDR iter env 6
3187     csit-vpp-perf-report-coverage-2101-3n-skx:
3188       - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
3189       - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
3190       - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
3191 #       - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
3192       - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
3193       - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
3194       - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
3195 #       - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
3196       - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
3197 #       - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
3198       - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3199       - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3200       - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
3201       - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
3202       - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
3203       - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
3204       - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
3205       - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
3206       - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
3207       - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
3208       - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
3209       - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
3210       - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
3211 #       - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
3212       - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
3213       - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
3214       - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
3215       - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
3216       - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
3217       - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
3218       - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
3219       - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
3220 #       - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
3221 #       - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
3222       - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
3223       - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
3224
3225     csit-vpp-perf-report-iterative-2009-2n-skx:
3226       - 20  # rls2005 MRR iter env 5
3227       - 13  # rls2005 NDRPDR iter env 5
3228       - 16  # rls2005 NDRPDR iter env 5
3229       - 17  # rls2005 NDRPDR iter env 5
3230       - 18  # rls2005 NDRPDR iter env 5
3231       - 19  # rls2005 NDRPDR iter env 5
3232       - 21  # rls2005 NDRPDR iter env 5
3233       - 22  # rls2005 NDRPDR iter env 5
3234       - 23  # rls2005 NDRPDR iter env 5
3235       - 24  # rls2005 NDRPDR iter env 5
3236       - 25  # rls2005 NDRPDR iter env 5
3237       - 120 # rls2009 MRR iter env 5
3238       - 35  # rls2009 NDRPDR iter env 5
3239       - 36  # rls2009 NDRPDR iter env 5
3240       - 37  # rls2009 NDRPDR iter env 5
3241       - 39  # rls2009 NDRPDR iter env 5
3242       - 40  # rls2009 NDRPDR iter env 5
3243       - 42  # rls2009 NDRPDR iter env 5
3244       - 43  # rls2009 NDRPDR iter env 5
3245       - 44  # rls2009 NDRPDR iter env 5
3246       - 46  # rls2009 NDRPDR iter env 5
3247       - 48  # rls2009 NDRPDR iter env 5
3248       - 110 # rls2009 NDRPDR iter NAT44 env 5
3249       - 111 # rls2009 NDRPDR iter NAT44 env 5
3250       - 112 # rls2009 NDRPDR iter NAT44 env 5
3251       - 113 # rls2009 NDRPDR iter NAT44 env 5
3252       - 114 # rls2009 NDRPDR iter NAT44 env 5
3253       - 115 # rls2009 NDRPDR iter NAT44 env 5
3254       - 116 # rls2009 NDRPDR iter NAT44 env 5
3255       - 118 # rls2009 NDRPDR iter NAT44 env 5
3256       - 119 # rls2009 NDRPDR iter NAT44 env 5
3257       - 121 # rls2009 NDRPDR iter NAT44 env 5
3258     csit-vpp-perf-report-iterative-2101-2n-skx:
3259       - 21  # rls2009 MRR iter env 6
3260       - 22  # rls2009 NDRPDR iter env 6
3261       - 23  # rls2009 NDRPDR iter env 6
3262       - 24  # rls2009 NDRPDR iter env 6
3263       - 25  # rls2009 NDRPDR iter env 6
3264       - 26  # rls2009 NDRPDR iter env 6
3265       - 28  # rls2009 NDRPDR iter env 6
3266       - 39  # rls2009 NDRPDR iter env 6
3267       - 40  # rls2009 NDRPDR iter env 6
3268       - 41  # rls2009 NDRPDR iter env 6
3269       - 44  # rls2009 NDRPDR iter env 6
3270       - 62  # rls2101.rel MRR iter env 6
3271       - 63  # rls2101.rel NDRPDR iter env 6
3272       - 69  # rls2101.rel NDRPDR iter env 6
3273       - 70  # rls2101.rel NDRPDR iter env 6
3274       - 75  # rls2101.rel NDRPDR iter env 6
3275       - 76  # rls2101.rel NDRPDR iter env 6
3276       - 77  # rls2101.rel NDRPDR iter env 6
3277       - 82  # rls2101.rel NDRPDR iter env 6
3278       - 85  # rls2101.rel NDRPDR iter env 6
3279       - 86  # rls2101.rel NDRPDR iter env 6
3280       - 94  # rls2101.rel NDRPDR iter env 6
3281       - 89  # rls2101.rel NDRPDR iter RND env 6
3282       - 90  # rls2101.rel NDRPDR iter RND env 6
3283       - 91  # rls2101.rel NDRPDR iter RND env 6
3284       - 92  # rls2101.rel NDRPDR iter RND env 6
3285       - 93  # rls2101.rel NDRPDR iter RND env 6
3286       - 96  # rls2101.rel NDRPDR iter RND env 6
3287       - 98  # rls2101.rel NDRPDR iter RND env 6
3288       - 99  # rls2101.rel NDRPDR iter RND env 6
3289       - 101 # rls2101.rel NDRPDR iter RND env 6
3290       - 102 # rls2101.rel NDRPDR iter RND env 6
3291       - 116 # rls2101.rel NDRPDR iter NAT env 6
3292       - 117 # rls2101.rel NDRPDR iter NAT env 6
3293       - 118 # rls2101.rel NDRPDR iter NAT env 6
3294       - 119 # rls2101.rel NDRPDR iter NAT env 6
3295       - 120 # rls2101.rel NDRPDR iter NAT env 6
3296       - 121 # rls2101.rel NDRPDR iter NAT env 6
3297       - 122 # rls2101.rel NDRPDR iter NAT env 6
3298       - 123 # rls2101.rel NDRPDR iter NAT env 6
3299       - 124 # rls2101.rel NDRPDR iter NAT env 6
3300       - 125 # rls2101.rel NDRPDR iter NAT env 6
3301       - 65  # rls2101.rel MRR nf-density iter env 6
3302       - 67  # rls2101.rel NDRPDR nf-density iter env 6
3303       - 72  # rls2101.rel NDRPDR nf-density iter env 6
3304       - 79  # rls2101.rel NDRPDR nf-density iter env 6
3305       - 83  # rls2101.rel NDRPDR nf-density iter env 6
3306       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3307       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3308       - 103 # rls2101.rel NDRPDR nf-density iter env 6
3309       - 108 # rls2101.rel NDRPDR nf-density iter env 6
3310       - 109 # rls2101.rel NDRPDR nf-density iter env 6
3311       - 110 # rls2101.rel NDRPDR nf-density iter env 6
3312       - 64  # rls2101.rel NDRPDR reconf iter env 6
3313       - 66  # rls2101.rel NDRPDR reconf iter env 6
3314       - 71  # rls2101.rel NDRPDR reconf iter env 6
3315       - 74  # rls2101.rel NDRPDR reconf iter env 6
3316       - 78  # rls2101.rel NDRPDR reconf iter env 6
3317       - 87  # rls2101.rel NDRPDR reconf iter env 6
3318       - 95  # rls2101.rel NDRPDR reconf iter env 6
3319       - 100 # rls2101.rel NDRPDR reconf iter env 6
3320       - 104 # rls2101.rel NDRPDR reconf iter env 6
3321       - 106 # rls2101.rel NDRPDR reconf iter env 6
3322       - 68  # rls2101.rel soak env 6
3323       - 73  # rls2101.rel soak env 6
3324     csit-vpp-perf-report-coverage-2101-2n-skx:
3325       - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
3326       - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
3327       - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
3328       - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
3329       - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
3330       - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
3331       - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
3332       - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
3333       - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3334       - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3335       - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
3336       - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
3337       - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
3338       - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
3339       - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
3340       - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
3341       - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
3342       - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
3343       - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
3344
3345     csit-vpp-perf-report-iterative-2009-2n-clx:
3346       - 77  # rls2005 MRR iter env 5
3347       - 13  # rls2005 NDRPDR iter env 5
3348       - 15  # rls2005 NDRPDR iter env 5
3349       - 17  # rls2005 NDRPDR iter env 5
3350       - 18  # rls2005 NDRPDR iter env 5
3351       - 19  # rls2005 NDRPDR iter env 5
3352       - 20  # rls2005 NDRPDR iter env 5
3353       - 21  # rls2005 NDRPDR iter env 5
3354       - 22  # rls2005 NDRPDR iter env 5
3355       - 23  # rls2005 NDRPDR iter env 5
3356       - 24  # rls2005 NDRPDR iter env 5
3357       - 125 # rls2009 MRR iter env 5
3358       - 36  # rls2009 NDRPDR iter env 5
3359       - 39  # rls2009 NDRPDR iter env 5
3360       - 40  # rls2009 NDRPDR iter env 5
3361       - 65  # rls2009 NDRPDR iter env 5
3362       - 66  # rls2009 NDRPDR iter env 5
3363       - 79  # rls2009 NDRPDR iter env 5
3364       - 82  # rls2009 NDRPDR iter env 5
3365       - 88  # rls2009 NDRPDR iter env 5
3366       - 89  # rls2009 NDRPDR iter env 5
3367       - 90  # rls2009 NDRPDR iter env 5
3368       - 114 # rls2009 NDRPDR iter NAT44 env 5
3369       - 115 # rls2009 NDRPDR iter NAT44 env 5
3370       - 116 # rls2009 NDRPDR iter NAT44 env 5
3371       - 117 # rls2009 NDRPDR iter NAT44 env 5
3372       - 118 # rls2009 NDRPDR iter NAT44 env 5
3373       - 119 # rls2009 NDRPDR iter NAT44 env 5
3374       - 121 # rls2009 NDRPDR iter NAT44 env 5
3375       - 122 # rls2009 NDRPDR iter NAT44 env 5
3376       - 123 # rls2009 NDRPDR iter NAT44 env 5
3377       - 126 # rls2009 NDRPDR iter NAT44 env 5
3378     csit-vpp-perf-report-iterative-2101-2n-clx:
3379       - 15  # rls2009 MRR iter env 6
3380       - 16  # rls2009 NDRPDR iter env 6
3381       - 17  # rls2009 NDRPDR iter env 6
3382       - 18  # rls2009 NDRPDR iter env 6
3383       - 19  # rls2009 NDRPDR iter env 6
3384       - 20  # rls2009 NDRPDR iter env 6
3385       - 21  # rls2009 NDRPDR iter env 6
3386       - 32  # rls2009 NDRPDR iter env 6
3387       - 33  # rls2009 NDRPDR iter env 6
3388       - 34  # rls2009 NDRPDR iter env 6
3389       - 35  # rls2009 NDRPDR iter env 6
3390       - 53  # rls2101.rel MRR iter env 6
3391       - 54  # rls2101.rel NDRPDR iter env 6
3392       - 59  # rls2101.rel NDRPDR iter env 6
3393       - 60  # rls2101.rel NDRPDR iter env 6
3394       - 63  # rls2101.rel NDRPDR iter env 6
3395       - 66  # rls2101.rel NDRPDR iter env 6
3396       - 68  # rls2101.rel NDRPDR iter env 6
3397       - 73  # rls2101.rel NDRPDR iter env 6
3398       - 75  # rls2101.rel NDRPDR iter env 6
3399       - 86  # rls2101.rel NDRPDR iter env 6
3400       - 90  # rls2101.rel NDRPDR iter env 6
3401       - 80  # rls2101.rel NDRPDR iter RND env 6
3402       - 87  # rls2101.rel NDRPDR iter RND env 6
3403       - 91  # rls2101.rel NDRPDR iter RND env 6
3404       - 92  # rls2101.rel NDRPDR iter RND env 6
3405       - 93  # rls2101.rel NDRPDR iter RND env 6
3406       - 94  # rls2101.rel NDRPDR iter RND env 6
3407       - 95  # rls2101.rel NDRPDR iter RND env 6
3408       - 100 # rls2101.rel NDRPDR iter RND env 6
3409       - 106 # rls2101.rel NDRPDR iter RND env 6
3410       - 108 # rls2101.rel NDRPDR iter RND env 6
3411       - 112 # rls2101.rel NDRPDR iter NAT env 6
3412       - 113 # rls2101.rel NDRPDR iter NAT env 6
3413       - 114 # rls2101.rel NDRPDR iter NAT env 6
3414       - 115 # rls2101.rel NDRPDR iter NAT env 6
3415       - 116 # rls2101.rel NDRPDR iter NAT env 6
3416       - 117 # rls2101.rel NDRPDR iter NAT env 6
3417       - 118 # rls2101.rel NDRPDR iter NAT env 6
3418       - 119 # rls2101.rel NDRPDR iter NAT env 6
3419       - 120 # rls2101.rel NDRPDR iter NAT env 6
3420       - 121 # rls2101.rel NDRPDR iter NAT env 6
3421       - 72  # rls2101.rel MRR nf-density iter env 6
3422       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3423       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3424       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3425       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3426       - 82  # rls2101.rel NDRPDR nf-density iter env 6
3427       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3428       - 89  # rls2101.rel NDRPDR nf-density iter env 6
3429       - 96  # rls2101.rel NDRPDR nf-density iter env 6
3430       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3431       - 98  # rls2101.rel NDRPDR nf-density iter env 6
3432       - 55  # rls2101.rel NDRPDR reconf iter env 6
3433       - 64  # rls2101.rel NDRPDR reconf iter env 6
3434       - 76  # rls2101.rel NDRPDR reconf iter env 6
3435       - 83  # rls2101.rel NDRPDR reconf iter env 6
3436       - 99  # rls2101.rel NDRPDR reconf iter env 6
3437       - 101 # rls2101.rel NDRPDR reconf iter env 6
3438       - 102 # rls2101.rel NDRPDR reconf iter env 6
3439       - 107 # rls2101.rel NDRPDR reconf iter env 6
3440       - 109 # rls2101.rel NDRPDR reconf iter env 6
3441       - 110 # rls2101.rel NDRPDR reconf iter env 6
3442       - 58  # rls2101.rel soak env 6
3443       - 61  # rls2101.rel soak env 6
3444     csit-vpp-perf-report-coverage-2101-2n-clx:
3445       - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
3446       - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
3447       - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
3448       - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
3449       - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
3450       - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
3451       - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
3452       - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
3453       - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3454       - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3455       - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
3456       - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
3457       - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
3458       - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
3459       - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
3460       - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
3461       - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
3462       - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
3463       - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
3464
3465     csit-vpp-perf-report-iterative-2009-2n-zn2:
3466       - 15  # rls2009 MRR iter env 5
3467       - 17  # rls2009 NDRPDR iter env 5
3468       - 18  # rls2009 NDRPDR iter env 5
3469       - 31  # rls2009 NDRPDR iter env 5
3470       - 33  # rls2009 NDRPDR iter env 5
3471       - 34  # rls2009 NDRPDR iter env 5
3472     csit-vpp-perf-report-iterative-2101-2n-zn2:
3473       - 8   # rls2009 MRR iter env6
3474       - 9   # rls2009 NDRPDR iter env 6
3475       - 10  # rls2009 NDRPDR iter env 6
3476       - 11  # rls2009 NDRPDR iter env 6
3477       - 12  # rls2009 NDRPDR iter env 6
3478       - 13  # rls2009 NDRPDR iter env 6
3479       - 20  # rls2009 NDRPDR iter env 6
3480       - 21  # rls2009 NDRPDR iter env 6
3481       - 22  # rls2009 NDRPDR iter env 6
3482       - 25  # rls2009 NDRPDR iter env 6
3483       - 26  # rls2009 NDRPDR iter env 6
3484       - 30  # rls2101.rel MRR iter env 6
3485       - 31  # rls2101.rel NDRPDR iter env 6
3486       - 32  # rls2101.rel NDRPDR iter env 6
3487       - 33  # rls2101.rel NDRPDR iter env 6
3488       - 34  # rls2101.rel NDRPDR iter env 6
3489       - 35  # rls2101.rel NDRPDR iter env 6
3490       - 36  # rls2101.rel NDRPDR iter env 6
3491       - 37  # rls2101.rel NDRPDR iter env 6
3492       - 38  # rls2101.rel NDRPDR iter env 6
3493       - 44  # rls2101.rel NDRPDR iter env 6
3494       - 49  # rls2101.rel NDRPDR iter env 6
3495       - 39  # rls2101.rel NDRPDR iter RND env 6
3496       - 40  # rls2101.rel NDRPDR iter RND env 6
3497       - 41  # rls2101.rel NDRPDR iter RND env 6
3498       - 42  # rls2101.rel NDRPDR iter RND env 6
3499       - 43  # rls2101.rel NDRPDR iter RND env 6
3500       - 45  # rls2101.rel NDRPDR iter RND env 6
3501       - 48  # rls2101.rel NDRPDR iter RND env 6
3502       - 50  # rls2101.rel NDRPDR iter RND env 6
3503       - 51  # rls2101.rel NDRPDR iter RND env 6
3504       - 52  # rls2101.rel NDRPDR iter RND env 6
3505
3506     csit-vpp-perf-report-iterative-2009-3n-tsh:
3507       - 8   # rls2005 NDRPDR iter env 5
3508       - 11  # rls2005 NDRPDR iter env 5
3509       - 12  # rls2005 NDRPDR iter env 5
3510       - 24  # rls2005 NDRPDR iter env 5
3511       - 27  # rls2005 NDRPDR iter env 5
3512       - 29  # rls2005 NDRPDR iter env 5
3513       - 31  # rls2005 NDRPDR iter env 5
3514       - 39  # rls2005 NDRPDR iter env 5
3515       - 40  # rls2005 NDRPDR iter env 5
3516       - 42  # rls2005 NDRPDR iter env 5
3517       - 13  # rls2005 MRR iter env 5
3518       - 14  # rls2009 NDRPDR iter env 5
3519       - 20  # rls2009 NDRPDR iter env 5
3520       - 21  # rls2009 NDRPDR iter env 5
3521       - 22  # rls2009 NDRPDR iter env 5
3522       - 23  # rls2009 NDRPDR iter env 5
3523       - 28  # rls2009 NDRPDR iter env 5
3524       - 30  # rls2009 NDRPDR iter env 5
3525       - 33  # rls2009 NDRPDR iter env 5
3526       - 38  # rls2009 NDRPDR iter env 5
3527       - 41  # rls2009 NDRPDR iter env 5
3528       - 15  # rls2009 MRR iter env 5
3529     csit-vpp-perf-report-iterative-2101-3n-tsh:
3530       - 7   # rls2009 MRR iter env 6
3531       - 8   # rls2009 NDRPDR iter env 6
3532       - 13  # rls2009 NDRPDR iter env 6
3533       - 14  # rls2009 NDRPDR iter env 6
3534       - 15  # rls2009 NDRPDR iter env 6
3535       - 16  # rls2009 NDRPDR iter env 6
3536       - 17  # rls2009 NDRPDR iter env 6
3537       - 18  # rls2009 NDRPDR iter env 6
3538       - 19  # rls2009 NDRPDR iter env 6
3539       - 21  # rls2009 NDRPDR iter env 6
3540       - 22  # rls2101.rel MRR iter env 6
3541       - 23  # rls2101.rel NDRPDR iter env 6
3542       - 24  # rls2101.rel NDRPDR iter env 6
3543       - 25  # rls2101.rel NDRPDR iter env 6
3544       - 26  # rls2101.rel NDRPDR iter env 6
3545       - 27  # rls2101.rel NDRPDR iter env 6
3546       - 28  # rls2101.rel NDRPDR iter env 6
3547       - 29  # rls2101.rel NDRPDR iter env 6
3548       - 30  # rls2101.rel NDRPDR iter env 6
3549       - 31  # rls2101.rel NDRPDR iter env 6
3550       - 32  # rls2101.rel NDRPDR iter env 6
3551
3552     csit-vpp-perf-report-iterative-2101-2n-tx2:
3553       - 5   # rls2009 MRR iter env 6
3554       - 6   # rls2009 NDRPDR iter env 6
3555       - 7   # rls2009 NDRPDR iter env 6
3556       - 11  # rls2009 NDRPDR iter env 6
3557       - 12  # rls2009 NDRPDR iter env 6
3558       - 13  # rls2009 NDRPDR iter env 6
3559       - 16  # rls2009 NDRPDR iter env 6
3560       - 17  # rls2009 NDRPDR iter env 6
3561       - 18  # rls2009 NDRPDR iter env 6
3562       - 19  # rls2009 NDRPDR iter env 6
3563       - 20  # rls2009 NDRPDR iter env 6
3564       - 21  # rls2101.rel MRR iter env 6
3565       - 22  # rls2101.rel NDRPDR iter env 6
3566       - 23  # rls2101.rel NDRPDR iter env 6
3567       - 24  # rls2101.rel NDRPDR iter env 6
3568       - 25  # rls2101.rel NDRPDR iter env 6
3569       - 26  # rls2101.rel NDRPDR iter env 6
3570       - 27  # rls2101.rel NDRPDR iter env 6
3571       - 28  # rls2101.rel NDRPDR iter env 6
3572       - 29  # rls2101.rel NDRPDR iter env 6
3573       - 30  # rls2101.rel NDRPDR iter env 6
3574       - 31  # rls2101.rel NDRPDR iter env 6
3575     csit-vpp-perf-report-coverage-2101-2n-tx2:
3576       - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
3577       - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
3578       - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
3579       - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
3580       - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
3581       - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
3582       - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
3583       - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
3584       - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
3585       - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
3586       - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
3587       - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
3588       - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
3589       - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
3590
3591     csit-vpp-perf-report-iterative-2009-3n-dnv:
3592       - 16  # rls2005 NDRPDR iter env 5
3593       - 23  # rls2005 NDRPDR iter env 5
3594       - 25  # rls2005 NDRPDR iter env 5
3595       - 26  # rls2005 NDRPDR iter env 5
3596       - 27  # rls2005 NDRPDR iter env 5
3597       - 28  # rls2005 NDRPDR iter env 5
3598       - 29  # rls2005 NDRPDR iter env 5
3599       - 30  # rls2005 NDRPDR iter env 5
3600       - 31  # rls2005 NDRPDR iter env 5
3601       - 32  # rls2005 NDRPDR iter env 5
3602       - 19  # rls2005 MRR iter env 5
3603       - 3   # rls2009 NDRPDR iter env 5
3604       - 6   # rls2009 NDRPDR iter env 5
3605       - 7   # rls2009 NDRPDR iter env 5
3606       - 8   # rls2009 NDRPDR iter env 5
3607       - 10  # rls2009 NDRPDR iter env 5
3608       - 11  # rls2009 NDRPDR iter env 5
3609       - 12  # rls2009 NDRPDR iter env 5
3610       - 14  # rls2009 NDRPDR iter env 5
3611       - 15  # rls2009 NDRPDR iter env 5
3612       - 24  # rls2009 NDRPDR iter env 5
3613       - 22  # rls2009 MRR iter env 5
3614     csit-vpp-perf-report-iterative-2101-3n-dnv:
3615       - 32  # rls2101.rel MRR iter env 6
3616       - 33  # rls2101.rel NDRPDR iter env 6
3617       - 34  # rls2101.rel NDRPDR iter env 6
3618       - 35  # rls2101.rel NDRPDR iter env 6
3619       - 36  # rls2101.rel NDRPDR iter env 6
3620       - 37  # rls2101.rel NDRPDR iter env 6
3621       - 38  # rls2101.rel NDRPDR iter env 6
3622       - 39  # rls2101.rel NDRPDR iter env 6
3623       - 40  # rls2101.rel NDRPDR iter env 6
3624       - 41  # rls2101.rel NDRPDR iter env 6
3625       - 42  # rls2101.rel NDRPDR iter env 6
3626       - 43  # rls2101.rel NDRPDR iter RND env 6
3627       - 44  # rls2101.rel NDRPDR iter RND env 6
3628       - 45  # rls2101.rel NDRPDR iter RND env 6
3629       - 46  # rls2101.rel NDRPDR iter RND env 6
3630       - 47  # rls2101.rel NDRPDR iter RND env 6
3631       - 48  # rls2101.rel NDRPDR iter RND env 6
3632       - 49  # rls2101.rel NDRPDR iter RND env 6
3633       - 50  # rls2101.rel NDRPDR iter RND env 6
3634       - 51  # rls2101.rel NDRPDR iter RND env 6
3635       - 52  # rls2101.rel NDRPDR iter RND env 6
3636     csit-vpp-perf-report-coverage-2101-3n-dnv:
3637       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3638       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3639       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3640       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3641       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3642       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3643       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3644       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3645       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3646
3647     csit-vpp-perf-report-iterative-2009-2n-dnv:
3648       - 16  # rls2005 NDRPDR iter env 5
3649       - 17  # rls2005 NDRPDR iter env 5
3650       - 18  # rls2005 NDRPDR iter env 5
3651       - 19  # rls2005 NDRPDR iter env 5
3652       - 21  # rls2005 NDRPDR iter env 5
3653       - 24  # rls2005 NDRPDR iter env 5
3654       - 27  # rls2005 NDRPDR iter env 5
3655       - 28  # rls2005 NDRPDR iter env 5
3656       - 29  # rls2005 NDRPDR iter env 5
3657       - 30  # rls2005 NDRPDR iter env 5
3658       - 23  # rls2005 MRR iter env 5
3659       - 3   # rls2009 NDRPDR iter env 5
3660       - 5   # rls2009 NDRPDR iter env 5
3661       - 6   # rls2009 NDRPDR iter env 5
3662       - 7   # rls2009 NDRPDR iter env 5
3663       - 9   # rls2009 NDRPDR iter env 5
3664       - 10  # rls2009 NDRPDR iter env 5
3665       - 11  # rls2009 NDRPDR iter env 5
3666       - 12  # rls2009 NDRPDR iter env 5
3667       - 14  # rls2009 NDRPDR iter env 5
3668       - 15  # rls2009 NDRPDR iter env 5
3669       - 13  # rls2009 MRR iter env 5
3670     csit-vpp-perf-report-iterative-2101-2n-dnv:
3671       - 31  # rls2101.rel MRR iter env 6
3672       - 32  # rls2101.rel NDRPDR iter env 6
3673       - 33  # rls2101.rel NDRPDR iter env 6
3674       - 34  # rls2101.rel NDRPDR iter env 6
3675       - 35  # rls2101.rel NDRPDR iter env 6
3676       - 39  # rls2101.rel NDRPDR iter env 6
3677       - 41  # rls2101.rel NDRPDR iter env 6
3678       - 42  # rls2101.rel NDRPDR iter env 6
3679       - 43  # rls2101.rel NDRPDR iter env 6
3680       - 44  # rls2101.rel NDRPDR iter env 6
3681       - 45  # rls2101.rel NDRPDR iter env 6
3682       - 46  # rls2101.rel NDRPDR iter RND env 6
3683       - 47  # rls2101.rel NDRPDR iter RND env 6
3684       - 48  # rls2101.rel NDRPDR iter RND env 6
3685       - 49  # rls2101.rel NDRPDR iter RND env 6
3686       - 50  # rls2101.rel NDRPDR iter RND env 6
3687       - 51  # rls2101.rel NDRPDR iter RND env 6
3688       - 52  # rls2101.rel NDRPDR iter RND env 6
3689       - 53  # rls2101.rel NDRPDR iter RND env 6
3690       - 54  # rls2101.rel NDRPDR iter RND env 6
3691       - 55  # rls2101.rel NDRPDR iter RND env 6
3692     csit-vpp-perf-report-coverage-2101-2n-dnv:
3693       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3694       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3695       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3696       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3697       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3698       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3699
3700     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3701       - 25  # NDRPDR iter
3702       - 26  # NDRPDR iter
3703       - 27  # NDRPDR iter
3704       - 28  # NDRPDR iter
3705       - 29  # NDRPDR iter
3706       - 30  # NDRPDR iter
3707       - 31  # NDRPDR iter
3708       - 32  # NDRPDR iter
3709       - 33  # NDRPDR iter
3710       - 34  # NDRPDR iter
3711     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3712       - 6   # NDRPDR iter env5
3713       - 7   # NDRPDR iter env5
3714       - 8   # NDRPDR iter env5
3715       - 9   # NDRPDR iter env5
3716       - 10  # NDRPDR iter env5
3717       - 11  # NDRPDR iter env5
3718       - 12  # NDRPDR iter env5
3719       - 13  # NDRPDR iter env5
3720       - 14  # NDRPDR iter env5
3721       - 15  # NDRPDR iter env5
3722     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3723       - 11  # rls2101 NDRPDR iter env 6
3724       - 12  # rls2101 NDRPDR iter env 6
3725       - 13  # rls2101 NDRPDR iter env 6
3726       - 14  # rls2101 NDRPDR iter env 6
3727       - 16  # rls2101 NDRPDR iter env 6
3728       - 17  # rls2101 NDRPDR iter env 6
3729       - 18  # rls2101 NDRPDR iter env 6
3730       - 19  # rls2101 NDRPDR iter env 6
3731       - 20  # rls2101 NDRPDR iter env 6
3732       - 21  # rls2101 NDRPDR iter env 6
3733
3734     csit-dpdk-perf-report-iterative-2005-3n-skx:
3735       - 28  # NDRPDR iter
3736       - 29  # NDRPDR iter
3737       - 30  # NDRPDR iter
3738       - 31  # NDRPDR iter
3739       - 32  # NDRPDR iter
3740       - 33  # NDRPDR iter
3741       - 34  # NDRPDR iter
3742       - 35  # NDRPDR iter
3743       - 36  # NDRPDR iter
3744       - 37  # NDRPDR iter
3745     csit-dpdk-perf-report-iterative-2009-3n-skx:
3746       - 4   # NDRPDR sel env5
3747       - 5   # NDRPDR sel env5
3748       - 6   # NDRPDR sel env5
3749       - 7   # NDRPDR sel env5
3750       - 8   # NDRPDR sel env5
3751       - 9   # NDRPDR sel env5
3752       - 14  # NDRPDR sel env5
3753       - 11  # NDRPDR sel env5
3754       - 12  # NDRPDR sel env5
3755       - 13  # NDRPDR sel env5
3756     csit-dpdk-perf-report-iterative-2101-3n-skx:
3757       - 12  # rls2101 NDRPDR iter env 6
3758       - 14  # rls2101 NDRPDR iter env 6
3759       - 15  # rls2101 NDRPDR iter env 6
3760       - 17  # rls2101 NDRPDR iter env 6
3761       - 19  # rls2101 NDRPDR iter env 6
3762       - 20  # rls2101 NDRPDR iter env 6
3763       - 21  # rls2101 NDRPDR iter env 6
3764       - 22  # rls2101 NDRPDR iter env 6
3765       - 25  # rls2101 NDRPDR iter env 6
3766       - 26  # rls2101 NDRPDR iter env 6
3767
3768     csit-dpdk-perf-report-iterative-2005-2n-skx:
3769       - 20  # NDRPDR iter
3770       - 21  # NDRPDR iter
3771       - 22  # NDRPDR iter
3772       - 23  # NDRPDR iter
3773       - 24  # NDRPDR iter
3774       - 25  # NDRPDR iter
3775       - 26  # NDRPDR iter
3776       - 27  # NDRPDR iter
3777       - 28  # NDRPDR iter
3778       - 29  # NDRPDR iter
3779     csit-dpdk-perf-report-iterative-2009-2n-skx:
3780       - 4   # NDRPDR iter env5
3781       - 5   # NDRPDR iter env5
3782       - 6   # NDRPDR iter env5
3783       - 7   # NDRPDR iter env5
3784       - 8   # NDRPDR iter env5
3785       - 9   # NDRPDR iter env5
3786       - 10  # NDRPDR iter env5
3787       - 11  # NDRPDR iter env5
3788       - 12  # NDRPDR iter env5
3789       - 13  # NDRPDR iter env5
3790     csit-dpdk-perf-report-iterative-2101-2n-skx:
3791       - 11  # rls2101 NDRPDR iter env 6
3792       - 12  # rls2101 NDRPDR iter env 6
3793       - 13  # rls2101 NDRPDR iter env 6
3794       - 14  # rls2101 NDRPDR iter env 6
3795       - 15  # rls2101 NDRPDR iter env 6
3796       - 17  # rls2101 NDRPDR iter env 6
3797       - 18  # rls2101 NDRPDR iter env 6
3798       - 19  # rls2101 NDRPDR iter env 6
3799       - 20  # rls2101 NDRPDR iter env 6
3800       - 21  # rls2101 NDRPDR iter env 6
3801
3802     csit-dpdk-perf-report-iterative-2005-2n-clx:
3803       - 20  # NDRPDR iter
3804       - 21  # NDRPDR iter
3805       - 22  # NDRPDR iter
3806       - 23  # NDRPDR iter
3807       - 24  # NDRPDR iter
3808       - 25  # NDRPDR iter
3809       - 26  # NDRPDR iter
3810       - 27  # NDRPDR iter
3811       - 28  # NDRPDR iter
3812       - 29  # NDRPDR iter
3813     csit-dpdk-perf-report-iterative-2009-2n-clx:
3814       - 4   # NDRPDR iter env5
3815       - 5   # NDRPDR iter env5
3816       - 6   # NDRPDR iter env5
3817       - 7   # NDRPDR iter env5
3818       - 8   # NDRPDR iter env5
3819       - 9   # NDRPDR iter env5
3820       - 10  # NDRPDR iter env5
3821       - 11  # NDRPDR iter env5
3822       - 12  # NDRPDR iter env5
3823       - 13  # NDRPDR iter env5
3824     csit-dpdk-perf-report-iterative-2101-2n-clx:
3825       - 12  # rls2101 NDRPDR iter env 6
3826       - 13  # rls2101 NDRPDR iter env 6
3827       - 14  # rls2101 NDRPDR iter env 6
3828       - 15  # rls2101 NDRPDR iter env 6
3829       - 17  # rls2101 NDRPDR iter env 6
3830       - 18  # rls2101 NDRPDR iter env 6
3831       - 19  # rls2101 NDRPDR iter env 6
3832       - 20  # rls2101 NDRPDR iter env 6
3833       - 21  # rls2101 NDRPDR iter env 6
3834       - 22  # rls2101 NDRPDR iter env 6
3835
3836     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3837       - 16  # NDRPDR iter env5
3838       - 21  # NDRPDR iter env5
3839       - 22  # NDRPDR iter env5
3840       - 23  # NDRPDR iter env5
3841       - 24  # NDRPDR iter env5
3842       - 25  # NDRPDR iter env5
3843       - 29  # NDRPDR iter env5
3844     csit-dpdk-perf-report-iterative-2101-2n-zn2:
3845       - 11  # rls2101 NDRPDR iter env 6
3846       - 12  # rls2101 NDRPDR iter env 6
3847       - 13  # rls2101 NDRPDR iter env 6
3848       - 14  # rls2101 NDRPDR iter env 6
3849       - 16  # rls2101 NDRPDR iter env 6
3850       - 17  # rls2101 NDRPDR iter env 6
3851       - 18  # rls2101 NDRPDR iter env 6
3852       - 19  # rls2101 NDRPDR iter env 6
3853       - 20  # rls2101 NDRPDR iter env 6
3854       - 21  # rls2101 NDRPDR iter env 6
3855
3856 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3857 #      # No data
3858 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3859 #      # No data
3860
3861 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3862 #      # No data
3863 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3864 #      # No data
3865
3866     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3867       - 5   # NDRPDR sel
3868     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3869       - 1   # NDRPDR iter env5
3870       - 2   # NDRPDR iter env5
3871       - 3   # NDRPDR iter env5
3872       - 4   # NDRPDR iter env5
3873       - 5   # NDRPDR iter env5
3874       - 6   # NDRPDR iter env5
3875       - 7   # NDRPDR iter env5
3876       - 9   # NDRPDR iter env5
3877       - 10  # NDRPDR iter env5
3878       - 11  # NDRPDR iter env5
3879     csit-dpdk-perf-report-iterative-2101-3n-tsh:
3880       - 11  # rls2101 NDRPDR iter env 6
3881       - 12  # rls2101 NDRPDR iter env 6
3882       - 13  # rls2101 NDRPDR iter env 6
3883       - 14  # rls2101 NDRPDR iter env 6
3884       - 16  # rls2101 NDRPDR iter env 6
3885       - 17  # rls2101 NDRPDR iter env 6
3886       - 18  # rls2101 NDRPDR iter env 6
3887       - 19  # rls2101 NDRPDR iter env 6
3888       - 20  # rls2101 NDRPDR iter env 6
3889       - 21  # rls2101 NDRPDR iter env 6
3890
3891     csit-dpdk-perf-report-iterative-2101-2n-tx2:
3892       - 4   # rls2101 NDRPDR iter env 6
3893       - 6   # rls2101 NDRPDR iter env 6
3894       - 7   # rls2101 NDRPDR iter env 6
3895       - 8   # rls2101 NDRPDR iter env 6
3896       - 9   # rls2101 NDRPDR iter env 6
3897       - 10  # rls2101 NDRPDR iter env 6
3898       - 11  # rls2101 NDRPDR iter env 6
3899       - 12  # rls2101 NDRPDR iter env 6
3900       - 13  # rls2101 NDRPDR iter env 6
3901       - 14  # rls2101 NDRPDR iter env 6
3902
3903     csit-vpp-device-2101-ubuntu1804-1n-skx:
3904       - 358  # rls2101.rel VPP DEV env 6
3905
3906 - type: "output"
3907   output: "report"
3908   format:
3909     html:
3910     - full
3911 #     pdf:
3912 #     - minimal
3913
3914 ################################################################################
3915 ###                               T A B L E S                                ###
3916 ################################################################################
3917
3918 # VPP Soak vs NDR - 2n-skx
3919 - type: "table"
3920   title: "VPP Soak vs NDR 2n-skx"
3921   algorithm: "table_soak_vs_ndr"
3922   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3923   reference:
3924     title: "NDR"
3925     data: "vpp-soak-vs-ndr-2n-skx-ref"
3926   compare:
3927     title: "Soak"
3928     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3929   data: "vpp-soak-vs-ndr-2n-skx"
3930   include-tests: "NDR"
3931   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3932   parameters:
3933     - "throughput"
3934     - "name"
3935     - "parent"
3936
3937 # VPP Soak vs NDR - 2n-clx
3938 - type: "table"
3939   title: "VPP Soak vs NDR 2n-clx"
3940   algorithm: "table_soak_vs_ndr"
3941   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3942   reference:
3943     title: "NDR"
3944     data: "vpp-soak-vs-ndr-2n-clx-ref"
3945   compare:
3946     title: "Soak"
3947     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3948   data: "vpp-soak-vs-ndr-2n-clx"
3949   include-tests: "NDR"
3950   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3951   parameters:
3952     - "throughput"
3953     - "name"
3954     - "parent"
3955
3956 ################################################################################
3957
3958 # VPP Compare NICs 3n-skx 2t1c ndr
3959 - type: "table"
3960   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3961   algorithm: "table_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3965   columns:
3966     - title: "x710"
3967       data-set: "vpp-nic-comparison-3n-skx"
3968       tag: "NIC_Intel-X710"
3969     - title: "xxv710"
3970       data-set: "vpp-nic-comparison-3n-skx"
3971       tag: "NIC_Intel-XXV710"
3972   comparisons:
3973     - title: "Diff"
3974       reference: 1
3975       compare: 2
3976   legend:
3977     - ""
3978     - "x710, xxv710 - NICs tested."
3979     - "Diff - difference between x710 and xxv710 NIC."
3980
3981 # VPP Compare NICs 3n-skx 4t2c ndr
3982 - type: "table"
3983   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3984   algorithm: "table_comparison"
3985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3987   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3988   columns:
3989     - title: "x710"
3990       data-set: "vpp-nic-comparison-3n-skx"
3991       tag: "NIC_Intel-X710"
3992     - title: "xxv710"
3993       data-set: "vpp-nic-comparison-3n-skx"
3994       tag: "NIC_Intel-XXV710"
3995   comparisons:
3996     - title: "Diff"
3997       reference: 1
3998       compare: 2
3999   legend:
4000     - ""
4001     - "x710, xxv710 - NICs tested."
4002     - "Diff - difference between x710 and xxv710 NIC."
4003
4004 # VPP Compare NICs 3n-skx 2t1c pdr
4005 - type: "table"
4006   title: "VPP Compare NICs 3n-skx 2t1c pdr"
4007   algorithm: "table_comparison"
4008   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
4009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4010   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4011   columns:
4012     - title: "x710"
4013       data-set: "vpp-nic-comparison-3n-skx"
4014       tag: "NIC_Intel-X710"
4015     - title: "xxv710"
4016       data-set: "vpp-nic-comparison-3n-skx"
4017       tag: "NIC_Intel-XXV710"
4018   comparisons:
4019     - title: "Diff"
4020       reference: 1
4021       compare: 2
4022   legend:
4023     - ""
4024     - "x710, xxv710 - NICs tested."
4025     - "Diff - difference between x710 and xxv710 NIC."
4026
4027 # VPP Compare NICs 3n-skx 4t2c pdr
4028 - type: "table"
4029   title: "VPP Compare NICs 3n-skx 4t2c pdr"
4030   algorithm: "table_comparison"
4031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
4032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4033   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4034   columns:
4035     - title: "x710"
4036       data-set: "vpp-nic-comparison-3n-skx"
4037       tag: "NIC_Intel-X710"
4038     - title: "xxv710"
4039       data-set: "vpp-nic-comparison-3n-skx"
4040       tag: "NIC_Intel-XXV710"
4041   comparisons:
4042     - title: "Diff"
4043       reference: 1
4044       compare: 2
4045   legend:
4046     - ""
4047     - "x710, xxv710 - NICs tested."
4048     - "Diff - difference between x710 and xxv710 NIC."
4049
4050 # VPP Compare NICs 3n-skx 2t1c mrr
4051 - type: "table"
4052   title: "VPP Compare NICs 3n-skx 2t1c mrr"
4053   algorithm: "table_comparison"
4054   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
4055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4056   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4057   columns:
4058     - title: "x710"
4059       data-set: "vpp-nic-comparison-3n-skx-mrr"
4060       tag: "NIC_Intel-X710"
4061     - title: "xxv710"
4062       data-set: "vpp-nic-comparison-3n-skx-mrr"
4063       tag: "NIC_Intel-XXV710"
4064   comparisons:
4065     - title: "Diff"
4066       reference: 1
4067       compare: 2
4068   legend:
4069     - ""
4070     - "x710, xxv710 - NICs tested."
4071     - "Diff - difference between x710 and xxv710 NIC."
4072
4073 # VPP Compare NICs 3n-skx 4t2c mrr
4074 - type: "table"
4075   title: "VPP Compare NICs 3n-skx 4t2c mrr"
4076   algorithm: "table_comparison"
4077   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
4078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4079   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4080   columns:
4081     - title: "x710"
4082       data-set: "vpp-nic-comparison-3n-skx-mrr"
4083       tag: "NIC_Intel-X710"
4084     - title: "xxv710"
4085       data-set: "vpp-nic-comparison-3n-skx-mrr"
4086       tag: "NIC_Intel-XXV710"
4087   comparisons:
4088     - title: "Diff"
4089       reference: 1
4090       compare: 2
4091   legend:
4092     - ""
4093     - "x710, xxv710 - NICs tested."
4094     - "Diff - difference between x710 and xxv710 NIC."
4095
4096 # VPP Compare NICs 3n-skx 8t4c mrr
4097 - type: "table"
4098   title: "VPP Compare NICs 3n-skx 8t4c mrr"
4099   algorithm: "table_comparison"
4100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
4101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4102   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4103   columns:
4104     - title: "x710"
4105       data-set: "vpp-nic-comparison-3n-skx-mrr"
4106       tag: "NIC_Intel-X710"
4107     - title: "xxv710"
4108       data-set: "vpp-nic-comparison-3n-skx-mrr"
4109       tag: "NIC_Intel-XXV710"
4110   comparisons:
4111     - title: "Diff"
4112       reference: 1
4113       compare: 2
4114   legend:
4115     - ""
4116     - "x710, xxv710 - NICs tested."
4117     - "Diff - difference between x710 and xxv710 NIC."
4118
4119 # VPP Compare NICs 2n-skx 2t1c ndr
4120 - type: "table"
4121   title: "VPP Compare NICs 2n-skx 2t1c ndr"
4122   algorithm: "table_comparison"
4123   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
4124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4125   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4126   columns:
4127     - title: "x710"
4128       data-set: "vpp-nic-comparison-2n-skx"
4129       tag: "NIC_Intel-X710"
4130     - title: "xxv710"
4131       data-set: "vpp-nic-comparison-2n-skx"
4132       tag: "NIC_Intel-XXV710"
4133   comparisons:
4134     - title: "Diff"
4135       reference: 1
4136       compare: 2
4137   legend:
4138     - ""
4139     - "x710, xxv710 - NICs tested."
4140     - "Diff - difference between x710 and xxv710 NIC."
4141
4142 # VPP Compare NICs 2n-skx 4t2c ndr
4143 - type: "table"
4144   title: "VPP Compare NICs 2n-skx 4t2c ndr"
4145   algorithm: "table_comparison"
4146   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
4147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4148   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4149   columns:
4150     - title: "x710"
4151       data-set: "vpp-nic-comparison-2n-skx"
4152       tag: "NIC_Intel-X710"
4153     - title: "xxv710"
4154       data-set: "vpp-nic-comparison-2n-skx"
4155       tag: "NIC_Intel-XXV710"
4156   comparisons:
4157     - title: "Diff"
4158       reference: 1
4159       compare: 2
4160   legend:
4161     - ""
4162     - "x710, xxv710 - NICs tested."
4163     - "Diff - difference between x710 and xxv710 NIC."
4164
4165 # VPP Compare NICs 2n-skx 2t1c pdr
4166 - type: "table"
4167   title: "VPP Compare NICs 2n-skx 2t1c pdr"
4168   algorithm: "table_comparison"
4169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
4170   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4171   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4172   columns:
4173     - title: "x710"
4174       data-set: "vpp-nic-comparison-2n-skx"
4175       tag: "NIC_Intel-X710"
4176     - title: "xxv710"
4177       data-set: "vpp-nic-comparison-2n-skx"
4178       tag: "NIC_Intel-XXV710"
4179   comparisons:
4180     - title: "Diff"
4181       reference: 1
4182       compare: 2
4183   legend:
4184     - ""
4185     - "x710, xxv710 - NICs tested."
4186     - "Diff - difference between x710 and xxv710 NIC."
4187
4188 # VPP Compare NICs 2n-skx 4t2c pdr
4189 - type: "table"
4190   title: "VPP Compare NICs 2n-skx 4t2c pdr"
4191   algorithm: "table_comparison"
4192   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
4193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4194   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4195   columns:
4196     - title: "x710"
4197       data-set: "vpp-nic-comparison-2n-skx"
4198       tag: "NIC_Intel-X710"
4199     - title: "xxv710"
4200       data-set: "vpp-nic-comparison-2n-skx"
4201       tag: "NIC_Intel-XXV710"
4202   comparisons:
4203     - title: "Diff"
4204       reference: 1
4205       compare: 2
4206   legend:
4207     - ""
4208     - "x710, xxv710 - NICs tested."
4209     - "Diff - difference between x710 and xxv710 NIC."
4210
4211 # VPP Compare NICs 2n-skx 2t1c mrr
4212 - type: "table"
4213   title: "VPP Compare NICs 2n-skx 2t1c mrr"
4214   algorithm: "table_comparison"
4215   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
4216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4217   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4218   columns:
4219     - title: "x710"
4220       data-set: "vpp-nic-comparison-2n-skx-mrr"
4221       tag: "NIC_Intel-X710"
4222     - title: "xxv710"
4223       data-set: "vpp-nic-comparison-2n-skx-mrr"
4224       tag: "NIC_Intel-XXV710"
4225   comparisons:
4226     - title: "Diff"
4227       reference: 1
4228       compare: 2
4229   legend:
4230     - ""
4231     - "x710, xxv710 - NICs tested."
4232     - "Diff - difference between x710 and xxv710 NIC."
4233
4234 # VPP Compare NICs 2n-skx 4t2c mrr
4235 - type: "table"
4236   title: "VPP Compare NICs 2n-skx 4t2c mrr"
4237   algorithm: "table_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
4239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4240   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4241   columns:
4242     - title: "x710"
4243       data-set: "vpp-nic-comparison-2n-skx-mrr"
4244       tag: "NIC_Intel-X710"
4245     - title: "xxv710"
4246       data-set: "vpp-nic-comparison-2n-skx-mrr"
4247       tag: "NIC_Intel-XXV710"
4248   comparisons:
4249     - title: "Diff"
4250       reference: 1
4251       compare: 2
4252   legend:
4253     - ""
4254     - "x710, xxv710 - NICs tested."
4255     - "Diff - difference between x710 and xxv710 NIC."
4256
4257 # VPP Compare NICs 2n-skx 8t4c mrr
4258 - type: "table"
4259   title: "VPP Compare NICs 2n-skx 8t4c mrr"
4260   algorithm: "table_comparison"
4261   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
4262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4263   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4264   columns:
4265     - title: "x710"
4266       data-set: "vpp-nic-comparison-2n-skx-mrr"
4267       tag: "NIC_Intel-X710"
4268     - title: "xxv710"
4269       data-set: "vpp-nic-comparison-2n-skx-mrr"
4270       tag: "NIC_Intel-XXV710"
4271   comparisons:
4272     - title: "Diff"
4273       reference: 1
4274       compare: 2
4275   legend:
4276     - ""
4277     - "x710, xxv710 - NICs tested."
4278     - "Diff - difference between x710 and xxv710 NIC."
4279
4280 ################################################################################
4281 # VPP
4282
4283 # VPP Performance Changes 3n-hsw 1t1c pdr
4284 - type: "table"
4285   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
4286   algorithm: "table_comparison"
4287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
4288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4289   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4290   columns:
4291     - title: "2005.0-5"
4292       data-set: "vpp-performance-changes-3n-hsw-h1"
4293     - title: "2009.0-5"
4294       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4295     - title: "2009.0-6"
4296       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4297     - title: "2101.0-6"
4298       data-set: "vpp-performance-changes-3n-hsw-cmp"
4299   comparisons:
4300     - title: "2009.0-6 vs 2009.0-5"
4301       reference: 2
4302       compare: 3
4303 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
4304     - title: "2101.0-6 vs 2009.0-6"
4305       reference: 3
4306       compare: 4
4307 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
4308   legend:
4309     - ''
4310     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4311     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4312     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4313     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4314     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4315
4316 # VPP Performance Changes 3n-hsw 2t2c pdr
4317 - type: "table"
4318   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
4319   algorithm: "table_comparison"
4320   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
4321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4322   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4323   columns:
4324     - title: "2005.0-5"
4325       data-set: "vpp-performance-changes-3n-hsw-h1"
4326     - title: "2009.0-5"
4327       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4328     - title: "2009.0-6"
4329       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4330     - title: "2101.0-6"
4331       data-set: "vpp-performance-changes-3n-hsw-cmp"
4332   comparisons:
4333     - title: "2009.0-6 vs 2009.0-5"
4334       reference: 2
4335       compare: 3
4336 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
4337     - title: "2101.0-6 vs 2009.0-6"
4338       reference: 3
4339       compare: 4
4340 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
4341   legend:
4342     - ''
4343     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4344     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4345     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4346     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4347     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4348
4349 # VPP Performance Changes 3n-hsw 1t1c ndr
4350 - type: "table"
4351   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
4352   algorithm: "table_comparison"
4353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
4354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4355   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4356   columns:
4357     - title: "2005.0-5"
4358       data-set: "vpp-performance-changes-3n-hsw-h1"
4359     - title: "2009.0-5"
4360       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4361     - title: "2009.0-6"
4362       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4363     - title: "2101.0-6"
4364       data-set: "vpp-performance-changes-3n-hsw-cmp"
4365   comparisons:
4366     - title: "2009.0-6 vs 2009.0-5"
4367       reference: 2
4368       compare: 3
4369 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
4370     - title: "2101.0-6 vs 2009.0-6"
4371       reference: 3
4372       compare: 4
4373 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
4374   legend:
4375     - ''
4376     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4377     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4378     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4379     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4380     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4381
4382 # VPP Performance Changes 3n-hsw 2t2c ndr
4383 - type: "table"
4384   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
4387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4388   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4389   columns:
4390     - title: "2005.0-5"
4391       data-set: "vpp-performance-changes-3n-hsw-h1"
4392     - title: "2009.0-5"
4393       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4394     - title: "2009.0-6"
4395       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4396     - title: "2101.0-6"
4397       data-set: "vpp-performance-changes-3n-hsw-cmp"
4398   comparisons:
4399     - title: "2009.0-6 vs 2009.0-5"
4400       reference: 2
4401       compare: 3
4402 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
4403     - title: "2101.0-6 vs 2009.0-6"
4404       reference: 3
4405       compare: 4
4406 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
4407   legend:
4408     - ''
4409     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4410     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4411     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4412     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4413     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4414
4415 # VPP Performance Changes 3n-skx 2t1c pdr
4416 - type: "table"
4417   title: "VPP Performance Changes 3n-skx 2t1c pdr"
4418   algorithm: "table_comparison"
4419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
4420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4421   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4422   columns:
4423     - title: "2005.0-5"
4424       data-set: "vpp-performance-changes-3n-skx-h1"
4425     - title: "2009.0-5"
4426       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4427     - title: "2009.0-6"
4428       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4429     - title: "2101.0-6"
4430       data-set: "vpp-performance-changes-3n-skx-cmp"
4431   comparisons:
4432     - title: "2009.0-6 vs 2009.0-5"
4433       reference: 2
4434       compare: 3
4435 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
4436     - title: "2101.0-6 vs 2009.0-6"
4437       reference: 3
4438       compare: 4
4439 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
4440   legend:
4441     - ''
4442     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4443     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4444     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4445     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4446     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4447
4448 # VPP Performance Changes 3n-skx 4t2c pdr
4449 - type: "table"
4450   title: "VPP Performance Changes 3n-skx 4t2c pdr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
4453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4454   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4455   columns:
4456     - title: "2005.0-5"
4457       data-set: "vpp-performance-changes-3n-skx-h1"
4458     - title: "2009.0-5"
4459       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4460     - title: "2009.0-6"
4461       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4462     - title: "2101.0-6"
4463       data-set: "vpp-performance-changes-3n-skx-cmp"
4464   comparisons:
4465     - title: "2009.0-6 vs 2009.0-5"
4466       reference: 2
4467       compare: 3
4468 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
4469     - title: "2101.0-6 vs 2009.0-6"
4470       reference: 3
4471       compare: 4
4472 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
4473   legend:
4474     - ''
4475     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4476     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4477     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4478     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4479     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4480
4481 # VPP Performance Changes 3n-skx 2t1c ndr
4482 - type: "table"
4483   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4487   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4488   columns:
4489     - title: "2005.0-5"
4490       data-set: "vpp-performance-changes-3n-skx-h1"
4491     - title: "2009.0-5"
4492       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4493     - title: "2009.0-6"
4494       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4495     - title: "2101.0-6"
4496       data-set: "vpp-performance-changes-3n-skx-cmp"
4497   comparisons:
4498     - title: "2009.0-6 vs 2009.0-5"
4499       reference: 2
4500       compare: 3
4501 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4502     - title: "2101.0-6 vs 2009.0-6"
4503       reference: 3
4504       compare: 4
4505 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4506   legend:
4507     - ''
4508     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4509     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4510     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4511     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4512     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4513
4514 # VPP Performance Changes 3n-skx 4t2c ndr
4515 - type: "table"
4516   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4520   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4521   columns:
4522     - title: "2005.0-5"
4523       data-set: "vpp-performance-changes-3n-skx-h1"
4524     - title: "2009.0-5"
4525       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4526     - title: "2009.0-6"
4527       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4528     - title: "2101.0-6"
4529       data-set: "vpp-performance-changes-3n-skx-cmp"
4530   comparisons:
4531     - title: "2009.0-6 vs 2009.0-5"
4532       reference: 2
4533       compare: 3
4534 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4535     - title: "2101.0-6 vs 2009.0-6"
4536       reference: 3
4537       compare: 4
4538 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4539   legend:
4540     - ''
4541     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4542     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4543     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4544     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4545     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4546
4547 # VPP Performance Changes 2n-skx 2t1c pdr
4548 - type: "table"
4549   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4550   algorithm: "table_comparison"
4551   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4553   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4554   columns:
4555     - title: "2005.0-5"
4556       data-set: "vpp-performance-changes-2n-skx-h1"
4557     - title: "2009.0-5"
4558       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4559     - title: "2009.0-6"
4560       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4561     - title: "2101.0-6"
4562       data-set: "vpp-performance-changes-2n-skx-cmp"
4563   comparisons:
4564     - title: "2009.0-6 vs 2009.0-5"
4565       reference: 2
4566       compare: 3
4567 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4568     - title: "2101.0-6 vs 2009.0-6"
4569       reference: 3
4570       compare: 4
4571 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4572   legend:
4573     - ''
4574     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4575     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4576     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4577     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4578     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4579
4580 # VPP Performance Changes 2n-skx 4t2c pdr
4581 - type: "table"
4582   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4583   algorithm: "table_comparison"
4584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4586   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4587   columns:
4588     - title: "2005.0-5"
4589       data-set: "vpp-performance-changes-2n-skx-h1"
4590     - title: "2009.0-5"
4591       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4592     - title: "2009.0-6"
4593       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4594     - title: "2101.0-6"
4595       data-set: "vpp-performance-changes-2n-skx-cmp"
4596   comparisons:
4597     - title: "2009.0-6 vs 2009.0-5"
4598       reference: 2
4599       compare: 3
4600 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4601     - title: "2101.0-6 vs 2009.0-6"
4602       reference: 3
4603       compare: 4
4604 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4605   legend:
4606     - ''
4607     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4608     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4609     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4610     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4611     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4612
4613 # VPP Performance Changes 2n-skx 2t1c ndr
4614 - type: "table"
4615   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4619   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4620   columns:
4621     - title: "2005.0-5"
4622       data-set: "vpp-performance-changes-2n-skx-h1"
4623     - title: "2009.0-5"
4624       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4625     - title: "2009.0-6"
4626       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4627     - title: "2101.0-6"
4628       data-set: "vpp-performance-changes-2n-skx-cmp"
4629   comparisons:
4630     - title: "2009.0-6 vs 2009.0-5"
4631       reference: 2
4632       compare: 3
4633 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4634     - title: "2101.0-6 vs 2009.0-6"
4635       reference: 3
4636       compare: 4
4637 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4638   legend:
4639     - ''
4640     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4641     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4642     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4643     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4644     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4645
4646 # VPP Performance Changes 2n-skx 4t2c ndr
4647 - type: "table"
4648   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4649   algorithm: "table_comparison"
4650   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4652   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4653   columns:
4654     - title: "2005.0-5"
4655       data-set: "vpp-performance-changes-2n-skx-h1"
4656     - title: "2009.0-5"
4657       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4658     - title: "2009.0-6"
4659       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4660     - title: "2101.0-6"
4661       data-set: "vpp-performance-changes-2n-skx-cmp"
4662   comparisons:
4663     - title: "2009.0-6 vs 2009.0-5"
4664       reference: 2
4665       compare: 3
4666 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4667     - title: "2101.0-6 vs 2009.0-6"
4668       reference: 3
4669       compare: 4
4670 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4671   legend:
4672     - ''
4673     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4674     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4676     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4677     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4678
4679 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4680 - type: "table"
4681   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4685   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4686   columns:
4687     - title: "2005.0-5"
4688       data-set: "vpp-performance-changes-2n-clx-h1"
4689     - title: "2009.0-5"
4690       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4691     - title: "2009.0-6"
4692       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4693     - title: "2101.0-6"
4694       data-set: "vpp-performance-changes-2n-clx-cmp"
4695   comparisons:
4696     - title: "2009.0-6 vs 2009.0-5"
4697       reference: 2
4698       compare: 3
4699 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4700     - title: "2101.0-6 vs 2009.0-6"
4701       reference: 3
4702       compare: 4
4703 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4704   legend:
4705     - ''
4706     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4707     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4708     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4709     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4710     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4711
4712 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4713 - type: "table"
4714   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4718   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4719   columns:
4720     - title: "2005.0-5"
4721       data-set: "vpp-performance-changes-2n-clx-h1"
4722     - title: "2009.0-5"
4723       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4724     - title: "2009.0-6"
4725       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4726     - title: "2101.0-6"
4727       data-set: "vpp-performance-changes-2n-clx-cmp"
4728   comparisons:
4729     - title: "2009.0-6 vs 2009.0-5"
4730       reference: 2
4731       compare: 3
4732 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4733     - title: "2101.0-6 vs 2009.0-6"
4734       reference: 3
4735       compare: 4
4736 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4737   legend:
4738     - ''
4739     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4740     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4741     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4742     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4743     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4744
4745 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4746 - type: "table"
4747   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4748   algorithm: "table_comparison"
4749   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4751   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4752   columns:
4753     - title: "2005.0-5"
4754       data-set: "vpp-performance-changes-2n-clx-h1"
4755     - title: "2009.0-5"
4756       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4757     - title: "2009.0-6"
4758       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4759     - title: "2101.0-6"
4760       data-set: "vpp-performance-changes-2n-clx-cmp"
4761   comparisons:
4762     - title: "2009.0-6 vs 2009.0-5"
4763       reference: 2
4764       compare: 3
4765 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4766     - title: "2101.0-6 vs 2009.0-6"
4767       reference: 3
4768       compare: 4
4769 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4770   legend:
4771     - ''
4772     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4773     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4774     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4775     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4776     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4777
4778 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4779 - type: "table"
4780   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4781   algorithm: "table_comparison"
4782   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4784   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4785   columns:
4786     - title: "2005.0-5"
4787       data-set: "vpp-performance-changes-2n-clx-h1"
4788     - title: "2009.0-5"
4789       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4790     - title: "2009.0-6"
4791       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4792     - title: "2101.0-6"
4793       data-set: "vpp-performance-changes-2n-clx-cmp"
4794   comparisons:
4795     - title: "2009.0-6 vs 2009.0-5"
4796       reference: 2
4797       compare: 3
4798 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4799     - title: "2101.0-6 vs 2009.0-6"
4800       reference: 3
4801       compare: 4
4802 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4803   legend:
4804     - ''
4805     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4806     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4807     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4808     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4809     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4810
4811 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
4812 - type: "table"
4813   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
4814   algorithm: "table_comparison"
4815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
4816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4817   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4818   columns:
4819 #     - title: "2005.0-5"
4820 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4821     - title: "2009.0-5"
4822       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4823     - title: "2009.0-6"
4824       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4825     - title: "2101.0-6"
4826       data-set: "vpp-performance-changes-2n-zn2-cmp"
4827   comparisons:
4828     - title: "2009.0-6 vs 2009.0-5"
4829       reference: 1  # 2
4830       compare: 2  # 3
4831 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4832     - title: "2101.0-6 vs 2009.0-6"
4833       reference: 2  # 3
4834       compare: 3  # 4
4835 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
4836   legend:
4837     - ''
4838     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4839     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4840     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4841     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4842     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4843
4844 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
4845 - type: "table"
4846   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
4847   algorithm: "table_comparison"
4848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
4849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4850   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4851   columns:
4852 #     - title: "2005.0-5"
4853 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4854     - title: "2009.0-5"
4855       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4856     - title: "2009.0-6"
4857       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4858     - title: "2101.0-6"
4859       data-set: "vpp-performance-changes-2n-zn2-cmp"
4860   comparisons:
4861     - title: "2009.0-6 vs 2009.0-5"
4862       reference: 1  # 2
4863       compare: 2  # 3
4864 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4865     - title: "2101.0-6 vs 2009.0-6"
4866       reference: 2  # 3
4867       compare: 3  # 4
4868 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
4869   legend:
4870     - ''
4871     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
4872     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4873     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4874     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4875     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4876
4877 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
4878 - type: "table"
4879   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
4880   algorithm: "table_comparison"
4881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
4882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4883   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4884   columns:
4885 #     - title: "2005.0-5"
4886 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4887     - title: "2009.0-5"
4888       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4889     - title: "2009.0-6"
4890       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4891     - title: "2101.0-6"
4892       data-set: "vpp-performance-changes-2n-zn2-cmp"
4893   comparisons:
4894     - title: "2009.0-6 vs 2009.0-5"
4895       reference: 1  # 2
4896       compare: 2  # 3
4897 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4898     - title: "2101.0-6 vs 2009.0-6"
4899       reference: 2  # 3
4900       compare: 3  # 4
4901 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
4902   legend:
4903     - ''
4904     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4905     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4906     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4907     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4908     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4909
4910 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
4911 - type: "table"
4912   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
4913   algorithm: "table_comparison"
4914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
4915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4916   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4917   columns:
4918 #     - title: "2005.0-5"
4919 #       data-set: "vpp-performance-changes-2n-zn2-h1"
4920     - title: "2009.0-5"
4921       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
4922     - title: "2009.0-6"
4923       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4924     - title: "2101.0-6"
4925       data-set: "vpp-performance-changes-2n-zn2-cmp"
4926   comparisons:
4927     - title: "2009.0-6 vs 2009.0-5"
4928       reference: 1  # 2
4929       compare: 2  # 3
4930 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4931     - title: "2101.0-6 vs 2009.0-6"
4932       reference: 2  # 3
4933       compare: 3  # 4
4934 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4935   legend:
4936     - ''
4937     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4938     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4939     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4940     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4941     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4942
4943 # VPP Performance Changes 2n-dnv 1t1c pdr
4944 - type: "table"
4945   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4949   filter: "'1T1C'"
4950   columns:
4951     - title: "2005.0-5"
4952       data-set: "vpp-performance-changes-2n-dnv-h1"
4953     - title: "2009.0-5"
4954       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4955 #     - title: "2009.0-6"
4956 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4957     - title: "2101.0-6"
4958       data-set: "vpp-performance-changes-2n-dnv-cmp"
4959   comparisons:
4960 #     - title: "2009.0-6 vs 2009.0-5"
4961 #       reference: 2
4962 #       compare: 3
4963     - title: "2101.0-6 vs 2009.0-5"
4964       reference: 2
4965       compare: 3
4966   legend:
4967     - ''
4968     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4969     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4970     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4971 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4972     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
4973
4974 # VPP Performance Changes 2n-dnv 2t2c pdr
4975 - type: "table"
4976   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4977   algorithm: "table_comparison"
4978   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4980   filter: "'2T2C'"
4981   columns:
4982     - title: "2005.0-5"
4983       data-set: "vpp-performance-changes-2n-dnv-h1"
4984     - title: "2009.0-5"
4985       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4986 #     - title: "2009.0-6"
4987 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4988     - title: "2101.0-6"
4989       data-set: "vpp-performance-changes-2n-dnv-cmp"
4990   comparisons:
4991 #     - title: "2009.0-6 vs 2009.0-5"
4992 #       reference: 2
4993 #       compare: 3
4994     - title: "2101.0-6 vs 2009.0-5"
4995       reference: 2
4996       compare: 3
4997   legend:
4998     - ''
4999     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5000     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5001     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5002 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5003     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5004
5005 # VPP Performance Changes 2n-dnv 1t1c ndr
5006 - type: "table"
5007   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
5008   algorithm: "table_comparison"
5009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
5010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5011   filter: "'1T1C'"
5012   columns:
5013     - title: "2005.0-5"
5014       data-set: "vpp-performance-changes-2n-dnv-h1"
5015     - title: "2009.0-5"
5016       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5017 #     - title: "2009.0-6"
5018 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5019     - title: "2101.0-6"
5020       data-set: "vpp-performance-changes-2n-dnv-cmp"
5021   comparisons:
5022 #     - title: "2009.0-6 vs 2009.0-5"
5023 #       reference: 2
5024 #       compare: 3
5025     - title: "2101.0-6 vs 2009.0-5"
5026       reference: 2
5027       compare: 3
5028   legend:
5029     - ''
5030     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5031     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5032     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5033 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5034     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5035
5036 # VPP Performance Changes 2n-dnv 2t2c ndr
5037 - type: "table"
5038   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
5039   algorithm: "table_comparison"
5040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
5041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5042   filter: "'2T2C'"
5043   columns:
5044     - title: "2005.0-5"
5045       data-set: "vpp-performance-changes-2n-dnv-h1"
5046     - title: "2009.0-5"
5047       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5048 #     - title: "2009.0-6"
5049 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5050     - title: "2101.0-6"
5051       data-set: "vpp-performance-changes-2n-dnv-cmp"
5052   comparisons:
5053 #     - title: "2009.0-6 vs 2009.0-5"
5054 #       reference: 2
5055 #       compare: 3
5056     - title: "2101.0-6 vs 2009.0-5"
5057       reference: 2
5058       compare: 3
5059   legend:
5060     - ''
5061     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5062     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5063     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5064 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5065     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5066
5067 # VPP Performance Changes 3n-dnv 1t1c pdr
5068 - type: "table"
5069   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
5070   algorithm: "table_comparison"
5071   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
5072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5073   filter: "'1T1C'"
5074   columns:
5075     - title: "2005.0-5"
5076       data-set: "vpp-performance-changes-3n-dnv-h1"
5077     - title: "2009.0-5"
5078       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5079 #     - title: "2009.0-6"
5080 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5081     - title: "2101.0-6"
5082       data-set: "vpp-performance-changes-3n-dnv-cmp"
5083   comparisons:
5084 #     - title: "2009.0-6 vs 2009.0-5"
5085 #       reference: 2
5086 #       compare: 3
5087     - title: "2101.0-6 vs 2009.0-5"
5088       reference: 2
5089       compare: 3
5090   legend:
5091     - ''
5092     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5093     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5094     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5095 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5096     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5097
5098 # VPP Performance Changes 3n-dnv 2t2c pdr
5099 - type: "table"
5100   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
5101   algorithm: "table_comparison"
5102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
5103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5104   filter: "'2T2C'"
5105   columns:
5106     - title: "2005.0-5"
5107       data-set: "vpp-performance-changes-3n-dnv-h1"
5108     - title: "2009.0-5"
5109       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5110 #     - title: "2009.0-6"
5111 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5112     - title: "2101.0-6"
5113       data-set: "vpp-performance-changes-3n-dnv-cmp"
5114   comparisons:
5115 #     - title: "2009.0-6 vs 2009.0-5"
5116 #       reference: 2
5117 #       compare: 3
5118     - title: "2101.0-6 vs 2009.0-5"
5119       reference: 2
5120       compare: 3
5121   legend:
5122     - ''
5123     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5124     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5125     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5126 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5127     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5128
5129 # VPP Performance Changes 3n-dnv 1t1c ndr
5130 - type: "table"
5131   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
5132   algorithm: "table_comparison"
5133   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
5134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5135   filter: "'1T1C'"
5136   columns:
5137     - title: "2005.0-5"
5138       data-set: "vpp-performance-changes-3n-dnv-h1"
5139     - title: "2009.0-5"
5140       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5141 #     - title: "2009.0-6"
5142 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5143     - title: "2101.0-6"
5144       data-set: "vpp-performance-changes-3n-dnv-cmp"
5145   comparisons:
5146 #     - title: "2009.0-6 vs 2009.0-5"
5147 #       reference: 2
5148 #       compare: 3
5149     - title: "2101.0-6 vs 2009.0-5"
5150       reference: 2
5151       compare: 3
5152   legend:
5153     - ''
5154     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5155     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5156     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5157 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5158     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5159
5160 # VPP Performance Changes 3n-dnv 2t2c ndr
5161 - type: "table"
5162   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
5163   algorithm: "table_comparison"
5164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
5165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5166   filter: "'2T2C'"
5167   columns:
5168     - title: "2005.0-5"
5169       data-set: "vpp-performance-changes-3n-dnv-h1"
5170     - title: "2009.0-5"
5171       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5172 #     - title: "2009.0-6"
5173 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5174     - title: "2101.0-6"
5175       data-set: "vpp-performance-changes-3n-dnv-cmp"
5176   comparisons:
5177 #     - title: "2009.0-6 vs 2009.0-5"
5178 #       reference: 2
5179 #       compare: 3
5180     - title: "2101.0-6 vs 2009.0-5"
5181       reference: 2
5182       compare: 3
5183   legend:
5184     - ''
5185     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5186     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5187     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5188 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5189     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5190
5191 # VPP Performance Changes 3n-tsh 1t1c pdr
5192 - type: "table"
5193   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
5194   algorithm: "table_comparison"
5195   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
5196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5197   filter: "'1T1C'"
5198   columns:
5199     - title: "2005.0-5"
5200       data-set: "vpp-performance-changes-3n-tsh-h1"
5201     - title: "2009.0-5"
5202       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5203     - title: "2009.0-6"
5204       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5205     - title: "2101.0-6"
5206       data-set: "vpp-performance-changes-3n-tsh-cmp"
5207   comparisons:
5208     - title: "2009.0-6 vs 2009.0-5"
5209       reference: 2
5210       compare: 3
5211 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
5212     - title: "2101.0-6 vs 2009.0-6"
5213       reference: 3
5214       compare: 4
5215 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
5216   legend:
5217     - ''
5218     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5219     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5220     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5221     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5222     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5223
5224 # VPP Performance Changes 3n-tsh 2t2c pdr
5225 - type: "table"
5226   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
5227   algorithm: "table_comparison"
5228   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
5229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5230   filter: "'2T2C'"
5231   columns:
5232     - title: "2005.0-5"
5233       data-set: "vpp-performance-changes-3n-tsh-h1"
5234     - title: "2009.0-5"
5235       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5236     - title: "2009.0-6"
5237       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5238     - title: "2101.0-6"
5239       data-set: "vpp-performance-changes-3n-tsh-cmp"
5240   comparisons:
5241     - title: "2009.0-6 vs 2009.0-5"
5242       reference: 2
5243       compare: 3
5244 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
5245     - title: "2101.0-6 vs 2009.0-6"
5246       reference: 3
5247       compare: 4
5248 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
5249   legend:
5250     - ''
5251     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5252     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5253     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5254     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5255     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5256
5257 # VPP Performance Changes 3n-tsh 1t1c ndr
5258 - type: "table"
5259   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
5260   algorithm: "table_comparison"
5261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
5262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5263   filter: "'1T1C'"
5264   columns:
5265     - title: "2005.0-5"
5266       data-set: "vpp-performance-changes-3n-tsh-h1"
5267     - title: "2009.0-5"
5268       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5269     - title: "2009.0-6"
5270       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5271     - title: "2101.0-6"
5272       data-set: "vpp-performance-changes-3n-tsh-cmp"
5273   comparisons:
5274     - title: "2009.0-6 vs 2009.0-5"
5275       reference: 2
5276       compare: 3
5277 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5278     - title: "2101.0-6 vs 2009.0-6"
5279       reference: 3
5280       compare: 4
5281 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5282   legend:
5283     - ''
5284     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5285     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5286     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5287     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5288     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5289
5290 # VPP Performance Changes 3n-tsh 2t2c ndr
5291 - type: "table"
5292   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5293   algorithm: "table_comparison"
5294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5296   filter: "'2T2C'"
5297   columns:
5298     - title: "2005.0-5"
5299       data-set: "vpp-performance-changes-3n-tsh-h1"
5300     - title: "2009.0-5"
5301       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5302     - title: "2009.0-6"
5303       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5304     - title: "2101.0-6"
5305       data-set: "vpp-performance-changes-3n-tsh-cmp"
5306   comparisons:
5307     - title: "2009.0-6 vs 2009.0-5"
5308       reference: 2
5309       compare: 3
5310 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5311     - title: "2101.0-6 vs 2009.0-6"
5312       reference: 3
5313       compare: 4
5314 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5315   legend:
5316     - ''
5317     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5318     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5319     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5320     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5321     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5322
5323 # VPP Performance Changes 2n-tx2 1t1c pdr
5324 - type: "table"
5325   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
5326   algorithm: "table_comparison"
5327   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5329   filter: "'1T1C'"
5330   columns:
5331 #     - title: "2005.0-5"
5332 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5333 #     - title: "2009.0-5"
5334 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5335     - title: "2009.0-6"
5336       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5337     - title: "2101.0-6"
5338       data-set: "vpp-performance-changes-2n-tx2-cmp"
5339   comparisons:
5340 #     - title: "2009.0-6 vs 2009.0-5"
5341 #       reference: 2
5342 #       compare: 3
5343     - title: "2101.0-6 vs 2009.0-6"
5344       reference: 1
5345       compare: 2
5346   legend:
5347     - ''
5348     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5349     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5350     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5351 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5352     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5353
5354 # VPP Performance Changes 2n-tx2 2t2c pdr
5355 - type: "table"
5356   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
5357   algorithm: "table_comparison"
5358   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5360   filter: "'2T2C'"
5361   columns:
5362 #     - title: "2005.0-5"
5363 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5364 #     - title: "2009.0-5"
5365 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5366     - title: "2009.0-6"
5367       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5368     - title: "2101.0-6"
5369       data-set: "vpp-performance-changes-2n-tx2-cmp"
5370   comparisons:
5371 #     - title: "2009.0-6 vs 2009.0-5"
5372 #       reference: 2
5373 #       compare: 3
5374     - title: "2101.0-6 vs 2009.0-6"
5375       reference: 1
5376       compare: 2
5377   legend:
5378     - ''
5379     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5380     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5382 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5383     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5384
5385 # VPP Performance Changes 2n-tx2 1t1c ndr
5386 - type: "table"
5387   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
5388   algorithm: "table_comparison"
5389   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5391   filter: "'1T1C'"
5392   columns:
5393 #     - title: "2005.0-5"
5394 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5395 #     - title: "2009.0-5"
5396 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5397     - title: "2009.0-6"
5398       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5399     - title: "2101.0-6"
5400       data-set: "vpp-performance-changes-2n-tx2-cmp"
5401   comparisons:
5402 #     - title: "2009.0-6 vs 2009.0-5"
5403 #       reference: 2
5404 #       compare: 3
5405     - title: "2101.0-6 vs 2009.0-6"
5406       reference: 1
5407       compare: 2
5408   legend:
5409     - ''
5410     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5411     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5412     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5413 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5414     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5415
5416 # VPP Performance Changes 2n-tx2 2t2c ndr
5417 - type: "table"
5418   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
5419   algorithm: "table_comparison"
5420   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5422   filter: "'2T2C'"
5423   columns:
5424 #     - title: "2005.0-5"
5425 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5426 #     - title: "2009.0-5"
5427 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5428     - title: "2009.0-6"
5429       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5430     - title: "2101.0-6"
5431       data-set: "vpp-performance-changes-2n-tx2-cmp"
5432   comparisons:
5433 #     - title: "2009.0-6 vs 2009.0-5"
5434 #       reference: 2
5435 #       compare: 3
5436     - title: "2101.0-6 vs 2009.0-6"
5437       reference: 1
5438       compare: 2
5439   legend:
5440     - ''
5441     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5442     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5443     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5444 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5445     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5446
5447 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5448 - type: "table"
5449   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5450   algorithm: "table_comparison"
5451   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5453   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5454   columns:
5455     - title: "3n-hsw xl710"
5456       data-set: "vpp-compare-testbeds-ref"
5457       tag: "NIC_Intel-XL710"
5458     - title: "3n-skx xxv710"
5459       data-set: "vpp-compare-testbeds-cmp"
5460       tag: "NIC_Intel-XXV710"
5461   comparisons:
5462     - title: "Diff"
5463       reference: 1
5464       compare: 2
5465   legend:
5466     - ""
5467     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5468     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5469
5470 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5471 - type: "table"
5472   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5473   algorithm: "table_comparison"
5474   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5476   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5477   columns:
5478     - title: "3n-hsw xl710"
5479       data-set: "vpp-compare-testbeds-ref"
5480       tag: "NIC_Intel-XL710"
5481     - title: "3n-skx xxv710"
5482       data-set: "vpp-compare-testbeds-cmp"
5483       tag: "NIC_Intel-XXV710"
5484   comparisons:
5485     - title: "Diff"
5486       reference: 1
5487       compare: 2
5488   legend:
5489     - ""
5490     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5491     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5492
5493 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5494 - type: "table"
5495   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5496   algorithm: "table_comparison"
5497   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5499   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5500   columns:
5501     - title: "3n-hsw xl710"
5502       data-set: "vpp-compare-testbeds-ref"
5503       tag: "NIC_Intel-XL710"
5504     - title: "3n-skx xxv710"
5505       data-set: "vpp-compare-testbeds-cmp"
5506       tag: "NIC_Intel-XXV710"
5507   comparisons:
5508     - title: "Diff"
5509       reference: 1
5510       compare: 2
5511   legend:
5512     - ""
5513     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5514     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5515
5516 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5517 - type: "table"
5518   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5519   algorithm: "table_comparison"
5520   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5522   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5523   columns:
5524     - title: "3n-hsw xl710"
5525       data-set: "vpp-compare-testbeds-ref"
5526       tag: "NIC_Intel-XL710"
5527     - title: "3n-skx xxv710"
5528       data-set: "vpp-compare-testbeds-cmp"
5529       tag: "NIC_Intel-XXV710"
5530   comparisons:
5531     - title: "Diff"
5532       reference: 1
5533       compare: 2
5534   legend:
5535     - ""
5536     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5537     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5538
5539 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5540 - type: "table"
5541   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5542   algorithm: "table_comparison"
5543   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5545   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5546   columns:
5547     - title: "2n-skx"
5548       data-set: "vpp-compare-testbeds-skx-clx-ref"
5549     - title: "2n-clx"
5550       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5551   comparisons:
5552     - title: "Diff"
5553       reference: 1
5554       compare: 2
5555   legend:
5556     - ""
5557     - "2n-skx, 2n-clx - testbeds and NICs tested."
5558     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5559
5560 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5561 - type: "table"
5562   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5563   algorithm: "table_comparison"
5564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5566   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5567   columns:
5568     - title: "2n-skx"
5569       data-set: "vpp-compare-testbeds-skx-clx-ref"
5570     - title: "2n-clx"
5571       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5572   comparisons:
5573     - title: "Diff"
5574       reference: 1
5575       compare: 2
5576   legend:
5577     - ""
5578     - "2n-skx, 2n-clx - testbeds and NICs tested."
5579     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5580
5581 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5582 - type: "table"
5583   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5584   algorithm: "table_comparison"
5585   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5587   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5588   columns:
5589     - title: "2n-skx"
5590       data-set: "vpp-compare-testbeds-skx-clx-ref"
5591     - title: "2n-clx"
5592       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5593   comparisons:
5594     - title: "Diff"
5595       reference: 1
5596       compare: 2
5597   legend:
5598     - ""
5599     - "2n-skx, 2n-clx - testbeds and NICs tested."
5600     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5601
5602 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5603 - type: "table"
5604   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5605   algorithm: "table_comparison"
5606   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5607   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5608   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5609   columns:
5610     - title: "2n-skx"
5611       data-set: "vpp-compare-testbeds-skx-clx-ref"
5612     - title: "2n-clx"
5613       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5614   comparisons:
5615     - title: "Diff"
5616       reference: 1
5617       compare: 2
5618   legend:
5619     - ""
5620     - "2n-skx, 2n-clx - testbeds and NICs tested."
5621     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5622
5623 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5624 - type: "table"
5625   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5626   algorithm: "table_comparison"
5627   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5629   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5630   columns:
5631     - title: "3n-hsw xl710"
5632       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5633       tag: "NIC_Intel-XL710"
5634     - title: "2n-clx xxv710"
5635       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5636       tag: "NIC_Intel-XXV710"
5637   comparisons:
5638     - title: "Diff"
5639       reference: 1
5640       compare: 2
5641   legend:
5642     - ""
5643     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5644     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5645
5646 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5647 - type: "table"
5648   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5649   algorithm: "table_comparison"
5650   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5652   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5653   columns:
5654     - title: "3n-hsw xl710"
5655       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5656       tag: "NIC_Intel-XL710"
5657     - title: "2n-clx xxv710"
5658       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5659       tag: "NIC_Intel-XXV710"
5660   comparisons:
5661     - title: "Diff"
5662       reference: 1
5663       compare: 2
5664   legend:
5665     - ""
5666     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5667     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5668
5669 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5670 - type: "table"
5671   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5672   algorithm: "table_comparison"
5673   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5675   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5676   columns:
5677     - title: "3n-hsw xl710"
5678       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5679       tag: "NIC_Intel-XL710"
5680     - title: "2n-clx xxv710"
5681       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5682       tag: "NIC_Intel-XXV710"
5683   comparisons:
5684     - title: "Diff"
5685       reference: 1
5686       compare: 2
5687   legend:
5688     - ""
5689     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5690     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5691
5692 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5693 - type: "table"
5694   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5695   algorithm: "table_comparison"
5696   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5698   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5699   columns:
5700     - title: "3n-hsw xl710"
5701       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5702       tag: "NIC_Intel-XL710"
5703     - title: "2n-clx xxv710"
5704       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5705       tag: "NIC_Intel-XXV710"
5706   comparisons:
5707     - title: "Diff"
5708       reference: 1
5709       compare: 2
5710   legend:
5711     - ""
5712     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5713     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5714
5715 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5716 - type: "table"
5717   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5718   algorithm: "table_comparison"
5719   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5721   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5722   columns:
5723     - title: "3n-skx"
5724       data-set: "vpp-compare-topologies-ref"
5725     - title: "2n-skx"
5726       data-set: "vpp-compare-topologies-cmp"
5727   comparisons:
5728     - title: "Diff"
5729       reference: 1
5730       compare: 2
5731   legend:
5732     - ""
5733     - "3n-skx, 2n-skx - topologies tested."
5734     - "Diff - difference between 3n-skx and 2n-skx topologies."
5735
5736 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5737 - type: "table"
5738   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5739   algorithm: "table_comparison"
5740   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5742   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5743   columns:
5744     - title: "3n-skx"
5745       data-set: "vpp-compare-topologies-ref"
5746     - title: "2n-skx"
5747       data-set: "vpp-compare-topologies-cmp"
5748   comparisons:
5749     - title: "Diff"
5750       reference: 1
5751       compare: 2
5752   legend:
5753     - ""
5754     - "3n-skx, 2n-skx - topologies tested."
5755     - "Diff - difference between 3n-skx and 2n-skx topologies."
5756
5757 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5758 - type: "table"
5759   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5760   algorithm: "table_comparison"
5761   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5763   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5764   columns:
5765     - title: "3n-skx"
5766       data-set: "vpp-compare-topologies-ref"
5767     - title: "2n-skx"
5768       data-set: "vpp-compare-topologies-cmp"
5769   comparisons:
5770     - title: "Diff"
5771       reference: 1
5772       compare: 2
5773   legend:
5774     - ""
5775     - "3n-skx, 2n-skx - topologies tested."
5776     - "Diff - difference between 3n-skx and 2n-skx topologies."
5777
5778 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5779 - type: "table"
5780   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5781   algorithm: "table_comparison"
5782   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5784   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5785   columns:
5786     - title: "3n-skx"
5787       data-set: "vpp-compare-topologies-ref"
5788     - title: "2n-skx"
5789       data-set: "vpp-compare-topologies-cmp"
5790   comparisons:
5791     - title: "Diff"
5792       reference: 1
5793       compare: 2
5794   legend:
5795     - ""
5796     - "3n-skx, 2n-skx - topologies tested."
5797     - "Diff - difference between 3n-skx and 2n-skx topologies."
5798
5799 # VPP Performance Changes 3n-hsw 1t1c mrr
5800 - type: "table"
5801   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5802   algorithm: "table_comparison"
5803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5805   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5806   columns:
5807     - title: "2005.0-5"
5808       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5809     - title: "2009.0-5"
5810       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5811     - title: "2009.0-6"
5812       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5813     - title: "2101.0-6"
5814       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5815   comparisons:
5816     - title: "2009.0-6 vs 2009.0-5"
5817       reference: 2
5818       compare: 3
5819 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5820     - title: "2101.0-6 vs 2009.0-6"
5821       reference: 3
5822       compare: 4
5823 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5824   legend:
5825     - ''
5826     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5827     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5828     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5829     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5830     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5831
5832 # VPP Performance Changes 3n-hsw 2t2c mrr
5833 - type: "table"
5834   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5835   algorithm: "table_comparison"
5836   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5838   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5839   columns:
5840     - title: "2005.0-5"
5841       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5842     - title: "2009.0-5"
5843       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5844     - title: "2009.0-6"
5845       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5846     - title: "2101.0-6"
5847       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5848   comparisons:
5849     - title: "2009.0-6 vs 2009.0-5"
5850       reference: 2
5851       compare: 3
5852 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5853     - title: "2101.0-6 vs 2009.0-6"
5854       reference: 3
5855       compare: 4
5856 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5857   legend:
5858     - ''
5859     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5860     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5861     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5862     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5863     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5864
5865 # VPP Performance Changes 3n-hsw 4t4c mrr
5866 - type: "table"
5867   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5868   algorithm: "table_comparison"
5869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5871   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5872   columns:
5873     - title: "2005.0-5"
5874       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5875     - title: "2009.0-5"
5876       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
5877     - title: "2009.0-6"
5878       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
5879     - title: "2101.0-6"
5880       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5881   comparisons:
5882     - title: "2009.0-6 vs 2009.0-5"
5883       reference: 2
5884       compare: 3
5885 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5886     - title: "2101.0-6 vs 2009.0-6"
5887       reference: 3
5888       compare: 4
5889 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5890   legend:
5891     - ''
5892     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5893     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5894     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5895     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5896     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5897
5898 # VPP Performance Changes 3n-skx 2t1c mrr
5899 - type: "table"
5900   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5901   algorithm: "table_comparison"
5902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5904   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5905   columns:
5906     - title: "2005.0-5"
5907       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5908     - title: "2009.0-5"
5909       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5910     - title: "2009.0-6"
5911       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5912     - title: "2101.0-6"
5913       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5914   comparisons:
5915     - title: "2009.0-6 vs 2009.0-5"
5916       reference: 2
5917       compare: 3
5918 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5919     - title: "2101.0-6 vs 2009.0-6"
5920       reference: 3
5921       compare: 4
5922 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5923   legend:
5924     - ''
5925     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5926     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5927     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5928     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5929     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5930
5931 # VPP Performance Changes 3n-skx 4t2c mrr
5932 - type: "table"
5933   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5934   algorithm: "table_comparison"
5935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5937   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5938   columns:
5939     - title: "2005.0-5"
5940       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5941     - title: "2009.0-5"
5942       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5943     - title: "2009.0-6"
5944       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5945     - title: "2101.0-6"
5946       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5947   comparisons:
5948     - title: "2009.0-6 vs 2009.0-5"
5949       reference: 2
5950       compare: 3
5951 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5952     - title: "2101.0-6 vs 2009.0-6"
5953       reference: 3
5954       compare: 4
5955 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5956   legend:
5957     - ''
5958     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5959     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5960     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5961     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5962     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5963
5964 # VPP Performance Changes 3n-skx 8t4c mrr
5965 - type: "table"
5966   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5967   algorithm: "table_comparison"
5968   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5970   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5971   columns:
5972     - title: "2005.0-5"
5973       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5974     - title: "2009.0-5"
5975       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
5976     - title: "2009.0-6"
5977       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
5978     - title: "2101.0-6"
5979       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5980   comparisons:
5981     - title: "2009.0-6 vs 2009.0-5"
5982       reference: 2
5983       compare: 3
5984 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5985     - title: "2101.0-6 vs 2009.0-6"
5986       reference: 3
5987       compare: 4
5988 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5989   legend:
5990     - ''
5991     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5992     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5993     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5994     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5995     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5996
5997 # VPP Performance Changes 2n-skx 2t1c mrr
5998 - type: "table"
5999   title: "VPP Performance Changes 2n-skx 2t1c mrr"
6000   algorithm: "table_comparison"
6001   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
6002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6003   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6004   columns:
6005     - title: "2005.0-5"
6006       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6007     - title: "2009.0-5"
6008       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6009     - title: "2009.0-6"
6010       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6011     - title: "2101.0-6"
6012       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6013   comparisons:
6014     - title: "2009.0-6 vs 2009.0-5"
6015       reference: 2
6016       compare: 3
6017 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
6018     - title: "2101.0-6 vs 2009.0-6"
6019       reference: 3
6020       compare: 4
6021 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
6022   legend:
6023     - ''
6024     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6025     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6026     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6027     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6028     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6029
6030 # VPP Performance Changes 2n-skx 4t2c mrr
6031 - type: "table"
6032   title: "VPP Performance Changes 2n-skx 4t2c mrr"
6033   algorithm: "table_comparison"
6034   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
6035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6036   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6037   columns:
6038     - title: "2005.0-5"
6039       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6040     - title: "2009.0-5"
6041       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6042     - title: "2009.0-6"
6043       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6044     - title: "2101.0-6"
6045       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6046   comparisons:
6047     - title: "2009.0-6 vs 2009.0-5"
6048       reference: 2
6049       compare: 3
6050 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
6051     - title: "2101.0-6 vs 2009.0-6"
6052       reference: 3
6053       compare: 4
6054 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
6055   legend:
6056     - ''
6057     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6058     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6059     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6060     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6061     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6062
6063 # VPP Performance Changes 2n-skx 8t4c mrr
6064 - type: "table"
6065   title: "VPP Performance Changes 2n-skx 8t4c mrr"
6066   algorithm: "table_comparison"
6067   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
6068   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6069   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6070   columns:
6071     - title: "2005.0-5"
6072       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6073     - title: "2009.0-5"
6074       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6075     - title: "2009.0-6"
6076       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6077     - title: "2101.0-6"
6078       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6079   comparisons:
6080     - title: "2009.0-6 vs 2009.0-5"
6081       reference: 2
6082       compare: 3
6083 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
6084     - title: "2101.0-6 vs 2009.0-6"
6085       reference: 3
6086       compare: 4
6087 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
6088   legend:
6089     - ''
6090     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6091     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6092     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6093     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6094     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6095
6096 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
6097 - type: "table"
6098   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
6101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6102   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6103   columns:
6104     - title: "2005.0-5"
6105       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6106     - title: "2009.0-5"
6107       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6108     - title: "2009.0-6"
6109       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6110     - title: "2101.0-6"
6111       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6112   comparisons:
6113     - title: "2009.0-6 vs 2009.0-5"
6114       reference: 2
6115       compare: 3
6116 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
6117     - title: "2101.0-6 vs 2009.0-6"
6118       reference: 3
6119       compare: 4
6120 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
6121   legend:
6122     - ''
6123     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6124     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6125     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6126     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6127     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6128
6129 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
6130 - type: "table"
6131   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
6132   algorithm: "table_comparison"
6133   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
6134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6135   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6136   columns:
6137     - title: "2005.0-5"
6138       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6139     - title: "2009.0-5"
6140       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6141     - title: "2009.0-6"
6142       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6143     - title: "2101.0-6"
6144       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6145   comparisons:
6146     - title: "2009.0-6 vs 2009.0-5"
6147       reference: 2
6148       compare: 3
6149 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
6150     - title: "2101.0-6 vs 2009.0-6"
6151       reference: 3
6152       compare: 4
6153 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
6154   legend:
6155     - ''
6156     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6157     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6158     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6159     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6160     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6161
6162 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
6163 - type: "table"
6164   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
6167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6168   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6169   columns:
6170     - title: "2005.0-5"
6171       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6172     - title: "2009.0-5"
6173       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6174     - title: "2009.0-6"
6175       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6176     - title: "2101.0-6"
6177       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6178   comparisons:
6179     - title: "2009.0-6 vs 2009.0-5"
6180       reference: 2
6181       compare: 3
6182 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
6183     - title: "2101.0-6 vs 2009.0-6"
6184       reference: 3
6185       compare: 4
6186 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
6187   legend:
6188     - ''
6189     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6190     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6191     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6192     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6193     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6194
6195 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
6196 - type: "table"
6197   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
6200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6201   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
6202   columns:
6203 #     - title: "2005.0-5"
6204 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6205     - title: "2009.0-5"
6206       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6207     - title: "2009.0-6"
6208       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6209     - title: "2101.0-6"
6210       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6211   comparisons:
6212     - title: "2009.0-6 vs 2009.0-5"
6213       reference: 1  # 2
6214       compare: 2  # 3
6215 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
6216     - title: "2101.0-6 vs 2009.0-6"
6217       reference: 2  # 3
6218       compare: 3  # 4
6219 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
6220   legend:
6221     - ''
6222     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6223     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6224     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6225     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6226     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6227
6228 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
6229 - type: "table"
6230   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
6231   algorithm: "table_comparison"
6232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
6233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6234   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
6235   columns:
6236 #     - title: "2005.0-5"
6237 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6238     - title: "2009.0-5"
6239       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6240     - title: "2009.0-6"
6241       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6242     - title: "2101.0-6"
6243       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6244   comparisons:
6245     - title: "2009.0-6 vs 2009.0-5"
6246       reference: 1  # 2
6247       compare: 2  # 3
6248 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
6249     - title: "2101.0-6 vs 2009.0-6"
6250       reference: 2  # 3
6251       compare: 3  # 4
6252 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
6253   legend:
6254     - ''
6255     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6256     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6257     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6258     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6259     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6260
6261 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
6262 - type: "table"
6263   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
6264   algorithm: "table_comparison"
6265   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
6266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6267   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
6268   columns:
6269 #     - title: "2005.0-5"
6270 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6271     - title: "2009.0-5"
6272       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6273     - title: "2009.0-6"
6274       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6275     - title: "2101.0-6"
6276       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6277   comparisons:
6278     - title: "2009.0-6 vs 2009.0-5"
6279       reference: 1  # 2
6280       compare: 2  # 3
6281 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
6282     - title: "2101.0-6 vs 2009.0-6"
6283       reference: 2  # 3
6284       compare: 3  # 4
6285 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
6286   legend:
6287     - ''
6288     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6289     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6290     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6291     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6292     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6293
6294 # VPP Performance Changes 2n-dnv 1t1c mrr
6295 - type: "table"
6296   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6297   algorithm: "table_comparison"
6298   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6300   filter: "'1T1C'"
6301   columns:
6302     - title: "2005.0-5"
6303       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6304     - title: "2009.0-5"
6305       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6306 #     - title: "2009.0-6"
6307 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6308     - title: "2101.0-6"
6309       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6310   comparisons:
6311 #     - title: "2009.0-6 vs 2009.0-5"
6312 #       reference: 2
6313 #       compare: 3
6314     - title: "2101.0-6 vs 2009.0-5"
6315       reference: 2
6316       compare: 3
6317   legend:
6318     - ''
6319     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6320     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6321     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6322 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6323     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6324
6325 # VPP Performance Changes 2n-dnv 2t2c mrr
6326 - type: "table"
6327   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6328   algorithm: "table_comparison"
6329   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6331   filter: "'2T2C'"
6332   columns:
6333     - title: "2005.0-5"
6334       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6335     - title: "2009.0-5"
6336       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6337 #     - title: "2009.0-6"
6338 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6339     - title: "2101.0-6"
6340       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6341   comparisons:
6342 #     - title: "2009.0-6 vs 2009.0-5"
6343 #       reference: 2
6344 #       compare: 3
6345     - title: "2101.0-6 vs 2009.0-5"
6346       reference: 2
6347       compare: 3
6348   legend:
6349     - ''
6350     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6351     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6353 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6354     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6355
6356 # VPP Performance Changes 2n-dnv 4t4c mrr
6357 - type: "table"
6358   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6359   algorithm: "table_comparison"
6360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6362   filter: "'4T4C'"
6363   columns:
6364     - title: "2005.0-5"
6365       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6366     - title: "2009.0-5"
6367       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6368 #     - title: "2009.0-6"
6369 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6370     - title: "2101.0-6"
6371       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6372   comparisons:
6373 #     - title: "2009.0-6 vs 2009.0-5"
6374 #       reference: 2
6375 #       compare: 3
6376     - title: "2101.0-6 vs 2009.0-5"
6377       reference: 2
6378       compare: 3
6379   legend:
6380     - ''
6381     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6382     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6383     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6384 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6385     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6386
6387 # VPP Performance Changes 3n-dnv 1t1c mrr
6388 - type: "table"
6389   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6390   algorithm: "table_comparison"
6391   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6392   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6393   filter: "'1T1C'"
6394   columns:
6395     - title: "2005.0-5"
6396       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6397     - title: "2009.0-5"
6398       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6399 #     - title: "2009.0-6"
6400 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6401     - title: "2101.0-6"
6402       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6403   comparisons:
6404 #     - title: "2009.0-6 vs 2009.0-5"
6405 #       reference: 2
6406 #       compare: 3
6407     - title: "2101.0-6 vs 2009.0-5"
6408       reference: 2
6409       compare: 3
6410   legend:
6411     - ''
6412     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6415 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6416     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6417
6418 # VPP Performance Changes 3n-dnv 2t2c mrr
6419 - type: "table"
6420   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6421   algorithm: "table_comparison"
6422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6424   filter: "'2T2C'"
6425   columns:
6426     - title: "2005.0-5"
6427       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6428     - title: "2009.0-5"
6429       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6430 #     - title: "2009.0-6"
6431 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6432     - title: "2101.0-6"
6433       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6434   comparisons:
6435 #     - title: "2009.0-6 vs 2009.0-5"
6436 #       reference: 2
6437 #       compare: 3
6438     - title: "2101.0-6 vs 2009.0-5"
6439       reference: 2
6440       compare: 3
6441   legend:
6442     - ''
6443     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6444     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6445     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6446 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6447     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6448
6449 # VPP Performance Changes 3n-dnv 4t4c mrr
6450 - type: "table"
6451   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6452   algorithm: "table_comparison"
6453   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6454   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6455   filter: "'4T4C'"
6456   columns:
6457     - title: "2005.0-5"
6458       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6459     - title: "2009.0-5"
6460       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6461 #     - title: "2009.0-6"
6462 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6463     - title: "2101.0-6"
6464       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6465   comparisons:
6466 #     - title: "2009.0-6 vs 2009.0-5"
6467 #       reference: 2
6468 #       compare: 3
6469     - title: "2101.0-6 vs 2009.0-5"
6470       reference: 2
6471       compare: 3
6472   legend:
6473     - ''
6474     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6475     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6476     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6477 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6478     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6479
6480 # VPP Performance Changes 3n-tsh 1t1c mrr
6481 - type: "table"
6482   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6483   algorithm: "table_comparison"
6484   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6485   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6486   filter: "'1T1C'"
6487   columns:
6488     - title: "2005.0-5"
6489       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6490     - title: "2009.0-5"
6491       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6492     - title: "2009.0-6"
6493       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6494     - title: "2101.0-6"
6495       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6496   comparisons:
6497     - title: "2009.0-6 vs 2009.0-5"
6498       reference: 2
6499       compare: 3
6500     - title: "2101.0-6 vs 2009.0-6"
6501       reference: 3
6502       compare: 4
6503   legend:
6504     - ''
6505     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6506     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6507     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6508     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6509     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6510
6511 # VPP Performance Changes 3n-tsh 2t2c mrr
6512 - type: "table"
6513   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6514   algorithm: "table_comparison"
6515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6517   filter: "'2T2C'"
6518   columns:
6519     - title: "2005.0-5"
6520       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6521     - title: "2009.0-5"
6522       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6523     - title: "2009.0-6"
6524       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6525     - title: "2101.0-6"
6526       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6527   comparisons:
6528     - title: "2009.0-6 vs 2009.0-5"
6529       reference: 2
6530       compare: 3
6531     - title: "2101.0-6 vs 2009.0-6"
6532       reference: 3
6533       compare: 4
6534   legend:
6535     - ''
6536     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6537     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6538     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6539     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6540     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6541
6542 # VPP Performance Changes 3n-tsh 4t4c mrr
6543 - type: "table"
6544   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6545   algorithm: "table_comparison"
6546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6548   filter: "'4T4C'"
6549   columns:
6550     - title: "2005.0-5"
6551       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6552     - title: "2009.0-5"
6553       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6554     - title: "2009.0-6"
6555       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6556     - title: "2101.0-6"
6557       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6558   comparisons:
6559     - title: "2009.0-6 vs 2009.0-5"
6560       reference: 2
6561       compare: 3
6562     - title: "2101.0-6 vs 2009.0-6"
6563       reference: 3
6564       compare: 4
6565   legend:
6566     - ''
6567     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6568     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6569     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6570     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6571     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6572
6573 # VPP Performance Changes 2n-tx2 1t1c mrr
6574 - type: "table"
6575   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
6576   algorithm: "table_comparison"
6577   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
6578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6579   filter: "'1T1C'"
6580   columns:
6581 #     - title: "2005.0-5"
6582 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6583 #     - title: "2009.0-5"
6584 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6585     - title: "2009.0-6"
6586       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6587     - title: "2101.0-6"
6588       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6589   comparisons:
6590 #     - title: "2009.0-6 vs 2009.0-5"
6591 #       reference: 2
6592 #       compare: 3
6593     - title: "2101.0-6 vs 2009.0-6"
6594       reference: 1
6595       compare: 2
6596   legend:
6597     - ''
6598     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6599     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6600     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6601 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6602     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6603
6604 # VPP Performance Changes 2n-tx2 2t2c mrr
6605 - type: "table"
6606   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
6607   algorithm: "table_comparison"
6608   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
6609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6610   filter: "'2T2C'"
6611   columns:
6612 #     - title: "2005.0-5"
6613 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6614 #     - title: "2009.0-5"
6615 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6616     - title: "2009.0-6"
6617       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6618     - title: "2101.0-6"
6619       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6620   comparisons:
6621 #     - title: "2009.0-6 vs 2009.0-5"
6622 #       reference: 2
6623 #       compare: 3
6624     - title: "2101.0-6 vs 2009.0-6"
6625       reference: 1
6626       compare: 2
6627   legend:
6628     - ''
6629     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6630     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6631     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6632 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6633     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6634
6635 # VPP Performance Changes 2n-tx2 4t4c mrr
6636 - type: "table"
6637   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
6638   algorithm: "table_comparison"
6639   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
6640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6641   filter: "'4T4C'"
6642   columns:
6643 #     - title: "2005.0-5"
6644 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
6645 #     - title: "2009.0-5"
6646 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
6647     - title: "2009.0-6"
6648       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
6649     - title: "2101.0-6"
6650       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
6651   comparisons:
6652 #     - title: "2009.0-6 vs 2009.0-5"
6653 #       reference: 2
6654 #       compare: 3
6655     - title: "2101.0-6 vs 2009.0-6"
6656       reference: 1
6657       compare: 2
6658   legend:
6659     - ''
6660     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
6661     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
6662     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6663 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6664     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6665
6666 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6667 - type: "table"
6668   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6669   algorithm: "table_comparison"
6670   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6672   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6673   columns:
6674     - title: "3n-hsw xl710"
6675       data-set: "vpp-compare-testbeds-mrr-ref"
6676       tag: "NIC_Intel-XL710"
6677     - title: "3n-skx xxv710"
6678       data-set: "vpp-compare-testbeds-mrr-cmp"
6679       tag: "NIC_Intel-XXV710"
6680   comparisons:
6681     - title: "Diff"
6682       reference: 1
6683       compare: 2
6684   legend:
6685     - ""
6686     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6687     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6688
6689 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6690 - type: "table"
6691   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6692   algorithm: "table_comparison"
6693   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6695   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6696   columns:
6697     - title: "3n-hsw xl710"
6698       data-set: "vpp-compare-testbeds-mrr-ref"
6699       tag: "NIC_Intel-XL710"
6700     - title: "3n-skx xxv710"
6701       data-set: "vpp-compare-testbeds-mrr-cmp"
6702       tag: "NIC_Intel-XXV710"
6703   comparisons:
6704     - title: "Diff"
6705       reference: 1
6706       compare: 2
6707   legend:
6708     - ""
6709     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6710     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6711
6712 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6713 - type: "table"
6714   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6715   algorithm: "table_comparison"
6716   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6718   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6719   columns:
6720     - title: "3n-hsw xl710"
6721       data-set: "vpp-compare-testbeds-mrr-ref"
6722       tag: "NIC_Intel-XL710"
6723     - title: "3n-skx xxv710"
6724       data-set: "vpp-compare-testbeds-mrr-cmp"
6725       tag: "NIC_Intel-XXV710"
6726   comparisons:
6727     - title: "Diff"
6728       reference: 1
6729       compare: 2
6730   legend:
6731     - ""
6732     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6733     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6734
6735 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6736 - type: "table"
6737   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6738   algorithm: "table_comparison"
6739   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6741   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6742   columns:
6743     - title: "2n-skx"
6744       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6745     - title: "2n-clx"
6746       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6747   comparisons:
6748     - title: "Diff"
6749       reference: 1
6750       compare: 2
6751   legend:
6752     - ""
6753     - "2n-skx, 2n-clx - testbeds and NICs tested."
6754     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6755
6756 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6757 - type: "table"
6758   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6759   algorithm: "table_comparison"
6760   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6762   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6763   columns:
6764     - title: "2n-skx"
6765       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6766     - title: "2n-clx"
6767       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6768   comparisons:
6769     - title: "Diff"
6770       reference: 1
6771       compare: 2
6772   legend:
6773     - ""
6774     - "2n-skx, 2n-clx - testbeds and NICs tested."
6775     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6776
6777 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6778 - type: "table"
6779   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6780   algorithm: "table_comparison"
6781   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6783   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6784   columns:
6785     - title: "2n-skx"
6786       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6787     - title: "2n-clx"
6788       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6789   comparisons:
6790     - title: "Diff"
6791       reference: 1
6792       compare: 2
6793   legend:
6794     - ""
6795     - "2n-skx, 2n-clx - testbeds and NICs tested."
6796     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6797
6798 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6799 - type: "table"
6800   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6801   algorithm: "table_comparison"
6802   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6804   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6805   columns:
6806     - title: "3n-skx"
6807       data-set: "vpp-compare-topologies-mrr-ref"
6808     - title: "2n-skx"
6809       data-set: "vpp-compare-topologies-mrr-cmp"
6810   comparisons:
6811     - title: "Diff"
6812       reference: 1
6813       compare: 2
6814   legend:
6815     - ""
6816     - "3n-skx, 2n-skx - topologies tested."
6817     - "Diff - difference between 3n-skx and 2n-skx topologies."
6818
6819 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6820 - type: "table"
6821   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6822   algorithm: "table_comparison"
6823   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6825   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6826   columns:
6827     - title: "3n-skx"
6828       data-set: "vpp-compare-topologies-mrr-ref"
6829     - title: "2n-skx"
6830       data-set: "vpp-compare-topologies-mrr-cmp"
6831   comparisons:
6832     - title: "Diff"
6833       reference: 1
6834       compare: 2
6835   legend:
6836     - ""
6837     - "3n-skx, 2n-skx - topologies tested."
6838     - "Diff - difference between 3n-skx and 2n-skx topologies."
6839
6840 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6841 - type: "table"
6842   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6843   algorithm: "table_comparison"
6844   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6846   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6847   columns:
6848     - title: "3n-skx"
6849       data-set: "vpp-compare-topologies-mrr-ref"
6850     - title: "2n-skx"
6851       data-set: "vpp-compare-topologies-mrr-cmp"
6852   comparisons:
6853     - title: "Diff"
6854       reference: 1
6855       compare: 2
6856   legend:
6857     - ""
6858     - "3n-skx, 2n-skx - topologies tested."
6859     - "Diff - difference between 3n-skx and 2n-skx topologies."
6860
6861 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6862 - type: "table"
6863   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6864   algorithm: "table_comparison"
6865   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6867   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6868   columns:
6869     - title: "3n-hsw xl710"
6870       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6871       tag: "NIC_Intel-XL710"
6872     - title: "2n-clx xxv710"
6873       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6874       tag: "NIC_Intel-XXV710"
6875   comparisons:
6876     - title: "Diff"
6877       reference: 1
6878       compare: 2
6879   legend:
6880     - ""
6881     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6882     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6883
6884 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6885 - type: "table"
6886   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6887   algorithm: "table_comparison"
6888   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6890   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6891   columns:
6892     - title: "3n-hsw xl710"
6893       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6894       tag: "NIC_Intel-XL710"
6895     - title: "2n-clx xxv710"
6896       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6897       tag: "NIC_Intel-XXV710"
6898   comparisons:
6899     - title: "Diff"
6900       reference: 1
6901       compare: 2
6902   legend:
6903     - ""
6904     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6905     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6906
6907 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6908 - type: "table"
6909   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6910   algorithm: "table_comparison"
6911   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6913   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6914   columns:
6915     - title: "3n-hsw xl710"
6916       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6917       tag: "NIC_Intel-XL710"
6918     - title: "2n-clx xxv710"
6919       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6920       tag: "NIC_Intel-XXV710"
6921   comparisons:
6922     - title: "Diff"
6923       reference: 1
6924       compare: 2
6925   legend:
6926     - ""
6927     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6928     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6929
6930 # Detailed Test Results - VPP Performance Results 3n-hsw
6931 - type: "table"
6932   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6933   algorithm: "table_merged_details"
6934   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6935   columns:
6936     - title: " |prein| Test Name |preout| "
6937       data: "data name"
6938     - 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| "
6939       data: "data msg"
6940   data: "vpp-perf-results-3n-hsw"
6941   filter: "all"
6942   parameters:
6943   - "name"
6944   - "parent"
6945   - "msg"
6946
6947 # Detailed Test Results - VPP Performance Results 3n-skx
6948 - type: "table"
6949   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6950   algorithm: "table_merged_details"
6951   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6952   columns:
6953     - title: " |prein| Test Name |preout| "
6954       data: "data name"
6955     - 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| "
6956       data: "data msg"
6957   data: "vpp-perf-results-3n-skx"
6958   filter: "all"
6959   remove-ndr: False
6960   parameters:
6961   - "name"
6962   - "parent"
6963   - "msg"
6964
6965 # Detailed Test Results - VPP Performance Results 2n-skx
6966 - type: "table"
6967   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6968   algorithm: "table_merged_details"
6969   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6970   columns:
6971     - title: " |prein| Test Name |preout| "
6972       data: "data name"
6973     - 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| "
6974       data: "data msg"
6975   data: "vpp-perf-results-2n-skx"
6976   filter: "all"
6977   remove-ndr: False
6978   parameters:
6979   - "name"
6980   - "parent"
6981   - "msg"
6982
6983 # Detailed Test Results - VPP Performance Results 2n-zn2
6984 - type: "table"
6985   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6986   algorithm: "table_merged_details"
6987   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6988   columns:
6989     - title: " |prein| Test Name |preout| "
6990       data: "data name"
6991     - 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| "
6992       data: "data msg"
6993   data: "vpp-perf-results-2n-zn2"
6994   filter: "all"
6995   remove-ndr: False
6996   parameters:
6997   - "name"
6998   - "parent"
6999   - "msg"
7000
7001 # Detailed Test Results - VPP Performance Results 2n-clx
7002 - type: "table"
7003   title: "Detailed Test Results - VPP Performance Results 2n-clx"
7004   algorithm: "table_merged_details"
7005   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
7006   columns:
7007     - title: " |prein| Test Name |preout| "
7008       data: "data name"
7009     - 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| "
7010       data: "data msg"
7011   data: "vpp-perf-results-2n-clx"
7012   filter: "all"
7013   parameters:
7014   - "name"
7015   - "parent"
7016   - "msg"
7017
7018 # Detailed Test Results - VPP Performance Results 3n-tsh
7019 - type: "table"
7020   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
7021   algorithm: "table_merged_details"
7022   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
7023   columns:
7024     - title: " |prein| Test Name |preout| "
7025       data: "data name"
7026     - 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| "
7027       data: "data msg"
7028   data: "vpp-perf-results-3n-tsh"
7029   filter: "all"
7030   parameters:
7031   - "name"
7032   - "parent"
7033   - "msg"
7034
7035 # Detailed Test Results - VPP Performance Results 2n-tx2
7036 - type: "table"
7037   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
7038   algorithm: "table_merged_details"
7039   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
7040   columns:
7041     - title: " |prein| Test Name |preout| "
7042       data: "data name"
7043     - 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| "
7044       data: "data msg"
7045   data: "vpp-perf-results-2n-tx2"
7046   filter: "all"
7047   parameters:
7048   - "name"
7049   - "parent"
7050   - "msg"
7051
7052 # Detailed Test Results - VPP Performance Results 3n-dnv
7053 - type: "table"
7054   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
7055   algorithm: "table_merged_details"
7056   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
7057   columns:
7058     - title: " |prein| Test Name |preout| "
7059       data: "data name"
7060     - 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| "
7061       data: "data msg"
7062   data: "vpp-perf-results-3n-dnv"
7063   filter: "all"
7064   parameters:
7065   - "name"
7066   - "parent"
7067   - "msg"
7068
7069 # Detailed Test Results - VPP Performance Results 2n-dnv
7070 - type: "table"
7071   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
7072   algorithm: "table_merged_details"
7073   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
7074   columns:
7075     - title: " |prein| Test Name |preout| "
7076       data: "data name"
7077     - 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| "
7078       data: "data msg"
7079   data: "vpp-perf-results-2n-dnv"
7080   filter: "all"
7081   parameters:
7082   - "name"
7083   - "parent"
7084   - "msg"
7085
7086 # Test configuration - VPP Performance Test Configs 3n-hsw
7087 - type: "table"
7088   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
7089   algorithm: "table_merged_details"
7090   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
7091   columns:
7092     - title: " |prein| Test Name |preout| "
7093       data: "data name"
7094     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7095       data: "data conf-history"
7096   data: "vpp-perf-results-3n-hsw"
7097   filter: "all"
7098   parameters:
7099   - "parent"
7100   - "name"
7101   - "conf-history"
7102
7103 # Test configuration - VPP Performance Test Configs 3n-skx
7104 - type: "table"
7105   title: "Test configuration - VPP Performance Test Configs 3n-skx"
7106   algorithm: "table_merged_details"
7107   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
7108   columns:
7109     - title: " |prein| Test Name |preout| "
7110       data: "data name"
7111     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7112       data: "data conf-history"
7113   data: "vpp-perf-results-3n-skx"
7114   filter: "all"
7115   parameters:
7116   - "parent"
7117   - "name"
7118   - "conf-history"
7119
7120 # Test configuration - VPP Performance Test Configs 2n-skx
7121 - type: "table"
7122   title: "Test configuration - VPP Performance Test Configs 2n-skx"
7123   algorithm: "table_merged_details"
7124   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
7125   columns:
7126     - title: " |prein| Test Name |preout| "
7127       data: "data name"
7128     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7129       data: "data conf-history"
7130   data: "vpp-perf-results-2n-skx"
7131   filter: "all"
7132   parameters:
7133   - "parent"
7134   - "name"
7135   - "conf-history"
7136
7137 # Test configuration - VPP Performance Test Configs 2n-zn2
7138 - type: "table"
7139   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
7140   algorithm: "table_merged_details"
7141   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
7142   columns:
7143     - title: " |prein| Test Name |preout| "
7144       data: "data name"
7145     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7146       data: "data conf-history"
7147   data: "vpp-perf-results-2n-zn2"
7148   filter: "all"
7149   parameters:
7150   - "parent"
7151   - "name"
7152   - "conf-history"
7153
7154 # Test configuration - VPP Performance Test Configs 2n-clx
7155 - type: "table"
7156   title: "Test configuration - VPP Performance Test Configs 2n-clx"
7157   algorithm: "table_merged_details"
7158   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
7159   columns:
7160     - title: " |prein| Test Name |preout| "
7161       data: "data name"
7162     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7163       data: "data conf-history"
7164   data: "vpp-perf-results-2n-clx"
7165   filter: "all"
7166   parameters:
7167   - "parent"
7168   - "name"
7169   - "conf-history"
7170
7171 # Test configuration - VPP Performance Test Configs 3n-tsh
7172 - type: "table"
7173   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
7174   algorithm: "table_merged_details"
7175   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
7176   columns:
7177     - title: " |prein| Test Name |preout| "
7178       data: "data name"
7179     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7180       data: "data conf-history"
7181   data: "vpp-perf-results-3n-tsh"
7182   filter: "all"
7183   parameters:
7184   - "parent"
7185   - "name"
7186   - "conf-history"
7187
7188 # Test configuration - VPP Performance Test Configs 2n-tx2
7189 - type: "table"
7190   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
7191   algorithm: "table_merged_details"
7192   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
7193   columns:
7194     - title: " |prein| Test Name |preout| "
7195       data: "data name"
7196     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7197       data: "data conf-history"
7198   data: "vpp-perf-results-2n-tx2"
7199   filter: "all"
7200   parameters:
7201   - "parent"
7202   - "name"
7203   - "conf-history"
7204
7205 # Test configuration - VPP Performance Test Configs 3n-dnv
7206 - type: "table"
7207   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
7208   algorithm: "table_merged_details"
7209   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
7210   columns:
7211     - title: " |prein| Test Name |preout| "
7212       data: "data name"
7213     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7214       data: "data conf-history"
7215   data: "vpp-perf-results-3n-dnv"
7216   filter: "all"
7217   parameters:
7218   - "parent"
7219   - "name"
7220   - "conf-history"
7221
7222 # Test configuration - VPP Performance Test Configs 2n-dnv
7223 - type: "table"
7224   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
7225   algorithm: "table_merged_details"
7226   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
7227   columns:
7228     - title: " |prein| Test Name |preout| "
7229       data: "data name"
7230     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7231       data: "data conf-history"
7232   data: "vpp-perf-results-2n-dnv"
7233   filter: "all"
7234   parameters:
7235   - "parent"
7236   - "name"
7237   - "conf-history"
7238
7239 # Test Operational Data - VPP Performance Operational Data 3n-hsw
7240 - type: "table"
7241   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
7242   algorithm: "table_oper_data_html"
7243   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
7244   data: "vpp-perf-results-3n-hsw"
7245   filter: "all"
7246
7247 # Test Operational Data - VPP Performance Operational Data 3n-skx
7248 - type: "table"
7249   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
7250   algorithm: "table_oper_data_html"
7251   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
7252   data: "vpp-perf-results-3n-skx"
7253   filter: "all"
7254
7255 # Test Operational Data - VPP Performance Operational Data 2n-skx
7256 - type: "table"
7257   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
7258   algorithm: "table_oper_data_html"
7259   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
7260   data: "vpp-perf-results-2n-skx"
7261   filter: "all"
7262
7263 # Test Operational Data - VPP Performance Operational Data 2n-zn2
7264 - type: "table"
7265   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
7266   algorithm: "table_oper_data_html"
7267   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
7268   data: "vpp-perf-results-2n-zn2"
7269   filter: "all"
7270
7271 # Test Operational Data - VPP Performance Operational Data 2n-clx
7272 - type: "table"
7273   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
7274   algorithm: "table_oper_data_html"
7275   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
7276   data: "vpp-perf-results-2n-clx"
7277   filter: "all"
7278
7279 # Test Operational Data - VPP Performance Operational Data 3n-tsh
7280 - type: "table"
7281   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
7282   algorithm: "table_oper_data_html"
7283   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
7284   data: "vpp-perf-results-3n-tsh"
7285   filter: "all"
7286
7287 # Test Operational Data - VPP Performance Operational Data 2n-tx2
7288 - type: "table"
7289   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
7290   algorithm: "table_oper_data_html"
7291   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
7292   data: "vpp-perf-results-2n-tx2"
7293   filter: "all"
7294
7295 # Test Operational Data - VPP Performance Operational Data 3n-dnv
7296 - type: "table"
7297   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
7298   algorithm: "table_oper_data_html"
7299   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
7300   data: "vpp-perf-results-3n-dnv"
7301   filter: "all"
7302
7303 # Test Operational Data - VPP Performance Operational Data 2n-dnv
7304 - type: "table"
7305   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
7306   algorithm: "table_oper_data_html"
7307   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
7308   data: "vpp-perf-results-2n-dnv"
7309   filter: "all"
7310
7311 # Detailed Test Results - VPP MRR Results 3n-hsw
7312 - type: "table"
7313   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
7314   algorithm: "table_merged_details"
7315   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
7316   columns:
7317     - title: " |prein| Test Name |preout| "
7318       data: "data name"
7319     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7320       data: "data msg"
7321   data: "vpp-mrr-results-3n-hsw"
7322   filter: "all"
7323   parameters:
7324   - "name"
7325   - "parent"
7326   - "msg"
7327
7328 # Detailed Test Results - VPP MRR Results 3n-skx
7329 - type: "table"
7330   title: "Detailed Test Results - VPP MRR Results 3n-skx"
7331   algorithm: "table_merged_details"
7332   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
7333   columns:
7334     - title: " |prein| Test Name |preout| "
7335       data: "data name"
7336     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7337       data: "data msg"
7338   data: "vpp-mrr-results-3n-skx"
7339   filter: "all"
7340   parameters:
7341   - "name"
7342   - "parent"
7343   - "msg"
7344
7345 # Detailed Test Results - VPP MRR Results 2n-skx
7346 - type: "table"
7347   title: "Detailed Test Results - VPP MRR Results 2n-skx"
7348   algorithm: "table_merged_details"
7349   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
7350   columns:
7351     - title: " |prein| Test Name |preout| "
7352       data: "data name"
7353     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7354       data: "data msg"
7355   data: "vpp-mrr-results-2n-skx"
7356   filter: "all"
7357   parameters:
7358   - "name"
7359   - "parent"
7360   - "msg"
7361
7362 # Detailed Test Results - VPP MRR Results 2n-zn2
7363 - type: "table"
7364   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
7365   algorithm: "table_merged_details"
7366   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
7367   columns:
7368     - title: " |prein| Test Name |preout| "
7369       data: "data name"
7370     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7371       data: "data msg"
7372   data: "vpp-mrr-results-2n-zn2"
7373   filter: "all"
7374   parameters:
7375   - "name"
7376   - "parent"
7377   - "msg"
7378
7379 # Detailed Test Results - VPP MRR Results 2n-clx
7380 - type: "table"
7381   title: "Detailed Test Results - VPP MRR Results 2n-clx"
7382   algorithm: "table_merged_details"
7383   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
7384   columns:
7385     - title: " |prein| Test Name |preout| "
7386       data: "data name"
7387     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7388       data: "data msg"
7389   data: "vpp-mrr-results-2n-clx"
7390   filter: "all"
7391   parameters:
7392   - "name"
7393   - "parent"
7394   - "msg"
7395
7396 # Detailed Test Results - VPP MRR Results 3n-tsh
7397 - type: "table"
7398   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
7399   algorithm: "table_merged_details"
7400   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
7401   columns:
7402     - title: " |prein| Test Name |preout| "
7403       data: "data name"
7404     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7405       data: "data msg"
7406   data: "vpp-mrr-results-3n-tsh"
7407   filter: "all"
7408   parameters:
7409   - "name"
7410   - "parent"
7411   - "msg"
7412
7413 # Detailed Test Results - VPP MRR Results 2n-tx2
7414 - type: "table"
7415   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
7416   algorithm: "table_merged_details"
7417   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
7418   columns:
7419     - title: " |prein| Test Name |preout| "
7420       data: "data name"
7421     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7422       data: "data msg"
7423   data: "vpp-mrr-results-2n-tx2"
7424   filter: "all"
7425   parameters:
7426   - "name"
7427   - "parent"
7428   - "msg"
7429
7430 # Detailed Test Results - VPP MRR Results 3n-dnv
7431 - type: "table"
7432   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
7433   algorithm: "table_merged_details"
7434   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7435   columns:
7436     - title: " |prein| Test Name |preout| "
7437       data: "data name"
7438     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7439       data: "data msg"
7440   data: "vpp-mrr-results-3n-dnv"
7441   filter: "all"
7442   parameters:
7443   - "name"
7444   - "parent"
7445   - "msg"
7446
7447 # Detailed Test Results - VPP MRR Results 2n-dnv
7448 - type: "table"
7449   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7450   algorithm: "table_merged_details"
7451   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7452   columns:
7453     - title: " |prein| Test Name |preout| "
7454       data: "data name"
7455     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7456       data: "data msg"
7457   data: "vpp-mrr-results-2n-dnv"
7458   filter: "all"
7459   parameters:
7460   - "name"
7461   - "parent"
7462   - "msg"
7463
7464 # Test configuration - VPP MRR Test Configs 3n-hsw
7465 - type: "table"
7466   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7467   algorithm: "table_merged_details"
7468   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7469   columns:
7470     - title: " |prein| Test Name |preout| "
7471       data: "data name"
7472     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7473       data: "data conf-history"
7474   data: "vpp-mrr-results-3n-hsw"
7475   filter: "all"
7476   parameters:
7477   - "parent"
7478   - "name"
7479   - "conf-history"
7480
7481 # Test configuration - VPP MRR Test Configs 3n-skx
7482 - type: "table"
7483   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7484   algorithm: "table_merged_details"
7485   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7486   columns:
7487     - title: " |prein| Test Name |preout| "
7488       data: "data name"
7489     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7490       data: "data conf-history"
7491   data: "vpp-mrr-results-3n-skx"
7492   filter: "all"
7493   parameters:
7494   - "parent"
7495   - "name"
7496   - "conf-history"
7497
7498 # Test configuration - VPP MRR Test Configs 2n-skx
7499 - type: "table"
7500   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7501   algorithm: "table_merged_details"
7502   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7503   columns:
7504     - title: " |prein| Test Name |preout| "
7505       data: "data name"
7506     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7507       data: "data conf-history"
7508   data: "vpp-mrr-results-2n-skx"
7509   filter: "all"
7510   parameters:
7511   - "parent"
7512   - "name"
7513   - "conf-history"
7514
7515 # Test configuration - VPP MRR Test Configs 2n-zn2
7516 - type: "table"
7517   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
7518   algorithm: "table_merged_details"
7519   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
7520   columns:
7521     - title: " |prein| Test Name |preout| "
7522       data: "data name"
7523     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7524       data: "data conf-history"
7525   data: "vpp-mrr-results-2n-zn2"
7526   filter: "all"
7527   parameters:
7528   - "parent"
7529   - "name"
7530   - "conf-history"
7531
7532 # Test configuration - VPP MRR Test Configs 2n-clx
7533 - type: "table"
7534   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7535   algorithm: "table_merged_details"
7536   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7537   columns:
7538     - title: " |prein| Test Name |preout| "
7539       data: "data name"
7540     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7541       data: "data conf-history"
7542   data: "vpp-mrr-results-2n-clx"
7543   filter: "all"
7544   parameters:
7545   - "parent"
7546   - "name"
7547   - "conf-history"
7548
7549 # Test configuration - VPP MRR Test Configs 3n-tsh
7550 - type: "table"
7551   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
7552   algorithm: "table_merged_details"
7553   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
7554   columns:
7555     - title: " |prein| Test Name |preout| "
7556       data: "data name"
7557     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7558       data: "data conf-history"
7559   data: "vpp-mrr-results-3n-tsh"
7560   filter: "all"
7561   parameters:
7562   - "parent"
7563   - "name"
7564   - "conf-history"
7565
7566 # Test configuration - VPP MRR Test Configs 2n-tx2
7567 - type: "table"
7568   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
7569   algorithm: "table_merged_details"
7570   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
7571   columns:
7572     - title: " |prein| Test Name |preout| "
7573       data: "data name"
7574     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7575       data: "data conf-history"
7576   data: "vpp-mrr-results-2n-tx2"
7577   filter: "all"
7578   parameters:
7579   - "parent"
7580   - "name"
7581   - "conf-history"
7582
7583 # Test configuration - VPP MRR Test Configs 3n-dnv
7584 - type: "table"
7585   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
7586   algorithm: "table_merged_details"
7587   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
7588   columns:
7589     - title: " |prein| Test Name |preout| "
7590       data: "data name"
7591     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7592       data: "data conf-history"
7593   data: "vpp-mrr-results-3n-dnv"
7594   filter: "all"
7595   parameters:
7596   - "parent"
7597   - "name"
7598   - "conf-history"
7599
7600 # Test configuration - VPP MRR Test Configs 2n-dnv
7601 - type: "table"
7602   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
7603   algorithm: "table_merged_details"
7604   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
7605   columns:
7606     - title: " |prein| Test Name |preout| "
7607       data: "data name"
7608     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7609       data: "data conf-history"
7610   data: "vpp-mrr-results-2n-dnv"
7611   filter: "all"
7612   parameters:
7613   - "parent"
7614   - "name"
7615   - "conf-history"
7616
7617 # Detailed Test Results - VPP Device Results - Ubuntu
7618 - type: "table"
7619   title: "Detailed Test Results - VPP Device Results - Ubuntu"
7620   algorithm: "table_merged_details"
7621   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
7622   columns:
7623     - title: " |prein| Test Name |preout| "
7624       data: "data name"
7625     - title: " |prein| Status |preout| "
7626       data: "data status"
7627   data: "vpp-device-results-ubuntu"
7628   filter: "all"
7629   parameters:
7630   - "name"
7631   - "parent"
7632   - "doc"
7633   - "status"
7634
7635 # Test configuration - VPP Device Test Configs - Ubuntu
7636 - type: "table"
7637   title: "Test configuration - VPP Device Test Configs - Ubuntu"
7638   algorithm: "table_merged_details"
7639   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
7640   columns:
7641     - title: " |prein| Test Name |preout| "
7642       data: "data name"
7643     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7644       data: "data conf-history"
7645   data: "vpp-device-results-ubuntu"
7646   filter: "all"
7647   parameters:
7648   - "parent"
7649   - "name"
7650   - "conf-history"
7651
7652 ################################################################################
7653
7654 # DPDK Performance Changes 3n-hsw 1t1c pdr
7655 - type: "table"
7656   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
7657   algorithm: "table_comparison"
7658   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
7659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7660   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7661   columns:
7662     - title: "2005"
7663       data-set: "dpdk-performance-changes-3n-hsw-h1"
7664     - title: "2009"
7665       data-set: "dpdk-performance-changes-3n-hsw-ref"
7666     - title: "2101"
7667       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7668   comparisons:
7669     - title: "Diff"
7670       reference: 2
7671       compare: 3
7672   legend:
7673     - ""
7674     - "2005, 2009, 2101 - DPDK versions tested."
7675     - "Diff - difference between 2009 and 2101 DPDK version."
7676
7677 # DPDK Performance Changes 3n-hsw 2t2c pdr
7678 - type: "table"
7679   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
7680   algorithm: "table_comparison"
7681   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
7682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7683   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7684   columns:
7685     - title: "2005"
7686       data-set: "dpdk-performance-changes-3n-hsw-h1"
7687     - title: "2009"
7688       data-set: "dpdk-performance-changes-3n-hsw-ref"
7689     - title: "2101"
7690       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7691   comparisons:
7692     - title: "Diff"
7693       reference: 2
7694       compare: 3
7695   legend:
7696     - ""
7697     - "2005, 2009, 2101 - DPDK versions tested."
7698     - "Diff - difference between 2009 and 2101 DPDK version."
7699
7700 # DPDK Performance Changes 3n-hsw 1t1c pdr
7701 - type: "table"
7702   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
7703   algorithm: "table_comparison"
7704   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7706   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7707   columns:
7708     - title: "2005"
7709       data-set: "dpdk-performance-changes-3n-hsw-h1"
7710     - title: "2009"
7711       data-set: "dpdk-performance-changes-3n-hsw-ref"
7712     - title: "2101"
7713       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7714   comparisons:
7715     - title: "Diff"
7716       reference: 2
7717       compare: 3
7718   legend:
7719     - ""
7720     - "2005, 2009, 2101 - DPDK versions tested."
7721     - "Diff - difference between 2009 and 2101 DPDK version."
7722
7723 # DPDK Performance Changes 3n-hsw 2t2c ndr
7724 - type: "table"
7725   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7726   algorithm: "table_comparison"
7727   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7729   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7730   columns:
7731     - title: "2005"
7732       data-set: "dpdk-performance-changes-3n-hsw-h1"
7733     - title: "2009"
7734       data-set: "dpdk-performance-changes-3n-hsw-ref"
7735     - title: "2101"
7736       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7737   comparisons:
7738     - title: "Diff"
7739       reference: 2
7740       compare: 3
7741   legend:
7742     - ""
7743     - "2005, 2009, 2101 - DPDK versions tested."
7744     - "Diff - difference between 2009 and 2101 DPDK version."
7745
7746 # DPDK Performance Changes 3n-skx 2t1c pdr
7747 - type: "table"
7748   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7749   algorithm: "table_comparison"
7750   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7752   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7753   columns:
7754     - title: "2005"
7755       data-set: "dpdk-performance-changes-3n-skx-h1"
7756     - title: "2009"
7757       data-set: "dpdk-performance-changes-3n-skx-ref"
7758     - title: "2101"
7759       data-set: "dpdk-performance-changes-3n-skx-cmp"
7760   comparisons:
7761     - title: "Diff"
7762       reference: 2
7763       compare: 3
7764   legend:
7765     - ""
7766     - "2005, 2009, 2101 - DPDK versions tested."
7767     - "Diff - difference between 2009 and 2101 DPDK version."
7768
7769 # DPDK Performance Changes 3n-skx 4t2c pdr
7770 - type: "table"
7771   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7772   algorithm: "table_comparison"
7773   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7775   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7776   columns:
7777     - title: "2005"
7778       data-set: "dpdk-performance-changes-3n-skx-h1"
7779     - title: "2009"
7780       data-set: "dpdk-performance-changes-3n-skx-ref"
7781     - title: "2101"
7782       data-set: "dpdk-performance-changes-3n-skx-cmp"
7783   comparisons:
7784     - title: "Diff"
7785       reference: 2
7786       compare: 3
7787   legend:
7788     - ""
7789     - "2005, 2009, 2101 - DPDK versions tested."
7790     - "Diff - difference between 2009 and 2101 DPDK version."
7791
7792 # DPDK Performance Changes 3n-skx 2t1c ndr
7793 - type: "table"
7794   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7795   algorithm: "table_comparison"
7796   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7798   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7799   columns:
7800     - title: "2005"
7801       data-set: "dpdk-performance-changes-3n-skx-h1"
7802     - title: "2009"
7803       data-set: "dpdk-performance-changes-3n-skx-ref"
7804     - title: "2101"
7805       data-set: "dpdk-performance-changes-3n-skx-cmp"
7806   comparisons:
7807     - title: "Diff"
7808       reference: 2
7809       compare: 3
7810   legend:
7811     - ""
7812     - "2005, 2009, 2101 - DPDK versions tested."
7813     - "Diff - difference between 2009 and 2101 DPDK version."
7814
7815 # DPDK Performance Changes 3n-skx 4t2c ndr
7816 - type: "table"
7817   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7818   algorithm: "table_comparison"
7819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7821   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7822   columns:
7823     - title: "2005"
7824       data-set: "dpdk-performance-changes-3n-skx-h1"
7825     - title: "2009"
7826       data-set: "dpdk-performance-changes-3n-skx-ref"
7827     - title: "2101"
7828       data-set: "dpdk-performance-changes-3n-skx-cmp"
7829   comparisons:
7830     - title: "Diff"
7831       reference: 2
7832       compare: 3
7833   legend:
7834     - ""
7835     - "2005, 2009, 2101 - DPDK versions tested."
7836     - "Diff - difference between 2009 and 2101 DPDK version."
7837
7838 # DPDK Performance Changes 2n-skx 2t1c pdr
7839 - type: "table"
7840   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7841   algorithm: "table_comparison"
7842   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7844   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7845   columns:
7846     - title: "2005"
7847       data-set: "dpdk-performance-changes-2n-skx-h1"
7848     - title: "2009"
7849       data-set: "dpdk-performance-changes-2n-skx-ref"
7850     - title: "2101"
7851       data-set: "dpdk-performance-changes-2n-skx-cmp"
7852   comparisons:
7853     - title: "Diff"
7854       reference: 2
7855       compare: 3
7856   legend:
7857     - ""
7858     - "2005, 2009, 2101 - DPDK versions tested."
7859     - "Diff - difference between 2009 and 2101 DPDK version."
7860
7861 # DPDK Performance Changes 2n-skx 4t2c pdr
7862 - type: "table"
7863   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7864   algorithm: "table_comparison"
7865   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7867   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7868   columns:
7869     - title: "2005"
7870       data-set: "dpdk-performance-changes-2n-skx-h1"
7871     - title: "2009"
7872       data-set: "dpdk-performance-changes-2n-skx-ref"
7873     - title: "2101"
7874       data-set: "dpdk-performance-changes-2n-skx-cmp"
7875   comparisons:
7876     - title: "Diff"
7877       reference: 2
7878       compare: 3
7879   legend:
7880     - ""
7881     - "2005, 2009, 2101 - DPDK versions tested."
7882     - "Diff - difference between 2009 and 2101 DPDK version."
7883
7884 # DPDK Performance Changes 2n-skx 2t1c ndr
7885 - type: "table"
7886   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7887   algorithm: "table_comparison"
7888   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7890   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7891   columns:
7892     - title: "2005"
7893       data-set: "dpdk-performance-changes-2n-skx-h1"
7894     - title: "2009"
7895       data-set: "dpdk-performance-changes-2n-skx-ref"
7896     - title: "2101"
7897       data-set: "dpdk-performance-changes-2n-skx-cmp"
7898   comparisons:
7899     - title: "Diff"
7900       reference: 2
7901       compare: 3
7902   legend:
7903     - ""
7904     - "2005, 2009, 2101 - DPDK versions tested."
7905     - "Diff - difference between 2009 and 2101 DPDK version."
7906
7907 # DPDK Performance Changes 2n-skx 4t2c ndr
7908 - type: "table"
7909   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7910   algorithm: "table_comparison"
7911   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7913   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7914   columns:
7915     - title: "2005"
7916       data-set: "dpdk-performance-changes-2n-skx-h1"
7917     - title: "2009"
7918       data-set: "dpdk-performance-changes-2n-skx-ref"
7919     - title: "2101"
7920       data-set: "dpdk-performance-changes-2n-skx-cmp"
7921   comparisons:
7922     - title: "Diff"
7923       reference: 2
7924       compare: 3
7925   legend:
7926     - ""
7927     - "2005, 2009, 2101 - DPDK versions tested."
7928     - "Diff - difference between 2009 and 2101 DPDK version."
7929
7930 # DPDK Performance Changes 2n-clx 2t1c pdr
7931 - type: "table"
7932   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7933   algorithm: "table_comparison"
7934   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7936   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7937   columns:
7938     - title: "2005"
7939       data-set: "dpdk-performance-changes-2n-clx-h1"
7940     - title: "2009"
7941       data-set: "dpdk-performance-changes-2n-clx-ref"
7942     - title: "2101"
7943       data-set: "dpdk-performance-changes-2n-clx-cmp"
7944   comparisons:
7945     - title: "Diff"
7946       reference: 2
7947       compare: 3
7948   legend:
7949     - ""
7950     - "2005, 2009, 2101 - DPDK versions tested."
7951     - "Diff - difference between 2009 and 2101 DPDK version."
7952
7953 # DPDK Performance Changes 2n-clx 4t2c pdr
7954 - type: "table"
7955   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7956   algorithm: "table_comparison"
7957   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7959   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7960   columns:
7961     - title: "2005"
7962       data-set: "dpdk-performance-changes-2n-clx-h1"
7963     - title: "2009"
7964       data-set: "dpdk-performance-changes-2n-clx-ref"
7965     - title: "2101"
7966       data-set: "dpdk-performance-changes-2n-clx-cmp"
7967   comparisons:
7968     - title: "Diff"
7969       reference: 2
7970       compare: 3
7971   legend:
7972     - ""
7973     - "2005, 2009, 2101 - DPDK versions tested."
7974     - "Diff - difference between 2009 and 2101 DPDK version."
7975
7976 # DPDK Performance Changes 2n-clx 2t1c ndr
7977 - type: "table"
7978   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7979   algorithm: "table_comparison"
7980   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7982   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7983   columns:
7984     - title: "2005"
7985       data-set: "dpdk-performance-changes-2n-clx-h1"
7986     - title: "2009"
7987       data-set: "dpdk-performance-changes-2n-clx-ref"
7988     - title: "2101"
7989       data-set: "dpdk-performance-changes-2n-clx-cmp"
7990   comparisons:
7991     - title: "Diff"
7992       reference: 2
7993       compare: 3
7994   legend:
7995     - ""
7996     - "2005, 2009, 2101 - DPDK versions tested."
7997     - "Diff - difference between 2009 and 2101 DPDK version."
7998
7999 # DPDK Performance Changes 2n-clx 4t2c ndr
8000 - type: "table"
8001   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
8002   algorithm: "table_comparison"
8003   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
8004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8005   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8006   columns:
8007     - title: "2005"
8008       data-set: "dpdk-performance-changes-2n-clx-h1"
8009     - title: "2009"
8010       data-set: "dpdk-performance-changes-2n-clx-ref"
8011     - title: "2101"
8012       data-set: "dpdk-performance-changes-2n-clx-cmp"
8013   comparisons:
8014     - title: "Diff"
8015       reference: 2
8016       compare: 3
8017   legend:
8018     - ""
8019     - "2005, 2009, 2101 - DPDK versions tested."
8020     - "Diff - difference between 2009 and 2101 DPDK version."
8021
8022 # DPDK Performance Changes 2n-zn2 2t1c pdr
8023 - type: "table"
8024   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
8025   algorithm: "table_comparison"
8026   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
8027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8028   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8029   columns:
8030 #     - title: "2005"
8031 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8032     - title: "2009"
8033       data-set: "dpdk-performance-changes-2n-zn2-ref"
8034     - title: "2101"
8035       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8036   comparisons:
8037     - title: "Diff"
8038       reference: 1  # 2
8039       compare: 2  # 3
8040   legend:
8041     - ""
8042     - "2009, 2101 - DPDK versions tested."
8043     - "Diff - difference between 2009 and 2101 DPDK version."
8044
8045 # DPDK Performance Changes 2n-zn2 4t2c pdr
8046 - type: "table"
8047   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
8048   algorithm: "table_comparison"
8049   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
8050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8051   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8052   columns:
8053 #     - title: "2005"
8054 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8055     - title: "2009"
8056       data-set: "dpdk-performance-changes-2n-zn2-ref"
8057     - title: "2101"
8058       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8059   comparisons:
8060     - title: "Diff"
8061       reference: 1  # 2
8062       compare: 2  # 3
8063   legend:
8064     - ""
8065     - "2009, 2101 - DPDK versions tested."
8066     - "Diff - difference between 2009 and 2101 DPDK version."
8067
8068 # DPDK Performance Changes 2n-zn2 2t1c ndr
8069 - type: "table"
8070   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
8071   algorithm: "table_comparison"
8072   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
8073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8074   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8075   columns:
8076 #     - title: "2005"
8077 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8078     - title: "2009"
8079       data-set: "dpdk-performance-changes-2n-zn2-ref"
8080     - title: "2101"
8081       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8082   comparisons:
8083     - title: "Diff"
8084       reference: 1  # 2
8085       compare: 2  # 3
8086   legend:
8087     - ""
8088     - "2009, 2101 - DPDK versions tested."
8089     - "Diff - difference between 2009 and 2101 DPDK version."
8090
8091 # DPDK Performance Changes 2n-zn2 4t2c ndr
8092 - type: "table"
8093   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
8094   algorithm: "table_comparison"
8095   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
8096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8097   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8098   columns:
8099 #     - title: "2005"
8100 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8101     - title: "2009"
8102       data-set: "dpdk-performance-changes-2n-zn2-ref"
8103     - title: "2101"
8104       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8105   comparisons:
8106     - title: "Diff"
8107       reference: 1  # 2
8108       compare: 2  # 3
8109   legend:
8110     - ""
8111     - "2009, 2101 - DPDK versions tested."
8112     - "Diff - difference between 2009 and 2101 DPDK version."
8113
8114 ## DPDK Performance Changes 2n-dnv 1t1c pdr
8115 #- type: "table"
8116 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
8117 #  algorithm: "table_comparison"
8118 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
8119 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8120 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8121 #  columns:
8122 #    - title: "2001"
8123 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8124 #    - title: "2005"
8125 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8126 #    - title: "2009"
8127 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8128 #  comparisons:
8129 #    - title: "Diff"
8130 #      reference: 2
8131 #      compare: 3
8132 #  legend:
8133 #    - ""
8134 #    - "2001, 2005, 2009 - DPDK versions tested."
8135 #    - "Diff - difference between 2005 and 2009 DPDK version."
8136 #
8137 ## DPDK Performance Changes 2n-dnv 2t2c pdr
8138 #- type: "table"
8139 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
8140 #  algorithm: "table_comparison"
8141 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
8142 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8143 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8144 #  columns:
8145 #    - title: "2001"
8146 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8147 #    - title: "2005"
8148 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8149 #    - title: "2009"
8150 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8151 #  comparisons:
8152 #    - title: "Diff"
8153 #      reference: 2
8154 #      compare: 3
8155 #  legend:
8156 #    - ""
8157 #    - "2001, 2005, 2009 - DPDK versions tested."
8158 #    - "Diff - difference between 2005 and 2009 DPDK version."
8159 #
8160 ## DPDK Performance Changes 2n-dnv 1t1c ndr
8161 #- type: "table"
8162 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
8163 #  algorithm: "table_comparison"
8164 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
8165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8166 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8167 #  columns:
8168 #    - title: "2001"
8169 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8170 #    - title: "2005"
8171 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8172 #    - title: "2009"
8173 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8174 #  comparisons:
8175 #    - title: "Diff"
8176 #      reference: 2
8177 #      compare: 3
8178 #  legend:
8179 #    - ""
8180 #    - "2001, 2005, 2009 - DPDK versions tested."
8181 #    - "Diff - difference between 2005 and 2009 DPDK version."
8182 #
8183 ## DPDK Performance Changes 2n-dnv 2t2c ndr
8184 #- type: "table"
8185 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
8186 #  algorithm: "table_comparison"
8187 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
8188 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8189 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8190 #  columns:
8191 #    - title: "2001"
8192 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8193 #    - title: "2005"
8194 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8195 #    - title: "2009"
8196 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8197 #  comparisons:
8198 #    - title: "Diff"
8199 #      reference: 2
8200 #      compare: 3
8201 #  legend:
8202 #    - ""
8203 #    - "2001, 2005, 2009 - DPDK versions tested."
8204 #    - "Diff - difference between 2005 and 2009 DPDK version."
8205 #
8206 ## DPDK Performance Changes 3n-dnv 1t1c pdr
8207 #- type: "table"
8208 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
8209 #  algorithm: "table_comparison"
8210 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
8211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8212 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8213 #  columns:
8214 #    - title: "2001"
8215 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8216 #    - title: "2005"
8217 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8218 #    - title: "2009"
8219 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8220 #  comparisons:
8221 #    - title: "Diff"
8222 #      reference: 2
8223 #      compare: 3
8224 #  legend:
8225 #    - ""
8226 #    - "2001, 2005, 2009 - DPDK versions tested."
8227 #    - "Diff - difference between 2005 and 2009 DPDK version."
8228 #
8229 ## DPDK Performance Changes 3n-dnv 2t2c pdr
8230 #- type: "table"
8231 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
8232 #  algorithm: "table_comparison"
8233 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
8234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8235 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8236 #  columns:
8237 #    - title: "2001"
8238 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8239 #    - title: "2005"
8240 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8241 #    - title: "2009"
8242 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8243 #  comparisons:
8244 #    - title: "Diff"
8245 #      reference: 2
8246 #      compare: 3
8247 #  legend:
8248 #    - ""
8249 #    - "2001, 2005, 2009 - DPDK versions tested."
8250 #    - "Diff - difference between 2005 and 2009 DPDK version."
8251 #
8252 ## DPDK Performance Changes 3n-dnv 1t1c ndr
8253 #- type: "table"
8254 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
8255 #  algorithm: "table_comparison"
8256 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
8257 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8258 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8259 #  columns:
8260 #    - title: "2001"
8261 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8262 #    - title: "2005"
8263 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8264 #    - title: "2009"
8265 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8266 #  comparisons:
8267 #    - title: "Diff"
8268 #      reference: 2
8269 #      compare: 3
8270 #  legend:
8271 #    - ""
8272 #    - "2001, 2005, 2009 - DPDK versions tested."
8273 #    - "Diff - difference between 2005 and 2009 DPDK version."
8274 #
8275 ## DPDK Performance Changes 3n-dnv 2t2c ndr
8276 #- type: "table"
8277 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
8278 #  algorithm: "table_comparison"
8279 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
8280 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8281 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8282 #  columns:
8283 #    - title: "2001"
8284 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8285 #    - title: "2005"
8286 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8287 #    - title: "2009"
8288 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8289 #  comparisons:
8290 #    - title: "Diff"
8291 #      reference: 2
8292 #      compare: 3
8293 #  legend:
8294 #    - ""
8295 #    - "2001, 2005, 2009 - DPDK versions tested."
8296 #    - "Diff - difference between 2005 and 2009 DPDK version."
8297
8298 # DPDK Performance Changes 3n-tsh 1t1c pdr
8299 - type: "table"
8300   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
8301   algorithm: "table_comparison"
8302   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
8303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8304   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8305   columns:
8306     - title: "2005"
8307       data-set: "dpdk-performance-changes-3n-tsh-h1"
8308     - title: "2009"
8309       data-set: "dpdk-performance-changes-3n-tsh-ref"
8310     - title: "2101"
8311       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8312   comparisons:
8313     - title: "Diff"
8314       reference: 2
8315       compare: 3
8316   legend:
8317     - ""
8318     - "2005, 2009, 2101 - DPDK versions tested."
8319     - "Diff - difference between 2009 and 2101 DPDK version."
8320
8321 # DPDK Performance Changes 3n-tsh 2t2c pdr
8322 - type: "table"
8323   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
8324   algorithm: "table_comparison"
8325   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
8326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8327   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8328   columns:
8329     - title: "2005"
8330       data-set: "dpdk-performance-changes-3n-tsh-h1"
8331     - title: "2009"
8332       data-set: "dpdk-performance-changes-3n-tsh-ref"
8333     - title: "2101"
8334       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8335   comparisons:
8336     - title: "Diff"
8337       reference: 2
8338       compare: 3
8339   legend:
8340     - ""
8341     - "2005, 2009, 2101 - DPDK versions tested."
8342     - "Diff - difference between 2009 and 2101 DPDK version."
8343
8344 # DPDK Performance Changes 3n-tsh 1t1c ndr
8345 - type: "table"
8346   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
8347   algorithm: "table_comparison"
8348   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
8349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8350   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8351   columns:
8352     - title: "2005"
8353       data-set: "dpdk-performance-changes-3n-tsh-h1"
8354     - title: "2009"
8355       data-set: "dpdk-performance-changes-3n-tsh-ref"
8356     - title: "2101"
8357       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8358   comparisons:
8359     - title: "Diff"
8360       reference: 2
8361       compare: 3
8362   legend:
8363     - ""
8364     - "2005, 2009, 2101 - DPDK versions tested."
8365     - "Diff - difference between 2009 and 2101 DPDK version."
8366
8367 # DPDK Performance Changes 3n-tsh 2t2c ndr
8368 - type: "table"
8369   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
8370   algorithm: "table_comparison"
8371   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
8372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8373   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8374   columns:
8375     - title: "2005"
8376       data-set: "dpdk-performance-changes-3n-tsh-h1"
8377     - title: "2009"
8378       data-set: "dpdk-performance-changes-3n-tsh-ref"
8379     - title: "2101"
8380       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8381   comparisons:
8382     - title: "Diff"
8383       reference: 2
8384       compare: 3
8385   legend:
8386     - ""
8387     - "2005, 2009, 2101 - DPDK versions tested."
8388     - "Diff - difference between 2009 and 2101 DPDK version."
8389
8390 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
8391 - type: "table"
8392   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
8393   algorithm: "table_comparison"
8394   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
8395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8396   filter: "'NIC_Intel-X710'"
8397   columns:
8398     - title: "3n-hsw x710"
8399       data-set: "dpdk-compare-testbeds-ref"
8400     - title: "3n-skx x710"
8401       data-set: "dpdk-compare-testbeds-cmp"
8402   comparisons:
8403     - title: "Diff"
8404       reference: 1
8405       compare: 2
8406   legend:
8407     - ""
8408     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8409     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8410
8411 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
8412 - type: "table"
8413   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
8414   algorithm: "table_comparison"
8415   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
8416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8417   filter: "'NIC_Intel-X710'"
8418   columns:
8419     - title: "3n-hsw x710"
8420       data-set: "dpdk-compare-testbeds-ref"
8421     - title: "3n-skx x710"
8422       data-set: "dpdk-compare-testbeds-cmp"
8423   comparisons:
8424     - title: "Diff"
8425       reference: 1
8426       compare: 2
8427   legend:
8428     - ""
8429     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8430     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8431
8432 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
8433 - type: "table"
8434   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
8435   algorithm: "table_comparison"
8436   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
8437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8438   filter: "'NIC_Intel-XXV710'"
8439   columns:
8440     - title: "2n-skx"
8441       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8442     - title: "2n-clx"
8443       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8444   comparisons:
8445     - title: "Diff"
8446       reference: 1
8447       compare: 2
8448   legend:
8449     - ""
8450     - "2n-skx, 2n-clx - testbeds and NICs tested."
8451     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8452
8453 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
8454 - type: "table"
8455   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
8456   algorithm: "table_comparison"
8457   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
8458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8459   filter: "'NIC_Intel-XXV710'"
8460   columns:
8461     - title: "2n-skx"
8462       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8463     - title: "2n-clx"
8464       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8465   comparisons:
8466     - title: "Diff"
8467       reference: 1
8468       compare: 2
8469   legend:
8470     - ""
8471     - "2n-skx, 2n-clx - testbeds and NICs tested."
8472     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8473
8474 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
8475 - type: "table"
8476   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
8477   algorithm: "table_comparison"
8478   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
8479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8480   filter: "'NIC_Intel-XXV710'"
8481   columns:
8482     - title: "3n-skx"
8483       data-set: "dpdk-compare-topologies-ref"
8484     - title: "2n-skx"
8485       data-set: "dpdk-compare-topologies-cmp"
8486   comparisons:
8487     - title: "Diff"
8488       reference: 1
8489       compare: 2
8490   legend:
8491     - ""
8492     - "3n-skx, 2n-skx - topologies tested."
8493     - "Diff - difference between 3n-skx and 2n-skx topologies."
8494
8495 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
8496 - type: "table"
8497   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
8498   algorithm: "table_comparison"
8499   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
8500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8501   filter: "'NIC_Intel-XXV710'"
8502   columns:
8503     - title: "3n-skx"
8504       data-set: "dpdk-compare-topologies-ref"
8505     - title: "2n-skx"
8506       data-set: "dpdk-compare-topologies-cmp"
8507   comparisons:
8508     - title: "Diff"
8509       reference: 1
8510       compare: 2
8511   legend:
8512     - ""
8513     - "3n-skx, 2n-skx - topologies tested."
8514     - "Diff - difference between 3n-skx and 2n-skx topologies."
8515
8516 # Detailed Test Results - DPDK Performance Results 3n-hsw
8517 - type: "table"
8518   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
8519   algorithm: "table_merged_details"
8520   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
8521   columns:
8522     - title: " |prein| Test Name |preout| "
8523       data: "data name"
8524     - 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| "
8525       data: "data msg"
8526   data: "dpdk-perf-results-3n-hsw"
8527   filter: "all"
8528   parameters:
8529   - "name"
8530   - "parent"
8531   - "msg"
8532
8533 # Detailed Test Results - DPDK Performance Results 3n-skx
8534 - type: "table"
8535   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
8536   algorithm: "table_merged_details"
8537   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
8538   columns:
8539     - title: " |prein| Test Name |preout| "
8540       data: "data name"
8541     - 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| "
8542       data: "data msg"
8543   data: "dpdk-perf-results-3n-skx"
8544   filter: "all"
8545   remove-ndr: False
8546   parameters:
8547   - "name"
8548   - "parent"
8549   - "msg"
8550
8551 # Detailed Test Results - DPDK Performance Results 2n-skx
8552 - type: "table"
8553   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
8554   algorithm: "table_merged_details"
8555   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
8556   columns:
8557     - title: " |prein| Test Name |preout| "
8558       data: "data name"
8559     - 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| "
8560       data: "data msg"
8561   data: "dpdk-perf-results-2n-skx"
8562   filter: "all"
8563   remove-ndr: False
8564   parameters:
8565   - "name"
8566   - "parent"
8567   - "msg"
8568
8569 # Detailed Test Results - DPDK Performance Results 2n-zn2
8570 - type: "table"
8571   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
8572   algorithm: "table_merged_details"
8573   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
8574   columns:
8575     - title: " |prein| Test Name |preout| "
8576       data: "data name"
8577     - 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| "
8578       data: "data msg"
8579   data: "dpdk-perf-results-2n-zn2"
8580   filter: "all"
8581   remove-ndr: False
8582   parameters:
8583   - "name"
8584   - "parent"
8585   - "msg"
8586
8587 # Detailed Test Results - DPDK Performance Results 2n-clx
8588 - type: "table"
8589   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
8590   algorithm: "table_merged_details"
8591   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
8592   columns:
8593     - title: " |prein| Test Name |preout| "
8594       data: "data name"
8595     - 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| "
8596       data: "data msg"
8597   data: "dpdk-perf-results-2n-clx"
8598   filter: "all"
8599   parameters:
8600   - "name"
8601   - "parent"
8602   - "msg"
8603
8604 ## Detailed Test Results - DPDK Performance Results 2n-dnv
8605 #- type: "table"
8606 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
8607 #  algorithm: "table_merged_details"
8608 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
8609 #  columns:
8610 #    - title: " |prein| Test Name |preout| "
8611 #      data: "data name"
8612 #    - 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| "
8613 #      data: "data msg"
8614 #  data: "dpdk-perf-results-2n-dnv"
8615 #  filter: "all"
8616 #  parameters:
8617 #  - "name"
8618 #  - "parent"
8619 #  - "msg"
8620 #
8621 ## Detailed Test Results - DPDK Performance Results 3n-dnv
8622 #- type: "table"
8623 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
8624 #  algorithm: "table_merged_details"
8625 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
8626 #  columns:
8627 #    - title: " |prein| Test Name |preout| "
8628 #      data: "data name"
8629 #    - 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| "
8630 #      data: "data msg"
8631 #  data: "dpdk-perf-results-3n-dnv"
8632 #  filter: "all"
8633 #  parameters:
8634 #  - "name"
8635 #  - "parent"
8636 #  - "msg"
8637
8638 # Detailed Test Results - DPDK Performance Results 3n-tsh
8639 - type: "table"
8640   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
8641   algorithm: "table_merged_details"
8642   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
8643   columns:
8644     - title: " |prein| Test Name |preout| "
8645       data: "data name"
8646     - 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| "
8647       data: "data msg"
8648   data: "dpdk-perf-results-3n-tsh"
8649   filter: "all"
8650   parameters:
8651   - "name"
8652   - "parent"
8653   - "msg"
8654
8655 # Detailed Test Results - DPDK Performance Results 2n-tx2
8656 - type: "table"
8657   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
8658   algorithm: "table_merged_details"
8659   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
8660   columns:
8661     - title: " |prein| Test Name |preout| "
8662       data: "data name"
8663     - 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| "
8664       data: "data msg"
8665   data: "dpdk-perf-results-2n-tx2"
8666   filter: "all"
8667   parameters:
8668   - "name"
8669   - "parent"
8670   - "msg"
8671
8672 ################################################################################
8673 ###                                F I L E S                                 ###
8674 ################################################################################
8675
8676 # VPP Performance Results
8677 - type: "file"
8678   title: "VPP Performance Results"
8679   algorithm: "file_details_split"
8680   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
8681   dir-tables:
8682     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
8683     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
8684     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
8685     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
8686     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
8687     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
8688     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
8689     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
8690     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
8691   data:
8692     - "vpp-perf-results-2n-skx"
8693     - "vpp-perf-results-3n-skx"
8694     - "vpp-perf-results-2n-clx"
8695     - "vpp-perf-results-2n-zn2"
8696     - "vpp-perf-results-3n-hsw"
8697     - "vpp-perf-results-3n-tsh"
8698     - "vpp-perf-results-2n-tx2"
8699     - "vpp-perf-results-2n-dnv"
8700     - "vpp-perf-results-3n-dnv"
8701   filter: "all"
8702   data-start-level: 4
8703   order-chapters:
8704     level-1:
8705       - "l2"
8706       - "ip4"
8707       - "ip6"
8708       - "srv6"
8709       - "ip4_tunnels"
8710       - "ip6_tunnels"
8711       - "vm_vhost"
8712       - "container_memif"
8713       - "crypto"
8714       - "vts"
8715       - "lb"
8716       - "nfv_density"
8717       - "hoststack"
8718     level-2:
8719       - "2n-skx"
8720       - "3n-skx"
8721       - "2n-clx"
8722       - "2n-zn2"
8723       - "3n-hsw"
8724       - "3n-tsh"
8725       - "2n-tx2"
8726       - "2n-dnv"
8727       - "3n-dnv"
8728     level-3:
8729       - "xl710"
8730       - "x520"
8731       - "xxv710"
8732       - "x710"
8733       - "x553"
8734       - "cx556a"
8735       - "vic1227"
8736       - "vic1385"
8737
8738 # VPP Performance Configuration
8739 - type: "file"
8740   title: "VPP Performance Configuration"
8741   algorithm: "file_details_split"
8742   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
8743   dir-tables:
8744     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
8745     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
8746     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
8747     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
8748     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
8749     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
8750     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
8751     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
8752     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
8753   data:
8754     - "vpp-perf-results-2n-skx"
8755     - "vpp-perf-results-3n-skx"
8756     - "vpp-perf-results-2n-clx"
8757     - "vpp-perf-results-2n-zn2"
8758     - "vpp-perf-results-3n-hsw"
8759     - "vpp-perf-results-3n-tsh"
8760     - "vpp-perf-results-2n-tx2"
8761     - "vpp-perf-results-2n-dnv"
8762     - "vpp-perf-results-3n-dnv"
8763   filter: "all"
8764   data-start-level: 4
8765   order-chapters:
8766     level-1:
8767       - "l2"
8768       - "ip4"
8769       - "ip6"
8770       - "srv6"
8771       - "ip4_tunnels"
8772       - "ip6_tunnels"
8773       - "vm_vhost"
8774       - "container_memif"
8775       - "crypto"
8776       - "vts"
8777       - "lb"
8778       - "nfv_density"
8779       - "hoststack"
8780     level-2:
8781       - "2n-skx"
8782       - "3n-skx"
8783       - "2n-clx"
8784       - "2n-zn2"
8785       - "3n-hsw"
8786       - "3n-tsh"
8787       - "2n-tx2"
8788       - "2n-dnv"
8789       - "3n-dnv"
8790     level-3:
8791       - "xl710"
8792       - "x520"
8793       - "xxv710"
8794       - "x710"
8795       - "x553"
8796       - "cx556a"
8797       - "vic1227"
8798       - "vic1385"
8799
8800 # VPP Performance Operational
8801 - type: "file"
8802   title: "VPP Performance Operational"
8803   algorithm: "file_details_split_html"
8804   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
8805   dir-tables:
8806     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
8807     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
8808     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
8809     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
8810     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
8811     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
8812     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
8813     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
8814     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
8815   data:
8816     - "vpp-perf-results-2n-skx"
8817     - "vpp-perf-results-3n-skx"
8818     - "vpp-perf-results-2n-clx"
8819     - "vpp-perf-results-2n-zn2"
8820     - "vpp-perf-results-3n-hsw"
8821     - "vpp-perf-results-3n-tsh"
8822     - "vpp-perf-results-2n-tx2"
8823     - "vpp-perf-results-2n-dnv"
8824     - "vpp-perf-results-3n-dnv"
8825   filter: "all"
8826   data-start-level: 4
8827   order-chapters:
8828     level-1:
8829       - "l2"
8830       - "ip4"
8831       - "ip6"
8832       - "srv6"
8833       - "ip4_tunnels"
8834       - "ip6_tunnels"
8835       - "vm_vhost"
8836       - "container_memif"
8837       - "crypto"
8838       - "vts"
8839       - "lb"
8840       - "nfv_density"
8841       - "hoststack"
8842     level-2:
8843       - "2n-skx"
8844       - "3n-skx"
8845       - "2n-clx"
8846       - "2n-zn2"
8847       - "3n-hsw"
8848       - "3n-tsh"
8849       - "2n-tx2"
8850       - "2n-dnv"
8851       - "3n-dnv"
8852     level-3:
8853       - "xl710"
8854       - "x520"
8855       - "xxv710"
8856       - "x710"
8857       - "x553"
8858       - "cx556a"
8859       - "vic1227"
8860       - "vic1385"
8861
8862 # VPP MRR Results
8863 - type: "file"
8864   title: "VPP MRR Results"
8865   algorithm: "file_details_split"
8866   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
8867   dir-tables:
8868     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
8869     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
8870     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
8871     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
8872     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
8873     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
8874     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
8875     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
8876     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
8877   data:
8878     - "vpp-mrr-results-2n-skx"
8879     - "vpp-mrr-results-3n-skx"
8880     - "vpp-mrr-results-2n-clx"
8881     - "vpp-mrr-results-2n-zn2"
8882     - "vpp-mrr-results-3n-hsw"
8883     - "vpp-mrr-results-3n-tsh"
8884     - "vpp-mrr-results-2n-tx2"
8885     - "vpp-mrr-results-2n-dnv"
8886     - "vpp-mrr-results-3n-dnv"
8887   filter: "all"
8888   data-start-level: 4
8889   order-chapters:
8890     level-1:
8891       - "l2"
8892       - "ip4"
8893       - "ip6"
8894       - "srv6"
8895       - "ip4_tunnels"
8896       - "ip6_tunnels"
8897       - "vm_vhost"
8898       - "container_memif"
8899       - "crypto"
8900       - "vts"
8901       - "lb"
8902       - "nfv_density"
8903       - "hoststack"
8904     level-2:
8905       - "2n-skx"
8906       - "3n-skx"
8907       - "2n-clx"
8908       - "2n-zn2"
8909       - "3n-hsw"
8910       - "3n-tsh"
8911       - "2n-tx2"
8912       - "2n-dnv"
8913       - "3n-dnv"
8914     level-3:
8915       - "xl710"
8916       - "x520"
8917       - "xxv710"
8918       - "x710"
8919       - "x553"
8920       - "cx556a"
8921       - "vic1227"
8922       - "vic1385"
8923
8924 # VPP MRR Configuration
8925 - type: "file"
8926   title: "VPP MRR Configuration"
8927   algorithm: "file_details_split"
8928   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8929   dir-tables:
8930     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8931     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8932     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8933     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
8934     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8935     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8936     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
8937     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8938     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8939   data:
8940     - "vpp-mrr-results-2n-skx"
8941     - "vpp-mrr-results-3n-skx"
8942     - "vpp-mrr-results-2n-clx"
8943     - "vpp-mrr-results-2n-zn2"
8944     - "vpp-mrr-results-3n-hsw"
8945     - "vpp-mrr-results-3n-tsh"
8946     - "vpp-mrr-results-2n-tx2"
8947     - "vpp-mrr-results-2n-dnv"
8948     - "vpp-mrr-results-3n-dnv"
8949   filter: "all"
8950   data-start-level: 4
8951   order-chapters:
8952     level-1:
8953       - "l2"
8954       - "ip4"
8955       - "ip6"
8956       - "srv6"
8957       - "ip4_tunnels"
8958       - "ip6_tunnels"
8959       - "vm_vhost"
8960       - "container_memif"
8961       - "crypto"
8962       - "vts"
8963       - "lb"
8964       - "nfv_density"
8965       - "hoststack"
8966     level-2:
8967       - "2n-skx"
8968       - "3n-skx"
8969       - "2n-clx"
8970       - "2n-zn2"
8971       - "3n-hsw"
8972       - "3n-tsh"
8973       - "2n-tx2"
8974       - "2n-dnv"
8975       - "3n-dnv"
8976     level-3:
8977       - "xl710"
8978       - "x520"
8979       - "xxv710"
8980       - "x710"
8981       - "x553"
8982       - "cx556a"
8983       - "vic1227"
8984       - "vic1385"
8985
8986 # VPP Device Results - Ubuntu
8987 - type: "file"
8988   title: "VPP Device Results - Ubuntu"
8989   algorithm: "file_test_results"
8990   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8991   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8992   data: "vpp-device-results-ubuntu"
8993   filter: "all"
8994   data-start-level: 4
8995
8996 # VPP Device Configuration - Ubuntu
8997 - type: "file"
8998   title: "VPP Device Configuration - Ubuntu"
8999   algorithm: "file_test_results"
9000   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9001   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9002   data: "vpp-device-results-ubuntu"
9003   filter: "all"
9004   data-start-level: 4
9005
9006 # DPDK Performance Results 3n-hsw
9007 - type: "file"
9008   title: "DPDK Performance Results 3n-hsw"
9009   algorithm: "file_test_results"
9010   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9011   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9012   data: "dpdk-perf-results-3n-hsw"
9013   filter: "all"
9014   data-start-level: 4
9015
9016 # DPDK Performance Results 3n-skx
9017 - type: "file"
9018   title: "DPDK Performance Results 3n-skx"
9019   algorithm: "file_test_results"
9020   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9021   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9022   data: "dpdk-perf-results-3n-skx"
9023   filter: "all"
9024   data-start-level: 4
9025
9026 # DPDK Performance Results 2n-skx
9027 - type: "file"
9028   title: "DPDK Performance Results 2n-skx"
9029   algorithm: "file_test_results"
9030   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9031   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9032   data: "dpdk-perf-results-2n-skx"
9033   filter: "all"
9034   data-start-level: 4
9035
9036 # DPDK Performance Results 2n-zn2
9037 - type: "file"
9038   title: "DPDK Performance Results 2n-zn2"
9039   algorithm: "file_test_results"
9040   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9041   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9042   data: "dpdk-perf-results-2n-zn2"
9043   filter: "all"
9044   data-start-level: 4
9045
9046 # DPDK Performance Results 2n-clx
9047 - type: "file"
9048   title: "DPDK Performance Results 2n-clx"
9049   algorithm: "file_test_results"
9050   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9051   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9052   data: "dpdk-perf-results-2n-clx"
9053   filter: "all"
9054   data-start-level: 4
9055
9056 ## DPDK Performance Results 2n-dnv
9057 #- type: "file"
9058 #  title: "DPDK Performance Results 2n-dnv"
9059 #  algorithm: "file_test_results"
9060 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9061 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9062 #  data: "dpdk-perf-results-2n-dnv"
9063 #  filter: "all"
9064 #  data-start-level: 4
9065 #
9066 ## DPDK Performance Results 3n-dnv
9067 #- type: "file"
9068 #  title: "DPDK Performance Results 3n-dnv"
9069 #  algorithm: "file_test_results"
9070 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9071 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9072 #  data: "dpdk-perf-results-3n-dnv"
9073 #  filter: "all"
9074 #  data-start-level: 4
9075
9076 # DPDK Performance Results 3n-tsh
9077 - type: "file"
9078   title: "DPDK Performance Results 3n-tsh"
9079   algorithm: "file_test_results"
9080   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9081   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9082   data: "dpdk-perf-results-3n-tsh"
9083   filter: "all"
9084   data-start-level: 4
9085
9086 # DPDK Performance Results 2n-tx2
9087 - type: "file"
9088   title: "DPDK Performance Results 2n-tx2"
9089   algorithm: "file_test_results"
9090   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9091   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9092   data: "dpdk-perf-results-2n-tx2"
9093   filter: "all"
9094   data-start-level: 4
9095
9096 ################################################################################
9097 ###                                P L O T S                                 ###
9098 ################################################################################
9099
9100 # Hoststack tests 3n-hsw
9101
9102 - type: "plot"
9103   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9104   algorithm: "plot_perf_box_name"
9105   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
9106   data: "plot-vpp-hoststack-3n-hsw"
9107   include:
9108     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
9109     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
9110   layout:
9111     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9112     layout: "plot-hoststack"
9113
9114 - type: "plot"
9115   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9116   algorithm: "plot_perf_box_name"
9117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
9118   data: "plot-vpp-hoststack-3n-hsw"
9119   include:
9120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
9121     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
9122   layout:
9123     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9124     layout: "plot-hoststack"
9125
9126 - type: "plot"
9127   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9128   algorithm: "plot_perf_box_name"
9129   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
9130   data: "plot-vpp-hoststack-3n-hsw"
9131   include:
9132     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
9133     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
9134     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
9135     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
9136   layout:
9137     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9138     layout: "plot-hoststack"
9139
9140 ################################################################################
9141
9142 # Soak Test (PLRsearch), boxes - 2n-clx
9143 - type: "plot"
9144   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9145   algorithm: "plot_perf_box_name"
9146   output-file-type: ".html"
9147   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
9148   data: "plot-vpp-soak-2n-clx"
9149   include:
9150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9156   layout:
9157     title: "30 Minutes Soak Test (PLRsearch)"
9158     layout: "plot-soak-throughput"
9159
9160 # Soak Test (PLRsearch), boxes - 2n-clx
9161 - type: "plot"
9162   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9163   algorithm: "plot_perf_box_name"
9164   output-file-type: ".html"
9165   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
9166   data: "plot-vpp-soak-2n-clx"
9167   include:
9168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9173     - "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"
9174   layout:
9175     title: "30 Minutes Soak Test (PLRsearch)"
9176     layout: "plot-soak-throughput"
9177
9178 # Soak Test (PLRsearch), boxes - 2n-skx
9179 - type: "plot"
9180   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9181   algorithm: "plot_perf_box_name"
9182   output-file-type: ".html"
9183   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
9184   data: "plot-vpp-soak-2n-skx"
9185   include:
9186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9192   layout:
9193     title: "30 Minutes Soak Test (PLRsearch)"
9194     layout: "plot-soak-throughput"
9195
9196 # Soak Test (PLRsearch), boxes - 2n-skx
9197 - type: "plot"
9198   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9199   algorithm: "plot_perf_box_name"
9200   output-file-type: ".html"
9201   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
9202   data: "plot-vpp-soak-2n-skx"
9203   include:
9204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9209     - "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"
9210   layout:
9211     title: "30 Minutes Soak Test (PLRsearch)"
9212     layout: "plot-soak-throughput"
9213
9214 ###############################################################################
9215
9216 # Reconf tests 2n-skx
9217
9218 - type: "plot"
9219   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9220   algorithm: "plot_nf_reconf_box_name"
9221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
9222   data: "plot-vpp-nfv-reconf-2n-skx"
9223   include:
9224     - "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"
9225     - "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"
9226     - "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"
9227     - "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"
9228     - "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"
9229     - "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"
9230   layout:
9231     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9232     layout: "plot-throughput"
9233
9234 - type: "plot"
9235   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9236   algorithm: "plot_nf_reconf_box_name"
9237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
9238   data: "plot-vpp-nfv-reconf-2n-skx"
9239   include:
9240     - "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"
9241     - "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"
9242     - "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"
9243     - "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"
9244     - "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"
9245     - "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"
9246   layout:
9247     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9248     layout: "plot-throughput"
9249
9250 - type: "plot"
9251   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9252   algorithm: "plot_nf_reconf_box_name"
9253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
9254   data: "plot-vpp-nfv-reconf-2n-skx"
9255   include:
9256     - "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"
9257     - "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"
9258     - "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"
9259     - "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"
9260     - "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"
9261     - "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"
9262   layout:
9263     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9264     layout: "plot-throughput"
9265
9266 ###############################################################################
9267
9268 # Reconf tests 2n-clx
9269
9270 - type: "plot"
9271   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9272   algorithm: "plot_nf_reconf_box_name"
9273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
9274   data: "plot-vpp-nfv-reconf-2n-clx"
9275   include:
9276     - "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"
9277     - "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"
9278     - "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"
9279     - "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"
9280   layout:
9281     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9282     layout: "plot-throughput"
9283
9284 - type: "plot"
9285   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9286   algorithm: "plot_nf_reconf_box_name"
9287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
9288   data: "plot-vpp-nfv-reconf-2n-clx"
9289   include:
9290     - "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"
9291     - "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"
9292     - "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"
9293     - "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"
9294   layout:
9295     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9296     layout: "plot-throughput"
9297
9298 - type: "plot"
9299   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9300   algorithm: "plot_nf_reconf_box_name"
9301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
9302   data: "plot-vpp-nfv-reconf-2n-clx"
9303   include:
9304     - "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"
9305     - "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"
9306     - "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"
9307     - "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"
9308   layout:
9309     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9310     layout: "plot-throughput"
9311
9312 ###############################################################################
9313
9314 # Reconf tests 3n-hsw
9315
9316 - type: "plot"
9317   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9318   algorithm: "plot_nf_reconf_box_name"
9319   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9320   data: "plot-vpp-ipsec-reconf-3n-hsw"
9321   include:
9322     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9323     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9324     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9325     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9326   layout:
9327     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9328     layout: "plot-throughput"
9329
9330 - type: "plot"
9331   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9332   algorithm: "plot_nf_reconf_box_name"
9333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9334   data: "plot-vpp-ipsec-reconf-3n-hsw"
9335   include:
9336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9338     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9339     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9340   layout:
9341     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9342     layout: "plot-throughput"
9343
9344 - type: "plot"
9345   title: "Effective Blocked Time: 3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9346   algorithm: "plot_nf_reconf_box_name"
9347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9348   data: "plot-vpp-ipsec-reconf-3n-hsw"
9349   include:
9350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-1t1c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9354   layout:
9355     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9356     layout: "plot-throughput"
9357
9358 - type: "plot"
9359   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9360   algorithm: "plot_nf_reconf_box_name"
9361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9362   data: "plot-vpp-ipsec-reconf-3n-hsw"
9363   include:
9364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9368   layout:
9369     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9370     layout: "plot-throughput"
9371
9372 - type: "plot"
9373   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9374   algorithm: "plot_nf_reconf_box_name"
9375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9376   data: "plot-vpp-ipsec-reconf-3n-hsw"
9377   include:
9378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9382   layout:
9383     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9384     layout: "plot-throughput"
9385
9386 - type: "plot"
9387   title: "Effective Blocked Time: 3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9388   algorithm: "plot_nf_reconf_box_name"
9389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9390   data: "plot-vpp-ipsec-reconf-3n-hsw"
9391   include:
9392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-2t2c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9396   layout:
9397     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9398     layout: "plot-throughput"
9399
9400 - type: "plot"
9401   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9402   algorithm: "plot_nf_reconf_box_name"
9403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9404   data: "plot-vpp-ipsec-reconf-3n-hsw"
9405   include:
9406     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9407     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9410   layout:
9411     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9412     layout: "plot-throughput"
9413
9414 - type: "plot"
9415   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9416   algorithm: "plot_nf_reconf_box_name"
9417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9418   data: "plot-vpp-ipsec-reconf-3n-hsw"
9419   include:
9420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9424   layout:
9425     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9426     layout: "plot-throughput"
9427
9428 - type: "plot"
9429   title: "Effective Blocked Time: 3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9430   algorithm: "plot_nf_reconf_box_name"
9431   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9432   data: "plot-vpp-ipsec-reconf-3n-hsw"
9433   include:
9434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-4t4c-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9438   layout:
9439     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9440     layout: "plot-throughput"
9441
9442 ###############################################################################
9443
9444 # Plots - NF Density - VSC - MRR IMIX
9445 - type: "plot"
9446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9447   algorithm: "plot_nf_heatmap"
9448   output-file-type: ".html"
9449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
9450   data: "plot-vpp-nfv-2n-skx-mrr"
9451   filter: "'NIC_Intel-XXV710' and
9452            'NF_DENSITY' and
9453            'VHOST' and
9454            not 'VXLAN' and
9455            'CHAIN' and
9456            'NF_VPPIP4' and
9457            'IMIX' and
9458            '2T1C' and
9459            'MRR'"
9460   parameters:
9461   - "result"
9462   - "name"
9463   - "tags"
9464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9465   x-axis: "X = VNFs per Service Chain"
9466   y-axis: "Y = Number of Service Chains"
9467   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9468   layout:
9469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9470     layout: "plot-service-density"
9471
9472 - type: "plot"
9473   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9474   algorithm: "plot_nf_heatmap"
9475   output-file-type: ".html"
9476   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
9477   data: "plot-vpp-nfv-2n-skx-mrr"
9478   filter: "'NIC_Intel-XXV710' and
9479            'NF_DENSITY' and
9480            'VHOST' and
9481            not 'VXLAN' and
9482            'CHAIN' and
9483            'NF_VPPIP4' and
9484            'IMIX' and
9485            '4T2C' and
9486            'MRR'"
9487   parameters:
9488   - "result"
9489   - "name"
9490   - "tags"
9491   include-tests: "MRR" # "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 MRR) [Mpps]"
9495   layout:
9496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9497     layout: "plot-service-density"
9498
9499 - type: "plot"
9500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9501   algorithm: "plot_nf_heatmap"
9502   output-file-type: ".html"
9503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
9504   data: "plot-vpp-nfv-2n-skx-mrr"
9505   filter: "'NIC_Intel-XXV710' and
9506            'NF_DENSITY' and
9507            'VHOST' and
9508            not 'VXLAN' and
9509            'CHAIN' and
9510            'NF_VPPIP4' and
9511            'IMIX' and
9512            '8T4C' and
9513            'MRR'"
9514   parameters:
9515   - "result"
9516   - "name"
9517   - "tags"
9518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9519   x-axis: "X = VNFs per Service Chain"
9520   y-axis: "Y = Number of Service Chains"
9521   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9522   layout:
9523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9524     layout: "plot-service-density"
9525
9526 # Plots - NF Density - VSC - NDR IMIX
9527 - type: "plot"
9528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9529   algorithm: "plot_nf_heatmap"
9530   output-file-type: ".html"
9531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
9532   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9533   filter: "'NIC_Intel-XXV710' and
9534            'NF_DENSITY' and
9535            'VHOST' and
9536            not 'VXLAN' and
9537            'CHAIN' and
9538            'NF_VPPIP4' and
9539            'IMIX' and
9540            '2T1C' and
9541            'NDRPDR'"
9542   parameters:
9543   - "throughput"
9544   - "name"
9545   - "tags"
9546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9547   x-axis: "X = VNFs per Service Chain"
9548   y-axis: "Y = Number of Service Chains"
9549   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9550   layout:
9551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9552     layout: "plot-service-density"
9553
9554 - type: "plot"
9555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9556   algorithm: "plot_nf_heatmap"
9557   output-file-type: ".html"
9558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
9559   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9560   filter: "'NIC_Intel-XXV710' and
9561            'NF_DENSITY' and
9562            'VHOST' and
9563            not 'VXLAN' and
9564            'CHAIN' and
9565            'NF_VPPIP4' and
9566            'IMIX' and
9567            '4T2C' and
9568            'NDRPDR'"
9569   parameters:
9570   - "throughput"
9571   - "name"
9572   - "tags"
9573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9574   x-axis: "X = VNFs per Service Chain"
9575   y-axis: "Y = Number of Service Chains"
9576   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9577   layout:
9578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9579     layout: "plot-service-density"
9580
9581 - type: "plot"
9582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9583   algorithm: "plot_nf_heatmap"
9584   output-file-type: ".html"
9585   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
9586   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9587   filter: "'NIC_Intel-XXV710' and
9588            'NF_DENSITY' and
9589            'VHOST' and
9590            not 'VXLAN' and
9591            'CHAIN' and
9592            'NF_VPPIP4' and
9593            'IMIX' and
9594            '8T4C' and
9595            'NDRPDR'"
9596   parameters:
9597   - "throughput"
9598   - "name"
9599   - "tags"
9600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9601   x-axis: "X = VNFs per Service Chain"
9602   y-axis: "Y = Number of Service Chains"
9603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9604   layout:
9605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9606     layout: "plot-service-density"
9607
9608 # Plots - NF Density - VSC - PDR IMIX
9609 - type: "plot"
9610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9611   algorithm: "plot_nf_heatmap"
9612   output-file-type: ".html"
9613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
9614   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9615   filter: "'NIC_Intel-XXV710' and
9616            'NF_DENSITY' and
9617            'VHOST' and
9618            not 'VXLAN' and
9619            'CHAIN' and
9620            'NF_VPPIP4' and
9621            'IMIX' and
9622            '2T1C' and
9623            'NDRPDR'"
9624   parameters:
9625   - "throughput"
9626   - "name"
9627   - "tags"
9628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9629   x-axis: "X = VNFs per Service Chain"
9630   y-axis: "Y = Number of Service Chains"
9631   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9632   layout:
9633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9634     layout: "plot-service-density"
9635
9636 - type: "plot"
9637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9638   algorithm: "plot_nf_heatmap"
9639   output-file-type: ".html"
9640   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
9641   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9642   filter: "'NIC_Intel-XXV710' and
9643            'NF_DENSITY' and
9644            'VHOST' and
9645            not 'VXLAN' and
9646            'CHAIN' and
9647            'NF_VPPIP4' and
9648            'IMIX' and
9649            '4T2C' and
9650            'NDRPDR'"
9651   parameters:
9652   - "throughput"
9653   - "name"
9654   - "tags"
9655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9656   x-axis: "X = VNFs per Service Chain"
9657   y-axis: "Y = Number of Service Chains"
9658   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9659   layout:
9660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9661     layout: "plot-service-density"
9662
9663 - type: "plot"
9664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9665   algorithm: "plot_nf_heatmap"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
9668   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9669   filter: "'NIC_Intel-XXV710' and
9670            'NF_DENSITY' and
9671            'VHOST' and
9672            not 'VXLAN' and
9673            'CHAIN' and
9674            'NF_VPPIP4' and
9675            'IMIX' and
9676            '8T4C' and
9677            'NDRPDR'"
9678   parameters:
9679   - "throughput"
9680   - "name"
9681   - "tags"
9682   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9683   x-axis: "X = VNFs per Service Chain"
9684   y-axis: "Y = Number of Service Chains"
9685   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9686   layout:
9687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9688     layout: "plot-service-density"
9689
9690 ###############################################################################
9691
9692 # Plots - NF Density - VSC - MRR IMIX
9693 - type: "plot"
9694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9695   algorithm: "plot_nf_heatmap"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9698   data: "plot-vpp-nfv-2n-skx-mrr"
9699   filter: "'NIC_Intel-XXV710' and
9700            'NF_DENSITY' and
9701            'VHOST' and
9702            'VXLAN' and
9703            'CHAIN' and
9704            'IMIX' and
9705            '2T1C' and
9706            'MRR'"
9707   parameters:
9708   - "result"
9709   - "name"
9710   - "tags"
9711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = VNFs per Service Chain"
9713   y-axis: "Y = Number of Service Chains"
9714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9717     layout: "plot-service-density"
9718
9719 - type: "plot"
9720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9721   algorithm: "plot_nf_heatmap"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9724   data: "plot-vpp-nfv-2n-skx-mrr"
9725   filter: "'NIC_Intel-XXV710' and
9726            'NF_DENSITY' and
9727            'VHOST' and
9728            'VXLAN' and
9729            'CHAIN' and
9730            'IMIX' and
9731            '4T2C' and
9732            'MRR'"
9733   parameters:
9734   - "result"
9735   - "name"
9736   - "tags"
9737   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9738   x-axis: "X = VNFs per Service Chain"
9739   y-axis: "Y = Number of Service Chains"
9740   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9741   layout:
9742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9743     layout: "plot-service-density"
9744
9745 - type: "plot"
9746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9747   algorithm: "plot_nf_heatmap"
9748   output-file-type: ".html"
9749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9750   data: "plot-vpp-nfv-2n-skx-mrr"
9751   filter: "'NIC_Intel-XXV710' and
9752            'NF_DENSITY' and
9753            'VHOST' and
9754            'VXLAN' and
9755            'CHAIN' and
9756            'IMIX' and
9757            '8T4C' and
9758            'MRR'"
9759   parameters:
9760   - "result"
9761   - "name"
9762   - "tags"
9763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9764   x-axis: "X = VNFs per Service Chain"
9765   y-axis: "Y = Number of Service Chains"
9766   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9767   layout:
9768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9769     layout: "plot-service-density"
9770
9771 # Plots - NF Density - VSC - NDR IMIX
9772 - type: "plot"
9773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9774   algorithm: "plot_nf_heatmap"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9777   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9778   filter: "'NIC_Intel-XXV710' and
9779            'NF_DENSITY' and
9780            'VHOST' and
9781            'VXLAN' and
9782            'CHAIN' and
9783            'IMIX' and
9784            '2T1C' and
9785            'NDRPDR'"
9786   parameters:
9787   - "throughput"
9788   - "name"
9789   - "tags"
9790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = VNFs per Service Chain"
9792   y-axis: "Y = Number of Service Chains"
9793   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9796     layout: "plot-service-density"
9797
9798 - type: "plot"
9799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9800   algorithm: "plot_nf_heatmap"
9801   output-file-type: ".html"
9802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9803   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9804   filter: "'NIC_Intel-XXV710' and
9805            'NF_DENSITY' and
9806            'VHOST' and
9807            'VXLAN' and
9808            'CHAIN' and
9809            'IMIX' and
9810            '4T2C' and
9811            'NDRPDR'"
9812   parameters:
9813   - "throughput"
9814   - "name"
9815   - "tags"
9816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9817   x-axis: "X = VNFs per Service Chain"
9818   y-axis: "Y = Number of Service Chains"
9819   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9820   layout:
9821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9822     layout: "plot-service-density"
9823
9824 - type: "plot"
9825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9826   algorithm: "plot_nf_heatmap"
9827   output-file-type: ".html"
9828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9829   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9830   filter: "'NIC_Intel-XXV710' and
9831            'NF_DENSITY' and
9832            'VHOST' and
9833            'VXLAN' and
9834            'CHAIN' and
9835            'IMIX' and
9836            '8T4C' and
9837            'NDRPDR'"
9838   parameters:
9839   - "throughput"
9840   - "name"
9841   - "tags"
9842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9843   x-axis: "X = VNFs per Service Chain"
9844   y-axis: "Y = Number of Service Chains"
9845   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9846   layout:
9847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9848     layout: "plot-service-density"
9849
9850 # Plots - NF Density - VSC - PDR IMIX
9851 - type: "plot"
9852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9853   algorithm: "plot_nf_heatmap"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9856   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9857   filter: "'NIC_Intel-XXV710' and
9858            'NF_DENSITY' and
9859            'VHOST' and
9860            'VXLAN' and
9861            'CHAIN' and
9862            'IMIX' and
9863            '2T1C' and
9864            'NDRPDR'"
9865   parameters:
9866   - "throughput"
9867   - "name"
9868   - "tags"
9869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9870   x-axis: "X = VNFs per Service Chain"
9871   y-axis: "Y = Number of Service Chains"
9872   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9873   layout:
9874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9875     layout: "plot-service-density"
9876
9877 - type: "plot"
9878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9879   algorithm: "plot_nf_heatmap"
9880   output-file-type: ".html"
9881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9882   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9883   filter: "'NIC_Intel-XXV710' and
9884            'NF_DENSITY' and
9885            'VHOST' and
9886            'VXLAN' and
9887            'CHAIN' and
9888            'IMIX' and
9889            '4T2C' and
9890            'NDRPDR'"
9891   parameters:
9892   - "throughput"
9893   - "name"
9894   - "tags"
9895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9896   x-axis: "X = VNFs per Service Chain"
9897   y-axis: "Y = Number of Service Chains"
9898   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9899   layout:
9900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9901     layout: "plot-service-density"
9902
9903 - type: "plot"
9904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9905   algorithm: "plot_nf_heatmap"
9906   output-file-type: ".html"
9907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9908   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9909   filter: "'NIC_Intel-XXV710' and
9910            'NF_DENSITY' and
9911            'VHOST' and
9912            'VXLAN' and
9913            'CHAIN' and
9914            'IMIX' and
9915            '8T4C' and
9916            'NDRPDR'"
9917   parameters:
9918   - "throughput"
9919   - "name"
9920   - "tags"
9921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9922   x-axis: "X = VNFs per Service Chain"
9923   y-axis: "Y = Number of Service Chains"
9924   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9925   layout:
9926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9927     layout: "plot-service-density"
9928
9929 ###############################################################################
9930
9931 # Plots - NF Density - CSC - MRR IMIX
9932 - type: "plot"
9933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9934   algorithm: "plot_nf_heatmap"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
9937   data: "plot-vpp-nfv-2n-skx-mrr"
9938   filter: "'NIC_Intel-XXV710' and
9939            'NF_DENSITY' and
9940            'DOCKER' and
9941            'CHAIN' and
9942            'NF_VPPIP4' and
9943            'IMIX' and
9944            '2T1C' and
9945            'MRR'"
9946   parameters:
9947   - "result"
9948   - "name"
9949   - "tags"
9950   include-tests: "MRR" # "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 MRR) [Mpps]"
9954   layout:
9955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9956     layout: "plot-service-density"
9957
9958 - type: "plot"
9959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9960   algorithm: "plot_nf_heatmap"
9961   output-file-type: ".html"
9962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
9963   data: "plot-vpp-nfv-2n-skx-mrr"
9964   filter: "'NIC_Intel-XXV710' and
9965            'NF_DENSITY' and
9966            'DOCKER' and
9967            'CHAIN' and
9968            'NF_VPPIP4' and
9969            'IMIX' and
9970            '4T2C' and
9971            'MRR'"
9972   parameters:
9973   - "result"
9974   - "name"
9975   - "tags"
9976   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9977   x-axis: "X = CNFs per Service Chain"
9978   y-axis: "Y = Number of Service Chains"
9979   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9980   layout:
9981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9982     layout: "plot-service-density"
9983
9984 - type: "plot"
9985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9986   algorithm: "plot_nf_heatmap"
9987   output-file-type: ".html"
9988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
9989   data: "plot-vpp-nfv-2n-skx-mrr"
9990   filter: "'NIC_Intel-XXV710' and
9991            'NF_DENSITY' and
9992            'DOCKER' and
9993            'CHAIN' and
9994            'NF_VPPIP4' and
9995            'IMIX' and
9996            '8T4C' and
9997            'MRR'"
9998   parameters:
9999   - "result"
10000   - "name"
10001   - "tags"
10002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10003   x-axis: "X = CNFs per Service Chain"
10004   y-axis: "Y = Number of Service Chains"
10005   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10006   layout:
10007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10008     layout: "plot-service-density"
10009
10010 # Plots - NF Density - CSC - NDR IMIX
10011 - type: "plot"
10012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10013   algorithm: "plot_nf_heatmap"
10014   output-file-type: ".html"
10015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
10016   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10017   filter: "'NIC_Intel-XXV710' and
10018            'NF_DENSITY' and
10019            'DOCKER' and
10020            'CHAIN' and
10021            'NF_VPPIP4' and
10022            'IMIX' and
10023            '2T1C' and
10024            'NDRPDR'"
10025   parameters:
10026   - "throughput"
10027   - "name"
10028   - "tags"
10029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10030   x-axis: "X = CNFs per Service Chain"
10031   y-axis: "Y = Number of Service Chains"
10032   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10033   layout:
10034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10035     layout: "plot-service-density"
10036
10037 - type: "plot"
10038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10039   algorithm: "plot_nf_heatmap"
10040   output-file-type: ".html"
10041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
10042   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10043   filter: "'NIC_Intel-XXV710' and
10044            'NF_DENSITY' and
10045            'DOCKER' and
10046            'CHAIN' and
10047            'NF_VPPIP4' and
10048            'IMIX' and
10049            '4T2C' and
10050            'NDRPDR'"
10051   parameters:
10052   - "throughput"
10053   - "name"
10054   - "tags"
10055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10056   x-axis: "X = CNFs per Service Chain"
10057   y-axis: "Y = Number of Service Chains"
10058   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10059   layout:
10060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10061     layout: "plot-service-density"
10062
10063 - type: "plot"
10064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10065   algorithm: "plot_nf_heatmap"
10066   output-file-type: ".html"
10067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
10068   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10069   filter: "'NIC_Intel-XXV710' and
10070            'NF_DENSITY' and
10071            'DOCKER' and
10072            'CHAIN' and
10073            'NF_VPPIP4' and
10074            'IMIX' and
10075            '8T4C' and
10076            'NDRPDR'"
10077   parameters:
10078   - "throughput"
10079   - "name"
10080   - "tags"
10081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10082   x-axis: "X = CNFs per Service Chain"
10083   y-axis: "Y = Number of Service Chains"
10084   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10085   layout:
10086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10087     layout: "plot-service-density"
10088
10089 # Plots - NF Density - CSC - PDR IMIX
10090 - type: "plot"
10091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10092   algorithm: "plot_nf_heatmap"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
10095   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10096   filter: "'NIC_Intel-XXV710' and
10097            'NF_DENSITY' and
10098            'DOCKER' and
10099            'CHAIN' and
10100            'NF_VPPIP4' and
10101            'IMIX' and
10102            '2T1C' and
10103            'NDRPDR'"
10104   parameters:
10105   - "throughput"
10106   - "name"
10107   - "tags"
10108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10109   x-axis: "X = CNFs per Service Chain"
10110   y-axis: "Y = Number of Service Chains"
10111   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10112   layout:
10113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10114     layout: "plot-service-density"
10115
10116 - type: "plot"
10117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10118   algorithm: "plot_nf_heatmap"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
10121   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10122   filter: "'NIC_Intel-XXV710' and
10123            'NF_DENSITY' and
10124            'DOCKER' and
10125            'CHAIN' and
10126            'NF_VPPIP4' and
10127            'IMIX' and
10128            '4T2C' and
10129            'NDRPDR'"
10130   parameters:
10131   - "throughput"
10132   - "name"
10133   - "tags"
10134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10135   x-axis: "X = CNFs per Service Chain"
10136   y-axis: "Y = Number of Service Chains"
10137   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10138   layout:
10139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10140     layout: "plot-service-density"
10141
10142 - type: "plot"
10143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10144   algorithm: "plot_nf_heatmap"
10145   output-file-type: ".html"
10146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
10147   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10148   filter: "'NIC_Intel-XXV710' and
10149            'NF_DENSITY' and
10150            'DOCKER' and
10151            'CHAIN' and
10152            'NF_VPPIP4' and
10153            'IMIX' and
10154            '8T4C' and
10155            'NDRPDR'"
10156   parameters:
10157   - "throughput"
10158   - "name"
10159   - "tags"
10160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10161   x-axis: "X = CNFs per Service Chain"
10162   y-axis: "Y = Number of Service Chains"
10163   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10164   layout:
10165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10166     layout: "plot-service-density"
10167
10168 ################################################################################
10169 #
10170 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10171 #- type: "plot"
10172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10173 #  algorithm: "plot_nf_heatmap"
10174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
10175 #  data: "plot-vpp-nfv-3n-skx-mrr"
10176 #  filter: "'NIC_Intel-XXV710' and
10177 #           'NF_DENSITY' and
10178 #           'DOCKER' and
10179 #           'CHAIN' and
10180 #           'NF_VPPIP4' and
10181 #           'IPSEC' and
10182 #           'TNL_4' and
10183 #           'IMIX' and
10184 #           '2T1C' and
10185 #           'MRR'"
10186 #  parameters:
10187 #  - "result"
10188 #  - "name"
10189 #  - "tags"
10190 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10191 #  x-axis: "X = CNFs per Service Chain"
10192 #  y-axis: "Y = Number of Service Chains"
10193 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10194 #  layout:
10195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10196 #    layout: "plot-service-density"
10197 #
10198 #- type: "plot"
10199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10200 #  algorithm: "plot_nf_heatmap"
10201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
10202 #  data: "plot-vpp-nfv-3n-skx-mrr"
10203 #  filter: "'NIC_Intel-XXV710' and
10204 #           'NF_DENSITY' and
10205 #           'DOCKER' and
10206 #           'CHAIN' and
10207 #           'NF_VPPIP4' and
10208 #           'IPSEC' and
10209 #           'TNL_4' and
10210 #           'IMIX' and
10211 #           '4T2C' and
10212 #           'MRR'"
10213 #  parameters:
10214 #  - "result"
10215 #  - "name"
10216 #  - "tags"
10217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10218 #  x-axis: "X = CNFs per Service Chain"
10219 #  y-axis: "Y = Number of Service Chains"
10220 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10221 #  layout:
10222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10223 #    layout: "plot-service-density"
10224 #
10225 #- type: "plot"
10226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10227 #  algorithm: "plot_nf_heatmap"
10228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
10229 #  data: "plot-vpp-nfv-3n-skx-mrr"
10230 #  filter: "'NIC_Intel-XXV710' and
10231 #           'NF_DENSITY' and
10232 #           'DOCKER' and
10233 #           'CHAIN' and
10234 #           'NF_VPPIP4' and
10235 #           'IPSEC' and
10236 #           'TNL_4' and
10237 #           'IMIX' and
10238 #           '8T4C' and
10239 #           'MRR'"
10240 #  parameters:
10241 #  - "result"
10242 #  - "name"
10243 #  - "tags"
10244 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10245 #  x-axis: "X = CNFs per Service Chain"
10246 #  y-axis: "Y = Number of Service Chains"
10247 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10248 #  layout:
10249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10250 #    layout: "plot-service-density"
10251
10252 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10253 #- type: "plot"
10254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10255 #  algorithm: "plot_nf_heatmap"
10256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
10257 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10258 #  filter: "'NIC_Intel-XXV710' and
10259 #           'NF_DENSITY' and
10260 #           'DOCKER' and
10261 #           'CHAIN' and
10262 #           'NF_VPPIP4' and
10263 #           'IPSEC' and
10264 #           'TNL_4' and
10265 #           'IMIX' and
10266 #           '2T1C' and
10267 #           'NDRPDR'"
10268 #  parameters:
10269 #  - "throughput"
10270 #  - "name"
10271 #  - "tags"
10272 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10273 #  x-axis: "X = CNFs per Service Chain"
10274 #  y-axis: "Y = Number of Service Chains"
10275 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10276 #  layout:
10277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10278 #    layout: "plot-service-density"
10279 #
10280 #- type: "plot"
10281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10282 #  algorithm: "plot_nf_heatmap"
10283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
10284 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10285 #  filter: "'NIC_Intel-XXV710' and
10286 #           'NF_DENSITY' and
10287 #           'DOCKER' and
10288 #           'CHAIN' and
10289 #           'NF_VPPIP4' and
10290 #           'IPSEC' and
10291 #           'TNL_4' and
10292 #           'IMIX' and
10293 #           '4T2C' and
10294 #           'NDRPDR'"
10295 #  parameters:
10296 #  - "throughput"
10297 #  - "name"
10298 #  - "tags"
10299 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10300 #  x-axis: "X = CNFs per Service Chain"
10301 #  y-axis: "Y = Number of Service Chains"
10302 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10303 #  layout:
10304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10305 #    layout: "plot-service-density"
10306 #
10307 #- type: "plot"
10308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10309 #  algorithm: "plot_nf_heatmap"
10310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
10311 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10312 #  filter: "'NIC_Intel-XXV710' and
10313 #           'NF_DENSITY' and
10314 #           'DOCKER' and
10315 #           'CHAIN' and
10316 #           'NF_VPPIP4' and
10317 #           'IPSEC' and
10318 #           'TNL_4' and
10319 #           'IMIX' and
10320 #           '8T4C' and
10321 #           'NDRPDR'"
10322 #  parameters:
10323 #  - "throughput"
10324 #  - "name"
10325 #  - "tags"
10326 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10327 #  x-axis: "X = CNFs per Service Chain"
10328 #  y-axis: "Y = Number of Service Chains"
10329 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10330 #  layout:
10331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10332 #    layout: "plot-service-density"
10333 #
10334 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10335 #- type: "plot"
10336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10337 #  algorithm: "plot_nf_heatmap"
10338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
10339 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10340 #  filter: "'NIC_Intel-XXV710' and
10341 #           'NF_DENSITY' and
10342 #           'DOCKER' and
10343 #           'CHAIN' and
10344 #           'NF_VPPIP4' and
10345 #           'IPSEC' and
10346 #           'TNL_4' and
10347 #           'IMIX' and
10348 #           '2T1C' and
10349 #           'NDRPDR'"
10350 #  parameters:
10351 #  - "throughput"
10352 #  - "name"
10353 #  - "tags"
10354 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10355 #  x-axis: "X = CNFs per Service Chain"
10356 #  y-axis: "Y = Number of Service Chains"
10357 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10358 #  layout:
10359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10360 #    layout: "plot-service-density"
10361 #
10362 #- type: "plot"
10363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10364 #  algorithm: "plot_nf_heatmap"
10365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
10366 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10367 #  filter: "'NIC_Intel-XXV710' and
10368 #           'NF_DENSITY' and
10369 #           'DOCKER' and
10370 #           'CHAIN' and
10371 #           'NF_VPPIP4' and
10372 #           'IPSEC' and
10373 #           'TNL_4' and
10374 #           'IMIX' and
10375 #           '4T2C' and
10376 #           'NDRPDR'"
10377 #  parameters:
10378 #  - "throughput"
10379 #  - "name"
10380 #  - "tags"
10381 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10382 #  x-axis: "X = CNFs per Service Chain"
10383 #  y-axis: "Y = Number of Service Chains"
10384 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10385 #  layout:
10386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10387 #    layout: "plot-service-density"
10388 #
10389 #- type: "plot"
10390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10391 #  algorithm: "plot_nf_heatmap"
10392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
10393 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10394 #  filter: "'NIC_Intel-XXV710' and
10395 #           'NF_DENSITY' and
10396 #           'DOCKER' and
10397 #           'CHAIN' and
10398 #           'NF_VPPIP4' and
10399 #           'IPSEC' and
10400 #           'TNL_4' and
10401 #           'IMIX' and
10402 #           '8T4C' and
10403 #           'NDRPDR'"
10404 #  parameters:
10405 #  - "throughput"
10406 #  - "name"
10407 #  - "tags"
10408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10409 #  x-axis: "X = CNFs per Service Chain"
10410 #  y-axis: "Y = Number of Service Chains"
10411 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10412 #  layout:
10413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10414 #    layout: "plot-service-density"
10415
10416 ###############################################################################
10417
10418 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
10419 #- type: "plot"
10420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10421 #  algorithm: "plot_nf_heatmap"
10422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
10423 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10424 #  filter: "'NIC_Intel-XL710' and
10425 #           'NF_DENSITY' and
10426 #           'DOCKER' and
10427 #           'CHAIN' and
10428 #           'NF_VPPIP4' and
10429 #           'IMIX' and
10430 #           'TNL_4' and
10431 #           '1T1C' and
10432 #           'MRR'"
10433 #  parameters:
10434 #  - "result"
10435 #  - "name"
10436 #  - "tags"
10437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10438 #  x-axis: "X = CNFs per Service Chain"
10439 #  y-axis: "Y = Number of Service Chains"
10440 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10441 #  layout:
10442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10443 #    layout: "plot-service-density"
10444 #
10445 #- type: "plot"
10446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10447 #  algorithm: "plot_nf_heatmap"
10448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
10449 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10450 #  filter: "'NIC_Intel-XL710' and
10451 #           'NF_DENSITY' and
10452 #           'DOCKER' and
10453 #           'CHAIN' and
10454 #           'NF_VPPIP4' and
10455 #           'IPSEC' and
10456 #           'TNL_4' and
10457 #           'IMIX' and
10458 #           '2T2C' and
10459 #           'MRR'"
10460 #  parameters:
10461 #  - "result"
10462 #  - "name"
10463 #  - "tags"
10464 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10465 #  x-axis: "X = CNFs per Service Chain"
10466 #  y-axis: "Y = Number of Service Chains"
10467 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10468 #  layout:
10469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10470 #    layout: "plot-service-density"
10471 #
10472 #- type: "plot"
10473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10474 #  algorithm: "plot_nf_heatmap"
10475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
10476 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10477 #  filter: "'NIC_Intel-XL710' and
10478 #           'NF_DENSITY' and
10479 #           'DOCKER' and
10480 #           'CHAIN' and
10481 #           'NF_VPPIP4' and
10482 #           'IPSEC' and
10483 #           'TNL_4' and
10484 #           'IMIX' and
10485 #           '4T4C' and
10486 #           'MRR'"
10487 #  parameters:
10488 #  - "result"
10489 #  - "name"
10490 #  - "tags"
10491 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10492 #  x-axis: "X = CNFs per Service Chain"
10493 #  y-axis: "Y = Number of Service Chains"
10494 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10495 #  layout:
10496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
10497 #    layout: "plot-service-density"
10498
10499 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
10500 #- type: "plot"
10501 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10502 #  algorithm: "plot_nf_heatmap"
10503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
10504 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10505 #  filter: "'NIC_Intel-XL710' and
10506 #           'NF_DENSITY' and
10507 #           'DOCKER' and
10508 #           'CHAIN' and
10509 #           'NF_VPPIP4' and
10510 #           'IPSEC' and
10511 #           'TNL_4' and
10512 #           'IMIX' and
10513 #           '1T1C' and
10514 #           'NDRPDR'"
10515 #  parameters:
10516 #  - "throughput"
10517 #  - "name"
10518 #  - "tags"
10519 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10520 #  x-axis: "X = CNFs per Service Chain"
10521 #  y-axis: "Y = Number of Service Chains"
10522 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10523 #  layout:
10524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10525 #    layout: "plot-service-density"
10526 #
10527 #- type: "plot"
10528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10529 #  algorithm: "plot_nf_heatmap"
10530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
10531 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10532 #  filter: "'NIC_Intel-XL710' and
10533 #           'NF_DENSITY' and
10534 #           'DOCKER' and
10535 #           'CHAIN' and
10536 #           'NF_VPPIP4' and
10537 #           'IPSEC' and
10538 #           'TNL_4' and
10539 #           'IMIX' and
10540 #           '2T2C' and
10541 #           'NDRPDR'"
10542 #  parameters:
10543 #  - "throughput"
10544 #  - "name"
10545 #  - "tags"
10546 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10547 #  x-axis: "X = CNFs per Service Chain"
10548 #  y-axis: "Y = Number of Service Chains"
10549 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10550 #  layout:
10551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10552 #    layout: "plot-service-density"
10553 #
10554 #- type: "plot"
10555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10556 #  algorithm: "plot_nf_heatmap"
10557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
10558 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10559 #  filter: "'NIC_Intel-XL710' and
10560 #           'NF_DENSITY' and
10561 #           'DOCKER' and
10562 #           'CHAIN' and
10563 #           'NF_VPPIP4' and
10564 #           'IPSEC' and
10565 #           'TNL_4' and
10566 #           'IMIX' and
10567 #           '4T4C' and
10568 #           'NDRPDR'"
10569 #  parameters:
10570 #  - "throughput"
10571 #  - "name"
10572 #  - "tags"
10573 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10574 #  x-axis: "X = CNFs per Service Chain"
10575 #  y-axis: "Y = Number of Service Chains"
10576 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10577 #  layout:
10578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
10579 #    layout: "plot-service-density"
10580 #
10581 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
10582 #- type: "plot"
10583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10584 #  algorithm: "plot_nf_heatmap"
10585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
10586 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10587 #  filter: "'NIC_Intel-XL710' and
10588 #           'NF_DENSITY' and
10589 #           'DOCKER' and
10590 #           'CHAIN' and
10591 #           'NF_VPPIP4' and
10592 #           'IPSEC' and
10593 #           'TNL_4' and
10594 #           'IMIX' and
10595 #           '1T1C' and
10596 #           'NDRPDR'"
10597 #  parameters:
10598 #  - "throughput"
10599 #  - "name"
10600 #  - "tags"
10601 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10602 #  x-axis: "X = CNFs per Service Chain"
10603 #  y-axis: "Y = Number of Service Chains"
10604 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10605 #  layout:
10606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10607 #    layout: "plot-service-density"
10608 #
10609 #- type: "plot"
10610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10611 #  algorithm: "plot_nf_heatmap"
10612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
10613 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10614 #  filter: "'NIC_Intel-XL710' and
10615 #           'NF_DENSITY' and
10616 #           'DOCKER' and
10617 #           'CHAIN' and
10618 #           'NF_VPPIP4' and
10619 #           'IPSEC' and
10620 #           'TNL_4' and
10621 #           'IMIX' and
10622 #           '2T2C' and
10623 #           'NDRPDR'"
10624 #  parameters:
10625 #  - "throughput"
10626 #  - "name"
10627 #  - "tags"
10628 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10629 #  x-axis: "X = CNFs per Service Chain"
10630 #  y-axis: "Y = Number of Service Chains"
10631 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10632 #  layout:
10633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10634 #    layout: "plot-service-density"
10635 #
10636 #- type: "plot"
10637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10638 #  algorithm: "plot_nf_heatmap"
10639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
10640 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10641 #  filter: "'NIC_Intel-XL710' and
10642 #           'NF_DENSITY' and
10643 #           'DOCKER' and
10644 #           'CHAIN' and
10645 #           'NF_VPPIP4' and
10646 #           'IPSEC' and
10647 #           'TNL_4' and
10648 #           'IMIX' and
10649 #           '4T4C' and
10650 #           'NDRPDR'"
10651 #  parameters:
10652 #  - "throughput"
10653 #  - "name"
10654 #  - "tags"
10655 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10656 #  x-axis: "X = CNFs per Service Chain"
10657 #  y-axis: "Y = Number of Service Chains"
10658 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10659 #  layout:
10660 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
10661 #    layout: "plot-service-density"
10662
10663 ###############################################################################
10664
10665 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10666 #- type: "plot"
10667 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10668 #  algorithm: "plot_nf_heatmap"
10669 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
10670 #  data: "plot-vpp-nfv-3n-skx-mrr"
10671 #  filter: "'NIC_Intel-XXV710' and
10672 #           'NF_DENSITY' and
10673 #           'DOCKER' and
10674 #           'CHAIN' and
10675 #           'NF_VPPIP4' and
10676 #           'IPSEC' and
10677 #           'TNL_1000' and
10678 #           'IMIX' and
10679 #           '2T1C' and
10680 #           'MRR'"
10681 #  parameters:
10682 #  - "result"
10683 #  - "name"
10684 #  - "tags"
10685 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10686 #  x-axis: "X = CNFs per Service Chain"
10687 #  y-axis: "Y = Number of Service Chains"
10688 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10689 #  layout:
10690 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10691 #    layout: "plot-service-density"
10692 #
10693 #- type: "plot"
10694 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10695 #  algorithm: "plot_nf_heatmap"
10696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
10697 #  data: "plot-vpp-nfv-3n-skx-mrr"
10698 #  filter: "'NIC_Intel-XXV710' and
10699 #           'NF_DENSITY' and
10700 #           'DOCKER' and
10701 #           'CHAIN' and
10702 #           'NF_VPPIP4' and
10703 #           'IPSEC' and
10704 #           'TNL_1000' and
10705 #           'IMIX' and
10706 #           '4T2C' and
10707 #           'MRR'"
10708 #  parameters:
10709 #  - "result"
10710 #  - "name"
10711 #  - "tags"
10712 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10713 #  x-axis: "X = CNFs per Service Chain"
10714 #  y-axis: "Y = Number of Service Chains"
10715 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10716 #  layout:
10717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10718 #    layout: "plot-service-density"
10719 #
10720 #- type: "plot"
10721 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10722 #  algorithm: "plot_nf_heatmap"
10723 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
10724 #  data: "plot-vpp-nfv-3n-skx-mrr"
10725 #  filter: "'NIC_Intel-XXV710' and
10726 #           'NF_DENSITY' and
10727 #           'DOCKER' and
10728 #           'CHAIN' and
10729 #           'NF_VPPIP4' and
10730 #           'IPSEC' and
10731 #           'TNL_1000' and
10732 #           'IMIX' and
10733 #           '8T4C' and
10734 #           'MRR'"
10735 #  parameters:
10736 #  - "result"
10737 #  - "name"
10738 #  - "tags"
10739 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10740 #  x-axis: "X = CNFs per Service Chain"
10741 #  y-axis: "Y = Number of Service Chains"
10742 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10743 #  layout:
10744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10745 #    layout: "plot-service-density"
10746
10747 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10748 #- type: "plot"
10749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10750 #  algorithm: "plot_nf_heatmap"
10751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
10752 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10753 #  filter: "'NIC_Intel-XXV710' and
10754 #           'NF_DENSITY' and
10755 #           'DOCKER' and
10756 #           'CHAIN' and
10757 #           'NF_VPPIP4' and
10758 #           'IPSEC' and
10759 #           'TNL_1000' and
10760 #           'IMIX' and
10761 #           '2T1C' and
10762 #           'NDRPDR'"
10763 #  parameters:
10764 #  - "throughput"
10765 #  - "name"
10766 #  - "tags"
10767 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10768 #  x-axis: "X = CNFs per Service Chain"
10769 #  y-axis: "Y = Number of Service Chains"
10770 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10771 #  layout:
10772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10773 #    layout: "plot-service-density"
10774 #
10775 #- type: "plot"
10776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10777 #  algorithm: "plot_nf_heatmap"
10778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
10779 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10780 #  filter: "'NIC_Intel-XXV710' and
10781 #           'NF_DENSITY' and
10782 #           'DOCKER' and
10783 #           'CHAIN' and
10784 #           'NF_VPPIP4' and
10785 #           'IPSEC' and
10786 #           'TNL_1000' and
10787 #           'IMIX' and
10788 #           '4T2C' and
10789 #           'NDRPDR'"
10790 #  parameters:
10791 #  - "throughput"
10792 #  - "name"
10793 #  - "tags"
10794 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10795 #  x-axis: "X = CNFs per Service Chain"
10796 #  y-axis: "Y = Number of Service Chains"
10797 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10798 #  layout:
10799 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10800 #    layout: "plot-service-density"
10801 #
10802 #- type: "plot"
10803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10804 #  algorithm: "plot_nf_heatmap"
10805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
10806 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10807 #  filter: "'NIC_Intel-XXV710' and
10808 #           'NF_DENSITY' and
10809 #           'DOCKER' and
10810 #           'CHAIN' and
10811 #           'NF_VPPIP4' and
10812 #           'IPSEC' and
10813 #           'TNL_1000' and
10814 #           'IMIX' and
10815 #           '8T4C' and
10816 #           'NDRPDR'"
10817 #  parameters:
10818 #  - "throughput"
10819 #  - "name"
10820 #  - "tags"
10821 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10822 #  x-axis: "X = CNFs per Service Chain"
10823 #  y-axis: "Y = Number of Service Chains"
10824 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10825 #  layout:
10826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10827 #    layout: "plot-service-density"
10828 #
10829 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10830 #- type: "plot"
10831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10832 #  algorithm: "plot_nf_heatmap"
10833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
10834 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10835 #  filter: "'NIC_Intel-XXV710' and
10836 #           'NF_DENSITY' and
10837 #           'DOCKER' and
10838 #           'CHAIN' and
10839 #           'NF_VPPIP4' and
10840 #           'IPSEC' and
10841 #           'TNL_1000' and
10842 #           'IMIX' and
10843 #           '2T1C' and
10844 #           'NDRPDR'"
10845 #  parameters:
10846 #  - "throughput"
10847 #  - "name"
10848 #  - "tags"
10849 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10850 #  x-axis: "X = CNFs per Service Chain"
10851 #  y-axis: "Y = Number of Service Chains"
10852 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10853 #  layout:
10854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10855 #    layout: "plot-service-density"
10856 #
10857 #- type: "plot"
10858 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10859 #  algorithm: "plot_nf_heatmap"
10860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
10861 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10862 #  filter: "'NIC_Intel-XXV710' and
10863 #           'NF_DENSITY' and
10864 #           'DOCKER' and
10865 #           'CHAIN' and
10866 #           'NF_VPPIP4' and
10867 #           'IPSEC' and
10868 #           'TNL_1000' and
10869 #           'IMIX' and
10870 #           '4T2C' and
10871 #           'NDRPDR'"
10872 #  parameters:
10873 #  - "throughput"
10874 #  - "name"
10875 #  - "tags"
10876 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10877 #  x-axis: "X = CNFs per Service Chain"
10878 #  y-axis: "Y = Number of Service Chains"
10879 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10880 #  layout:
10881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10882 #    layout: "plot-service-density"
10883 #
10884 #- type: "plot"
10885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10886 #  algorithm: "plot_nf_heatmap"
10887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
10888 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10889 #  filter: "'NIC_Intel-XXV710' and
10890 #           'NF_DENSITY' and
10891 #           'DOCKER' and
10892 #           'CHAIN' and
10893 #           'NF_VPPIP4' and
10894 #           'IPSEC' and
10895 #           'TNL_1000' and
10896 #           'IMIX' and
10897 #           '8T4C' and
10898 #           'NDRPDR'"
10899 #  parameters:
10900 #  - "throughput"
10901 #  - "name"
10902 #  - "tags"
10903 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10904 #  x-axis: "X = CNFs per Service Chain"
10905 #  y-axis: "Y = Number of Service Chains"
10906 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10907 #  layout:
10908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10909 #    layout: "plot-service-density"
10910
10911 ###############################################################################
10912
10913 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
10914 #- type: "plot"
10915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10916 #  algorithm: "plot_nf_heatmap"
10917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
10918 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10919 #  filter: "'NIC_Intel-XL710' and
10920 #           'NF_DENSITY' and
10921 #           'DOCKER' and
10922 #           'CHAIN' and
10923 #           'NF_VPPIP4' and
10924 #           'IMIX' and
10925 #           'TNL_1000' and
10926 #           '1T1C' and
10927 #           'MRR'"
10928 #  parameters:
10929 #  - "result"
10930 #  - "name"
10931 #  - "tags"
10932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10933 #  x-axis: "X = CNFs per Service Chain"
10934 #  y-axis: "Y = Number of Service Chains"
10935 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10936 #  layout:
10937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10938 #    layout: "plot-service-density"
10939 #
10940 #- type: "plot"
10941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10942 #  algorithm: "plot_nf_heatmap"
10943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
10944 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10945 #  filter: "'NIC_Intel-XL710' and
10946 #           'NF_DENSITY' and
10947 #           'DOCKER' and
10948 #           'CHAIN' and
10949 #           'NF_VPPIP4' and
10950 #           'IPSEC' and
10951 #           'TNL_1000' and
10952 #           'IMIX' and
10953 #           '2T2C' and
10954 #           'MRR'"
10955 #  parameters:
10956 #  - "result"
10957 #  - "name"
10958 #  - "tags"
10959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10960 #  x-axis: "X = CNFs per Service Chain"
10961 #  y-axis: "Y = Number of Service Chains"
10962 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10963 #  layout:
10964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10965 #    layout: "plot-service-density"
10966 #
10967 #- type: "plot"
10968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10969 #  algorithm: "plot_nf_heatmap"
10970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
10971 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10972 #  filter: "'NIC_Intel-XL710' and
10973 #           'NF_DENSITY' and
10974 #           'DOCKER' and
10975 #           'CHAIN' and
10976 #           'NF_VPPIP4' and
10977 #           'IPSEC' and
10978 #           'TNL_1000' and
10979 #           'IMIX' and
10980 #           '4T4C' and
10981 #           'MRR'"
10982 #  parameters:
10983 #  - "result"
10984 #  - "name"
10985 #  - "tags"
10986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10987 #  x-axis: "X = CNFs per Service Chain"
10988 #  y-axis: "Y = Number of Service Chains"
10989 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10990 #  layout:
10991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
10992 #    layout: "plot-service-density"
10993
10994 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
10995 #- type: "plot"
10996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10997 #  algorithm: "plot_nf_heatmap"
10998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
10999 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11000 #  filter: "'NIC_Intel-XL710' and
11001 #           'NF_DENSITY' and
11002 #           'DOCKER' and
11003 #           'CHAIN' and
11004 #           'NF_VPPIP4' and
11005 #           'IPSEC' and
11006 #           'TNL_1000' and
11007 #           'IMIX' and
11008 #           '1T1C' and
11009 #           'NDRPDR'"
11010 #  parameters:
11011 #  - "throughput"
11012 #  - "name"
11013 #  - "tags"
11014 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11015 #  x-axis: "X = CNFs per Service Chain"
11016 #  y-axis: "Y = Number of Service Chains"
11017 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11018 #  layout:
11019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11020 #    layout: "plot-service-density"
11021 #
11022 #- type: "plot"
11023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11024 #  algorithm: "plot_nf_heatmap"
11025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
11026 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11027 #  filter: "'NIC_Intel-XL710' and
11028 #           'NF_DENSITY' and
11029 #           'DOCKER' and
11030 #           'CHAIN' and
11031 #           'NF_VPPIP4' and
11032 #           'IPSEC' and
11033 #           'TNL_1000' and
11034 #           'IMIX' and
11035 #           '2T2C' and
11036 #           'NDRPDR'"
11037 #  parameters:
11038 #  - "throughput"
11039 #  - "name"
11040 #  - "tags"
11041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11042 #  x-axis: "X = CNFs per Service Chain"
11043 #  y-axis: "Y = Number of Service Chains"
11044 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11045 #  layout:
11046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11047 #    layout: "plot-service-density"
11048 #
11049 #- type: "plot"
11050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11051 #  algorithm: "plot_nf_heatmap"
11052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
11053 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11054 #  filter: "'NIC_Intel-XL710' and
11055 #           'NF_DENSITY' and
11056 #           'DOCKER' and
11057 #           'CHAIN' and
11058 #           'NF_VPPIP4' and
11059 #           'IPSEC' and
11060 #           'TNL_1000' and
11061 #           'IMIX' and
11062 #           '4T4C' and
11063 #           'NDRPDR'"
11064 #  parameters:
11065 #  - "throughput"
11066 #  - "name"
11067 #  - "tags"
11068 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11069 #  x-axis: "X = CNFs per Service Chain"
11070 #  y-axis: "Y = Number of Service Chains"
11071 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11072 #  layout:
11073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
11074 #    layout: "plot-service-density"
11075 #
11076 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
11077 #- type: "plot"
11078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11079 #  algorithm: "plot_nf_heatmap"
11080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
11081 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11082 #  filter: "'NIC_Intel-XL710' and
11083 #           'NF_DENSITY' and
11084 #           'DOCKER' and
11085 #           'CHAIN' and
11086 #           'NF_VPPIP4' and
11087 #           'IPSEC' and
11088 #           'TNL_1000' and
11089 #           'IMIX' and
11090 #           '1T1C' and
11091 #           'NDRPDR'"
11092 #  parameters:
11093 #  - "throughput"
11094 #  - "name"
11095 #  - "tags"
11096 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11097 #  x-axis: "X = CNFs per Service Chain"
11098 #  y-axis: "Y = Number of Service Chains"
11099 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11100 #  layout:
11101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11102 #    layout: "plot-service-density"
11103 #
11104 #- type: "plot"
11105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11106 #  algorithm: "plot_nf_heatmap"
11107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
11108 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11109 #  filter: "'NIC_Intel-XL710' and
11110 #           'NF_DENSITY' and
11111 #           'DOCKER' and
11112 #           'CHAIN' and
11113 #           'NF_VPPIP4' and
11114 #           'IPSEC' and
11115 #           'TNL_1000' and
11116 #           'IMIX' and
11117 #           '2T2C' and
11118 #           'NDRPDR'"
11119 #  parameters:
11120 #  - "throughput"
11121 #  - "name"
11122 #  - "tags"
11123 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11124 #  x-axis: "X = CNFs per Service Chain"
11125 #  y-axis: "Y = Number of Service Chains"
11126 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11127 #  layout:
11128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11129 #    layout: "plot-service-density"
11130 #
11131 #- type: "plot"
11132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11133 #  algorithm: "plot_nf_heatmap"
11134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
11135 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11136 #  filter: "'NIC_Intel-XL710' and
11137 #           'NF_DENSITY' and
11138 #           'DOCKER' and
11139 #           'CHAIN' and
11140 #           'NF_VPPIP4' and
11141 #           'IPSEC' and
11142 #           'TNL_1000' and
11143 #           'IMIX' and
11144 #           '4T4C' and
11145 #           'NDRPDR'"
11146 #  parameters:
11147 #  - "throughput"
11148 #  - "name"
11149 #  - "tags"
11150 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11151 #  x-axis: "X = CNFs per Service Chain"
11152 #  y-axis: "Y = Number of Service Chains"
11153 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11154 #  layout:
11155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
11156 #    layout: "plot-service-density"
11157
11158 ###############################################################################
11159
11160 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11161 #- type: "plot"
11162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11163 #  algorithm: "plot_nf_heatmap"
11164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
11165 #  data: "plot-vpp-nfv-3n-skx-mrr"
11166 #  filter: "'NIC_Intel-XXV710' and
11167 #           'NF_DENSITY' and
11168 #           'DOCKER' and
11169 #           'CHAIN' and
11170 #           'NF_VPPIP4' and
11171 #           'IPSEC' and
11172 #           'TNL_10000' and
11173 #           'IMIX' and
11174 #           '2T1C' and
11175 #           'MRR'"
11176 #  parameters:
11177 #  - "result"
11178 #  - "name"
11179 #  - "tags"
11180 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11181 #  x-axis: "X = CNFs per Service Chain"
11182 #  y-axis: "Y = Number of Service Chains"
11183 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11184 #  layout:
11185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11186 #    layout: "plot-service-density"
11187 #
11188 #- type: "plot"
11189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11190 #  algorithm: "plot_nf_heatmap"
11191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
11192 #  data: "plot-vpp-nfv-3n-skx-mrr"
11193 #  filter: "'NIC_Intel-XXV710' and
11194 #           'NF_DENSITY' and
11195 #           'DOCKER' and
11196 #           'CHAIN' and
11197 #           'NF_VPPIP4' and
11198 #           'IPSEC' and
11199 #           'TNL_10000' and
11200 #           'IMIX' and
11201 #           '4T2C' and
11202 #           'MRR'"
11203 #  parameters:
11204 #  - "result"
11205 #  - "name"
11206 #  - "tags"
11207 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11208 #  x-axis: "X = CNFs per Service Chain"
11209 #  y-axis: "Y = Number of Service Chains"
11210 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11211 #  layout:
11212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11213 #    layout: "plot-service-density"
11214 #
11215 #- type: "plot"
11216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11217 #  algorithm: "plot_nf_heatmap"
11218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
11219 #  data: "plot-vpp-nfv-3n-skx-mrr"
11220 #  filter: "'NIC_Intel-XXV710' and
11221 #           'NF_DENSITY' and
11222 #           'DOCKER' and
11223 #           'CHAIN' and
11224 #           'NF_VPPIP4' and
11225 #           'IPSEC' and
11226 #           'TNL_10000' and
11227 #           'IMIX' and
11228 #           '8T4C' and
11229 #           'MRR'"
11230 #  parameters:
11231 #  - "result"
11232 #  - "name"
11233 #  - "tags"
11234 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11235 #  x-axis: "X = CNFs per Service Chain"
11236 #  y-axis: "Y = Number of Service Chains"
11237 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11238 #  layout:
11239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11240 #    layout: "plot-service-density"
11241
11242 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11243 #- type: "plot"
11244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11245 #  algorithm: "plot_nf_heatmap"
11246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
11247 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11248 #  filter: "'NIC_Intel-XXV710' and
11249 #           'NF_DENSITY' and
11250 #           'DOCKER' and
11251 #           'CHAIN' and
11252 #           'NF_VPPIP4' and
11253 #           'IPSEC' and
11254 #           'TNL_10000' and
11255 #           'IMIX' and
11256 #           '2T1C' and
11257 #           'NDRPDR'"
11258 #  parameters:
11259 #  - "throughput"
11260 #  - "name"
11261 #  - "tags"
11262 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11263 #  x-axis: "X = CNFs per Service Chain"
11264 #  y-axis: "Y = Number of Service Chains"
11265 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11266 #  layout:
11267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11268 #    layout: "plot-service-density"
11269 #
11270 #- type: "plot"
11271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11272 #  algorithm: "plot_nf_heatmap"
11273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
11274 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11275 #  filter: "'NIC_Intel-XXV710' and
11276 #           'NF_DENSITY' and
11277 #           'DOCKER' and
11278 #           'CHAIN' and
11279 #           'NF_VPPIP4' and
11280 #           'IPSEC' and
11281 #           'TNL_10000' and
11282 #           'IMIX' and
11283 #           '4T2C' and
11284 #           'NDRPDR'"
11285 #  parameters:
11286 #  - "throughput"
11287 #  - "name"
11288 #  - "tags"
11289 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11290 #  x-axis: "X = CNFs per Service Chain"
11291 #  y-axis: "Y = Number of Service Chains"
11292 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11293 #  layout:
11294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11295 #    layout: "plot-service-density"
11296 #
11297 #- type: "plot"
11298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11299 #  algorithm: "plot_nf_heatmap"
11300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
11301 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11302 #  filter: "'NIC_Intel-XXV710' and
11303 #           'NF_DENSITY' and
11304 #           'DOCKER' and
11305 #           'CHAIN' and
11306 #           'NF_VPPIP4' and
11307 #           'IPSEC' and
11308 #           'TNL_10000' and
11309 #           'IMIX' and
11310 #           '8T4C' and
11311 #           'NDRPDR'"
11312 #  parameters:
11313 #  - "throughput"
11314 #  - "name"
11315 #  - "tags"
11316 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11317 #  x-axis: "X = CNFs per Service Chain"
11318 #  y-axis: "Y = Number of Service Chains"
11319 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11320 #  layout:
11321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11322 #    layout: "plot-service-density"
11323 #
11324 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11325 #- type: "plot"
11326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11327 #  algorithm: "plot_nf_heatmap"
11328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
11329 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11330 #  filter: "'NIC_Intel-XXV710' and
11331 #           'NF_DENSITY' and
11332 #           'DOCKER' and
11333 #           'CHAIN' and
11334 #           'NF_VPPIP4' and
11335 #           'IPSEC' and
11336 #           'TNL_10000' and
11337 #           'IMIX' and
11338 #           '2T1C' and
11339 #           'NDRPDR'"
11340 #  parameters:
11341 #  - "throughput"
11342 #  - "name"
11343 #  - "tags"
11344 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11345 #  x-axis: "X = CNFs per Service Chain"
11346 #  y-axis: "Y = Number of Service Chains"
11347 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11348 #  layout:
11349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11350 #    layout: "plot-service-density"
11351 #
11352 #- type: "plot"
11353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11354 #  algorithm: "plot_nf_heatmap"
11355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
11356 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11357 #  filter: "'NIC_Intel-XXV710' and
11358 #           'NF_DENSITY' and
11359 #           'DOCKER' and
11360 #           'CHAIN' and
11361 #           'NF_VPPIP4' and
11362 #           'IPSEC' and
11363 #           'TNL_10000' and
11364 #           'IMIX' and
11365 #           '4T2C' and
11366 #           'NDRPDR'"
11367 #  parameters:
11368 #  - "throughput"
11369 #  - "name"
11370 #  - "tags"
11371 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11372 #  x-axis: "X = CNFs per Service Chain"
11373 #  y-axis: "Y = Number of Service Chains"
11374 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11375 #  layout:
11376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11377 #    layout: "plot-service-density"
11378 #
11379 #- type: "plot"
11380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11381 #  algorithm: "plot_nf_heatmap"
11382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
11383 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
11384 #  filter: "'NIC_Intel-XXV710' and
11385 #           'NF_DENSITY' and
11386 #           'DOCKER' and
11387 #           'CHAIN' and
11388 #           'NF_VPPIP4' and
11389 #           'IPSEC' and
11390 #           'TNL_10000' and
11391 #           'IMIX' and
11392 #           '8T4C' and
11393 #           'NDRPDR'"
11394 #  parameters:
11395 #  - "throughput"
11396 #  - "name"
11397 #  - "tags"
11398 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11399 #  x-axis: "X = CNFs per Service Chain"
11400 #  y-axis: "Y = Number of Service Chains"
11401 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11402 #  layout:
11403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11404 #    layout: "plot-service-density"
11405
11406 ###############################################################################
11407
11408 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
11409 #- type: "plot"
11410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11411 #  algorithm: "plot_nf_heatmap"
11412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
11413 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11414 #  filter: "'NIC_Intel-XL710' and
11415 #           'NF_DENSITY' and
11416 #           'DOCKER' and
11417 #           'CHAIN' and
11418 #           'NF_VPPIP4' and
11419 #           'IMIX' and
11420 #           'TNL_10000' and
11421 #           '1T1C' and
11422 #           'MRR'"
11423 #  parameters:
11424 #  - "result"
11425 #  - "name"
11426 #  - "tags"
11427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11428 #  x-axis: "X = CNFs per Service Chain"
11429 #  y-axis: "Y = Number of Service Chains"
11430 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11431 #  layout:
11432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11433 #    layout: "plot-service-density"
11434 #
11435 #- type: "plot"
11436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11437 #  algorithm: "plot_nf_heatmap"
11438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
11439 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11440 #  filter: "'NIC_Intel-XL710' and
11441 #           'NF_DENSITY' and
11442 #           'DOCKER' and
11443 #           'CHAIN' and
11444 #           'NF_VPPIP4' and
11445 #           'IPSEC' and
11446 #           'TNL_10000' and
11447 #           'IMIX' and
11448 #           '2T2C' and
11449 #           'MRR'"
11450 #  parameters:
11451 #  - "result"
11452 #  - "name"
11453 #  - "tags"
11454 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11455 #  x-axis: "X = CNFs per Service Chain"
11456 #  y-axis: "Y = Number of Service Chains"
11457 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11458 #  layout:
11459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11460 #    layout: "plot-service-density"
11461 #
11462 #- type: "plot"
11463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11464 #  algorithm: "plot_nf_heatmap"
11465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
11466 #  data: "plot-vpp-nfv-3n-hsw-mrr"
11467 #  filter: "'NIC_Intel-XL710' and
11468 #           'NF_DENSITY' and
11469 #           'DOCKER' and
11470 #           'CHAIN' and
11471 #           'NF_VPPIP4' and
11472 #           'IPSEC' and
11473 #           'TNL_10000' and
11474 #           'IMIX' and
11475 #           '4T4C' and
11476 #           'MRR'"
11477 #  parameters:
11478 #  - "result"
11479 #  - "name"
11480 #  - "tags"
11481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11482 #  x-axis: "X = CNFs per Service Chain"
11483 #  y-axis: "Y = Number of Service Chains"
11484 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11485 #  layout:
11486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
11487 #    layout: "plot-service-density"
11488
11489 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
11490 #- type: "plot"
11491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11492 #  algorithm: "plot_nf_heatmap"
11493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
11494 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11495 #  filter: "'NIC_Intel-XL710' and
11496 #           'NF_DENSITY' and
11497 #           'DOCKER' and
11498 #           'CHAIN' and
11499 #           'NF_VPPIP4' and
11500 #           'IPSEC' and
11501 #           'TNL_10000' and
11502 #           'IMIX' and
11503 #           '1T1C' and
11504 #           'NDRPDR'"
11505 #  parameters:
11506 #  - "throughput"
11507 #  - "name"
11508 #  - "tags"
11509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11510 #  x-axis: "X = CNFs per Service Chain"
11511 #  y-axis: "Y = Number of Service Chains"
11512 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11513 #  layout:
11514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11515 #    layout: "plot-service-density"
11516 #
11517 #- type: "plot"
11518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11519 #  algorithm: "plot_nf_heatmap"
11520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
11521 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11522 #  filter: "'NIC_Intel-XL710' and
11523 #           'NF_DENSITY' and
11524 #           'DOCKER' and
11525 #           'CHAIN' and
11526 #           'NF_VPPIP4' and
11527 #           'IPSEC' and
11528 #           'TNL_10000' and
11529 #           'IMIX' and
11530 #           '2T2C' and
11531 #           'NDRPDR'"
11532 #  parameters:
11533 #  - "throughput"
11534 #  - "name"
11535 #  - "tags"
11536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11537 #  x-axis: "X = CNFs per Service Chain"
11538 #  y-axis: "Y = Number of Service Chains"
11539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11540 #  layout:
11541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11542 #    layout: "plot-service-density"
11543 #
11544 #- type: "plot"
11545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11546 #  algorithm: "plot_nf_heatmap"
11547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
11548 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11549 #  filter: "'NIC_Intel-XL710' and
11550 #           'NF_DENSITY' and
11551 #           'DOCKER' and
11552 #           'CHAIN' and
11553 #           'NF_VPPIP4' and
11554 #           'IPSEC' and
11555 #           'TNL_10000' and
11556 #           'IMIX' and
11557 #           '4T4C' and
11558 #           'NDRPDR'"
11559 #  parameters:
11560 #  - "throughput"
11561 #  - "name"
11562 #  - "tags"
11563 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11564 #  x-axis: "X = CNFs per Service Chain"
11565 #  y-axis: "Y = Number of Service Chains"
11566 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11567 #  layout:
11568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
11569 #    layout: "plot-service-density"
11570 #
11571 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
11572 #- type: "plot"
11573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11574 #  algorithm: "plot_nf_heatmap"
11575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
11576 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11577 #  filter: "'NIC_Intel-XL710' and
11578 #           'NF_DENSITY' and
11579 #           'DOCKER' and
11580 #           'CHAIN' and
11581 #           'NF_VPPIP4' and
11582 #           'IPSEC' and
11583 #           'TNL_10000' and
11584 #           'IMIX' and
11585 #           '1T1C' and
11586 #           'NDRPDR'"
11587 #  parameters:
11588 #  - "throughput"
11589 #  - "name"
11590 #  - "tags"
11591 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11592 #  x-axis: "X = CNFs per Service Chain"
11593 #  y-axis: "Y = Number of Service Chains"
11594 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11595 #  layout:
11596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11597 #    layout: "plot-service-density"
11598 #
11599 #- type: "plot"
11600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11601 #  algorithm: "plot_nf_heatmap"
11602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
11603 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11604 #  filter: "'NIC_Intel-XL710' and
11605 #           'NF_DENSITY' and
11606 #           'DOCKER' and
11607 #           'CHAIN' and
11608 #           'NF_VPPIP4' and
11609 #           'IPSEC' and
11610 #           'TNL_10000' and
11611 #           'IMIX' and
11612 #           '2T2C' and
11613 #           'NDRPDR'"
11614 #  parameters:
11615 #  - "throughput"
11616 #  - "name"
11617 #  - "tags"
11618 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11619 #  x-axis: "X = CNFs per Service Chain"
11620 #  y-axis: "Y = Number of Service Chains"
11621 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11622 #  layout:
11623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11624 #    layout: "plot-service-density"
11625 #
11626 #- type: "plot"
11627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11628 #  algorithm: "plot_nf_heatmap"
11629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
11630 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
11631 #  filter: "'NIC_Intel-XL710' and
11632 #           'NF_DENSITY' and
11633 #           'DOCKER' and
11634 #           'CHAIN' and
11635 #           'NF_VPPIP4' and
11636 #           'IPSEC' and
11637 #           'TNL_10000' and
11638 #           'IMIX' and
11639 #           '4T4C' and
11640 #           'NDRPDR'"
11641 #  parameters:
11642 #  - "throughput"
11643 #  - "name"
11644 #  - "tags"
11645 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11646 #  x-axis: "X = CNFs per Service Chain"
11647 #  y-axis: "Y = Number of Service Chains"
11648 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11649 #  layout:
11650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
11651 #    layout: "plot-service-density"
11652
11653 ###############################################################################
11654
11655 # Plots - NF Density - CSP - MRR IMIX
11656 - type: "plot"
11657   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11658   algorithm: "plot_nf_heatmap"
11659   output-file-type: ".html"
11660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
11661   data: "plot-vpp-nfv-2n-skx-mrr"
11662   filter: "'NIC_Intel-XXV710' and
11663            'NF_DENSITY' and
11664            'DOCKER' and
11665            'PIPELINE' and
11666            'NF_VPPIP4' and
11667            'IMIX' and
11668            '2T1C' and
11669            'MRR'"
11670   parameters:
11671   - "result"
11672   - "name"
11673   - "tags"
11674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11675   x-axis: "X = CNFs per Service Pipeline"
11676   y-axis: "Y = Number of Service Pipelines"
11677   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11678   layout:
11679     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11680     layout: "plot-service-density"
11681
11682 - type: "plot"
11683   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11684   algorithm: "plot_nf_heatmap"
11685   output-file-type: ".html"
11686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
11687   data: "plot-vpp-nfv-2n-skx-mrr"
11688   filter: "'NIC_Intel-XXV710' and
11689            'NF_DENSITY' and
11690            'DOCKER' and
11691            'PIPELINE' and
11692            'NF_VPPIP4' and
11693            'IMIX' and
11694            '4T2C' and
11695            'MRR'"
11696   parameters:
11697   - "result"
11698   - "name"
11699   - "tags"
11700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11701   x-axis: "X = CNFs per Service Pipeline"
11702   y-axis: "Y = Number of Service Pipelines"
11703   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11704   layout:
11705     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11706     layout: "plot-service-density"
11707
11708 - type: "plot"
11709   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11710   algorithm: "plot_nf_heatmap"
11711   output-file-type: ".html"
11712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
11713   data: "plot-vpp-nfv-2n-skx-mrr"
11714   filter: "'NIC_Intel-XXV710' and
11715            'NF_DENSITY' and
11716            'DOCKER' and
11717            'PIPELINE' and
11718            'NF_VPPIP4' and
11719            'IMIX' and
11720            '8T4C' and
11721            'MRR'"
11722   parameters:
11723   - "result"
11724   - "name"
11725   - "tags"
11726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11727   x-axis: "X = CNFs per Service Pipeline"
11728   y-axis: "Y = Number of Service Pipelines"
11729   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11730   layout:
11731     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11732     layout: "plot-service-density"
11733
11734 # Plots - NF Density - CSP - NDR IMIX
11735 - type: "plot"
11736   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11737   algorithm: "plot_nf_heatmap"
11738   output-file-type: ".html"
11739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
11740   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11741   filter: "'NIC_Intel-XXV710' and
11742            'NF_DENSITY' and
11743            'DOCKER' and
11744            'PIPELINE' and
11745            'NF_VPPIP4' and
11746            'IMIX' and
11747            '2T1C' and
11748            'NDRPDR'"
11749   parameters:
11750   - "throughput"
11751   - "name"
11752   - "tags"
11753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11754   x-axis: "X = CNFs per Service Pipeline"
11755   y-axis: "Y = Number of Service Pipelines"
11756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11757   layout:
11758     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11759     layout: "plot-service-density"
11760
11761 - type: "plot"
11762   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11763   algorithm: "plot_nf_heatmap"
11764   output-file-type: ".html"
11765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
11766   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11767   filter: "'NIC_Intel-XXV710' and
11768            'NF_DENSITY' and
11769            'DOCKER' and
11770            'PIPELINE' and
11771            'NF_VPPIP4' and
11772            'IMIX' and
11773            '4T2C' and
11774            'NDRPDR'"
11775   parameters:
11776   - "throughput"
11777   - "name"
11778   - "tags"
11779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11780   x-axis: "X = CNFs per Service Pipeline"
11781   y-axis: "Y = Number of Service Pipelines"
11782   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11783   layout:
11784     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11785     layout: "plot-service-density"
11786
11787 - type: "plot"
11788   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11789   algorithm: "plot_nf_heatmap"
11790   output-file-type: ".html"
11791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
11792   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11793   filter: "'NIC_Intel-XXV710' and
11794            'NF_DENSITY' and
11795            'DOCKER' and
11796            'PIPELINE' and
11797            'NF_VPPIP4' and
11798            'IMIX' and
11799            '8T4C' and
11800            'NDRPDR'"
11801   parameters:
11802   - "throughput"
11803   - "name"
11804   - "tags"
11805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11806   x-axis: "X = CNFs per Service Pipeline"
11807   y-axis: "Y = Number of Service Pipelines"
11808   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11809   layout:
11810     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11811     layout: "plot-service-density"
11812
11813 # Plots - NF Density - CSP - PDR IMIX
11814 - type: "plot"
11815   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11816   algorithm: "plot_nf_heatmap"
11817   output-file-type: ".html"
11818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
11819   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11820   filter: "'NIC_Intel-XXV710' and
11821            'NF_DENSITY' and
11822            'DOCKER' and
11823            'PIPELINE' and
11824            'NF_VPPIP4' and
11825            'IMIX' and
11826            '2T1C' and
11827            'NDRPDR'"
11828   parameters:
11829   - "throughput"
11830   - "name"
11831   - "tags"
11832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11833   x-axis: "X = CNFs per Service Pipeline"
11834   y-axis: "Y = Number of Service Pipelines"
11835   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11836   layout:
11837     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11838     layout: "plot-service-density"
11839
11840 - type: "plot"
11841   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11842   algorithm: "plot_nf_heatmap"
11843   output-file-type: ".html"
11844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
11845   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11846   filter: "'NIC_Intel-XXV710' and
11847            'NF_DENSITY' and
11848            'DOCKER' and
11849            'PIPELINE' and
11850            'NF_VPPIP4' and
11851            'IMIX' and
11852            '4T2C' and
11853            'NDRPDR'"
11854   parameters:
11855   - "throughput"
11856   - "name"
11857   - "tags"
11858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11859   x-axis: "X = CNFs per Service Pipeline"
11860   y-axis: "Y = Number of Service Pipelines"
11861   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11862   layout:
11863     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11864     layout: "plot-service-density"
11865
11866 - type: "plot"
11867   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11868   algorithm: "plot_nf_heatmap"
11869   output-file-type: ".html"
11870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
11871   data: "plot-vpp-nfv-2n-skx-ndrpdr"
11872   filter: "'NIC_Intel-XXV710' and
11873            'NF_DENSITY' and
11874            'DOCKER' and
11875            'PIPELINE' and
11876            'NF_VPPIP4' and
11877            'IMIX' and
11878            '8T4C' and
11879            'NDRPDR'"
11880   parameters:
11881   - "throughput"
11882   - "name"
11883   - "tags"
11884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11885   x-axis: "X = CNFs per Service Pipeline"
11886   y-axis: "Y = Number of Service Pipelines"
11887   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11888   layout:
11889     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11890     layout: "plot-service-density"
11891
11892 ###############################################################################
11893 # Plots - 2n-clx NF Density - VSC - MRR IMIX
11894
11895 - type: "plot"
11896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11897   algorithm: "plot_nf_heatmap"
11898   output-file-type: ".html"
11899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
11900   data: "plot-vpp-nfv-2n-clx-mrr"
11901   filter: "'NIC_Intel-XXV710' and
11902            'NF_DENSITY' and
11903            'VHOST' and
11904            not 'VXLAN' and
11905            'CHAIN' and
11906            'NF_VPPIP4' and
11907            'IMIX' and
11908            '2T1C' and
11909            'MRR'"
11910   parameters:
11911   - "result"
11912   - "name"
11913   - "tags"
11914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11915   x-axis: "X = VNFs per Service Chain"
11916   y-axis: "Y = Number of Service Chains"
11917   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11918   layout:
11919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11920     layout: "plot-service-density"
11921
11922 - type: "plot"
11923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11924   algorithm: "plot_nf_heatmap"
11925   output-file-type: ".html"
11926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
11927   data: "plot-vpp-nfv-2n-clx-mrr"
11928   filter: "'NIC_Intel-XXV710' and
11929            'NF_DENSITY' and
11930            'VHOST' and
11931            not 'VXLAN' and
11932            'CHAIN' and
11933            'NF_VPPIP4' and
11934            'IMIX' and
11935            '4T2C' and
11936            'MRR'"
11937   parameters:
11938   - "result"
11939   - "name"
11940   - "tags"
11941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11942   x-axis: "X = VNFs per Service Chain"
11943   y-axis: "Y = Number of Service Chains"
11944   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11945   layout:
11946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11947     layout: "plot-service-density"
11948
11949 - type: "plot"
11950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11951   algorithm: "plot_nf_heatmap"
11952   output-file-type: ".html"
11953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
11954   data: "plot-vpp-nfv-2n-clx-mrr"
11955   filter: "'NIC_Intel-XXV710' and
11956            'NF_DENSITY' and
11957            'VHOST' and
11958            not 'VXLAN' and
11959            'CHAIN' and
11960            'NF_VPPIP4' and
11961            'IMIX' and
11962            '8T4C' and
11963            'MRR'"
11964   parameters:
11965   - "result"
11966   - "name"
11967   - "tags"
11968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11969   x-axis: "X = VNFs per Service Chain"
11970   y-axis: "Y = Number of Service Chains"
11971   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11972   layout:
11973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
11974     layout: "plot-service-density"
11975
11976 # Plots - NF Density - VSC - NDR IMIX
11977 - type: "plot"
11978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11979   algorithm: "plot_nf_heatmap"
11980   output-file-type: ".html"
11981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
11982   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11983   filter: "'NIC_Intel-XXV710' and
11984            'NF_DENSITY' and
11985            'VHOST' and
11986            not 'VXLAN' and
11987            'CHAIN' and
11988            'NF_VPPIP4' and
11989            'IMIX' and
11990            '2T1C' and
11991            'NDRPDR'"
11992   parameters:
11993   - "throughput"
11994   - "name"
11995   - "tags"
11996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11997   x-axis: "X = VNFs per Service Chain"
11998   y-axis: "Y = Number of Service Chains"
11999   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12000   layout:
12001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12002     layout: "plot-service-density"
12003
12004 - type: "plot"
12005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12006   algorithm: "plot_nf_heatmap"
12007   output-file-type: ".html"
12008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
12009   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12010   filter: "'NIC_Intel-XXV710' and
12011            'NF_DENSITY' and
12012            'VHOST' and
12013            not 'VXLAN' and
12014            'CHAIN' and
12015            'NF_VPPIP4' and
12016            'IMIX' and
12017            '4T2C' and
12018            'NDRPDR'"
12019   parameters:
12020   - "throughput"
12021   - "name"
12022   - "tags"
12023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12024   x-axis: "X = VNFs per Service Chain"
12025   y-axis: "Y = Number of Service Chains"
12026   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12027   layout:
12028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12029     layout: "plot-service-density"
12030
12031 - type: "plot"
12032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12033   algorithm: "plot_nf_heatmap"
12034   output-file-type: ".html"
12035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
12036   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12037   filter: "'NIC_Intel-XXV710' and
12038            'NF_DENSITY' and
12039            'VHOST' and
12040            not 'VXLAN' and
12041            'CHAIN' and
12042            'NF_VPPIP4' and
12043            'IMIX' and
12044            '8T4C' and
12045            'NDRPDR'"
12046   parameters:
12047   - "throughput"
12048   - "name"
12049   - "tags"
12050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12051   x-axis: "X = VNFs per Service Chain"
12052   y-axis: "Y = Number of Service Chains"
12053   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12054   layout:
12055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
12056     layout: "plot-service-density"
12057
12058 # Plots - NF Density - VSC - PDR IMIX
12059 - type: "plot"
12060   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12061   algorithm: "plot_nf_heatmap"
12062   output-file-type: ".html"
12063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
12064   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12065   filter: "'NIC_Intel-XXV710' and
12066            'NF_DENSITY' and
12067            'VHOST' and
12068            not 'VXLAN' and
12069            'CHAIN' and
12070            'NF_VPPIP4' and
12071            'IMIX' and
12072            '2T1C' and
12073            'NDRPDR'"
12074   parameters:
12075   - "throughput"
12076   - "name"
12077   - "tags"
12078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12079   x-axis: "X = VNFs per Service Chain"
12080   y-axis: "Y = Number of Service Chains"
12081   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12082   layout:
12083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12084     layout: "plot-service-density"
12085
12086 - type: "plot"
12087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12088   algorithm: "plot_nf_heatmap"
12089   output-file-type: ".html"
12090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
12091   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12092   filter: "'NIC_Intel-XXV710' and
12093            'NF_DENSITY' and
12094            'VHOST' and
12095            not 'VXLAN' and
12096            'CHAIN' and
12097            'NF_VPPIP4' and
12098            'IMIX' and
12099            '4T2C' and
12100            'NDRPDR'"
12101   parameters:
12102   - "throughput"
12103   - "name"
12104   - "tags"
12105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12106   x-axis: "X = VNFs per Service Chain"
12107   y-axis: "Y = Number of Service Chains"
12108   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12109   layout:
12110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12111     layout: "plot-service-density"
12112
12113 - type: "plot"
12114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12115   algorithm: "plot_nf_heatmap"
12116   output-file-type: ".html"
12117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
12118   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12119   filter: "'NIC_Intel-XXV710' and
12120            'NF_DENSITY' and
12121            'VHOST' and
12122            not 'VXLAN' and
12123            'CHAIN' and
12124            'NF_VPPIP4' and
12125            'IMIX' and
12126            '8T4C' and
12127            'NDRPDR'"
12128   parameters:
12129   - "throughput"
12130   - "name"
12131   - "tags"
12132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12133   x-axis: "X = VNFs per Service Chain"
12134   y-axis: "Y = Number of Service Chains"
12135   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12136   layout:
12137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
12138     layout: "plot-service-density"
12139
12140 # Plots - NF Density - VSC - MRR IMIX
12141 - type: "plot"
12142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12143   algorithm: "plot_nf_heatmap"
12144   output-file-type: ".html"
12145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
12146   data: "plot-vpp-nfv-2n-clx-mrr"
12147   filter: "'NIC_Intel-XXV710' and
12148            'NF_DENSITY' and
12149            'VHOST' and
12150            'VXLAN' and
12151            'CHAIN' and
12152            'IMIX' and
12153            '2T1C' and
12154            'MRR'"
12155   parameters:
12156   - "result"
12157   - "name"
12158   - "tags"
12159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12160   x-axis: "X = VNFs per Service Chain"
12161   y-axis: "Y = Number of Service Chains"
12162   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12163   layout:
12164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12165     layout: "plot-service-density"
12166
12167 - type: "plot"
12168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12169   algorithm: "plot_nf_heatmap"
12170   output-file-type: ".html"
12171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
12172   data: "plot-vpp-nfv-2n-clx-mrr"
12173   filter: "'NIC_Intel-XXV710' and
12174            'NF_DENSITY' and
12175            'VHOST' and
12176            'VXLAN' and
12177            'CHAIN' and
12178            'IMIX' and
12179            '4T2C' and
12180            'MRR'"
12181   parameters:
12182   - "result"
12183   - "name"
12184   - "tags"
12185   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12186   x-axis: "X = VNFs per Service Chain"
12187   y-axis: "Y = Number of Service Chains"
12188   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12189   layout:
12190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12191     layout: "plot-service-density"
12192
12193 - type: "plot"
12194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12195   algorithm: "plot_nf_heatmap"
12196   output-file-type: ".html"
12197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
12198   data: "plot-vpp-nfv-2n-clx-mrr"
12199   filter: "'NIC_Intel-XXV710' and
12200            'NF_DENSITY' and
12201            'VHOST' and
12202            'VXLAN' and
12203            'CHAIN' and
12204            'IMIX' and
12205            '8T4C' and
12206            'MRR'"
12207   parameters:
12208   - "result"
12209   - "name"
12210   - "tags"
12211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12212   x-axis: "X = VNFs per Service Chain"
12213   y-axis: "Y = Number of Service Chains"
12214   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12215   layout:
12216     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
12217     layout: "plot-service-density"
12218
12219 # Plots - NF Density - VSC - NDR IMIX
12220 - type: "plot"
12221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12222   algorithm: "plot_nf_heatmap"
12223   output-file-type: ".html"
12224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
12225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12226   filter: "'NIC_Intel-XXV710' and
12227            'NF_DENSITY' and
12228            'VHOST' and
12229            'VXLAN' and
12230            'CHAIN' and
12231            'IMIX' and
12232            '2T1C' and
12233            'NDRPDR'"
12234   parameters:
12235   - "throughput"
12236   - "name"
12237   - "tags"
12238   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12239   x-axis: "X = VNFs per Service Chain"
12240   y-axis: "Y = Number of Service Chains"
12241   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12242   layout:
12243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12244     layout: "plot-service-density"
12245
12246 - type: "plot"
12247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12248   algorithm: "plot_nf_heatmap"
12249   output-file-type: ".html"
12250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
12251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12252   filter: "'NIC_Intel-XXV710' and
12253            'NF_DENSITY' and
12254            'VHOST' and
12255            'VXLAN' and
12256            'CHAIN' and
12257            'IMIX' and
12258            '4T2C' and
12259            'NDRPDR'"
12260   parameters:
12261   - "throughput"
12262   - "name"
12263   - "tags"
12264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12265   x-axis: "X = VNFs per Service Chain"
12266   y-axis: "Y = Number of Service Chains"
12267   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12268   layout:
12269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12270     layout: "plot-service-density"
12271
12272 - type: "plot"
12273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12274   algorithm: "plot_nf_heatmap"
12275   output-file-type: ".html"
12276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
12277   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12278   filter: "'NIC_Intel-XXV710' and
12279            'NF_DENSITY' and
12280            'VHOST' and
12281            'VXLAN' and
12282            'CHAIN' and
12283            'IMIX' and
12284            '8T4C' and
12285            'NDRPDR'"
12286   parameters:
12287   - "throughput"
12288   - "name"
12289   - "tags"
12290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12291   x-axis: "X = VNFs per Service Chain"
12292   y-axis: "Y = Number of Service Chains"
12293   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12294   layout:
12295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
12296     layout: "plot-service-density"
12297
12298 # Plots - NF Density - VSC - PDR IMIX
12299 - type: "plot"
12300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12301   algorithm: "plot_nf_heatmap"
12302   output-file-type: ".html"
12303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
12304   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12305   filter: "'NIC_Intel-XXV710' and
12306            'NF_DENSITY' and
12307            'VHOST' and
12308            'VXLAN' and
12309            'CHAIN' and
12310            'IMIX' and
12311            '2T1C' and
12312            'NDRPDR'"
12313   parameters:
12314   - "throughput"
12315   - "name"
12316   - "tags"
12317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12318   x-axis: "X = VNFs per Service Chain"
12319   y-axis: "Y = Number of Service Chains"
12320   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12321   layout:
12322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12323     layout: "plot-service-density"
12324
12325 - type: "plot"
12326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12327   algorithm: "plot_nf_heatmap"
12328   output-file-type: ".html"
12329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
12330   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12331   filter: "'NIC_Intel-XXV710' and
12332            'NF_DENSITY' and
12333            'VHOST' and
12334            'VXLAN' and
12335            'CHAIN' and
12336            'IMIX' and
12337            '4T2C' and
12338            'NDRPDR'"
12339   parameters:
12340   - "throughput"
12341   - "name"
12342   - "tags"
12343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12344   x-axis: "X = VNFs per Service Chain"
12345   y-axis: "Y = Number of Service Chains"
12346   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12347   layout:
12348     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12349     layout: "plot-service-density"
12350
12351 - type: "plot"
12352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12353   algorithm: "plot_nf_heatmap"
12354   output-file-type: ".html"
12355   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
12356   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12357   filter: "'NIC_Intel-XXV710' and
12358            'NF_DENSITY' and
12359            'VHOST' and
12360            'VXLAN' and
12361            'CHAIN' and
12362            'IMIX' and
12363            '8T4C' and
12364            'NDRPDR'"
12365   parameters:
12366   - "throughput"
12367   - "name"
12368   - "tags"
12369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12370   x-axis: "X = VNFs per Service Chain"
12371   y-axis: "Y = Number of Service Chains"
12372   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12373   layout:
12374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
12375     layout: "plot-service-density"
12376
12377 # Plots - NF Density - CSC - MRR IMIX
12378 - type: "plot"
12379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12380   algorithm: "plot_nf_heatmap"
12381   output-file-type: ".html"
12382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
12383   data: "plot-vpp-nfv-2n-clx-mrr"
12384   filter: "'NIC_Intel-XXV710' and
12385            'NF_DENSITY' and
12386            'DOCKER' and
12387            'CHAIN' and
12388            'NF_VPPIP4' and
12389            'IMIX' and
12390            '2T1C' and
12391            'MRR'"
12392   parameters:
12393   - "result"
12394   - "name"
12395   - "tags"
12396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12397   x-axis: "X = CNFs per Service Chain"
12398   y-axis: "Y = Number of Service Chains"
12399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12400   layout:
12401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12402     layout: "plot-service-density"
12403
12404 - type: "plot"
12405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12406   algorithm: "plot_nf_heatmap"
12407   output-file-type: ".html"
12408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
12409   data: "plot-vpp-nfv-2n-clx-mrr"
12410   filter: "'NIC_Intel-XXV710' and
12411            'NF_DENSITY' and
12412            'DOCKER' and
12413            'CHAIN' and
12414            'NF_VPPIP4' and
12415            'IMIX' and
12416            '4T2C' and
12417            'MRR'"
12418   parameters:
12419   - "result"
12420   - "name"
12421   - "tags"
12422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12423   x-axis: "X = CNFs per Service Chain"
12424   y-axis: "Y = Number of Service Chains"
12425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12426   layout:
12427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12428     layout: "plot-service-density"
12429
12430 - type: "plot"
12431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12432   algorithm: "plot_nf_heatmap"
12433   output-file-type: ".html"
12434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
12435   data: "plot-vpp-nfv-2n-clx-mrr"
12436   filter: "'NIC_Intel-XXV710' and
12437            'NF_DENSITY' and
12438            'DOCKER' and
12439            'CHAIN' and
12440            'NF_VPPIP4' and
12441            'IMIX' and
12442            '8T4C' and
12443            'MRR'"
12444   parameters:
12445   - "result"
12446   - "name"
12447   - "tags"
12448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12449   x-axis: "X = CNFs per Service Chain"
12450   y-axis: "Y = Number of Service Chains"
12451   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12452   layout:
12453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
12454     layout: "plot-service-density"
12455
12456 # Plots - NF Density - CSC - NDR IMIX
12457 - type: "plot"
12458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12459   algorithm: "plot_nf_heatmap"
12460   output-file-type: ".html"
12461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
12462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12463   filter: "'NIC_Intel-XXV710' and
12464            'NF_DENSITY' and
12465            'DOCKER' and
12466            'CHAIN' and
12467            'NF_VPPIP4' and
12468            'IMIX' and
12469            '2T1C' and
12470            'NDRPDR'"
12471   parameters:
12472   - "throughput"
12473   - "name"
12474   - "tags"
12475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12476   x-axis: "X = CNFs per Service Chain"
12477   y-axis: "Y = Number of Service Chains"
12478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12479   layout:
12480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12481     layout: "plot-service-density"
12482
12483 - type: "plot"
12484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12485   algorithm: "plot_nf_heatmap"
12486   output-file-type: ".html"
12487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
12488   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12489   filter: "'NIC_Intel-XXV710' and
12490            'NF_DENSITY' and
12491            'DOCKER' and
12492            'CHAIN' and
12493            'NF_VPPIP4' and
12494            'IMIX' and
12495            '4T2C' and
12496            'NDRPDR'"
12497   parameters:
12498   - "throughput"
12499   - "name"
12500   - "tags"
12501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12502   x-axis: "X = CNFs per Service Chain"
12503   y-axis: "Y = Number of Service Chains"
12504   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12505   layout:
12506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12507     layout: "plot-service-density"
12508
12509 - type: "plot"
12510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12511   algorithm: "plot_nf_heatmap"
12512   output-file-type: ".html"
12513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
12514   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12515   filter: "'NIC_Intel-XXV710' and
12516            'NF_DENSITY' and
12517            'DOCKER' and
12518            'CHAIN' and
12519            'NF_VPPIP4' and
12520            'IMIX' and
12521            '8T4C' and
12522            'NDRPDR'"
12523   parameters:
12524   - "throughput"
12525   - "name"
12526   - "tags"
12527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12528   x-axis: "X = CNFs per Service Chain"
12529   y-axis: "Y = Number of Service Chains"
12530   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12531   layout:
12532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
12533     layout: "plot-service-density"
12534
12535 # Plots - NF Density - CSC - PDR IMIX
12536 - type: "plot"
12537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12538   algorithm: "plot_nf_heatmap"
12539   output-file-type: ".html"
12540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
12541   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12542   filter: "'NIC_Intel-XXV710' and
12543            'NF_DENSITY' and
12544            'DOCKER' and
12545            'CHAIN' and
12546            'NF_VPPIP4' and
12547            'IMIX' and
12548            '2T1C' and
12549            'NDRPDR'"
12550   parameters:
12551   - "throughput"
12552   - "name"
12553   - "tags"
12554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12555   x-axis: "X = CNFs per Service Chain"
12556   y-axis: "Y = Number of Service Chains"
12557   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12558   layout:
12559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12560     layout: "plot-service-density"
12561
12562 - type: "plot"
12563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12564   algorithm: "plot_nf_heatmap"
12565   output-file-type: ".html"
12566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
12567   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12568   filter: "'NIC_Intel-XXV710' and
12569            'NF_DENSITY' and
12570            'DOCKER' and
12571            'CHAIN' and
12572            'NF_VPPIP4' and
12573            'IMIX' and
12574            '4T2C' and
12575            'NDRPDR'"
12576   parameters:
12577   - "throughput"
12578   - "name"
12579   - "tags"
12580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12581   x-axis: "X = CNFs per Service Chain"
12582   y-axis: "Y = Number of Service Chains"
12583   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12584   layout:
12585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12586     layout: "plot-service-density"
12587
12588 - type: "plot"
12589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12590   algorithm: "plot_nf_heatmap"
12591   output-file-type: ".html"
12592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
12593   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12594   filter: "'NIC_Intel-XXV710' and
12595            'NF_DENSITY' and
12596            'DOCKER' and
12597            'CHAIN' and
12598            'NF_VPPIP4' and
12599            'IMIX' and
12600            '8T4C' and
12601            'NDRPDR'"
12602   parameters:
12603   - "throughput"
12604   - "name"
12605   - "tags"
12606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12607   x-axis: "X = CNFs per Service Chain"
12608   y-axis: "Y = Number of Service Chains"
12609   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12610   layout:
12611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
12612     layout: "plot-service-density"
12613
12614 # Plots - NF Density - CSP - MRR IMIX
12615 - type: "plot"
12616   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12617   algorithm: "plot_nf_heatmap"
12618   output-file-type: ".html"
12619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
12620   data: "plot-vpp-nfv-2n-clx-mrr"
12621   filter: "'NIC_Intel-XXV710' and
12622            'NF_DENSITY' and
12623            'DOCKER' and
12624            'PIPELINE' and
12625            'NF_VPPIP4' and
12626            'IMIX' and
12627            '2T1C' and
12628            'MRR'"
12629   parameters:
12630   - "result"
12631   - "name"
12632   - "tags"
12633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12634   x-axis: "X = CNFs per Service Pipeline"
12635   y-axis: "Y = Number of Service Pipelines"
12636   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12637   layout:
12638     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12639     layout: "plot-service-density"
12640
12641 - type: "plot"
12642   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12643   algorithm: "plot_nf_heatmap"
12644   output-file-type: ".html"
12645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
12646   data: "plot-vpp-nfv-2n-clx-mrr"
12647   filter: "'NIC_Intel-XXV710' and
12648            'NF_DENSITY' and
12649            'DOCKER' and
12650            'PIPELINE' and
12651            'NF_VPPIP4' and
12652            'IMIX' and
12653            '4T2C' and
12654            'MRR'"
12655   parameters:
12656   - "result"
12657   - "name"
12658   - "tags"
12659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12660   x-axis: "X = CNFs per Service Pipeline"
12661   y-axis: "Y = Number of Service Pipelines"
12662   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12663   layout:
12664     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12665     layout: "plot-service-density"
12666
12667 - type: "plot"
12668   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12669   algorithm: "plot_nf_heatmap"
12670   output-file-type: ".html"
12671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
12672   data: "plot-vpp-nfv-2n-clx-mrr"
12673   filter: "'NIC_Intel-XXV710' and
12674            'NF_DENSITY' and
12675            'DOCKER' and
12676            'PIPELINE' and
12677            'NF_VPPIP4' and
12678            'IMIX' and
12679            '8T4C' and
12680            'MRR'"
12681   parameters:
12682   - "result"
12683   - "name"
12684   - "tags"
12685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
12686   x-axis: "X = CNFs per Service Pipeline"
12687   y-axis: "Y = Number of Service Pipelines"
12688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
12689   layout:
12690     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
12691     layout: "plot-service-density"
12692
12693 # Plots - NF Density - CSP - NDR IMIX
12694 - type: "plot"
12695   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12696   algorithm: "plot_nf_heatmap"
12697   output-file-type: ".html"
12698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
12699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12700   filter: "'NIC_Intel-XXV710' and
12701            'NF_DENSITY' and
12702            'DOCKER' and
12703            'PIPELINE' and
12704            'NF_VPPIP4' and
12705            'IMIX' and
12706            '2T1C' and
12707            'NDRPDR'"
12708   parameters:
12709   - "throughput"
12710   - "name"
12711   - "tags"
12712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12713   x-axis: "X = CNFs per Service Pipeline"
12714   y-axis: "Y = Number of Service Pipelines"
12715   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12716   layout:
12717     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12718     layout: "plot-service-density"
12719
12720 - type: "plot"
12721   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12722   algorithm: "plot_nf_heatmap"
12723   output-file-type: ".html"
12724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
12725   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12726   filter: "'NIC_Intel-XXV710' and
12727            'NF_DENSITY' and
12728            'DOCKER' and
12729            'PIPELINE' and
12730            'NF_VPPIP4' and
12731            'IMIX' and
12732            '4T2C' and
12733            'NDRPDR'"
12734   parameters:
12735   - "throughput"
12736   - "name"
12737   - "tags"
12738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12739   x-axis: "X = CNFs per Service Pipeline"
12740   y-axis: "Y = Number of Service Pipelines"
12741   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12742   layout:
12743     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12744     layout: "plot-service-density"
12745
12746 - type: "plot"
12747   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12748   algorithm: "plot_nf_heatmap"
12749   output-file-type: ".html"
12750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
12751   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12752   filter: "'NIC_Intel-XXV710' and
12753            'NF_DENSITY' and
12754            'DOCKER' and
12755            'PIPELINE' and
12756            'NF_VPPIP4' and
12757            'IMIX' and
12758            '8T4C' and
12759            'NDRPDR'"
12760   parameters:
12761   - "throughput"
12762   - "name"
12763   - "tags"
12764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
12765   x-axis: "X = CNFs per Service Pipeline"
12766   y-axis: "Y = Number of Service Pipelines"
12767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
12768   layout:
12769     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
12770     layout: "plot-service-density"
12771
12772 # Plots - NF Density - CSP - PDR IMIX
12773 - type: "plot"
12774   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12775   algorithm: "plot_nf_heatmap"
12776   output-file-type: ".html"
12777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
12778   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12779   filter: "'NIC_Intel-XXV710' and
12780            'NF_DENSITY' and
12781            'DOCKER' and
12782            'PIPELINE' and
12783            'NF_VPPIP4' and
12784            'IMIX' and
12785            '2T1C' and
12786            'NDRPDR'"
12787   parameters:
12788   - "throughput"
12789   - "name"
12790   - "tags"
12791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12792   x-axis: "X = CNFs per Service Pipeline"
12793   y-axis: "Y = Number of Service Pipelines"
12794   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12795   layout:
12796     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12797     layout: "plot-service-density"
12798
12799 - type: "plot"
12800   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12801   algorithm: "plot_nf_heatmap"
12802   output-file-type: ".html"
12803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
12804   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12805   filter: "'NIC_Intel-XXV710' and
12806            'NF_DENSITY' and
12807            'DOCKER' and
12808            'PIPELINE' and
12809            'NF_VPPIP4' and
12810            'IMIX' and
12811            '4T2C' and
12812            'NDRPDR'"
12813   parameters:
12814   - "throughput"
12815   - "name"
12816   - "tags"
12817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12818   x-axis: "X = CNFs per Service Pipeline"
12819   y-axis: "Y = Number of Service Pipelines"
12820   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12821   layout:
12822     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12823     layout: "plot-service-density"
12824
12825 - type: "plot"
12826   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12827   algorithm: "plot_nf_heatmap"
12828   output-file-type: ".html"
12829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
12830   data: "plot-vpp-nfv-2n-clx-ndrpdr"
12831   filter: "'NIC_Intel-XXV710' and
12832            'NF_DENSITY' and
12833            'DOCKER' and
12834            'PIPELINE' and
12835            'NF_VPPIP4' and
12836            'IMIX' and
12837            '8T4C' and
12838            'NDRPDR'"
12839   parameters:
12840   - "throughput"
12841   - "name"
12842   - "tags"
12843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
12844   x-axis: "X = CNFs per Service Pipeline"
12845   y-axis: "Y = Number of Service Pipelines"
12846   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
12847   layout:
12848     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
12849     layout: "plot-service-density"
12850
12851 ################################################################################
12852
12853 # Packet Throughput
12854
12855 - type: "plot"
12856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12857   algorithm: "plot_perf_box_name"
12858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12860   include:
12861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12863     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12865   layout:
12866     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12874   include:
12875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12879   layout:
12880     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12888   include:
12889     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12890     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12891     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12893   layout:
12894     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12902   include:
12903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12907   layout:
12908     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12916   include:
12917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12918     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12922   layout:
12923     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931   include:
12932     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12933     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12934     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12935     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12936     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12937   layout:
12938     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
12939     layout: "plot-throughput"
12940
12941 - type: "plot"
12942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12943   algorithm: "plot_perf_box_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12946   include:
12947     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12948     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12949     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12950     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12951     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12952   layout:
12953     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12958   algorithm: "plot_perf_box_name"
12959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12961   include:
12962     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12963     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12965     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12966     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12967   layout:
12968     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
12969     layout: "plot-throughput"
12970
12971 - type: "plot"
12972   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12973   algorithm: "plot_perf_box_name"
12974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12976   include:
12977     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12978     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12979     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12980     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12981     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12982   layout:
12983     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12984     layout: "plot-throughput"
12985
12986 - type: "plot"
12987   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12988   algorithm: "plot_perf_box_name"
12989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12991   include:
12992     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12993     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12994     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12995     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12996     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12997   layout:
12998     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
12999     layout: "plot-throughput"
13000
13001 - type: "plot"
13002   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13003   algorithm: "plot_perf_box_name"
13004   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13006   include:
13007     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13008     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13013   layout:
13014     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13022   include:
13023     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13029   layout:
13030     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13038   include:
13039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13044   layout:
13045     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13053   include:
13054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13059   layout:
13060     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
13065   algorithm: "plot_perf_box_name"
13066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
13067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13068   include:
13069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13072   layout:
13073     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
13080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13081   include:
13082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13085   layout:
13086     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13094   include:
13095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13100   layout:
13101     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13109   include:
13110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13115   layout:
13116     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
13123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13124   include:
13125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
13127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13128   layout:
13129     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13137   include:
13138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
13140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13141   layout:
13142     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
13143     layout: "plot-throughput"
13144
13145 - type: "plot"
13146   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13147   algorithm: "plot_perf_box_name"
13148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13150   include:
13151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13157   layout:
13158     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13159     layout: "plot-throughput"
13160
13161 - type: "plot"
13162   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13163   algorithm: "plot_perf_box_name"
13164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13166   include:
13167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13173   layout:
13174     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13182   include:
13183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
13185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
13186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
13187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
13188   layout:
13189     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
13190     layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13197   include:
13198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
13199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
13200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
13201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
13202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
13203   layout:
13204     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13212   include:
13213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13223   layout:
13224     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
13225     layout: "plot-cps"
13226
13227 - type: "plot"
13228   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13232   include:
13233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13237     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13243   layout:
13244     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13252   include:
13253     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13254     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13255     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13256     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13257     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13258     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13259     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13260     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13261     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13262     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13263   layout:
13264     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
13265     layout: "plot-cps"
13266
13267 - type: "plot"
13268   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13272   include:
13273     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13274     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13275     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13276     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13277     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13278     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13279     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13280     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13281     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13282     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13283   layout:
13284     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13292   include:
13293     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13294     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
13295     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
13296     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
13297     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
13298   layout:
13299     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13307   include:
13308     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
13309     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
13310     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
13311     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
13312     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
13313   layout:
13314     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
13315     layout: "plot-throughput"
13316
13317 - type: "plot"
13318   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13319   algorithm: "plot_perf_box_name"
13320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13322   include:
13323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13326     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13328     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13333   layout:
13334     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
13335     layout: "plot-cps"
13336
13337 - type: "plot"
13338   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13342   include:
13343     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13344     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13346     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13352     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13353   layout:
13354     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13362   include:
13363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13367     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13368     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13369     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13370     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13371     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13372     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13373   layout:
13374     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
13375     layout: "plot-cps"
13376
13377 - type: "plot"
13378   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13382   include:
13383     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13384     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13385     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13386     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13387     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13388     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13389     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13390     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13391     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13392     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13393   layout:
13394     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
13395     layout: "plot-throughput"
13396
13397 - type: "plot"
13398   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13399   algorithm: "plot_perf_box_name"
13400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13402   include:
13403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13408   layout:
13409     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13417   include:
13418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13423   layout:
13424     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
13425     layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13432   include:
13433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13438   layout:
13439     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13453   layout:
13454     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13462   include:
13463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13469   layout:
13470     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13478   include:
13479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13485   layout:
13486     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13494   include:
13495     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13496     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13497     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13498     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13499     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13500   layout:
13501     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13509   include:
13510     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13511     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13512     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13513     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13514     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13515   layout:
13516     title: "2n-skx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13524   include:
13525     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13526     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13527     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13528     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13529   layout:
13530     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13538   include:
13539     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13540     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13541     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13542     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-rnd-ndrpdr"
13543   layout:
13544     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
13545     layout: "plot-throughput"
13546
13547 - type: "plot"
13548   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13549   algorithm: "plot_perf_box_name"
13550   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13552   include:
13553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13556 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13558   layout:
13559     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13560     layout: "plot-throughput"
13561
13562 - type: "plot"
13563   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13564   algorithm: "plot_perf_box_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13567   include:
13568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13570 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13571 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13572 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13573   layout:
13574     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13575     layout: "plot-throughput"
13576
13577 - type: "plot"
13578   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13579   algorithm: "plot_perf_box_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13582   include:
13583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13588   layout:
13589     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
13590     layout: "plot-throughput"
13591
13592 - type: "plot"
13593   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13594   algorithm: "plot_perf_box_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13597   include:
13598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
13599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
13600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
13601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
13602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
13603   layout:
13604     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
13605     layout: "plot-throughput"
13606
13607 - type: "plot"
13608   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13609   algorithm: "plot_perf_box_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13612   include:
13613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13618   layout:
13619     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
13620     layout: "plot-throughput"
13621
13622 - type: "plot"
13623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13624   algorithm: "plot_perf_box_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13627   include:
13628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
13629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
13633   layout:
13634     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
13635     layout: "plot-throughput"
13636
13637 - type: "plot"
13638   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13639   algorithm: "plot_perf_box_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13642   include:
13643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13647   layout:
13648     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13656   include:
13657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13661   layout:
13662     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
13663     layout: "plot-throughput"
13664
13665 - type: "plot"
13666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13667   algorithm: "plot_perf_box_name"
13668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13670   include:
13671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13676   layout:
13677     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   include:
13686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13691   layout:
13692     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
13693     layout: "plot-throughput"
13694
13695 - type: "plot"
13696   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13697   algorithm: "plot_perf_box_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13700   include:
13701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13706   layout:
13707     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13708     layout: "plot-throughput"
13709
13710 - type: "plot"
13711   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13712   algorithm: "plot_perf_box_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13715   include:
13716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13721   layout:
13722     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13723     layout: "plot-throughput"
13724
13725 - type: "plot"
13726   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13727   algorithm: "plot_perf_box_name"
13728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13730   include:
13731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13735   layout:
13736     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13737     layout: "plot-throughput"
13738
13739 - type: "plot"
13740   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13741   algorithm: "plot_perf_box_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13744   include:
13745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13749   layout:
13750     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13757   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13758   include:
13759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13765   layout:
13766     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13773   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13774   include:
13775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13781   layout:
13782     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13789   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13790   include:
13791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13797   layout:
13798     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13805   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13806   include:
13807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13813   layout:
13814     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13815     layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13822   include:
13823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13829   layout:
13830     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13838   include:
13839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-rnd-ndrpdr"
13845   layout:
13846     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
13847     layout: "plot-throughput"
13848
13849 - type: "plot"
13850   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13851   algorithm: "plot_perf_box_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13853   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13854   include:
13855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13860   layout:
13861     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13862     layout: "plot-throughput"
13863
13864 - type: "plot"
13865   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13866   algorithm: "plot_perf_box_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13868   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13869   include:
13870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13875   layout:
13876     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
13877     layout: "plot-throughput"
13878
13879 - type: "plot"
13880   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13881   algorithm: "plot_perf_box_name"
13882   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13884   include:
13885     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13887   layout:
13888     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13893   algorithm: "plot_perf_box_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13896   include:
13897     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13899   layout:
13900     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13913   layout:
13914     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
13915     layout: "plot-throughput"
13916
13917 - type: "plot"
13918   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13919   algorithm: "plot_perf_box_name"
13920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13927   layout:
13928     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
13929     layout: "plot-throughput"
13930
13931 - type: "plot"
13932   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13933   algorithm: "plot_perf_box_name"
13934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13936   include:
13937     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13941   layout:
13942     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
13943     layout: "plot-throughput"
13944
13945 - type: "plot"
13946   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13947   algorithm: "plot_perf_box_name"
13948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13950   include:
13951     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13955   layout:
13956     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
13957     layout: "plot-throughput"
13958
13959 - type: "plot"
13960   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13961   algorithm: "plot_perf_box_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13964   include:
13965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13969   layout:
13970     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13971     layout: "plot-throughput"
13972
13973 - type: "plot"
13974   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13975   algorithm: "plot_perf_box_name"
13976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13978   include:
13979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13983   layout:
13984     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
13985     layout: "plot-throughput"
13986
13987 - type: "plot"
13988   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13989   algorithm: "plot_perf_box_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13997   layout:
13998     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14005   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14006   include:
14007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14011   layout:
14012     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
14013     layout: "plot-throughput"
14014
14015 - type: "plot"
14016   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14017   algorithm: "plot_perf_box_name"
14018   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14020   include:
14021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14028   layout:
14029     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
14030     layout: "plot-throughput"
14031
14032 - type: "plot"
14033   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14034   algorithm: "plot_perf_box_name"
14035   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14045   layout:
14046     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
14047     layout: "plot-throughput"
14048
14049 - type: "plot"
14050   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14051   algorithm: "plot_perf_box_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14060   layout:
14061     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14062     layout: "plot-throughput"
14063
14064 - type: "plot"
14065   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14066   algorithm: "plot_perf_box_name"
14067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14069   include:
14070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14075   layout:
14076     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14077     layout: "plot-throughput"
14078
14079 - type: "plot"
14080   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
14081   algorithm: "plot_perf_box_name"
14082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
14083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14089   layout:
14090     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
14091     layout: "plot-throughput"
14092
14093 - type: "plot"
14094   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
14095   algorithm: "plot_perf_box_name"
14096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
14097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14098   include:
14099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14103   layout:
14104     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
14105     layout: "plot-throughput"
14106
14107 - type: "plot"
14108   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14109   algorithm: "plot_perf_box_name"
14110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14112   include:
14113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14118   layout:
14119     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14120     layout: "plot-throughput"
14121
14122 - type: "plot"
14123   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14124   algorithm: "plot_perf_box_name"
14125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14127   include:
14128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14133   layout:
14134     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14135     layout: "plot-throughput"
14136
14137 - type: "plot"
14138   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
14139   algorithm: "plot_perf_box_name"
14140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
14141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14147   layout:
14148     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
14149     layout: "plot-throughput"
14150
14151 - type: "plot"
14152   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
14153   algorithm: "plot_perf_box_name"
14154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
14155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14156   include:
14157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14161   layout:
14162     title: "2n-skx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
14163     layout: "plot-throughput"
14164
14165 - type: "plot"
14166   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14167   algorithm: "plot_perf_box_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14170   include:
14171     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14175   layout:
14176     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
14177     layout: "plot-throughput"
14178
14179 - type: "plot"
14180   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14181   algorithm: "plot_perf_box_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14184   include:
14185     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-rnd-ndrpdr"
14189   layout:
14190     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
14191     layout: "plot-throughput"
14192
14193 - type: "plot"
14194   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14195   algorithm: "plot_perf_box_name"
14196   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14198   include:
14199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14202   layout:
14203     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14204     layout: "plot-throughput"
14205
14206 - type: "plot"
14207   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14208   algorithm: "plot_perf_box_name"
14209   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14215   layout:
14216     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14217     layout: "plot-throughput"
14218
14219 - type: "plot"
14220   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14221   algorithm: "plot_perf_box_name"
14222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14230   layout:
14231     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
14232     layout: "plot-throughput"
14233
14234 - type: "plot"
14235   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14236   algorithm: "plot_perf_box_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14239   include:
14240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14245   layout:
14246     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
14247     layout: "plot-throughput"
14248
14249 - type: "plot"
14250   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14251   algorithm: "plot_perf_box_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14260   layout:
14261     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
14262     layout: "plot-throughput"
14263
14264 - type: "plot"
14265   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14266   algorithm: "plot_perf_box_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
14275   layout:
14276     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
14277     layout: "plot-throughput"
14278
14279 - type: "plot"
14280   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14281   algorithm: "plot_perf_box_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14283   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14284   include:
14285     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14290   layout:
14291     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14292     layout: "plot-throughput"
14293
14294 - type: "plot"
14295   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14296   algorithm: "plot_perf_box_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14299   include:
14300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14305   layout:
14306     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14307     layout: "plot-throughput"
14308
14309 - type: "plot"
14310   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14311   algorithm: "plot_perf_box_name"
14312   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14313   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14314   include:
14315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14320   layout:
14321     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14322     layout: "plot-throughput"
14323
14324 - type: "plot"
14325   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14326   algorithm: "plot_perf_box_name"
14327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14329   include:
14330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14335   layout:
14336     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14337     layout: "plot-throughput"
14338
14339 - type: "plot"
14340   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14341   algorithm: "plot_perf_box_name"
14342   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14343   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14344   include:
14345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14350   layout:
14351     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14356   algorithm: "plot_perf_box_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14358   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14359   include:
14360     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14365   layout:
14366     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
14367     layout: "plot-throughput"
14368
14369 - type: "plot"
14370   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14371   algorithm: "plot_perf_box_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14374   include:
14375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14381   layout:
14382     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14383     layout: "plot-throughput"
14384
14385 - type: "plot"
14386   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14387   algorithm: "plot_perf_box_name"
14388   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14390   include:
14391     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14397   layout:
14398     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14399     layout: "plot-throughput"
14400
14401 - type: "plot"
14402   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14403   algorithm: "plot_perf_box_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14406   include:
14407     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14411   layout:
14412     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14413     layout: "plot-throughput"
14414
14415 - type: "plot"
14416   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14417   algorithm: "plot_perf_box_name"
14418   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14420   include:
14421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14425   layout:
14426     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14427     layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14431   algorithm: "plot_perf_box_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14441   layout:
14442     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
14443     layout: "plot-throughput"
14444
14445 - type: "plot"
14446   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14447   algorithm: "plot_perf_box_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14450   include:
14451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14453     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14457   layout:
14458     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
14459     layout: "plot-throughput"
14460
14461 - type: "plot"
14462   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14463   algorithm: "plot_perf_box_name"
14464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14466   include:
14467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14469     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14470     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14471     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14472     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14475     layout: "plot-throughput"
14476
14477 - type: "plot"
14478   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14479   algorithm: "plot_perf_box_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14485     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14486     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14487     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14488     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14489   layout:
14490     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14491     layout: "plot-throughput"
14492
14493 - type: "plot"
14494   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14495   algorithm: "plot_perf_box_name"
14496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14501     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14502     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14504     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14505   layout:
14506     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
14507     layout: "plot-throughput"
14508
14509 - type: "plot"
14510   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14511   algorithm: "plot_perf_box_name"
14512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14514   include:
14515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14521   layout:
14522     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
14523     layout: "plot-throughput"
14524
14525 - type: "plot"
14526   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14527   algorithm: "plot_perf_box_name"
14528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14530   include:
14531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14537   layout:
14538     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14539     layout: "plot-throughput"
14540
14541 - type: "plot"
14542   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14543   algorithm: "plot_perf_box_name"
14544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14546   include:
14547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14553   layout:
14554     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14555     layout: "plot-throughput"
14556
14557 - type: "plot"
14558   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14559   algorithm: "plot_perf_box_name"
14560   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14561   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14562   include:
14563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14569   layout:
14570     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14571     layout: "plot-throughput"
14572
14573 - type: "plot"
14574   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14575   algorithm: "plot_perf_box_name"
14576   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14577   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14578   include:
14579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14585   layout:
14586     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14587     layout: "plot-throughput"
14588
14589 - type: "plot"
14590   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14591   algorithm: "plot_perf_box_name"
14592   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14601   layout:
14602     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
14603     layout: "plot-throughput"
14604
14605 - type: "plot"
14606   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14607   algorithm: "plot_perf_box_name"
14608   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14610   include:
14611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14617   layout:
14618     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
14619     layout: "plot-throughput"
14620
14621 - type: "plot"
14622   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14623   algorithm: "plot_perf_box_name"
14624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14632   layout:
14633     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14634     layout: "plot-throughput"
14635
14636 - type: "plot"
14637   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14638   algorithm: "plot_perf_box_name"
14639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14647   layout:
14648     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14649     layout: "plot-throughput"
14650
14651 - type: "plot"
14652   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14653   algorithm: "plot_perf_box_name"
14654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14664     layout: "plot-throughput"
14665
14666 - type: "plot"
14667   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14668   algorithm: "plot_perf_box_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14677   layout:
14678     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14679     layout: "plot-throughput"
14680
14681 - type: "plot"
14682   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14683   algorithm: "plot_perf_box_name"
14684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14686   include:
14687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14691   layout:
14692     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14693     layout: "plot-throughput"
14694
14695 - type: "plot"
14696   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14697   algorithm: "plot_perf_box_name"
14698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14700   include:
14701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14705   layout:
14706     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14707     layout: "plot-throughput"
14708
14709 - type: "plot"
14710   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14711   algorithm: "plot_perf_box_name"
14712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14714   include:
14715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14719   layout:
14720     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14721     layout: "plot-throughput"
14722
14723 - type: "plot"
14724   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14725   algorithm: "plot_perf_box_name"
14726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14728   include:
14729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14733   layout:
14734     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14735     layout: "plot-throughput"
14736
14737 - type: "plot"
14738   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14739   algorithm: "plot_perf_box_name"
14740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14742   include:
14743     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14749   layout:
14750     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
14751     layout: "plot-throughput"
14752
14753 - type: "plot"
14754   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14755   algorithm: "plot_perf_box_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14758   include:
14759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14765   layout:
14766     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
14767     layout: "plot-throughput"
14768
14769 - type: "plot"
14770   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14771   algorithm: "plot_perf_box_name"
14772   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14780   layout:
14781     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
14782     layout: "plot-throughput"
14783
14784 - type: "plot"
14785   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14786   algorithm: "plot_perf_box_name"
14787   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14789   include:
14790     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14795   layout:
14796     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
14797     layout: "plot-throughput"
14798
14799 - type: "plot"
14800   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14801   algorithm: "plot_perf_box_name"
14802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14810   layout:
14811     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14812     layout: "plot-throughput"
14813
14814 - type: "plot"
14815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14816   algorithm: "plot_perf_box_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14819   include:
14820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14825   layout:
14826     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
14827     layout: "plot-throughput"
14828
14829 - type: "plot"
14830   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14831   algorithm: "plot_perf_box_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14834   include:
14835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14839   layout:
14840     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
14841     layout: "plot-throughput"
14842
14843 - type: "plot"
14844   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14845   algorithm: "plot_perf_box_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14848   include:
14849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14853   layout:
14854     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
14855     layout: "plot-throughput"
14856
14857 - type: "plot"
14858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14859   algorithm: "plot_perf_box_name"
14860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14862   include:
14863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14869   layout:
14870     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
14871     layout: "plot-throughput"
14872
14873 - type: "plot"
14874   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14875   algorithm: "plot_perf_box_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
14887     layout: "plot-throughput"
14888
14889 - type: "plot"
14890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14891   algorithm: "plot_perf_box_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
14903     layout: "plot-throughput"
14904
14905 - type: "plot"
14906   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14907   algorithm: "plot_perf_box_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
14915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
14916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14917   layout:
14918     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
14919     layout: "plot-throughput"
14920
14921 - type: "plot"
14922   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14923   algorithm: "plot_perf_box_name"
14924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14933   layout:
14934     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
14935     layout: "plot-throughput"
14936
14937 - type: "plot"
14938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14939   algorithm: "plot_perf_box_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14949   layout:
14950     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
14951     layout: "plot-throughput"
14952
14953 - type: "plot"
14954   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14955   algorithm: "plot_perf_box_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14958   include:
14959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14965   layout:
14966     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
14967     layout: "plot-throughput"
14968
14969 - type: "plot"
14970   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14971   algorithm: "plot_perf_box_name"
14972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14974   include:
14975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14981   layout:
14982     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
14983     layout: "plot-throughput"
14984
14985 - type: "plot"
14986   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14987   algorithm: "plot_perf_box_name"
14988   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14989   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14990   include:
14991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
14995   layout:
14996     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
14997     layout: "plot-throughput"
14998
14999 - type: "plot"
15000   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15001   algorithm: "plot_perf_box_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15004   include:
15005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15009   layout:
15010     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
15011     layout: "plot-throughput"
15012
15013 - type: "plot"
15014   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15015   algorithm: "plot_perf_box_name"
15016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15018   include:
15019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15025   layout:
15026     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15027     layout: "plot-throughput"
15028
15029 - type: "plot"
15030   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15031   algorithm: "plot_perf_box_name"
15032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15034   include:
15035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15041   layout:
15042     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15043     layout: "plot-throughput"
15044
15045 - type: "plot"
15046   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15047   algorithm: "plot_perf_box_name"
15048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15050   include:
15051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15057   layout:
15058     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15059     layout: "plot-throughput"
15060
15061 - type: "plot"
15062   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15063   algorithm: "plot_perf_box_name"
15064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15066   include:
15067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15073   layout:
15074     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15075     layout: "plot-throughput"
15076
15077 - type: "plot"
15078   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15079   algorithm: "plot_perf_box_name"
15080   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15081   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15082   include:
15083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15087   layout:
15088     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15089     layout: "plot-throughput"
15090
15091 - type: "plot"
15092   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15093   algorithm: "plot_perf_box_name"
15094   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15095   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15096   include:
15097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15101   layout:
15102     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15103     layout: "plot-throughput"
15104
15105 - type: "plot"
15106   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15107   algorithm: "plot_perf_box_name"
15108   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15109   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15110   include:
15111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15117   layout:
15118     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15119     layout: "plot-throughput"
15120
15121 - type: "plot"
15122   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15123   algorithm: "plot_perf_box_name"
15124   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15125   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15126   include:
15127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15133   layout:
15134     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15135     layout: "plot-throughput"
15136
15137 - type: "plot"
15138   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15139   algorithm: "plot_perf_box_name"
15140   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15141   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15142   include:
15143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15147   layout:
15148     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
15149     layout: "plot-throughput"
15150
15151 - type: "plot"
15152   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15153   algorithm: "plot_perf_box_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15155   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15156   include:
15157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15161   layout:
15162     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
15163     layout: "plot-throughput"
15164
15165 - type: "plot"
15166   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15167   algorithm: "plot_perf_box_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15170   include:
15171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15177   layout:
15178     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15179     layout: "plot-throughput"
15180
15181 - type: "plot"
15182   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15183   algorithm: "plot_perf_box_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15186   include:
15187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15193   layout:
15194     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
15195     layout: "plot-throughput"
15196
15197 - type: "plot"
15198   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15199   algorithm: "plot_perf_box_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15201   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15202   include:
15203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15209   layout:
15210     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15211     layout: "plot-throughput"
15212
15213 - type: "plot"
15214   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15215   algorithm: "plot_perf_box_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15217   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15218   include:
15219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15225   layout:
15226     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
15227     layout: "plot-throughput"
15228
15229 - type: "plot"
15230   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15231   algorithm: "plot_perf_box_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15234   include:
15235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15236     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15237     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15238     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15239     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15240     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15241   layout:
15242     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
15243     layout: "plot-throughput"
15244
15245 - type: "plot"
15246   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15247   algorithm: "plot_perf_box_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15250   include:
15251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15252     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15253     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15254     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15255     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15256     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15257   layout:
15258     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
15259     layout: "plot-throughput"
15260
15261 - type: "plot"
15262   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15263   algorithm: "plot_perf_box_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15268     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15269     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15270 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15271 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15272 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15273   layout:
15274     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
15275     layout: "plot-throughput"
15276
15277 - type: "plot"
15278   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15279   algorithm: "plot_perf_box_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15284     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15285     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15286 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15287 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15288 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15289   layout:
15290     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
15291     layout: "plot-throughput"
15292
15293 - type: "plot"
15294   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15295   algorithm: "plot_perf_box_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15300     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15301     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15302     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15303     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15305   layout:
15306     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
15307     layout: "plot-throughput"
15308
15309 - type: "plot"
15310   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15311   algorithm: "plot_perf_box_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15314   include:
15315     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15318     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15321   layout:
15322     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
15323     layout: "plot-throughput"
15324
15325 - type: "plot"
15326   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15327   algorithm: "plot_perf_box_name"
15328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15330   include:
15331     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15332     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15334     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15337   layout:
15338     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15339     layout: "plot-throughput"
15340
15341 - type: "plot"
15342   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15343   algorithm: "plot_perf_box_name"
15344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15346   include:
15347     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15350     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15353   layout:
15354     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15355     layout: "plot-throughput"
15356
15357 #- type: "plot"
15358 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15359 #  algorithm: "plot_perf_box_name"
15360 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15361 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15362 #  include:
15363 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15364 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15365 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15366 #  layout:
15367 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15368 #    layout: "plot-throughput"
15369 #
15370 #- type: "plot"
15371 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15372 #  algorithm: "plot_perf_box_name"
15373 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15374 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15375 #  include:
15376 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15377 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15378 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15379 #  layout:
15380 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
15381 #    layout: "plot-throughput"
15382
15383 - type: "plot"
15384   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15385   algorithm: "plot_perf_box_name"
15386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15388   include:
15389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15394   layout:
15395     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15396     layout: "plot-throughput"
15397
15398 - type: "plot"
15399   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15400   algorithm: "plot_perf_box_name"
15401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15403   include:
15404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15409   layout:
15410     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15411     layout: "plot-throughput"
15412
15413 - type: "plot"
15414   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15415   algorithm: "plot_perf_box_name"
15416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15418   include:
15419     - "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"
15420     - "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"
15421     - "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"
15422     - "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"
15423     - "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"
15424   layout:
15425     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15426     layout: "plot-throughput"
15427
15428 - type: "plot"
15429   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15430   algorithm: "plot_perf_box_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15433   include:
15434     - "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"
15435     - "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"
15436     - "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"
15437     - "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"
15438     - "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"
15439   layout:
15440     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15441     layout: "plot-throughput"
15442
15443 - type: "plot"
15444   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15445   algorithm: "plot_perf_box_name"
15446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15448   include:
15449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15454   layout:
15455     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15456     layout: "plot-throughput"
15457
15458 - type: "plot"
15459   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15460   algorithm: "plot_perf_box_name"
15461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15463   include:
15464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15469   layout:
15470     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15471     layout: "plot-throughput"
15472
15473 - type: "plot"
15474   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15475   algorithm: "plot_perf_box_name"
15476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15484   layout:
15485     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15486     layout: "plot-throughput"
15487
15488 - type: "plot"
15489   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15490   algorithm: "plot_perf_box_name"
15491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15493   include:
15494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15499   layout:
15500     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15501     layout: "plot-throughput"
15502
15503 - type: "plot"
15504   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15505   algorithm: "plot_perf_box_name"
15506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15508   include:
15509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15514   layout:
15515     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
15516     layout: "plot-throughput"
15517
15518 - type: "plot"
15519   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15520   algorithm: "plot_perf_box_name"
15521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15523   include:
15524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15529   layout:
15530     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
15531     layout: "plot-throughput"
15532
15533 - type: "plot"
15534   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15535   algorithm: "plot_perf_box_name"
15536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15538   include:
15539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15542     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15544   layout:
15545     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
15546     layout: "plot-throughput"
15547
15548 - type: "plot"
15549   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15550   algorithm: "plot_perf_box_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15553   include:
15554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15559   layout:
15560     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
15561     layout: "plot-throughput"
15562
15563 - type: "plot"
15564   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15565   algorithm: "plot_perf_box_name"
15566   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15568   include:
15569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15573   layout:
15574     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15575     layout: "plot-throughput"
15576
15577 - type: "plot"
15578   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15579   algorithm: "plot_perf_box_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15582   include:
15583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15587   layout:
15588     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15589     layout: "plot-throughput"
15590
15591 - type: "plot"
15592   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15593   algorithm: "plot_perf_box_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15596   include:
15597     - "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"
15598     - "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"
15599     - "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"
15600     - "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"
15601   layout:
15602     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15603     layout: "plot-throughput"
15604
15605 - type: "plot"
15606   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15607   algorithm: "plot_perf_box_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "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"
15612     - "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"
15613     - "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"
15614     - "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"
15615   layout:
15616     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15617     layout: "plot-throughput"
15618
15619 - type: "plot"
15620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15621   algorithm: "plot_perf_box_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15624   include:
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15631   layout:
15632     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
15633     layout: "plot-throughput"
15634
15635 - type: "plot"
15636   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15637   algorithm: "plot_perf_box_name"
15638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15640   include:
15641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15647   layout:
15648     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
15649     layout: "plot-throughput"
15650
15651 - type: "plot"
15652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15653   algorithm: "plot_perf_box_name"
15654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15656   include:
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15663   layout:
15664     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
15665     layout: "plot-throughput"
15666
15667 - type: "plot"
15668   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15669   algorithm: "plot_perf_box_name"
15670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15672   include:
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15679   layout:
15680     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
15681     layout: "plot-throughput"
15682
15683 - type: "plot"
15684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15685   algorithm: "plot_perf_box_name"
15686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15688   include:
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15695   layout:
15696     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15697     layout: "plot-throughput"
15698
15699 - type: "plot"
15700   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15701   algorithm: "plot_perf_box_name"
15702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15704   include:
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15711   layout:
15712     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15713     layout: "plot-throughput"
15714
15715 - type: "plot"
15716   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15717   algorithm: "plot_perf_box_name"
15718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15720   include:
15721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15726   layout:
15727     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15728     layout: "plot-throughput"
15729
15730 - type: "plot"
15731   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15732   algorithm: "plot_perf_box_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15735   include:
15736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15741   layout:
15742     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15743     layout: "plot-throughput"
15744
15745 - type: "plot"
15746   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15747   algorithm: "plot_perf_box_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15750   include:
15751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15753   layout:
15754     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
15755     layout: "plot-throughput"
15756
15757 - type: "plot"
15758   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15759   algorithm: "plot_perf_box_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15762   include:
15763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15765   layout:
15766     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
15767     layout: "plot-throughput"
15768
15769 - type: "plot"
15770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15771   algorithm: "plot_perf_box_name"
15772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15774   include:
15775     - "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"
15776     - "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"
15777   layout:
15778     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
15779     layout: "plot-throughput"
15780
15781 - type: "plot"
15782   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15783   algorithm: "plot_perf_box_name"
15784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15786   include:
15787     - "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"
15788     - "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"
15789   layout:
15790     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
15791     layout: "plot-throughput"
15792
15793 - type: "plot"
15794   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15795   algorithm: "plot_perf_box_name"
15796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15798   include:
15799     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15801   layout:
15802     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
15803     layout: "plot-throughput"
15804
15805 - type: "plot"
15806   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15807   algorithm: "plot_perf_box_name"
15808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15810   include:
15811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15813   layout:
15814     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
15815     layout: "plot-throughput"
15816
15817 - type: "plot"
15818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15819   algorithm: "plot_perf_box_name"
15820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15822   include:
15823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15825   layout:
15826     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
15827     layout: "plot-throughput"
15828
15829 - type: "plot"
15830   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15831   algorithm: "plot_perf_box_name"
15832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15834   include:
15835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15837   layout:
15838     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
15839     layout: "plot-throughput"
15840
15841 - type: "plot"
15842   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15843   algorithm: "plot_perf_box_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15846   include:
15847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15853   layout:
15854     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
15855     layout: "plot-throughput"
15856
15857 - type: "plot"
15858   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15859   algorithm: "plot_perf_box_name"
15860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15862   include:
15863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15866     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15867     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15868     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15869   layout:
15870     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
15871     layout: "plot-throughput"
15872
15873 - type: "plot"
15874   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15875   algorithm: "plot_perf_box_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15878   include:
15879     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15882     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15885   layout:
15886     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15887     layout: "plot-throughput"
15888
15889 - type: "plot"
15890   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15891   algorithm: "plot_perf_box_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15894   include:
15895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15901   layout:
15902     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
15903     layout: "plot-throughput"
15904
15905 - type: "plot"
15906   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15907   algorithm: "plot_perf_box_name"
15908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
15909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15910   include:
15911     - "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"
15912     - "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"
15913     - "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"
15914     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15915     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15916     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15917   layout:
15918     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
15919     layout: "plot-throughput"
15920
15921 - type: "plot"
15922   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15923   algorithm: "plot_perf_box_name"
15924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
15925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15926   include:
15927     - "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"
15928     - "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"
15929     - "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"
15930     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15931     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15932     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15933   layout:
15934     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
15935     layout: "plot-throughput"
15936
15937 - type: "plot"
15938   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15939   algorithm: "plot_perf_box_name"
15940   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15941   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15942   include:
15943     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15948   layout:
15949     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
15950     layout: "plot-throughput"
15951
15952 - type: "plot"
15953   title: "Throughput: 2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15954   algorithm: "plot_perf_box_name"
15955   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15956   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15963   layout:
15964     title: "2n-tx2-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
15965     layout: "plot-throughput"
15966
15967 - type: "plot"
15968   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15969   algorithm: "plot_perf_box_name"
15970   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-ndr"
15971   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15972   include:
15973     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15978   layout:
15979     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-ndr"
15980     layout: "plot-throughput"
15981
15982 - type: "plot"
15983   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15984   algorithm: "plot_perf_box_name"
15985   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-ip4routing-base-scale-dpdk-pdr"
15986   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
15987   include:
15988     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-1t1c-ethip4-ip4base-iacldstbase-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15993   layout:
15994     title: "2n-tx2-xl710-64b-1t1c-ip4routing-features-base-scale-dpdk-pdr"
15995     layout: "plot-throughput"
15996
15997 - type: "plot"
15998   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
15999   algorithm: "plot_perf_box_name"
16000   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
16001   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16002   include:
16003     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
16008     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
16009   layout:
16010     title: "2n-tx2-xl710-78b-1t1c-ip4routing-base-scale-dpdk-ndr"
16011     layout: "plot-throughput"
16012
16013 - type: "plot"
16014   title: "Throughput: 2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16015   algorithm: "plot_perf_box_name"
16016   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16017   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16018   include:
16019     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
16021     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
16023     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-1t1c-ethip6-ip6base-iacldstbase-ndrpdr"
16025   layout:
16026     title: "2n-tx2-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
16027     layout: "plot-throughput"
16028
16029 - type: "plot"
16030   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16031   algorithm: "plot_perf_box_name"
16032   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16033   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16034   include:
16035     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16040   layout:
16041     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-ndr"
16042     layout: "plot-throughput"
16043
16044 - type: "plot"
16045   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16046   algorithm: "plot_perf_box_name"
16047   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16048   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16049   include:
16050     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16055   layout:
16056     title: "2n-tx2-xl710-64b-1t1c-l2switching-base-dpdk-pdr"
16057     layout: "plot-throughput"
16058
16059 - type: "plot"
16060   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16061   algorithm: "plot_perf_box_name"
16062   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16063   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16064   include:
16065     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16069   layout:
16070     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-ndr"
16071     layout: "plot-throughput"
16072
16073 - type: "plot"
16074   title: "Throughput: 2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16075   algorithm: "plot_perf_box_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16077   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16078   include:
16079     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16083   layout:
16084     title: "2n-tx2-xl710-64b-1t1c-l2switching-scale-dpdk-pdr"
16085     layout: "plot-throughput"
16086
16087 - type: "plot"
16088   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
16089   algorithm: "plot_perf_box_name"
16090   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-ndr"
16091   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16092   include:
16093     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16098   layout:
16099     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-ndr"
16100     layout: "plot-throughput"
16101
16102 - type: "plot"
16103   title: "Throughput: 2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
16104   algorithm: "plot_perf_box_name"
16105   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-1t1c-features-l2switching-base-dpdk-pdr"
16106   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
16107   include:
16108     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16113   layout:
16114     title: "2n-tx2-xl710-64b-1t1c-features-l2switching-base-pdr"
16115     layout: "plot-throughput"
16116
16117 ################################################################################
16118
16119 # Packet Speedup
16120
16121 - type: "plot"
16122   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16123   algorithm: "plot_tsa_name"
16124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16126   include:
16127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16131   layout:
16132     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16140   include:
16141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16145   layout:
16146     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16154   include:
16155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16159   layout:
16160     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
16161     layout: "plot-throughput-speedup-analysis"
16162
16163 - type: "plot"
16164   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16165   algorithm: "plot_tsa_name"
16166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16168   include:
16169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16173   layout:
16174     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16182   include:
16183     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16184     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16185     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16186     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16187     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16188   layout:
16189     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16197   include:
16198     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16199     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16200     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16201     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16202     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16203   layout:
16204     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16212   include:
16213     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16214     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16215     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16216     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16217     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16218   layout:
16219     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16227   include:
16228     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16229     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16230     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16231     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16232     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16233   layout:
16234     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16242   include:
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16249   layout:
16250     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
16251     layout: "plot-throughput-speedup-analysis"
16252
16253 - type: "plot"
16254   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16255   algorithm: "plot_tsa_name"
16256   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
16257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16258   include:
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16265   layout:
16266     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16274   include:
16275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16280   layout:
16281     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16289   include:
16290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16295   layout:
16296     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16304   include:
16305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16308   layout:
16309     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16317   include:
16318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16321   layout:
16322     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16330   include:
16331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16336   layout:
16337     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16351   layout:
16352     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16360   include:
16361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16364   layout:
16365     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
16366     layout: "plot-throughput-speedup-analysis"
16367
16368 - type: "plot"
16369   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16370   algorithm: "plot_tsa_name"
16371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
16372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16373   include:
16374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16377   layout:
16378     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
16379     layout: "plot-throughput-speedup-analysis"
16380
16381 - type: "plot"
16382   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16383   algorithm: "plot_tsa_name"
16384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16386   include:
16387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16393   layout:
16394     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16402   include:
16403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16409   layout:
16410     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16418   include:
16419     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16420     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16421     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16422     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16424   layout:
16425     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16433   include:
16434     - "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"
16435     - "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"
16436     - "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"
16437     - "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"
16438     - "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"
16439   layout:
16440     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16448   include:
16449     - "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"
16450     - "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"
16451     - "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"
16452     - "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"
16453     - "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"
16454     - "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"
16455     - "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"
16456     - "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"
16457     - "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"
16458     - "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"
16459   layout:
16460     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
16461     layout: "plot-throughput-speedup-analysis-cps"
16462
16463 - type: "plot"
16464   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16465   algorithm: "plot_tsa_name"
16466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
16467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16468   include:
16469     - "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"
16470     - "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"
16471     - "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"
16472     - "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"
16473     - "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"
16474     - "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"
16475     - "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"
16476     - "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"
16477     - "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"
16478     - "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"
16479   layout:
16480     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
16481     layout: "plot-throughput-speedup-analysis"
16482
16483 - type: "plot"
16484   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16485   algorithm: "plot_tsa_name"
16486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
16487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16488   include:
16489     - "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"
16490     - "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"
16491     - "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"
16492     - "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"
16493     - "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"
16494     - "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"
16495     - "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"
16496     - "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"
16497     - "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"
16498     - "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"
16499   layout:
16500     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
16501     layout: "plot-throughput-speedup-analysis-cps"
16502
16503 - type: "plot"
16504   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16508   include:
16509     - "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"
16510     - "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"
16511     - "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"
16512     - "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"
16513     - "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"
16514     - "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"
16515     - "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"
16516     - "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"
16517     - "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"
16518     - "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"
16519   layout:
16520     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
16521     layout: "plot-throughput-speedup-analysis"
16522
16523 - type: "plot"
16524   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16525   algorithm: "plot_tsa_name"
16526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
16527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16528   include:
16529     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
16530     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
16531     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
16532     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
16533     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
16534   layout:
16535     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16543   include:
16544     - "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"
16545     - "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"
16546     - "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"
16547     - "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"
16548     - "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"
16549   layout:
16550     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 - type: "plot"
16554   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16555   algorithm: "plot_tsa_name"
16556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
16557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16558   include:
16559     - "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"
16560     - "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"
16561     - "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"
16562     - "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"
16563     - "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"
16564     - "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"
16565     - "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"
16566     - "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"
16567     - "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"
16568     - "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"
16569   layout:
16570     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
16571     layout: "plot-throughput-speedup-analysis-cps"
16572
16573 - type: "plot"
16574   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16578   include:
16579     - "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"
16580     - "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"
16581     - "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"
16582     - "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"
16583     - "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"
16584     - "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"
16585     - "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"
16586     - "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"
16587     - "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"
16588     - "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"
16589   layout:
16590     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
16591     layout: "plot-throughput-speedup-analysis"
16592
16593 - type: "plot"
16594   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16595   algorithm: "plot_tsa_name"
16596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
16597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16598   include:
16599     - "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"
16600     - "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"
16601     - "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"
16602     - "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"
16603     - "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"
16604     - "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"
16605     - "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"
16606     - "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"
16607     - "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"
16608     - "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"
16609   layout:
16610     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
16611     layout: "plot-throughput-speedup-analysis-cps"
16612
16613 - type: "plot"
16614   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16615   algorithm: "plot_tsa_name"
16616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
16617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16618   include:
16619     - "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"
16620     - "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"
16621     - "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"
16622     - "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"
16623     - "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"
16624     - "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"
16625     - "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"
16626     - "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"
16627     - "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"
16628     - "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"
16629   layout:
16630     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
16631     layout: "plot-throughput-speedup-analysis"
16632
16633 - type: "plot"
16634   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16635   algorithm: "plot_tsa_name"
16636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16638   include:
16639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
16644   layout:
16645     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 - type: "plot"
16649   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
16650   algorithm: "plot_tsa_name"
16651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
16652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16653   include:
16654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
16659   layout:
16660     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
16661     layout: "plot-throughput-speedup-analysis"
16662
16663 - type: "plot"
16664   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
16665   algorithm: "plot_tsa_name"
16666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
16667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16668   include:
16669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
16674   layout:
16675     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
16676     layout: "plot-throughput-speedup-analysis"
16677
16678 - type: "plot"
16679   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
16680   algorithm: "plot_tsa_name"
16681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
16682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16683   include:
16684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
16689   layout:
16690     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 - type: "plot"
16694   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16695   algorithm: "plot_tsa_name"
16696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16698   include:
16699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16705   layout:
16706     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16707     layout: "plot-throughput-speedup-analysis"
16708
16709 - type: "plot"
16710   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16711   algorithm: "plot_tsa_name"
16712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16714   include:
16715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16721   layout:
16722     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16723     layout: "plot-throughput-speedup-analysis"
16724
16725 - type: "plot"
16726   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16727   algorithm: "plot_tsa_name"
16728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16730   include:
16731     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16736   layout:
16737     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
16738     layout: "plot-throughput-speedup-analysis"
16739
16740 - type: "plot"
16741   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16742   algorithm: "plot_tsa_name"
16743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16745   include:
16746     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
16751   layout:
16752     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
16753     layout: "plot-throughput-speedup-analysis"
16754
16755 - type: "plot"
16756   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16757   algorithm: "plot_tsa_name"
16758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16760   include:
16761     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16765   layout:
16766     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
16767     layout: "plot-throughput-speedup-analysis"
16768
16769 - type: "plot"
16770   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16771   algorithm: "plot_tsa_name"
16772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16774   include:
16775     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
16779   layout:
16780     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16788   include:
16789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16792 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16793 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16794   layout:
16795     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
16796     layout: "plot-throughput-speedup-analysis"
16797
16798 - type: "plot"
16799   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16800   algorithm: "plot_tsa_name"
16801   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
16802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16803   include:
16804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16807 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16808 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16809   layout:
16810     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
16811     layout: "plot-throughput-speedup-analysis"
16812
16813 - type: "plot"
16814   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16815   algorithm: "plot_tsa_name"
16816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
16817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16818   include:
16819     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16824   layout:
16825     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
16826     layout: "plot-throughput-speedup-analysis"
16827
16828 - type: "plot"
16829   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16830   algorithm: "plot_tsa_name"
16831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
16832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16833   include:
16834     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
16839   layout:
16840     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
16841     layout: "plot-throughput-speedup-analysis"
16842
16843 - type: "plot"
16844   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16845   algorithm: "plot_tsa_name"
16846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
16847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16848   include:
16849     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16854   layout:
16855     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
16856     layout: "plot-throughput-speedup-analysis"
16857
16858 - type: "plot"
16859   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16860   algorithm: "plot_tsa_name"
16861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
16862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16863   include:
16864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16869   layout:
16870     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
16871     layout: "plot-throughput-speedup-analysis"
16872
16873 - type: "plot"
16874   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16875   algorithm: "plot_tsa_name"
16876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
16877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16878   include:
16879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16883   layout:
16884     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
16885     layout: "plot-throughput-speedup-analysis"
16886
16887 - type: "plot"
16888   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16889   algorithm: "plot_tsa_name"
16890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
16891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16892   include:
16893     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16897   layout:
16898     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
16899     layout: "plot-throughput-speedup-analysis"
16900
16901 - type: "plot"
16902   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16903   algorithm: "plot_tsa_name"
16904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
16905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16906   include:
16907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16912   layout:
16913     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
16914     layout: "plot-throughput-speedup-analysis"
16915
16916 - type: "plot"
16917   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16918   algorithm: "plot_tsa_name"
16919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
16920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16921   include:
16922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16927   layout:
16928     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
16929     layout: "plot-throughput-speedup-analysis"
16930
16931 - type: "plot"
16932   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16933   algorithm: "plot_tsa_name"
16934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
16935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16936   include:
16937     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16939   layout:
16940     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
16941     layout: "plot-throughput-speedup-analysis"
16942
16943 - type: "plot"
16944   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16945   algorithm: "plot_tsa_name"
16946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
16947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16948   include:
16949     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16951   layout:
16952     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
16953     layout: "plot-throughput-speedup-analysis"
16954
16955 - type: "plot"
16956   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16957   algorithm: "plot_tsa_name"
16958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
16959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16960   include:
16961     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16965   layout:
16966     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
16967     layout: "plot-throughput-speedup-analysis"
16968
16969 - type: "plot"
16970   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16971   algorithm: "plot_tsa_name"
16972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
16973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16974   include:
16975     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16979   layout:
16980     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
16981     layout: "plot-throughput-speedup-analysis"
16982
16983 - type: "plot"
16984   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16985   algorithm: "plot_tsa_name"
16986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
16987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16988   include:
16989     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16991     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16993   layout:
16994     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
16995     layout: "plot-throughput-speedup-analysis"
16996
16997 - type: "plot"
16998   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
16999   algorithm: "plot_tsa_name"
17000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
17001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17002   include:
17003     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17007   layout:
17008     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
17009     layout: "plot-throughput-speedup-analysis"
17010
17011 - type: "plot"
17012   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17013   algorithm: "plot_tsa_name"
17014   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17016   include:
17017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17024   layout:
17025     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17026     layout: "plot-throughput-speedup-analysis"
17027
17028 - type: "plot"
17029   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17030   algorithm: "plot_tsa_name"
17031   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17033   include:
17034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17041   layout:
17042     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17043     layout: "plot-throughput-speedup-analysis"
17044
17045 - type: "plot"
17046   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17047   algorithm: "plot_tsa_name"
17048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17050   include:
17051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17056   layout:
17057     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17058     layout: "plot-throughput-speedup-analysis"
17059
17060 - type: "plot"
17061   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17062   algorithm: "plot_tsa_name"
17063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17065   include:
17066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17071   layout:
17072     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17073     layout: "plot-throughput-speedup-analysis"
17074
17075 - type: "plot"
17076   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
17077   algorithm: "plot_tsa_name"
17078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
17079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17080   include:
17081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17085   layout:
17086     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
17087     layout: "plot-throughput-speedup-analysis"
17088
17089 - type: "plot"
17090   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
17091   algorithm: "plot_tsa_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
17093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17094   include:
17095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17099   layout:
17100     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
17101     layout: "plot-throughput-speedup-analysis"
17102
17103 - type: "plot"
17104   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17105   algorithm: "plot_tsa_name"
17106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17108   include:
17109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17114   layout:
17115     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17116     layout: "plot-throughput-speedup-analysis"
17117
17118 - type: "plot"
17119   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17120   algorithm: "plot_tsa_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17123   include:
17124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17129   layout:
17130     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17131     layout: "plot-throughput-speedup-analysis"
17132
17133 - type: "plot"
17134   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
17135   algorithm: "plot_tsa_name"
17136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
17137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17138   include:
17139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17143   layout:
17144     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
17145     layout: "plot-throughput-speedup-analysis"
17146
17147 - type: "plot"
17148   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
17149   algorithm: "plot_tsa_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
17151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17152   include:
17153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
17157   layout:
17158     title: "2n-skx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
17159     layout: "plot-throughput-speedup-analysis"
17160
17161 - type: "plot"
17162   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17163   algorithm: "plot_tsa_name"
17164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17166   include:
17167     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17171   layout:
17172     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
17173     layout: "plot-throughput-speedup-analysis"
17174
17175 - type: "plot"
17176   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17177   algorithm: "plot_tsa_name"
17178   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17180   include:
17181     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
17185   layout:
17186     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
17187     layout: "plot-throughput-speedup-analysis"
17188
17189 - type: "plot"
17190   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
17191   algorithm: "plot_tsa_name"
17192   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
17193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17194   include:
17195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17198   layout:
17199     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
17200     layout: "plot-throughput-speedup-analysis"
17201
17202 - type: "plot"
17203   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
17204   algorithm: "plot_tsa_name"
17205   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
17206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17207   include:
17208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17211   layout:
17212     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
17213     layout: "plot-throughput-speedup-analysis"
17214
17215 - type: "plot"
17216   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17217   algorithm: "plot_tsa_name"
17218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17220   include:
17221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17226   layout:
17227     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17228     layout: "plot-throughput-speedup-analysis"
17229
17230 - type: "plot"
17231   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17232   algorithm: "plot_tsa_name"
17233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17235   include:
17236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17241   layout:
17242     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17243     layout: "plot-throughput-speedup-analysis"
17244
17245 - type: "plot"
17246   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17247   algorithm: "plot_tsa_name"
17248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17250   include:
17251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17256   layout:
17257     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17258     layout: "plot-throughput-speedup-analysis"
17259
17260 - type: "plot"
17261   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17262   algorithm: "plot_tsa_name"
17263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17265   include:
17266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17271   layout:
17272     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17273     layout: "plot-throughput-speedup-analysis"
17274
17275 - type: "plot"
17276   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
17277   algorithm: "plot_tsa_name"
17278   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
17279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17280   include:
17281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17287   layout:
17288     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
17289     layout: "plot-throughput-speedup-analysis"
17290
17291 - type: "plot"
17292   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
17293   algorithm: "plot_tsa_name"
17294   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
17295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17296   include:
17297     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17303   layout:
17304     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
17305     layout: "plot-throughput-speedup-analysis"
17306
17307 - type: "plot"
17308   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
17309   algorithm: "plot_tsa_name"
17310   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
17311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17312   include:
17313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17317   layout:
17318     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
17319     layout: "plot-throughput-speedup-analysis"
17320
17321 - type: "plot"
17322   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
17323   algorithm: "plot_tsa_name"
17324   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
17325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17326   include:
17327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17331   layout:
17332     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
17333     layout: "plot-throughput-speedup-analysis"
17334
17335 - type: "plot"
17336   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
17337   algorithm: "plot_tsa_name"
17338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
17339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17340   include:
17341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17347   layout:
17348     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
17349     layout: "plot-throughput-speedup-analysis"
17350
17351 - type: "plot"
17352   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
17353   algorithm: "plot_tsa_name"
17354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
17355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17356   include:
17357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17363   layout:
17364     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
17365     layout: "plot-throughput-speedup-analysis"
17366
17367 - type: "plot"
17368   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
17369   algorithm: "plot_tsa_name"
17370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
17371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17372   include:
17373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17379   layout:
17380     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
17381     layout: "plot-throughput-speedup-analysis"
17382
17383 - type: "plot"
17384   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
17385   algorithm: "plot_tsa_name"
17386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
17387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17388   include:
17389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17395   layout:
17396     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
17397     layout: "plot-throughput-speedup-analysis"
17398
17399 - type: "plot"
17400   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17401   algorithm: "plot_tsa_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
17403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17404   include:
17405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17411   layout:
17412     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
17413     layout: "plot-throughput-speedup-analysis"
17414
17415 - type: "plot"
17416   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17417   algorithm: "plot_tsa_name"
17418   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
17419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17420   include:
17421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17427   layout:
17428     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
17429     layout: "plot-throughput-speedup-analysis"
17430
17431 - type: "plot"
17432   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17433   algorithm: "plot_tsa_name"
17434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17436   include:
17437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17442   layout:
17443     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
17444     layout: "plot-throughput-speedup-analysis"
17445
17446 - type: "plot"
17447   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17448   algorithm: "plot_tsa_name"
17449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17451   include:
17452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17457   layout:
17458     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
17459     layout: "plot-throughput-speedup-analysis"
17460
17461 - type: "plot"
17462   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17463   algorithm: "plot_tsa_name"
17464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17466   include:
17467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17472   layout:
17473     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17474     layout: "plot-throughput-speedup-analysis"
17475
17476 - type: "plot"
17477   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17478   algorithm: "plot_tsa_name"
17479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17481   include:
17482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17487   layout:
17488     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17489     layout: "plot-throughput-speedup-analysis"
17490
17491 - type: "plot"
17492   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17493   algorithm: "plot_tsa_name"
17494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17496   include:
17497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17501   layout:
17502     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17503     layout: "plot-throughput-speedup-analysis"
17504
17505 - type: "plot"
17506   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17507   algorithm: "plot_tsa_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17510   include:
17511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17515   layout:
17516     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17517     layout: "plot-throughput-speedup-analysis"
17518
17519 - type: "plot"
17520   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17521   algorithm: "plot_tsa_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17524   include:
17525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17529   layout:
17530     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17531     layout: "plot-throughput-speedup-analysis"
17532
17533 - type: "plot"
17534   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17535   algorithm: "plot_tsa_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17538   include:
17539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17543   layout:
17544     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17545     layout: "plot-throughput-speedup-analysis"
17546
17547 - type: "plot"
17548   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17549   algorithm: "plot_tsa_name"
17550   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17552   include:
17553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17558     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17559   layout:
17560     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
17561     layout: "plot-throughput-speedup-analysis"
17562
17563 - type: "plot"
17564   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17565   algorithm: "plot_tsa_name"
17566   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17568   include:
17569     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17570     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17571     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17572     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17573     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17574     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17575   layout:
17576     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
17577     layout: "plot-throughput-speedup-analysis"
17578
17579 - type: "plot"
17580   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17581   algorithm: "plot_tsa_name"
17582   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17584   include:
17585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17587     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17588     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17589     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17590   layout:
17591     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
17592     layout: "plot-throughput-speedup-analysis"
17593
17594 - type: "plot"
17595   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17596   algorithm: "plot_tsa_name"
17597   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17599   include:
17600     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17601     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17602     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17603     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17604     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17605   layout:
17606     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
17607     layout: "plot-throughput-speedup-analysis"
17608
17609 - type: "plot"
17610   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17611   algorithm: "plot_tsa_name"
17612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17614   include:
17615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17620   layout:
17621     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
17622     layout: "plot-throughput-speedup-analysis"
17623
17624 - type: "plot"
17625   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17626   algorithm: "plot_tsa_name"
17627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17629   include:
17630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17635   layout:
17636     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
17637     layout: "plot-throughput-speedup-analysis"
17638
17639 - type: "plot"
17640   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17641   algorithm: "plot_tsa_name"
17642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17644   include:
17645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17649   layout:
17650     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17658   include:
17659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17663   layout:
17664     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
17665     layout: "plot-throughput-speedup-analysis"
17666
17667 - type: "plot"
17668   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17669   algorithm: "plot_tsa_name"
17670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17672   include:
17673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17679   layout:
17680     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
17681     layout: "plot-throughput-speedup-analysis"
17682
17683 - type: "plot"
17684   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17685   algorithm: "plot_tsa_name"
17686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17688   include:
17689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17695   layout:
17696     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
17697     layout: "plot-throughput-speedup-analysis"
17698
17699 - type: "plot"
17700   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17701   algorithm: "plot_tsa_name"
17702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17704   include:
17705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17711   layout:
17712     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17713     layout: "plot-throughput-speedup-analysis"
17714
17715 - type: "plot"
17716   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17717   algorithm: "plot_tsa_name"
17718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17720   include:
17721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17727   layout:
17728     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17729     layout: "plot-throughput-speedup-analysis"
17730
17731 - type: "plot"
17732   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17733   algorithm: "plot_tsa_name"
17734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
17735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17736   include:
17737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17743   layout:
17744     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
17745     layout: "plot-throughput-speedup-analysis"
17746
17747 - type: "plot"
17748   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17749   algorithm: "plot_tsa_name"
17750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
17751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17752   include:
17753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17759   layout:
17760     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
17761     layout: "plot-throughput-speedup-analysis"
17762
17763 - type: "plot"
17764   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17765   algorithm: "plot_tsa_name"
17766   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
17767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17768   include:
17769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17775   layout:
17776     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
17777     layout: "plot-throughput-speedup-analysis"
17778
17779 - type: "plot"
17780   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17781   algorithm: "plot_tsa_name"
17782   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
17783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17784   include:
17785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17786     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17790     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17791   layout:
17792     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17800   include:
17801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17807   layout:
17808     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17816   include:
17817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17818     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17822     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17823   layout:
17824     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
17825     layout: "plot-throughput-speedup-analysis"
17826
17827 - type: "plot"
17828   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
17829   algorithm: "plot_tsa_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
17831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17832   include:
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17838   layout:
17839     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17847   include:
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17853   layout:
17854     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17862   include:
17863     - "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"
17864     - "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"
17865     - "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"
17866     - "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"
17867     - "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"
17868   layout:
17869     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
17870     layout: "plot-throughput-speedup-analysis"
17871
17872 - type: "plot"
17873   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17874   algorithm: "plot_tsa_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
17876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17877   include:
17878     - "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"
17879     - "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"
17880     - "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"
17881     - "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"
17882     - "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"
17883   layout:
17884     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
17885     layout: "plot-throughput-speedup-analysis"
17886
17887 - type: "plot"
17888   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17889   algorithm: "plot_tsa_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
17891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17892   include:
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17898   layout:
17899     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
17900     layout: "plot-throughput-speedup-analysis"
17901
17902 - type: "plot"
17903   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17904   algorithm: "plot_tsa_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
17906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17907   include:
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17913   layout:
17914     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
17915     layout: "plot-throughput-speedup-analysis"
17916
17917 - type: "plot"
17918   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17919   algorithm: "plot_tsa_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17922   include:
17923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17928   layout:
17929     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
17930     layout: "plot-throughput-speedup-analysis"
17931
17932 - type: "plot"
17933   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17934   algorithm: "plot_tsa_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17937   include:
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17943   layout:
17944     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
17945     layout: "plot-throughput-speedup-analysis"
17946
17947 - type: "plot"
17948   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17949   algorithm: "plot_tsa_name"
17950   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
17951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17952   include:
17953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17958   layout:
17959     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
17960     layout: "plot-throughput-speedup-analysis"
17961
17962 - type: "plot"
17963   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17964   algorithm: "plot_tsa_name"
17965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
17966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17967   include:
17968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17973   layout:
17974     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
17975     layout: "plot-throughput-speedup-analysis"
17976
17977 - type: "plot"
17978   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17979   algorithm: "plot_tsa_name"
17980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
17981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17982   include:
17983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17988   layout:
17989     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
17990     layout: "plot-throughput-speedup-analysis"
17991
17992 - type: "plot"
17993   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
17994   algorithm: "plot_tsa_name"
17995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
17996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17997   include:
17998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18003   layout:
18004     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
18005     layout: "plot-throughput-speedup-analysis"
18006
18007 - type: "plot"
18008   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
18009   algorithm: "plot_tsa_name"
18010   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
18011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18012   include:
18013     - "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"
18014     - "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"
18015     - "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"
18016     - "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"
18017   layout:
18018     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
18019     layout: "plot-throughput-speedup-analysis"
18020
18021 - type: "plot"
18022   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
18023   algorithm: "plot_tsa_name"
18024   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
18025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18026   include:
18027     - "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"
18028     - "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"
18029     - "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"
18030     - "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"
18031   layout:
18032     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
18033     layout: "plot-throughput-speedup-analysis"
18034
18035 - type: "plot"
18036   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18037   algorithm: "plot_tsa_name"
18038   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
18039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18040   include:
18041     - "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"
18042     - "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"
18043     - "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"
18044     - "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"
18045   layout:
18046     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 - type: "plot"
18050   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18051   algorithm: "plot_tsa_name"
18052   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
18053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18054   include:
18055     - "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"
18056     - "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"
18057     - "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"
18058     - "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"
18059   layout:
18060     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18061     layout: "plot-throughput-speedup-analysis"
18062
18063 - type: "plot"
18064   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
18065   algorithm: "plot_tsa_name"
18066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
18067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18068   include:
18069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18075   layout:
18076     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
18077     layout: "plot-throughput-speedup-analysis"
18078
18079 - type: "plot"
18080   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
18081   algorithm: "plot_tsa_name"
18082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
18083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18084   include:
18085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18091   layout:
18092     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
18093     layout: "plot-throughput-speedup-analysis"
18094
18095 - type: "plot"
18096   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18097   algorithm: "plot_tsa_name"
18098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18100   include:
18101     - "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"
18102     - "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"
18103     - "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"
18104     - "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"
18105     - "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"
18106     - "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"
18107   layout:
18108     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
18109     layout: "plot-throughput-speedup-analysis"
18110
18111 - type: "plot"
18112   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18113   algorithm: "plot_tsa_name"
18114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18116   include:
18117     - "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"
18118     - "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"
18119     - "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"
18120     - "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"
18121     - "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"
18122     - "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"
18123   layout:
18124     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
18125     layout: "plot-throughput-speedup-analysis"
18126
18127 - type: "plot"
18128   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18129   algorithm: "plot_tsa_name"
18130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18132   include:
18133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18139   layout:
18140     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
18141     layout: "plot-throughput-speedup-analysis"
18142
18143 - type: "plot"
18144   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18145   algorithm: "plot_tsa_name"
18146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18148   include:
18149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18155   layout:
18156     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18164   include:
18165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18170   layout:
18171     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18172     layout: "plot-throughput-speedup-analysis"
18173
18174 - type: "plot"
18175   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18176   algorithm: "plot_tsa_name"
18177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18179   include:
18180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18185   layout:
18186     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18194   include:
18195     - "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"
18196     - "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"
18197   layout:
18198     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
18199     layout: "plot-throughput-speedup-analysis"
18200
18201 - type: "plot"
18202   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
18203   algorithm: "plot_tsa_name"
18204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
18205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18206   include:
18207     - "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"
18208     - "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"
18209   layout:
18210     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
18211     layout: "plot-throughput-speedup-analysis"
18212
18213 - type: "plot"
18214   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18215   algorithm: "plot_tsa_name"
18216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
18217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18218   include:
18219     - "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"
18220     - "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"
18221   layout:
18222     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18230   include:
18231     - "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"
18232     - "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"
18233   layout:
18234     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18242   include:
18243     - "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"
18244     - "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"
18245     - "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"
18246     - "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"
18247     - "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"
18248     - "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"
18249   layout:
18250     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18251     layout: "plot-throughput-speedup-analysis"
18252
18253 - type: "plot"
18254   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18255   algorithm: "plot_tsa_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18258   include:
18259     - "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"
18260     - "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"
18261     - "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"
18262     - "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"
18263     - "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"
18264     - "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"
18265   layout:
18266     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18267     layout: "plot-throughput-speedup-analysis"
18268
18269 - type: "plot"
18270   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18271   algorithm: "plot_tsa_name"
18272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18274   include:
18275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18280   layout:
18281     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
18282     layout: "plot-throughput-speedup-analysis"
18283
18284 - type: "plot"
18285   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18286   algorithm: "plot_tsa_name"
18287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18289   include:
18290     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18291     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18292     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18293     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18294     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18295   layout:
18296     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
18297     layout: "plot-throughput-speedup-analysis"
18298
18299 - type: "plot"
18300   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18301   algorithm: "plot_tsa_name"
18302   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18303   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18304   include:
18305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18310   layout:
18311     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
18312     layout: "plot-throughput-speedup-analysis"
18313
18314 - type: "plot"
18315   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18316   algorithm: "plot_tsa_name"
18317   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18318   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18319   include:
18320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18325   layout:
18326     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18334   include:
18335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18339   layout:
18340     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18348   include:
18349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18353   layout:
18354     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
18355     layout: "plot-throughput-speedup-analysis"
18356
18357 - type: "plot"
18358   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18359   algorithm: "plot_tsa_name"
18360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18362   include:
18363     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18367   layout:
18368     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
18369     layout: "plot-throughput-speedup-analysis"
18370
18371 - type: "plot"
18372   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18373   algorithm: "plot_tsa_name"
18374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18376   include:
18377     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18381   layout:
18382     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18390   include:
18391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18396   layout:
18397     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
18398     layout: "plot-throughput-speedup-analysis"
18399
18400 - type: "plot"
18401   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18402   algorithm: "plot_tsa_name"
18403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18405   include:
18406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18411   layout:
18412     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
18413     layout: "plot-throughput-speedup-analysis"
18414
18415 - type: "plot"
18416   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18417   algorithm: "plot_tsa_name"
18418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18420   include:
18421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18427   layout:
18428     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
18429     layout: "plot-throughput-speedup-analysis"
18430
18431 - type: "plot"
18432   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18433   algorithm: "plot_tsa_name"
18434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18436   include:
18437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18443   layout:
18444     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18452   include:
18453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18457   layout:
18458     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
18459     layout: "plot-throughput-speedup-analysis"
18460
18461 - type: "plot"
18462   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18463   algorithm: "plot_tsa_name"
18464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18466   include:
18467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18471   layout:
18472     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
18473     layout: "plot-throughput-speedup-analysis"
18474
18475 - type: "plot"
18476   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18477   algorithm: "plot_tsa_name"
18478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18480   include:
18481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18487   layout:
18488     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
18489     layout: "plot-throughput-speedup-analysis"
18490
18491 - type: "plot"
18492   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18493   algorithm: "plot_tsa_name"
18494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18496   include:
18497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18503   layout:
18504     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18512   include:
18513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18519   layout:
18520     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
18521     layout: "plot-throughput-speedup-analysis"
18522
18523 - type: "plot"
18524   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18525   algorithm: "plot_tsa_name"
18526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18528   include:
18529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18535   layout:
18536     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18537     layout: "plot-throughput-speedup-analysis"
18538
18539 - type: "plot"
18540   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18541   algorithm: "plot_tsa_name"
18542   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18543   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18544   include:
18545     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18547     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18551   layout:
18552     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18560   include:
18561     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18562     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18563     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18564     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18565     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18566     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18567   layout:
18568     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18569     layout: "plot-throughput-speedup-analysis"
18570
18571 - type: "plot"
18572   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18573   algorithm: "plot_tsa_name"
18574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
18575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18576   include:
18577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18583   layout:
18584     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
18585     layout: "plot-throughput-speedup-analysis"
18586
18587 - type: "plot"
18588   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18589   algorithm: "plot_tsa_name"
18590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
18591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18592   include:
18593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18599   layout:
18600     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 - type: "plot"
18604   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18605   algorithm: "plot_tsa_name"
18606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18608   include:
18609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18615   layout:
18616     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18617     layout: "plot-throughput-speedup-analysis"
18618
18619 - type: "plot"
18620   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18621   algorithm: "plot_tsa_name"
18622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18624   include:
18625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18631   layout:
18632     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18633     layout: "plot-throughput-speedup-analysis"
18634
18635 #- type: "plot"
18636 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18637 #  algorithm: "plot_tsa_name"
18638 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18639 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18640 #  include:
18641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18647 #  layout:
18648 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
18649 #    layout: "plot-throughput-speedup-analysis"
18650 #
18651 #- type: "plot"
18652 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18653 #  algorithm: "plot_tsa_name"
18654 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18655 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18656 #  include:
18657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18659 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18663 #  layout:
18664 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
18665 #    layout: "plot-throughput-speedup-analysis"
18666
18667 - type: "plot"
18668   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18669   algorithm: "plot_tsa_name"
18670   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18671   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18672   include:
18673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18679   layout:
18680     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18681     layout: "plot-throughput-speedup-analysis"
18682
18683 - type: "plot"
18684   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18685   algorithm: "plot_tsa_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18687   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18688   include:
18689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18695   layout:
18696     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18697     layout: "plot-throughput-speedup-analysis"
18698
18699 - type: "plot"
18700   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18701   algorithm: "plot_tsa_name"
18702   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18703   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18704   include:
18705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18711   layout:
18712     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18713     layout: "plot-throughput-speedup-analysis"
18714
18715 - type: "plot"
18716   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18717   algorithm: "plot_tsa_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18719   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18720   include:
18721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18727   layout:
18728     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18729     layout: "plot-throughput-speedup-analysis"
18730
18731 - type: "plot"
18732   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18733   algorithm: "plot_tsa_name"
18734   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18735   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18736   include:
18737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18742   layout:
18743     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18744     layout: "plot-throughput-speedup-analysis"
18745
18746 - type: "plot"
18747   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18748   algorithm: "plot_tsa_name"
18749   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18750   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18751   include:
18752     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18757   layout:
18758     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18766   include:
18767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18771   layout:
18772     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18773     layout: "plot-throughput-speedup-analysis"
18774
18775 - type: "plot"
18776   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18777   algorithm: "plot_tsa_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18779   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18780   include:
18781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18785   layout:
18786     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18787     layout: "plot-throughput-speedup-analysis"
18788
18789 - type: "plot"
18790   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18791   algorithm: "plot_tsa_name"
18792   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18793   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18794   include:
18795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18801   layout:
18802     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18803     layout: "plot-throughput-speedup-analysis"
18804
18805 - type: "plot"
18806   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18807   algorithm: "plot_tsa_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18809   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18810   include:
18811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18817   layout:
18818     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18826   include:
18827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18833   layout:
18834     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18842   include:
18843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18849   layout:
18850     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18851     layout: "plot-throughput-speedup-analysis"
18852
18853 - type: "plot"
18854   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18855   algorithm: "plot_tsa_name"
18856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18858   include:
18859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18864   layout:
18865     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18866     layout: "plot-throughput-speedup-analysis"
18867
18868 - type: "plot"
18869   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18870   algorithm: "plot_tsa_name"
18871   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18872   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18873   include:
18874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18879   layout:
18880     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18881     layout: "plot-throughput-speedup-analysis"
18882
18883 - type: "plot"
18884   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18885   algorithm: "plot_tsa_name"
18886   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18887   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18888   include:
18889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18893   layout:
18894     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18902   include:
18903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18907   layout:
18908     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18916   include:
18917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18922   layout:
18923     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18931   include:
18932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18937   layout:
18938     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18946   include:
18947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18953   layout:
18954     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18962   include:
18963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18965     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18966     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18967     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18969   layout:
18970     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18971     layout: "plot-throughput-speedup-analysis"
18972
18973 - type: "plot"
18974   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18975   algorithm: "plot_tsa_name"
18976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18978   include:
18979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18983   layout:
18984     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18992   include:
18993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18997   layout:
18998     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18999     layout: "plot-throughput-speedup-analysis"
19000
19001 - type: "plot"
19002   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19003   algorithm: "plot_tsa_name"
19004   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19005   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19006   include:
19007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19013   layout:
19014     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19022   include:
19023     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19029   layout:
19030     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19031     layout: "plot-throughput-speedup-analysis"
19032
19033 - type: "plot"
19034   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19035   algorithm: "plot_tsa_name"
19036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19038   include:
19039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19045   layout:
19046     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19047     layout: "plot-throughput-speedup-analysis"
19048
19049 - type: "plot"
19050   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19051   algorithm: "plot_tsa_name"
19052   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19053   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19054   include:
19055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19061   layout:
19062     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19063     layout: "plot-throughput-speedup-analysis"
19064
19065 #- type: "plot"
19066 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19067 #  algorithm: "plot_tsa_name"
19068 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19069 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19070 #  include:
19071 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19072 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19073 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19074 #  layout:
19075 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19076 #    layout: "plot-throughput-speedup-analysis"
19077 #
19078 #- type: "plot"
19079 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19080 #  algorithm: "plot_tsa_name"
19081 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19082 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19083 #  include:
19084 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19085 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19086 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19087 #  layout:
19088 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19089 #    layout: "plot-throughput-speedup-analysis"
19090
19091 - type: "plot"
19092   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19093   algorithm: "plot_tsa_name"
19094   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19095   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19096   include:
19097     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19098     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19099     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19100     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19101     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19102   layout:
19103     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19111   include:
19112     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19113     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19114     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19115     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19116     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19117   layout:
19118     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19119     layout: "plot-throughput-speedup-analysis"
19120
19121 - type: "plot"
19122   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
19123   algorithm: "plot_tsa_name"
19124   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-ndr-tsa"
19125   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19126   include:
19127     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
19128     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19129     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19130     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19131     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19132   layout:
19133     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-ndr-tsa"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-pdr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19141   include:
19142     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
19143     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19144     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19145     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19146     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19147   layout:
19148     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-pdr-tsa"
19149     layout: "plot-throughput-speedup-analysis"
19150
19151 - type: "plot"
19152   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19153   algorithm: "plot_tsa_name"
19154   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19155   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19156   include:
19157     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19158     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19159     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19160     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19161     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19162     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
19163   layout:
19164     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19165     layout: "plot-throughput-speedup-analysis"
19166
19167 - type: "plot"
19168   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19172   include:
19173     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19174     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19175     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19176     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19177     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19178     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
19179   layout:
19180     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19181     layout: "plot-throughput-speedup-analysis"
19182
19183 - type: "plot"
19184   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19185   algorithm: "plot_tsa_name"
19186   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19187   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19188   include:
19189     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19194   layout:
19195     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-ndr-tsa"
19196     layout: "plot-throughput-speedup-analysis"
19197
19198 - type: "plot"
19199   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19200   algorithm: "plot_tsa_name"
19201   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19202   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19203   include:
19204     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19208     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19209   layout:
19210     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-pdr-tsa"
19211     layout: "plot-throughput-speedup-analysis"
19212
19213 - type: "plot"
19214   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19215   algorithm: "plot_tsa_name"
19216   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19217   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19218   include:
19219     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19222     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19223   layout:
19224     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-ndr-tsa"
19225     layout: "plot-throughput-speedup-analysis"
19226
19227 - type: "plot"
19228   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19229   algorithm: "plot_tsa_name"
19230   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19231   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19232   include:
19233     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19236     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19237   layout:
19238     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-pdr-tsa"
19239     layout: "plot-throughput-speedup-analysis"
19240
19241 - type: "plot"
19242   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
19243   algorithm: "plot_tsa_name"
19244   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-ndr-tsa"
19245   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19246   include:
19247     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19248     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19249     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19250     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19252   layout:
19253     title: "2n-tx2-xl710-64b-features-l2switching-base-ndr-tsa"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-pdr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
19261   include:
19262     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19263     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19264     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19266     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19267   layout:
19268     title: "2n-tx2-xl710-64b-features-l2switching-base-pdr-tsa"
19269     layout: "plot-throughput-speedup-analysis"
19270
19271 ################################################################################
19272
19273 # Packet Throughput - DPDK
19274
19275 # 2n-skx-xxv710
19276
19277 - type: "plot"
19278   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
19279   algorithm: "plot_perf_box_name"
19280   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
19281   data: "plot-dpdk-throughput-latency-2n-skx"
19282   include:
19283     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19284     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19285   layout:
19286     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19287     layout: "plot-throughput"
19288
19289 - type: "plot"
19290   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
19291   algorithm: "plot_perf_box_name"
19292   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
19293   data: "plot-dpdk-throughput-latency-2n-skx"
19294   include:
19295     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19296     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19297   layout:
19298     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19299     layout: "plot-throughput"
19300
19301 - type: "plot"
19302   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
19303   algorithm: "plot_perf_box_name"
19304   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
19305   data: "plot-dpdk-throughput-latency-2n-skx"
19306   include:
19307     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19308     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19309   layout:
19310     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
19311     layout: "plot-throughput"
19312
19313 - type: "plot"
19314   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
19315   algorithm: "plot_perf_box_name"
19316   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
19317   data: "plot-dpdk-throughput-latency-2n-skx"
19318   include:
19319     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19320     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19321   layout:
19322     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
19323     layout: "plot-throughput"
19324
19325 # 2n-skx-x710
19326
19327 - type: "plot"
19328   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
19329   algorithm: "plot_perf_box_name"
19330   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
19331   data: "plot-dpdk-throughput-latency-2n-skx"
19332   include:
19333     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19334     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19335   layout:
19336     title: "2n-skx-x710-64b-2t1c-base-ndr"
19337     layout: "plot-throughput"
19338
19339 - type: "plot"
19340   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
19341   algorithm: "plot_perf_box_name"
19342   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
19343   data: "plot-dpdk-throughput-latency-2n-skx"
19344   include:
19345     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19346     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19347   layout:
19348     title: "2n-skx-x710-64b-4t2c-base-ndr"
19349     layout: "plot-throughput"
19350
19351 - type: "plot"
19352   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
19353   algorithm: "plot_perf_box_name"
19354   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
19355   data: "plot-dpdk-throughput-latency-2n-skx"
19356   include:
19357     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19358     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19359   layout:
19360     title: "2n-skx-x710-64b-2t1c-base-pdr"
19361     layout: "plot-throughput"
19362
19363 - type: "plot"
19364   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
19365   algorithm: "plot_perf_box_name"
19366   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
19367   data: "plot-dpdk-throughput-latency-2n-skx"
19368   include:
19369     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19370     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19371   layout:
19372     title: "2n-skx-x710-64b-4t2c-base-pdr"
19373     layout: "plot-throughput"
19374
19375 # 3n-skx-xxv710
19376
19377 - type: "plot"
19378   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
19379   algorithm: "plot_perf_box_name"
19380   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
19381   data: "plot-dpdk-throughput-latency-3n-skx"
19382   include:
19383     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19384     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19385   layout:
19386     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19387     layout: "plot-throughput"
19388
19389 - type: "plot"
19390   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
19391   algorithm: "plot_perf_box_name"
19392   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
19393   data: "plot-dpdk-throughput-latency-3n-skx"
19394   include:
19395     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19396     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19397   layout:
19398     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19399     layout: "plot-throughput"
19400
19401 - type: "plot"
19402   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
19403   algorithm: "plot_perf_box_name"
19404   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
19405   data: "plot-dpdk-throughput-latency-3n-skx"
19406   include:
19407     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19408     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19409   layout:
19410     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
19411     layout: "plot-throughput"
19412
19413 - type: "plot"
19414   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
19415   algorithm: "plot_perf_box_name"
19416   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
19417   data: "plot-dpdk-throughput-latency-3n-skx"
19418   include:
19419     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19420     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19421   layout:
19422     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
19423     layout: "plot-throughput"
19424
19425 # 3n-skx-x710
19426
19427 - type: "plot"
19428   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
19429   algorithm: "plot_perf_box_name"
19430   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
19431   data: "plot-dpdk-throughput-latency-3n-skx"
19432   include:
19433     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19434     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19435   layout:
19436     title: "3n-skx-x710-64b-2t1c-base-ndr"
19437     layout: "plot-throughput"
19438
19439 - type: "plot"
19440   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
19441   algorithm: "plot_perf_box_name"
19442   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
19443   data: "plot-dpdk-throughput-latency-3n-skx"
19444   include:
19445     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19446     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19447   layout:
19448     title: "3n-skx-x710-64b-4t2c-base-ndr"
19449     layout: "plot-throughput"
19450
19451 - type: "plot"
19452   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
19453   algorithm: "plot_perf_box_name"
19454   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
19455   data: "plot-dpdk-throughput-latency-3n-skx"
19456   include:
19457     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19458     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19459   layout:
19460     title: "3n-skx-x710-64b-2t1c-base-pdr"
19461     layout: "plot-throughput"
19462
19463 - type: "plot"
19464   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
19465   algorithm: "plot_perf_box_name"
19466   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
19467   data: "plot-dpdk-throughput-latency-3n-skx"
19468   include:
19469     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19470     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19471   layout:
19472     title: "3n-skx-x710-64b-4t2c-base-pdr"
19473     layout: "plot-throughput"
19474
19475 # 3n-hsw-xl710
19476
19477 - type: "plot"
19478   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
19479   algorithm: "plot_perf_box_name"
19480   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
19481   data: "plot-dpdk-throughput-latency-3n-hsw"
19482   include:
19483     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19484     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19485   layout:
19486     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19487     layout: "plot-throughput"
19488
19489 - type: "plot"
19490   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
19491   algorithm: "plot_perf_box_name"
19492   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
19493   data: "plot-dpdk-throughput-latency-3n-hsw"
19494   include:
19495     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19496     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19497   layout:
19498     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19499     layout: "plot-throughput"
19500
19501 - type: "plot"
19502   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
19503   algorithm: "plot_perf_box_name"
19504   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
19505   data: "plot-dpdk-throughput-latency-3n-hsw"
19506   include:
19507     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19508     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19509   layout:
19510     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
19511     layout: "plot-throughput"
19512
19513 - type: "plot"
19514   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
19515   algorithm: "plot_perf_box_name"
19516   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
19517   data: "plot-dpdk-throughput-latency-3n-hsw"
19518   include:
19519     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19520     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19521   layout:
19522     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
19523     layout: "plot-throughput"
19524
19525 # 3n-hsw-x710
19526
19527 - type: "plot"
19528   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19529   algorithm: "plot_perf_box_name"
19530   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19531   data: "plot-dpdk-throughput-latency-3n-hsw"
19532   include:
19533     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19534     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19535   layout:
19536     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19537     layout: "plot-throughput"
19538
19539 - type: "plot"
19540   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19541   algorithm: "plot_perf_box_name"
19542   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19543   data: "plot-dpdk-throughput-latency-3n-hsw"
19544   include:
19545     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19546     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19547   layout:
19548     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19549     layout: "plot-throughput"
19550
19551 - type: "plot"
19552   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19553   algorithm: "plot_perf_box_name"
19554   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19555   data: "plot-dpdk-throughput-latency-3n-hsw"
19556   include:
19557     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19558     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19559   layout:
19560     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19561     layout: "plot-throughput"
19562
19563 - type: "plot"
19564   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19565   algorithm: "plot_perf_box_name"
19566   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19567   data: "plot-dpdk-throughput-latency-3n-hsw"
19568   include:
19569     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19570     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19571   layout:
19572     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19573     layout: "plot-throughput"
19574
19575 ## 2n-dnv-x553
19576 #
19577 #- type: "plot"
19578 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
19579 #  algorithm: "plot_perf_box_name"
19580 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
19581 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19582 #  include:
19583 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19584 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19585 #  layout:
19586 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
19587 #    layout: "plot-throughput"
19588 #
19589 #- type: "plot"
19590 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
19591 #  algorithm: "plot_perf_box_name"
19592 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
19593 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19594 #  include:
19595 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19596 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19597 #  layout:
19598 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
19599 #    layout: "plot-throughput"
19600 #
19601 #- type: "plot"
19602 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
19603 #  algorithm: "plot_perf_box_name"
19604 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
19605 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19606 #  include:
19607 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19608 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19609 #  layout:
19610 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
19611 #    layout: "plot-throughput"
19612 #
19613 #- type: "plot"
19614 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
19615 #  algorithm: "plot_perf_box_name"
19616 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
19617 #  data: "plot-dpdk-throughput-latency-2n-dnv"
19618 #  include:
19619 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19620 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19621 #  layout:
19622 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
19623 #    layout: "plot-throughput"
19624 #
19625 ## 3n-dnv-x553
19626 #
19627 #- type: "plot"
19628 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
19629 #  algorithm: "plot_perf_box_name"
19630 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
19631 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19632 #  include:
19633 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19634 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19635 #  layout:
19636 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
19637 #    layout: "plot-throughput"
19638 #
19639 #- type: "plot"
19640 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
19641 #  algorithm: "plot_perf_box_name"
19642 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
19643 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19644 #  include:
19645 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19646 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19647 #  layout:
19648 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
19649 #    layout: "plot-throughput"
19650 #
19651 #- type: "plot"
19652 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
19653 #  algorithm: "plot_perf_box_name"
19654 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
19655 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19656 #  include:
19657 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19658 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19659 #  layout:
19660 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
19661 #    layout: "plot-throughput"
19662 #
19663 #- type: "plot"
19664 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
19665 #  algorithm: "plot_perf_box_name"
19666 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
19667 #  data: "plot-dpdk-throughput-latency-3n-dnv"
19668 #  include:
19669 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19670 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19671 #  layout:
19672 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
19673 #    layout: "plot-throughput"
19674
19675 # 3n-tsh-x520
19676
19677 - type: "plot"
19678   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
19679   algorithm: "plot_perf_box_name"
19680   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
19681   data: "plot-dpdk-throughput-latency-3n-tsh"
19682   include:
19683     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19684     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19685   layout:
19686     title: "3n-tsh-x520-64b-1t1c-base-ndr"
19687     layout: "plot-throughput"
19688
19689 - type: "plot"
19690   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
19691   algorithm: "plot_perf_box_name"
19692   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
19693   data: "plot-dpdk-throughput-latency-3n-tsh"
19694   include:
19695     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19696     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19697   layout:
19698     title: "3n-tsh-x520-64b-2t2c-base-ndr"
19699     layout: "plot-throughput"
19700
19701 - type: "plot"
19702   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
19703   algorithm: "plot_perf_box_name"
19704   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
19705   data: "plot-dpdk-throughput-latency-3n-tsh"
19706   include:
19707     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19708     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19709   layout:
19710     title: "3n-tsh-x520-64b-1t1c-base-pdr"
19711     layout: "plot-throughput"
19712
19713 - type: "plot"
19714   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
19715   algorithm: "plot_perf_box_name"
19716   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
19717   data: "plot-dpdk-throughput-latency-3n-tsh"
19718   include:
19719     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19720     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19721   layout:
19722     title: "3n-tsh-x520-64b-2t2c-base-pdr"
19723     layout: "plot-throughput"
19724
19725 # 2n-tx2-xl710
19726
19727 - type: "plot"
19728   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-ndr"
19729   algorithm: "plot_perf_box_name"
19730   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-ndr"
19731   data: "plot-dpdk-throughput-latency-2n-tx2"
19732   include:
19733     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19734     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19735   layout:
19736     title: "2n-tx2-xl710-64b-1t1c-base-ndr"
19737     layout: "plot-throughput"
19738
19739 - type: "plot"
19740   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-ndr"
19741   algorithm: "plot_perf_box_name"
19742   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-ndr"
19743   data: "plot-dpdk-throughput-latency-2n-tx2"
19744   include:
19745     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19746     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19747   layout:
19748     title: "2n-tx2-xl710-64b-2t2c-base-ndr"
19749     layout: "plot-throughput"
19750
19751 - type: "plot"
19752   title: "DPDK Throughput: 2n-tx2-xl710-64b-1t1c-base-pdr"
19753   algorithm: "plot_perf_box_name"
19754   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-1t1c-base-pdr"
19755   data: "plot-dpdk-throughput-latency-2n-tx2"
19756   include:
19757     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19758     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19759   layout:
19760     title: "2n-tx2-xl710-64b-1t1c-base-pdr"
19761     layout: "plot-throughput"
19762
19763 - type: "plot"
19764   title: "DPDK Throughput: 2n-tx2-xl710-64b-2t2c-base-pdr"
19765   algorithm: "plot_perf_box_name"
19766   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-2t2c-base-pdr"
19767   data: "plot-dpdk-throughput-latency-2n-tx2"
19768   include:
19769     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19770     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19771   layout:
19772     title: "2n-tx2-xl710-64b-2t2c-base-pdr"
19773     layout: "plot-throughput"
19774
19775 ################################################################################
19776 ###   2n-clx                                                                 ###
19777 ################################################################################
19778
19779 # Packet Throughput
19780
19781 - type: "plot"
19782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19783   algorithm: "plot_perf_box_name"
19784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19786   include:
19787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19791   layout:
19792     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
19793     layout: "plot-throughput"
19794
19795 - type: "plot"
19796   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19797   algorithm: "plot_perf_box_name"
19798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19800   include:
19801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19805   layout:
19806     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
19807     layout: "plot-throughput"
19808
19809 - type: "plot"
19810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19811   algorithm: "plot_perf_box_name"
19812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19814   include:
19815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19819   layout:
19820     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
19821     layout: "plot-throughput"
19822
19823 - type: "plot"
19824   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19825   algorithm: "plot_perf_box_name"
19826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19828   include:
19829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19833   layout:
19834     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
19835     layout: "plot-throughput"
19836
19837 - type: "plot"
19838   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19839   algorithm: "plot_perf_box_name"
19840   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19842   include:
19843     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19844     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19845     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19847   layout:
19848     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19849     layout: "plot-throughput"
19850
19851 - type: "plot"
19852   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19853   algorithm: "plot_perf_box_name"
19854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19856   include:
19857     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19858     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19859     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19860     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19861   layout:
19862     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19863     layout: "plot-throughput"
19864
19865 - type: "plot"
19866   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19867   algorithm: "plot_perf_box_name"
19868   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19870   include:
19871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19877   layout:
19878     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
19879     layout: "plot-throughput"
19880
19881 - type: "plot"
19882   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19883   algorithm: "plot_perf_box_name"
19884   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19886   include:
19887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
19888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19893   layout:
19894     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
19895     layout: "plot-throughput"
19896
19897 - type: "plot"
19898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19899   algorithm: "plot_perf_box_name"
19900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19902   include:
19903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19907   layout:
19908     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19909     layout: "plot-throughput"
19910
19911 - type: "plot"
19912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19913   algorithm: "plot_perf_box_name"
19914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19916   include:
19917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19921   layout:
19922     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19923     layout: "plot-throughput"
19924
19925 - type: "plot"
19926   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19927   algorithm: "plot_perf_box_name"
19928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19930   include:
19931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19934   layout:
19935     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
19936     layout: "plot-throughput"
19937
19938 - type: "plot"
19939   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19940   algorithm: "plot_perf_box_name"
19941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19943   include:
19944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19947   layout:
19948     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
19949     layout: "plot-throughput"
19950
19951 - type: "plot"
19952   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19953   algorithm: "plot_perf_box_name"
19954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19956   include:
19957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19962   layout:
19963     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
19964     layout: "plot-throughput"
19965
19966 - type: "plot"
19967   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19968   algorithm: "plot_perf_box_name"
19969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19971   include:
19972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19977   layout:
19978     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
19979     layout: "plot-throughput"
19980
19981 - type: "plot"
19982   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19983   algorithm: "plot_perf_box_name"
19984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19986   include:
19987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
19988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
19989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
19990   layout:
19991     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
19992     layout: "plot-throughput"
19993
19994 - type: "plot"
19995   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19996   algorithm: "plot_perf_box_name"
19997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
19998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19999   include:
20000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20003   layout:
20004     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20005     layout: "plot-throughput"
20006
20007 - type: "plot"
20008   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20009   algorithm: "plot_perf_box_name"
20010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20012   include:
20013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20019   layout:
20020     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20021     layout: "plot-throughput"
20022
20023 - type: "plot"
20024   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20025   algorithm: "plot_perf_box_name"
20026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20028   include:
20029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20035   layout:
20036     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20037     layout: "plot-throughput"
20038
20039 - type: "plot"
20040   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20041   algorithm: "plot_perf_box_name"
20042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20044   include:
20045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20050   layout:
20051     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20052     layout: "plot-throughput"
20053
20054 - type: "plot"
20055   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20056   algorithm: "plot_perf_box_name"
20057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20059   include:
20060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20065   layout:
20066     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20067     layout: "plot-throughput"
20068
20069 - type: "plot"
20070   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20071   algorithm: "plot_perf_box_name"
20072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20074   include:
20075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20081     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20082     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20085   layout:
20086     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20087     layout: "plot-cps"
20088
20089 - type: "plot"
20090   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20091   algorithm: "plot_perf_box_name"
20092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20094   include:
20095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20105   layout:
20106     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20107     layout: "plot-throughput"
20108
20109 - type: "plot"
20110   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20111   algorithm: "plot_perf_box_name"
20112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20114   include:
20115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20125   layout:
20126     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20127     layout: "plot-cps"
20128
20129 - type: "plot"
20130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20131   algorithm: "plot_perf_box_name"
20132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20134   include:
20135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20141     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20142     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20145   layout:
20146     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20147     layout: "plot-throughput"
20148
20149 - type: "plot"
20150   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20151   algorithm: "plot_perf_box_name"
20152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20154   include:
20155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20160   layout:
20161     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20162     layout: "plot-throughput"
20163
20164 - type: "plot"
20165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20166   algorithm: "plot_perf_box_name"
20167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20169   include:
20170     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20171     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20172     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20173     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20175   layout:
20176     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20177     layout: "plot-throughput"
20178
20179 - type: "plot"
20180   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20181   algorithm: "plot_perf_box_name"
20182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20184   include:
20185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20188     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20190     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20192     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20193     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20195   layout:
20196     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20197     layout: "plot-cps"
20198
20199 - type: "plot"
20200   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20201   algorithm: "plot_perf_box_name"
20202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20204   include:
20205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20210     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20211     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20212     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20215   layout:
20216     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20217     layout: "plot-throughput"
20218
20219 - type: "plot"
20220   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20221   algorithm: "plot_perf_box_name"
20222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20224   include:
20225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20235   layout:
20236     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20237     layout: "plot-cps"
20238
20239 - type: "plot"
20240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20241   algorithm: "plot_perf_box_name"
20242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20244   include:
20245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20251     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20252     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20253     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20254     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20255   layout:
20256     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20257     layout: "plot-throughput"
20258
20259 - type: "plot"
20260   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20261   algorithm: "plot_perf_box_name"
20262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20264   include:
20265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20270   layout:
20271     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-ndr"
20272     layout: "plot-throughput"
20273
20274 - type: "plot"
20275   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20276   algorithm: "plot_perf_box_name"
20277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20279   include:
20280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20285   layout:
20286     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-tput-avf-pdr"
20287     layout: "plot-throughput"
20288
20289 - type: "plot"
20290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20291   algorithm: "plot_perf_box_name"
20292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20294   include:
20295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20300   layout:
20301     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-ndr"
20302     layout: "plot-throughput"
20303
20304 - type: "plot"
20305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20306   algorithm: "plot_perf_box_name"
20307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20309   include:
20310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
20311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
20312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
20313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
20314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
20315   layout:
20316     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-tput-avf-pdr"
20317     layout: "plot-throughput"
20318
20319 - type: "plot"
20320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20321   algorithm: "plot_perf_box_name"
20322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20324   include:
20325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20331   layout:
20332     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20333     layout: "plot-throughput"
20334
20335 - type: "plot"
20336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20337   algorithm: "plot_perf_box_name"
20338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20340   include:
20341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20347   layout:
20348     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20349     layout: "plot-throughput"
20350
20351 - type: "plot"
20352   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20353   algorithm: "plot_perf_box_name"
20354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20356   include:
20357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20359   layout:
20360     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20361     layout: "plot-throughput"
20362
20363 - type: "plot"
20364   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20365   algorithm: "plot_perf_box_name"
20366   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20368   include:
20369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20371   layout:
20372     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20373     layout: "plot-throughput"
20374
20375 - type: "plot"
20376   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20377   algorithm: "plot_perf_box_name"
20378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20380   include:
20381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20387   layout:
20388     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20389     layout: "plot-throughput"
20390
20391 - type: "plot"
20392   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20393   algorithm: "plot_perf_box_name"
20394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20396   include:
20397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20403   layout:
20404     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20405     layout: "plot-throughput"
20406
20407 - type: "plot"
20408   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20409   algorithm: "plot_perf_box_name"
20410   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20412   include:
20413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20419   layout:
20420     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20421     layout: "plot-throughput"
20422
20423 - type: "plot"
20424   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20425   algorithm: "plot_perf_box_name"
20426   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20428   include:
20429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20435   layout:
20436     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20437     layout: "plot-throughput"
20438
20439 - type: "plot"
20440   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20441   algorithm: "plot_perf_box_name"
20442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20444   include:
20445     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
20446     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
20447     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
20448     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
20449     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
20450   layout:
20451     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
20452     layout: "plot-throughput"
20453
20454 - type: "plot"
20455   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20456   algorithm: "plot_perf_box_name"
20457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20459   include:
20460     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
20461     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
20462     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
20463     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
20464     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
20465   layout:
20466     title: "2n-clx-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
20467     layout: "plot-throughput"
20468
20469 - type: "plot"
20470   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20471   algorithm: "plot_perf_box_name"
20472   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20474   include:
20475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20482   layout:
20483     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20484     layout: "plot-throughput"
20485
20486 - type: "plot"
20487   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20488   algorithm: "plot_perf_box_name"
20489   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20491   include:
20492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20499   layout:
20500     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20501     layout: "plot-throughput"
20502
20503 - type: "plot"
20504   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20505   algorithm: "plot_perf_box_name"
20506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20508   include:
20509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20514   layout:
20515     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20516     layout: "plot-throughput"
20517
20518 - type: "plot"
20519   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20520   algorithm: "plot_perf_box_name"
20521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20523   include:
20524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20529   layout:
20530     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20531     layout: "plot-throughput"
20532
20533 - type: "plot"
20534   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
20535   algorithm: "plot_perf_box_name"
20536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
20537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20538   include:
20539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
20541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
20542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20543   layout:
20544     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
20545     layout: "plot-throughput"
20546
20547 - type: "plot"
20548   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
20549   algorithm: "plot_perf_box_name"
20550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
20551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20552   include:
20553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
20555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
20556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
20557   layout:
20558     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
20559     layout: "plot-throughput"
20560
20561 - type: "plot"
20562   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20563   algorithm: "plot_perf_box_name"
20564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20566   include:
20567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20572   layout:
20573     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20574     layout: "plot-throughput"
20575
20576 - type: "plot"
20577   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20578   algorithm: "plot_perf_box_name"
20579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20581   include:
20582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20587   layout:
20588     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20589     layout: "plot-throughput"
20590
20591 - type: "plot"
20592   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20593   algorithm: "plot_perf_box_name"
20594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20596   include:
20597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20601   layout:
20602     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
20603     layout: "plot-throughput"
20604
20605 - type: "plot"
20606   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20607   algorithm: "plot_perf_box_name"
20608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20610   include:
20611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
20613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
20614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
20615   layout:
20616     title: "2n-clx-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
20617     layout: "plot-throughput"
20618
20619 - type: "plot"
20620   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20621   algorithm: "plot_perf_box_name"
20622   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20624   include:
20625     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20626     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20627     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20628     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20629     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20630   layout:
20631     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20632     layout: "plot-throughput"
20633
20634 - type: "plot"
20635   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20636   algorithm: "plot_perf_box_name"
20637   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20639   include:
20640     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20641     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20642     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20643     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20644     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20645   layout:
20646     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20647     layout: "plot-throughput"
20648
20649 - type: "plot"
20650   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20651   algorithm: "plot_perf_box_name"
20652   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20654   include:
20655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20660   layout:
20661     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20662     layout: "plot-throughput"
20663
20664 - type: "plot"
20665   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20666   algorithm: "plot_perf_box_name"
20667   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20669   include:
20670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20675   layout:
20676     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20677     layout: "plot-throughput"
20678
20679 - type: "plot"
20680   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20681   algorithm: "plot_perf_box_name"
20682   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20684   include:
20685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20690   layout:
20691     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20692     layout: "plot-throughput"
20693
20694 - type: "plot"
20695   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20696   algorithm: "plot_perf_box_name"
20697   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20699   include:
20700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20705   layout:
20706     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20707     layout: "plot-throughput"
20708
20709 - type: "plot"
20710   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20711   algorithm: "plot_perf_box_name"
20712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20714   include:
20715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20720   layout:
20721     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20722     layout: "plot-throughput"
20723
20724 - type: "plot"
20725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20726   algorithm: "plot_perf_box_name"
20727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20729   include:
20730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20735   layout:
20736     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20737     layout: "plot-throughput"
20738
20739 - type: "plot"
20740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20741   algorithm: "plot_perf_box_name"
20742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20744   include:
20745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20749   layout:
20750     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20751     layout: "plot-throughput"
20752
20753 - type: "plot"
20754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20755   algorithm: "plot_perf_box_name"
20756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20758   include:
20759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20763   layout:
20764     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20765     layout: "plot-throughput"
20766
20767 - type: "plot"
20768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20769   algorithm: "plot_perf_box_name"
20770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20772   include:
20773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20778   layout:
20779     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20780     layout: "plot-throughput"
20781
20782 - type: "plot"
20783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20784   algorithm: "plot_perf_box_name"
20785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20787   include:
20788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20793   layout:
20794     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20795     layout: "plot-throughput"
20796
20797 - type: "plot"
20798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20799   algorithm: "plot_perf_box_name"
20800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20802   include:
20803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20807   layout:
20808     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20809     layout: "plot-throughput"
20810
20811 - type: "plot"
20812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20813   algorithm: "plot_perf_box_name"
20814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20816   include:
20817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20821   layout:
20822     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20823     layout: "plot-throughput"
20824
20825 - type: "plot"
20826   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20827   algorithm: "plot_perf_box_name"
20828   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20830   include:
20831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20836   layout:
20837     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20838     layout: "plot-throughput"
20839
20840 - type: "plot"
20841   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20842   algorithm: "plot_perf_box_name"
20843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20845   include:
20846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20851   layout:
20852     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20853     layout: "plot-throughput"
20854
20855 - type: "plot"
20856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20857   algorithm: "plot_perf_box_name"
20858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20860   include:
20861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20865   layout:
20866     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20867     layout: "plot-throughput"
20868
20869 - type: "plot"
20870   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20871   algorithm: "plot_perf_box_name"
20872   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20874   include:
20875     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20876     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20879   layout:
20880     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20881     layout: "plot-throughput"
20882
20883 - type: "plot"
20884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20885   algorithm: "plot_perf_box_name"
20886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20888   include:
20889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20894   layout:
20895     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
20896     layout: "plot-throughput"
20897
20898 - type: "plot"
20899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20900   algorithm: "plot_perf_box_name"
20901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20903   include:
20904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20909   layout:
20910     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
20911     layout: "plot-throughput"
20912
20913 - type: "plot"
20914   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20915   algorithm: "plot_perf_box_name"
20916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20918   include:
20919     - "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"
20920     - "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"
20921     - "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"
20922     - "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"
20923     - "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"
20924   layout:
20925     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
20926     layout: "plot-throughput"
20927
20928 - type: "plot"
20929   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20930   algorithm: "plot_perf_box_name"
20931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20933   include:
20934     - "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"
20935     - "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"
20936     - "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"
20937     - "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"
20938     - "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"
20939   layout:
20940     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
20941     layout: "plot-throughput"
20942
20943 - type: "plot"
20944   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20945   algorithm: "plot_perf_box_name"
20946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20948   include:
20949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20954   layout:
20955     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
20956     layout: "plot-throughput"
20957
20958 - type: "plot"
20959   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20960   algorithm: "plot_perf_box_name"
20961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20963   include:
20964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20969   layout:
20970     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
20971     layout: "plot-throughput"
20972
20973 - type: "plot"
20974   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20975   algorithm: "plot_perf_box_name"
20976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20978   include:
20979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20984   layout:
20985     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
20986     layout: "plot-throughput"
20987
20988 - type: "plot"
20989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20990   algorithm: "plot_perf_box_name"
20991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
20992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20993   include:
20994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20999   layout:
21000     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21001     layout: "plot-throughput"
21002
21003 - type: "plot"
21004   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21005   algorithm: "plot_perf_box_name"
21006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21008   include:
21009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21013   layout:
21014     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21015     layout: "plot-throughput"
21016
21017 - type: "plot"
21018   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21019   algorithm: "plot_perf_box_name"
21020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21022   include:
21023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21027   layout:
21028     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21029     layout: "plot-throughput"
21030
21031 - type: "plot"
21032   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21033   algorithm: "plot_perf_box_name"
21034   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21036   include:
21037     - "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"
21038     - "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"
21039     - "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"
21040     - "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"
21041   layout:
21042     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21043     layout: "plot-throughput"
21044
21045 - type: "plot"
21046   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21047   algorithm: "plot_perf_box_name"
21048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21050   include:
21051     - "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"
21052     - "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"
21053     - "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"
21054     - "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"
21055   layout:
21056     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21057     layout: "plot-throughput"
21058
21059 - type: "plot"
21060   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21061   algorithm: "plot_perf_box_name"
21062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21064   include:
21065     - "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"
21066     - "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"
21067     - "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"
21068     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21069     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21070     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21071   layout:
21072     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21073     layout: "plot-throughput"
21074
21075 - type: "plot"
21076   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21077   algorithm: "plot_perf_box_name"
21078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21080   include:
21081     - "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"
21082     - "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"
21083     - "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"
21084     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21085     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21086     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21087   layout:
21088     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21089     layout: "plot-throughput"
21090
21091 ################################################################################
21092
21093 # Packet Speedup
21094
21095 - type: "plot"
21096   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
21097   algorithm: "plot_tsa_name"
21098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
21099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21100   include:
21101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21105   layout:
21106     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
21107     layout: "plot-throughput-speedup-analysis"
21108
21109 - type: "plot"
21110   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
21111   algorithm: "plot_tsa_name"
21112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
21113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21114   include:
21115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21119   layout:
21120     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
21121     layout: "plot-throughput-speedup-analysis"
21122
21123 - type: "plot"
21124   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
21125   algorithm: "plot_tsa_name"
21126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
21127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21128   include:
21129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21133   layout:
21134     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
21135     layout: "plot-throughput-speedup-analysis"
21136
21137 - type: "plot"
21138   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
21139   algorithm: "plot_tsa_name"
21140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
21141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21142   include:
21143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21147   layout:
21148     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
21149     layout: "plot-throughput-speedup-analysis"
21150
21151 - type: "plot"
21152   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21153   algorithm: "plot_tsa_name"
21154   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21156   include:
21157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21161   layout:
21162     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21163     layout: "plot-throughput-speedup-analysis"
21164
21165 - type: "plot"
21166   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21167   algorithm: "plot_tsa_name"
21168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21170   include:
21171     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21172     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21173     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21175   layout:
21176     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21177     layout: "plot-throughput-speedup-analysis"
21178
21179 - type: "plot"
21180   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21181   algorithm: "plot_tsa_name"
21182   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21184   include:
21185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21191   layout:
21192     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21193     layout: "plot-throughput-speedup-analysis"
21194
21195 - type: "plot"
21196   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21197   algorithm: "plot_tsa_name"
21198   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21200   include:
21201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21207   layout:
21208     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21209     layout: "plot-throughput-speedup-analysis"
21210
21211 - type: "plot"
21212   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21213   algorithm: "plot_tsa_name"
21214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21216   include:
21217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21221   layout:
21222     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
21223     layout: "plot-throughput-speedup-analysis"
21224
21225 - type: "plot"
21226   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21227   algorithm: "plot_tsa_name"
21228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21230   include:
21231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21235   layout:
21236     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
21237     layout: "plot-throughput-speedup-analysis"
21238
21239 - type: "plot"
21240   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21241   algorithm: "plot_tsa_name"
21242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21244   include:
21245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21248   layout:
21249     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21250     layout: "plot-throughput-speedup-analysis"
21251
21252 - type: "plot"
21253   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21254   algorithm: "plot_tsa_name"
21255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21257   include:
21258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21261   layout:
21262     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21263     layout: "plot-throughput-speedup-analysis"
21264
21265 - type: "plot"
21266   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21267   algorithm: "plot_tsa_name"
21268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21270   include:
21271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21276   layout:
21277     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21278     layout: "plot-throughput-speedup-analysis"
21279
21280 - type: "plot"
21281   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21282   algorithm: "plot_tsa_name"
21283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21285   include:
21286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21291   layout:
21292     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21293     layout: "plot-throughput-speedup-analysis"
21294
21295 - type: "plot"
21296   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21297   algorithm: "plot_tsa_name"
21298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21300   include:
21301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21304   layout:
21305     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21306     layout: "plot-throughput-speedup-analysis"
21307
21308 - type: "plot"
21309   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21310   algorithm: "plot_tsa_name"
21311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21313   include:
21314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21317   layout:
21318     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21319     layout: "plot-throughput-speedup-analysis"
21320
21321 - type: "plot"
21322   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21323   algorithm: "plot_tsa_name"
21324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21326   include:
21327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21333   layout:
21334     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
21335     layout: "plot-throughput-speedup-analysis"
21336
21337 - type: "plot"
21338   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21339   algorithm: "plot_tsa_name"
21340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21342   include:
21343     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21344     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21346     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21348   layout:
21349     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21350     layout: "plot-throughput-speedup-analysis"
21351
21352 - type: "plot"
21353   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21354   algorithm: "plot_tsa_name"
21355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21357   include:
21358     - "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"
21359     - "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"
21360     - "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"
21361     - "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"
21362     - "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"
21363   layout:
21364     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21365     layout: "plot-throughput-speedup-analysis"
21366
21367 - type: "plot"
21368   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21369   algorithm: "plot_tsa_name"
21370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21372   include:
21373     - "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"
21374     - "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"
21375     - "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"
21376     - "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"
21377     - "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"
21378     - "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"
21379     - "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"
21380     - "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"
21381     - "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"
21382     - "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"
21383   layout:
21384     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21385     layout: "plot-throughput-speedup-analysis-cps"
21386
21387 - type: "plot"
21388   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21389   algorithm: "plot_tsa_name"
21390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21392   include:
21393     - "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"
21394     - "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"
21395     - "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"
21396     - "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"
21397     - "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"
21398     - "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"
21399     - "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"
21400     - "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"
21401     - "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"
21402     - "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"
21403   layout:
21404     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21405     layout: "plot-throughput-speedup-analysis"
21406
21407 - type: "plot"
21408   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21409   algorithm: "plot_tsa_name"
21410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21412   include:
21413     - "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"
21414     - "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"
21415     - "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"
21416     - "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"
21417     - "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"
21418     - "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"
21419     - "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"
21420     - "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"
21421     - "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"
21422     - "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"
21423   layout:
21424     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21425     layout: "plot-throughput-speedup-analysis-cps"
21426
21427 - type: "plot"
21428   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21429   algorithm: "plot_tsa_name"
21430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21432   include:
21433     - "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"
21434     - "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"
21435     - "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"
21436     - "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"
21437     - "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"
21438     - "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"
21439     - "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"
21440     - "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"
21441     - "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"
21442     - "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"
21443   layout:
21444     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21445     layout: "plot-throughput-speedup-analysis"
21446
21447 - type: "plot"
21448   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21449   algorithm: "plot_tsa_name"
21450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21452   include:
21453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21459   layout:
21460     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
21461     layout: "plot-throughput-speedup-analysis"
21462
21463 - type: "plot"
21464   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21465   algorithm: "plot_tsa_name"
21466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21468   include:
21469     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21470     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21471     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21472     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21473     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21474   layout:
21475     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21476     layout: "plot-throughput-speedup-analysis"
21477
21478 - type: "plot"
21479   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21480   algorithm: "plot_tsa_name"
21481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21483   include:
21484     - "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"
21485     - "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"
21486     - "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"
21487     - "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"
21488     - "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"
21489   layout:
21490     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21491     layout: "plot-throughput-speedup-analysis"
21492
21493 - type: "plot"
21494   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21495   algorithm: "plot_tsa_name"
21496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21498   include:
21499     - "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"
21500     - "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"
21501     - "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"
21502     - "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"
21503     - "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"
21504     - "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"
21505     - "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"
21506     - "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"
21507     - "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"
21508     - "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"
21509   layout:
21510     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21511     layout: "plot-throughput-speedup-analysis-cps"
21512
21513 - type: "plot"
21514   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21515   algorithm: "plot_tsa_name"
21516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21518   include:
21519     - "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"
21520     - "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"
21521     - "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"
21522     - "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"
21523     - "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"
21524     - "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"
21525     - "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"
21526     - "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"
21527     - "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"
21528     - "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"
21529   layout:
21530     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21531     layout: "plot-throughput-speedup-analysis"
21532
21533 - type: "plot"
21534   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21535   algorithm: "plot_tsa_name"
21536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21538   include:
21539     - "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"
21540     - "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"
21541     - "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"
21542     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21543     - "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"
21544     - "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"
21545     - "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"
21546     - "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"
21547     - "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"
21548     - "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"
21549   layout:
21550     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21551     layout: "plot-throughput-speedup-analysis-cps"
21552
21553 - type: "plot"
21554   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21555   algorithm: "plot_tsa_name"
21556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21558   include:
21559     - "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"
21560     - "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"
21561     - "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"
21562     - "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"
21563     - "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"
21564     - "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"
21565     - "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"
21566     - "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"
21567     - "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"
21568     - "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"
21569   layout:
21570     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21571     layout: "plot-throughput-speedup-analysis"
21572
21573 - type: "plot"
21574   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21575   algorithm: "plot_tsa_name"
21576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21578   include:
21579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
21580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
21581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
21582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
21583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
21584   layout:
21585     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-ndr-tsa"
21586     layout: "plot-throughput-speedup-analysis"
21587
21588 - type: "plot"
21589   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21590   algorithm: "plot_tsa_name"
21591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21593   include:
21594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
21595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
21596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
21597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
21598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
21599   layout:
21600     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-pdr-tsa"
21601     layout: "plot-throughput-speedup-analysis"
21602
21603 - type: "plot"
21604   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21605   algorithm: "plot_tsa_name"
21606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21608   include:
21609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
21610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
21611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
21612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
21613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
21614   layout:
21615     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-ndr-tsa"
21616     layout: "plot-throughput-speedup-analysis"
21617
21618 - type: "plot"
21619   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
21620   algorithm: "plot_tsa_name"
21621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
21622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21623   include:
21624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
21625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
21626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
21627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
21628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
21629   layout:
21630     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-pdr-tsa"
21631     layout: "plot-throughput-speedup-analysis"
21632
21633 - type: "plot"
21634   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21635   algorithm: "plot_tsa_name"
21636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21638   include:
21639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21645   layout:
21646     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21647     layout: "plot-throughput-speedup-analysis"
21648
21649 - type: "plot"
21650   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21651   algorithm: "plot_tsa_name"
21652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21654   include:
21655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21661   layout:
21662     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21663     layout: "plot-throughput-speedup-analysis"
21664
21665 - type: "plot"
21666   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21667   algorithm: "plot_tsa_name"
21668   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
21669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21670   include:
21671     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21673   layout:
21674     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
21675     layout: "plot-throughput-speedup-analysis"
21676
21677 - type: "plot"
21678   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21679   algorithm: "plot_tsa_name"
21680   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
21681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21682   include:
21683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21685   layout:
21686     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
21687     layout: "plot-throughput-speedup-analysis"
21688
21689 - type: "plot"
21690   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21691   algorithm: "plot_tsa_name"
21692   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21694   include:
21695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21701   layout:
21702     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21703     layout: "plot-throughput-speedup-analysis"
21704
21705 - type: "plot"
21706   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21707   algorithm: "plot_tsa_name"
21708   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21710   include:
21711     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21717   layout:
21718     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21719     layout: "plot-throughput-speedup-analysis"
21720
21721 - type: "plot"
21722   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21723   algorithm: "plot_tsa_name"
21724   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21726   include:
21727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21733   layout:
21734     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
21735     layout: "plot-throughput-speedup-analysis"
21736
21737 - type: "plot"
21738   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21739   algorithm: "plot_tsa_name"
21740   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21742   include:
21743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21744     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21749   layout:
21750     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
21751     layout: "plot-throughput-speedup-analysis"
21752
21753 - type: "plot"
21754   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21755   algorithm: "plot_tsa_name"
21756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21758   include:
21759     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21760     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21761     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21762     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21763     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21764   layout:
21765     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
21766     layout: "plot-throughput-speedup-analysis"
21767
21768 - type: "plot"
21769   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21770   algorithm: "plot_tsa_name"
21771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21773   include:
21774     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
21775     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
21776     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
21777     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
21778     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
21779   layout:
21780     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
21781     layout: "plot-throughput-speedup-analysis"
21782
21783 - type: "plot"
21784   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21785   algorithm: "plot_tsa_name"
21786   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21788   include:
21789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21796   layout:
21797     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21798     layout: "plot-throughput-speedup-analysis"
21799
21800 - type: "plot"
21801   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21802   algorithm: "plot_tsa_name"
21803   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21805   include:
21806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21813   layout:
21814     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21815     layout: "plot-throughput-speedup-analysis"
21816
21817 - type: "plot"
21818   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21819   algorithm: "plot_tsa_name"
21820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21822   include:
21823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21828   layout:
21829     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
21830     layout: "plot-throughput-speedup-analysis"
21831
21832 - type: "plot"
21833   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21834   algorithm: "plot_tsa_name"
21835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21837   include:
21838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21843   layout:
21844     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
21845     layout: "plot-throughput-speedup-analysis"
21846
21847 - type: "plot"
21848   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21849   algorithm: "plot_tsa_name"
21850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
21851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21852   include:
21853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21857   layout:
21858     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
21859     layout: "plot-throughput-speedup-analysis"
21860
21861 - type: "plot"
21862   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21863   algorithm: "plot_tsa_name"
21864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
21865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21866   include:
21867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
21869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
21870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
21871   layout:
21872     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
21873     layout: "plot-throughput-speedup-analysis"
21874
21875 - type: "plot"
21876   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21877   algorithm: "plot_tsa_name"
21878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21880   include:
21881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21886   layout:
21887     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
21888     layout: "plot-throughput-speedup-analysis"
21889
21890 - type: "plot"
21891   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21892   algorithm: "plot_tsa_name"
21893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21895   include:
21896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21901   layout:
21902     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
21903     layout: "plot-throughput-speedup-analysis"
21904
21905 - type: "plot"
21906   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21907   algorithm: "plot_tsa_name"
21908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
21909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21910   include:
21911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21915   layout:
21916     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
21917     layout: "plot-throughput-speedup-analysis"
21918
21919 - type: "plot"
21920   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21921   algorithm: "plot_tsa_name"
21922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
21923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21924   include:
21925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
21927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
21928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
21929   layout:
21930     title: "2n-clx-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
21931     layout: "plot-throughput-speedup-analysis"
21932
21933 - type: "plot"
21934   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21935   algorithm: "plot_tsa_name"
21936   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21938   include:
21939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21940     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21941     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21942     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21944   layout:
21945     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
21946     layout: "plot-throughput-speedup-analysis"
21947
21948 - type: "plot"
21949   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21950   algorithm: "plot_tsa_name"
21951   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21953   include:
21954     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21955     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21956     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21957     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21959   layout:
21960     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
21961     layout: "plot-throughput-speedup-analysis"
21962
21963 - type: "plot"
21964   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21965   algorithm: "plot_tsa_name"
21966   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21968   include:
21969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21974   layout:
21975     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
21976     layout: "plot-throughput-speedup-analysis"
21977
21978 - type: "plot"
21979   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21980   algorithm: "plot_tsa_name"
21981   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
21982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21983   include:
21984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
21986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
21987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
21988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21989   layout:
21990     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
21991     layout: "plot-throughput-speedup-analysis"
21992
21993 - type: "plot"
21994   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21995   algorithm: "plot_tsa_name"
21996   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
21997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21998   include:
21999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22004   layout:
22005     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
22006     layout: "plot-throughput-speedup-analysis"
22007
22008 - type: "plot"
22009   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22010   algorithm: "plot_tsa_name"
22011   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22013   include:
22014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22019   layout:
22020     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
22021     layout: "plot-throughput-speedup-analysis"
22022
22023 - type: "plot"
22024   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22025   algorithm: "plot_tsa_name"
22026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22028   include:
22029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22034   layout:
22035     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
22036     layout: "plot-throughput-speedup-analysis"
22037
22038 - type: "plot"
22039   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22040   algorithm: "plot_tsa_name"
22041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22043   include:
22044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22049   layout:
22050     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
22051     layout: "plot-throughput-speedup-analysis"
22052
22053 - type: "plot"
22054   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22055   algorithm: "plot_tsa_name"
22056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22058   include:
22059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22063   layout:
22064     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
22065     layout: "plot-throughput-speedup-analysis"
22066
22067 - type: "plot"
22068   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22069   algorithm: "plot_tsa_name"
22070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22072   include:
22073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22077   layout:
22078     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
22079     layout: "plot-throughput-speedup-analysis"
22080
22081 - type: "plot"
22082   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22083   algorithm: "plot_tsa_name"
22084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22086   include:
22087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22092   layout:
22093     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
22094     layout: "plot-throughput-speedup-analysis"
22095
22096 - type: "plot"
22097   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22098   algorithm: "plot_tsa_name"
22099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22101   include:
22102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22107   layout:
22108     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
22109     layout: "plot-throughput-speedup-analysis"
22110
22111 - type: "plot"
22112   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22113   algorithm: "plot_tsa_name"
22114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22116   include:
22117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22121   layout:
22122     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22123     layout: "plot-throughput-speedup-analysis"
22124
22125 - type: "plot"
22126   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22127   algorithm: "plot_tsa_name"
22128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22130   include:
22131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22135   layout:
22136     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22137     layout: "plot-throughput-speedup-analysis"
22138
22139 - type: "plot"
22140   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22141   algorithm: "plot_tsa_name"
22142   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22144   include:
22145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22150   layout:
22151     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
22152     layout: "plot-throughput-speedup-analysis"
22153
22154 - type: "plot"
22155   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22156   algorithm: "plot_tsa_name"
22157   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22159   include:
22160     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22161     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22162     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22165   layout:
22166     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
22167     layout: "plot-throughput-speedup-analysis"
22168
22169 - type: "plot"
22170   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22171   algorithm: "plot_tsa_name"
22172   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22174   include:
22175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22179   layout:
22180     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
22181     layout: "plot-throughput-speedup-analysis"
22182
22183 - type: "plot"
22184   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22185   algorithm: "plot_tsa_name"
22186   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22188   include:
22189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22193   layout:
22194     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
22195     layout: "plot-throughput-speedup-analysis"
22196
22197 - type: "plot"
22198   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
22199   algorithm: "plot_tsa_name"
22200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
22201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22202   include:
22203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22208   layout:
22209     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
22210     layout: "plot-throughput-speedup-analysis"
22211
22212 - type: "plot"
22213   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
22214   algorithm: "plot_tsa_name"
22215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
22216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22217   include:
22218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22223   layout:
22224     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
22225     layout: "plot-throughput-speedup-analysis"
22226
22227 - type: "plot"
22228   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
22229   algorithm: "plot_tsa_name"
22230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22232   include:
22233     - "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"
22234     - "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"
22235     - "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"
22236     - "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"
22237     - "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"
22238   layout:
22239     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
22240     layout: "plot-throughput-speedup-analysis"
22241
22242 - type: "plot"
22243   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
22244   algorithm: "plot_tsa_name"
22245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22247   include:
22248     - "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"
22249     - "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"
22250     - "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"
22251     - "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"
22252     - "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"
22253   layout:
22254     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
22255     layout: "plot-throughput-speedup-analysis"
22256
22257 - type: "plot"
22258   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
22259   algorithm: "plot_tsa_name"
22260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22262   include:
22263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22268   layout:
22269     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
22270     layout: "plot-throughput-speedup-analysis"
22271
22272 - type: "plot"
22273   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
22274   algorithm: "plot_tsa_name"
22275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22277   include:
22278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22283   layout:
22284     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
22285     layout: "plot-throughput-speedup-analysis"
22286
22287 - type: "plot"
22288   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22289   algorithm: "plot_tsa_name"
22290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22292   include:
22293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22298   layout:
22299     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22300     layout: "plot-throughput-speedup-analysis"
22301
22302 - type: "plot"
22303   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22304   algorithm: "plot_tsa_name"
22305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22307   include:
22308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22313   layout:
22314     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22315     layout: "plot-throughput-speedup-analysis"
22316
22317 - type: "plot"
22318   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22319   algorithm: "plot_tsa_name"
22320   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22322   include:
22323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22327   layout:
22328     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
22329     layout: "plot-throughput-speedup-analysis"
22330
22331 - type: "plot"
22332   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22333   algorithm: "plot_tsa_name"
22334   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22336   include:
22337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22341   layout:
22342     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
22343     layout: "plot-throughput-speedup-analysis"
22344
22345 - type: "plot"
22346   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22347   algorithm: "plot_tsa_name"
22348   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22350   include:
22351     - "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"
22352     - "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"
22353     - "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"
22354     - "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"
22355   layout:
22356     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22357     layout: "plot-throughput-speedup-analysis"
22358
22359 - type: "plot"
22360   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22361   algorithm: "plot_tsa_name"
22362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22364   include:
22365     - "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"
22366     - "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"
22367     - "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"
22368     - "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"
22369   layout:
22370     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22371     layout: "plot-throughput-speedup-analysis"
22372
22373 - type: "plot"
22374   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22375   algorithm: "plot_tsa_name"
22376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22378   include:
22379     - "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"
22380     - "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"
22381     - "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"
22382     - "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"
22383     - "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"
22384     - "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"
22385   layout:
22386     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22387     layout: "plot-throughput-speedup-analysis"
22388
22389 - type: "plot"
22390   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22391   algorithm: "plot_tsa_name"
22392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22394   include:
22395     - "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"
22396     - "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"
22397     - "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"
22398     - "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"
22399     - "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"
22400     - "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"
22401   layout:
22402     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22403     layout: "plot-throughput-speedup-analysis"
22404
22405 # Packet Throughput - DPDK
22406
22407 # 2n-clx-xxv710
22408
22409 - type: "plot"
22410   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
22411   algorithm: "plot_perf_box_name"
22412   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
22413   data: "plot-dpdk-throughput-latency-2n-clx"
22414   include:
22415     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22416     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22417   layout:
22418     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
22419     layout: "plot-throughput"
22420
22421 - type: "plot"
22422   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
22423   algorithm: "plot_perf_box_name"
22424   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
22425   data: "plot-dpdk-throughput-latency-2n-clx"
22426   include:
22427     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22428     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22429   layout:
22430     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
22431     layout: "plot-throughput"
22432
22433 - type: "plot"
22434   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
22435   algorithm: "plot_perf_box_name"
22436   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
22437   data: "plot-dpdk-throughput-latency-2n-clx"
22438   include:
22439     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22440     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22441   layout:
22442     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
22443     layout: "plot-throughput"
22444
22445 - type: "plot"
22446   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
22447   algorithm: "plot_perf_box_name"
22448   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
22449   data: "plot-dpdk-throughput-latency-2n-clx"
22450   include:
22451     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22452     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22453   layout:
22454     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
22455     layout: "plot-throughput"
22456
22457 # 2n-clx-x710
22458
22459 - type: "plot"
22460   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
22461   algorithm: "plot_perf_box_name"
22462   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
22463   data: "plot-dpdk-throughput-latency-2n-clx"
22464   include:
22465     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22466     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22467   layout:
22468     title: "2n-clx-x710-64b-2t1c-base-ndr"
22469     layout: "plot-throughput"
22470
22471 - type: "plot"
22472   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
22473   algorithm: "plot_perf_box_name"
22474   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
22475   data: "plot-dpdk-throughput-latency-2n-clx"
22476   include:
22477     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22478     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22479   layout:
22480     title: "2n-clx-x710-64b-4t2c-base-ndr"
22481     layout: "plot-throughput"
22482
22483 - type: "plot"
22484   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
22485   algorithm: "plot_perf_box_name"
22486   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
22487   data: "plot-dpdk-throughput-latency-2n-clx"
22488   include:
22489     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22490     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22491   layout:
22492     title: "2n-clx-x710-64b-2t1c-base-pdr"
22493     layout: "plot-throughput"
22494
22495 - type: "plot"
22496   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
22497   algorithm: "plot_perf_box_name"
22498   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
22499   data: "plot-dpdk-throughput-latency-2n-clx"
22500   include:
22501     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22502     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22503   layout:
22504     title: "2n-clx-x710-64b-4t2c-base-pdr"
22505     layout: "plot-throughput"
22506
22507 ###############################################################################
22508
22509 # 2n-zn2
22510
22511 # Packet Throughput
22512
22513 - type: "plot"
22514   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22515   algorithm: "plot_perf_box_name"
22516   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22517   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22518   include:
22519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22523   layout:
22524     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
22525     layout: "plot-throughput"
22526
22527 - type: "plot"
22528   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22529   algorithm: "plot_perf_box_name"
22530   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22531   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22532   include:
22533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22537   layout:
22538     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
22539     layout: "plot-throughput"
22540
22541 - type: "plot"
22542   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22543   algorithm: "plot_perf_box_name"
22544   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22545   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22546   include:
22547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22551   layout:
22552     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
22553     layout: "plot-throughput"
22554
22555 - type: "plot"
22556   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22557   algorithm: "plot_perf_box_name"
22558   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22559   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22560   include:
22561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22565   layout:
22566     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
22567     layout: "plot-throughput"
22568
22569 - type: "plot"
22570   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22571   algorithm: "plot_perf_box_name"
22572   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22573   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22574   include:
22575     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22576     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22577     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22578     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22579   layout:
22580     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22581     layout: "plot-throughput"
22582
22583 - type: "plot"
22584   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22585   algorithm: "plot_perf_box_name"
22586   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22587   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22588   include:
22589     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22590     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22591     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22592     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22593   layout:
22594     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22595     layout: "plot-throughput"
22596
22597 - type: "plot"
22598   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
22599   algorithm: "plot_perf_box_name"
22600   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
22601   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22602   include:
22603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
22604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22609   layout:
22610     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
22611     layout: "plot-throughput"
22612
22613 - type: "plot"
22614   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
22615   algorithm: "plot_perf_box_name"
22616   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
22617   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22618   include:
22619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
22620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22625   layout:
22626     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
22627     layout: "plot-throughput"
22628
22629 - type: "plot"
22630   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
22631   algorithm: "plot_perf_box_name"
22632   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
22633   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22634   include:
22635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
22637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
22638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22639   layout:
22640     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
22641     layout: "plot-throughput"
22642
22643 - type: "plot"
22644   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22645   algorithm: "plot_perf_box_name"
22646   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22647   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22648   include:
22649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
22650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
22651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
22652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
22653   layout:
22654     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
22655     layout: "plot-throughput"
22656
22657 - type: "plot"
22658   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22659   algorithm: "plot_perf_box_name"
22660   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22661   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22662   include:
22663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22666   layout:
22667     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
22668     layout: "plot-throughput"
22669
22670 - type: "plot"
22671   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22672   algorithm: "plot_perf_box_name"
22673   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22674   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22675   include:
22676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
22677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
22678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
22679   layout:
22680     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
22681     layout: "plot-throughput"
22682
22683 - type: "plot"
22684   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22685   algorithm: "plot_perf_box_name"
22686   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22687   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22688   include:
22689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22694   layout:
22695     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
22696     layout: "plot-throughput"
22697
22698 - type: "plot"
22699   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22700   algorithm: "plot_perf_box_name"
22701   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22702   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22703   include:
22704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
22705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
22707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
22708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
22709   layout:
22710     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
22711     layout: "plot-throughput"
22712
22713 - type: "plot"
22714   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22715   algorithm: "plot_perf_box_name"
22716   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22717   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22718   include:
22719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22722   layout:
22723     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
22724     layout: "plot-throughput"
22725
22726 - type: "plot"
22727   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22728   algorithm: "plot_perf_box_name"
22729   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22730   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22731   include:
22732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
22733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
22734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
22735   layout:
22736     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
22737     layout: "plot-throughput"
22738
22739 - type: "plot"
22740   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22741   algorithm: "plot_perf_box_name"
22742   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22743   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22744   include:
22745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22751   layout:
22752     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
22753     layout: "plot-throughput"
22754
22755 - type: "plot"
22756   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22757   algorithm: "plot_perf_box_name"
22758   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22759   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22760   include:
22761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
22766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22767   layout:
22768     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
22769     layout: "plot-throughput"
22770
22771 - type: "plot"
22772   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22773   algorithm: "plot_perf_box_name"
22774   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22775   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22776   include:
22777     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22782   layout:
22783     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
22784     layout: "plot-throughput"
22785
22786 #- type: "plot"
22787 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22788 #  algorithm: "plot_perf_box_name"
22789 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22790 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22791 #  include:
22792 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22793 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22794 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22795 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22796 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22797 #  layout:
22798 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
22799 #    layout: "plot-throughput"
22800 #
22801 #- type: "plot"
22802 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22803 #  algorithm: "plot_perf_box_name"
22804 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22805 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22806 #  include:
22807 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22808 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22809 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22810 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22811 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22812 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22813 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22814 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22815 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22816 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22817 #  layout:
22818 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
22819 #    layout: "plot-cps"
22820 #
22821 #- type: "plot"
22822 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22823 #  algorithm: "plot_perf_box_name"
22824 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22825 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22826 #  include:
22827 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22828 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22829 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22830 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22831 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22832 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22833 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22834 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22835 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22836 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22837 #  layout:
22838 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
22839 #    layout: "plot-throughput"
22840 #
22841 #- type: "plot"
22842 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22843 #  algorithm: "plot_perf_box_name"
22844 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22845 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22846 #  include:
22847 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22848 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22849 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22850 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22851 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22852 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22853 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22854 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22855 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22856 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22857 #  layout:
22858 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
22859 #    layout: "plot-cps"
22860 #
22861 #- type: "plot"
22862 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22863 #  algorithm: "plot_perf_box_name"
22864 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22865 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22866 #  include:
22867 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22868 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22869 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22870 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22871 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22872 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22873 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22874 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22875 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22876 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22877 #  layout:
22878 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
22879 #    layout: "plot-throughput"
22880
22881 - type: "plot"
22882   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22883   algorithm: "plot_perf_box_name"
22884   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22885   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22886   include:
22887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
22888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
22889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
22890     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
22891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
22892   layout:
22893     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
22894     layout: "plot-throughput"
22895
22896 #- type: "plot"
22897 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22898 #  algorithm: "plot_perf_box_name"
22899 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22900 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22901 #  include:
22902 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
22903 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
22904 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
22905 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
22906 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
22907 #  layout:
22908 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
22909 #    layout: "plot-throughput"
22910 #
22911 #- type: "plot"
22912 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22913 #  algorithm: "plot_perf_box_name"
22914 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22915 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22916 #  include:
22917 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22918 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22919 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22920 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22921 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22922 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22923 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22924 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22925 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22926 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22927 #  layout:
22928 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
22929 #    layout: "plot-cps"
22930 #
22931 #- type: "plot"
22932 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22933 #  algorithm: "plot_perf_box_name"
22934 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22935 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22936 #  include:
22937 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22938 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22939 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22940 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22941 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22942 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22943 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22944 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22945 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22946 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22947 #  layout:
22948 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
22949 #    layout: "plot-throughput"
22950 #
22951 #- type: "plot"
22952 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22953 #  algorithm: "plot_perf_box_name"
22954 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22955 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22956 #  include:
22957 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
22958 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
22959 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
22960 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
22961 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
22962 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
22963 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
22964 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
22965 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
22966 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
22967 #  layout:
22968 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
22969 #    layout: "plot-cps"
22970 #
22971 #- type: "plot"
22972 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22973 #  algorithm: "plot_perf_box_name"
22974 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22975 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22976 #  include:
22977 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
22978 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
22979 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
22980 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
22981 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
22982 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
22983 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
22984 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
22985 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
22986 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
22987 #  layout:
22988 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
22989 #    layout: "plot-throughput"
22990
22991 - type: "plot"
22992   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22993   algorithm: "plot_perf_box_name"
22994   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
22995   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22996   include:
22997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
22998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23003   layout:
23004     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
23005     layout: "plot-throughput"
23006
23007 - type: "plot"
23008   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23009   algorithm: "plot_perf_box_name"
23010   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23011   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23012   include:
23013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23019   layout:
23020     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
23021     layout: "plot-throughput"
23022
23023 - type: "plot"
23024   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23025   algorithm: "plot_perf_box_name"
23026   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23027   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23028   include:
23029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
23030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
23031   layout:
23032     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
23033     layout: "plot-throughput"
23034
23035 - type: "plot"
23036   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23037   algorithm: "plot_perf_box_name"
23038   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23039   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23040   include:
23041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
23042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
23043   layout:
23044     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
23045     layout: "plot-throughput"
23046
23047 - type: "plot"
23048   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
23049   algorithm: "plot_perf_box_name"
23050   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
23051   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23052   include:
23053     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23054     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23059   layout:
23060     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
23061     layout: "plot-throughput"
23062
23063 - type: "plot"
23064   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
23065   algorithm: "plot_perf_box_name"
23066   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
23067   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23068   include:
23069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
23070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
23071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
23072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
23073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
23074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
23075   layout:
23076     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
23077     layout: "plot-throughput"
23078
23079 - type: "plot"
23080   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23081   algorithm: "plot_perf_box_name"
23082   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23083   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23084   include:
23085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23091   layout:
23092     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
23093     layout: "plot-throughput"
23094
23095 - type: "plot"
23096   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23097   algorithm: "plot_perf_box_name"
23098   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23099   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23100   include:
23101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23102     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
23106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
23107   layout:
23108     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
23109     layout: "plot-throughput"
23110
23111 - type: "plot"
23112   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23113   algorithm: "plot_perf_box_name"
23114   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23115   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23116   include:
23117     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23118     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23119     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23120     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23121     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23122   layout:
23123     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-ndr"
23124     layout: "plot-throughput"
23125
23126 - type: "plot"
23127   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23128   algorithm: "plot_perf_box_name"
23129   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23130   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23131   include:
23132     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
23133     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
23134     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
23135     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
23136     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
23137   layout:
23138     title: "2n-zn2-xxv710-64b-2t1c-ethip4--ethip4udpgeneve-avf-pdr"
23139     layout: "plot-throughput"
23140
23141 - type: "plot"
23142   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23143   algorithm: "plot_perf_box_name"
23144   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23145   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23146   include:
23147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23154   layout:
23155     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
23156     layout: "plot-throughput"
23157
23158 - type: "plot"
23159   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23160   algorithm: "plot_perf_box_name"
23161   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23162   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23163   include:
23164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23171   layout:
23172     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
23173     layout: "plot-throughput"
23174
23175 - type: "plot"
23176   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23177   algorithm: "plot_perf_box_name"
23178   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23179   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23180   include:
23181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
23184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
23185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23186   layout:
23187     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
23188     layout: "plot-throughput"
23189
23190 - type: "plot"
23191   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23192   algorithm: "plot_perf_box_name"
23193   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23194   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23195   include:
23196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
23197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
23199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
23200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
23201   layout:
23202     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
23203     layout: "plot-throughput"
23204
23205 - type: "plot"
23206   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
23207   algorithm: "plot_perf_box_name"
23208   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
23209   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23210   include:
23211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23215   layout:
23216     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-ndr"
23217     layout: "plot-throughput"
23218
23219 - type: "plot"
23220   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
23221   algorithm: "plot_perf_box_name"
23222   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
23223   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23224   include:
23225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
23226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
23227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
23228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
23229   layout:
23230     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-avf-pdr"
23231     layout: "plot-throughput"
23232
23233 - type: "plot"
23234   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23235   algorithm: "plot_perf_box_name"
23236   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23237   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23238   include:
23239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23244   layout:
23245     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
23246     layout: "plot-throughput"
23247
23248 - type: "plot"
23249   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23250   algorithm: "plot_perf_box_name"
23251   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23252   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23253   include:
23254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23259   layout:
23260     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
23261     layout: "plot-throughput"
23262
23263 - type: "plot"
23264   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
23265   algorithm: "plot_perf_box_name"
23266   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
23267   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23268   include:
23269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
23271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
23272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
23273   layout:
23274     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-ndr"
23275     layout: "plot-throughput"
23276
23277 - type: "plot"
23278   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
23279   algorithm: "plot_perf_box_name"
23280   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
23281   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23282   include:
23283     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23284     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-rnd-ndrpdr"
23285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-rnd-ndrpdr"
23286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-rnd-ndrpdr"
23287   layout:
23288     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-rnd-base-scale-dpdk-pdr"
23289     layout: "plot-throughput"
23290
23291 - type: "plot"
23292   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23293   algorithm: "plot_perf_box_name"
23294   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23295   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23296   include:
23297     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23298     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23299     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23300     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23301     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23302   layout:
23303     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
23304     layout: "plot-throughput"
23305
23306 - type: "plot"
23307   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23308   algorithm: "plot_perf_box_name"
23309   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23310   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23311   include:
23312     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
23313     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
23314     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
23315     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
23316     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
23317   layout:
23318     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
23319     layout: "plot-throughput"
23320
23321 - type: "plot"
23322   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23323   algorithm: "plot_perf_box_name"
23324   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23325   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23326   include:
23327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23332   layout:
23333     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
23334     layout: "plot-throughput"
23335
23336 - type: "plot"
23337   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23338   algorithm: "plot_perf_box_name"
23339   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23340   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23341   include:
23342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23347   layout:
23348     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
23349     layout: "plot-throughput"
23350
23351 - type: "plot"
23352   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23353   algorithm: "plot_perf_box_name"
23354   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23355   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23356   include:
23357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23362   layout:
23363     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23364     layout: "plot-throughput"
23365
23366 - type: "plot"
23367   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23368   algorithm: "plot_perf_box_name"
23369   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23370   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23371   include:
23372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23377   layout:
23378     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23379     layout: "plot-throughput"
23380
23381 - type: "plot"
23382   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23383   algorithm: "plot_perf_box_name"
23384   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23385   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23386   include:
23387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
23388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23393   layout:
23394     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23395     layout: "plot-throughput"
23396
23397 - type: "plot"
23398   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23399   algorithm: "plot_perf_box_name"
23400   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23401   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23402   include:
23403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
23404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23409   layout:
23410     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
23411     layout: "plot-throughput"
23412
23413 - type: "plot"
23414   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23415   algorithm: "plot_perf_box_name"
23416   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23417   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23418   include:
23419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23423   layout:
23424     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
23425     layout: "plot-throughput"
23426
23427 - type: "plot"
23428   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23429   algorithm: "plot_perf_box_name"
23430   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23431   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23432   include:
23433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
23435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
23436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
23437   layout:
23438     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
23439     layout: "plot-throughput"
23440
23441 - type: "plot"
23442   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23443   algorithm: "plot_perf_box_name"
23444   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23445   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23446   include:
23447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23453   layout:
23454     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
23455     layout: "plot-throughput"
23456
23457 - type: "plot"
23458   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23459   algorithm: "plot_perf_box_name"
23460   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23461   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23462   include:
23463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23469   layout:
23470     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
23471     layout: "plot-throughput"
23472
23473 - type: "plot"
23474   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23475   algorithm: "plot_perf_box_name"
23476   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23477   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23478   include:
23479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23483   layout:
23484     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
23485     layout: "plot-throughput"
23486
23487 - type: "plot"
23488   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23489   algorithm: "plot_perf_box_name"
23490   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23491   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23492   include:
23493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23497   layout:
23498     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
23499     layout: "plot-throughput"
23500
23501 - type: "plot"
23502   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23503   algorithm: "plot_perf_box_name"
23504   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23505   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23506   include:
23507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23510     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23511     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23512     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23513   layout:
23514     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23515     layout: "plot-throughput"
23516
23517 - type: "plot"
23518   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23519   algorithm: "plot_perf_box_name"
23520   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23521   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23522   include:
23523     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23524     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23525     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23526     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23527     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23528     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23529   layout:
23530     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23531     layout: "plot-throughput"
23532
23533 - type: "plot"
23534   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23535   algorithm: "plot_perf_box_name"
23536   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23537   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23538   include:
23539     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23540     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23541     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23542     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23543   layout:
23544     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23545     layout: "plot-throughput"
23546
23547 - type: "plot"
23548   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23549   algorithm: "plot_perf_box_name"
23550   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23551   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23552   include:
23553     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23554     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23555     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23556     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23557   layout:
23558     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23559     layout: "plot-throughput"
23560
23561 - type: "plot"
23562   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23563   algorithm: "plot_perf_box_name"
23564   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23565   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23566   include:
23567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23572   layout:
23573     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
23574     layout: "plot-throughput"
23575
23576 - type: "plot"
23577   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23578   algorithm: "plot_perf_box_name"
23579   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23580   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23581   include:
23582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23587   layout:
23588     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
23589     layout: "plot-throughput"
23590
23591 - type: "plot"
23592   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23593   algorithm: "plot_perf_box_name"
23594   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23595   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23596   include:
23597     - "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"
23598     - "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"
23599     - "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"
23600     - "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"
23601     - "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"
23602   layout:
23603     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
23604     layout: "plot-throughput"
23605
23606 - type: "plot"
23607   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23608   algorithm: "plot_perf_box_name"
23609   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23610   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23611   include:
23612     - "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"
23613     - "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"
23614     - "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"
23615     - "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"
23616     - "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"
23617   layout:
23618     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
23619     layout: "plot-throughput"
23620
23621 - type: "plot"
23622   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23623   algorithm: "plot_perf_box_name"
23624   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23625   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23626   include:
23627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23632   layout:
23633     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
23634     layout: "plot-throughput"
23635
23636 - type: "plot"
23637   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23638   algorithm: "plot_perf_box_name"
23639   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23640   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23641   include:
23642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23647   layout:
23648     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
23649     layout: "plot-throughput"
23650
23651 - type: "plot"
23652   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23653   algorithm: "plot_perf_box_name"
23654   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23655   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23656   include:
23657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23662   layout:
23663     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
23664     layout: "plot-throughput"
23665
23666 - type: "plot"
23667   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23668   algorithm: "plot_perf_box_name"
23669   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23670   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23671   include:
23672     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23673     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23677   layout:
23678     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
23679     layout: "plot-throughput"
23680
23681 - type: "plot"
23682   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23683   algorithm: "plot_perf_box_name"
23684   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23685   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23686   include:
23687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23691   layout:
23692     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23693     layout: "plot-throughput"
23694
23695 - type: "plot"
23696   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23697   algorithm: "plot_perf_box_name"
23698   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23699   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23700   include:
23701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23705   layout:
23706     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23707     layout: "plot-throughput"
23708
23709 - type: "plot"
23710   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23711   algorithm: "plot_perf_box_name"
23712   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23713   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23714   include:
23715     - "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"
23716     - "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"
23717     - "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"
23718     - "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"
23719   layout:
23720     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23721     layout: "plot-throughput"
23722
23723 - type: "plot"
23724   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23725   algorithm: "plot_perf_box_name"
23726   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23727   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23728   include:
23729     - "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"
23730     - "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"
23731     - "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"
23732     - "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"
23733   layout:
23734     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23735     layout: "plot-throughput"
23736
23737 - type: "plot"
23738   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23739   algorithm: "plot_perf_box_name"
23740   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
23741   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23742   include:
23743     - "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"
23744     - "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"
23745     - "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"
23746     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23747     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23748     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23749   layout:
23750     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
23751     layout: "plot-throughput"
23752
23753 - type: "plot"
23754   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23755   algorithm: "plot_perf_box_name"
23756   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
23757   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23758   include:
23759     - "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"
23760     - "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"
23761     - "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"
23762     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
23763     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
23764     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
23765   layout:
23766     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
23767     layout: "plot-throughput"
23768
23769 ################################################################################
23770
23771 # Packet Speedup
23772
23773 - type: "plot"
23774   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23775   algorithm: "plot_tsa_name"
23776   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
23777   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23778   include:
23779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23783   layout:
23784     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
23785     layout: "plot-throughput-speedup-analysis"
23786
23787 - type: "plot"
23788   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23789   algorithm: "plot_tsa_name"
23790   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
23791   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23792   include:
23793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23797   layout:
23798     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
23799     layout: "plot-throughput-speedup-analysis"
23800
23801 - type: "plot"
23802   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23803   algorithm: "plot_tsa_name"
23804   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
23805   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23806   include:
23807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23811   layout:
23812     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
23813     layout: "plot-throughput-speedup-analysis"
23814
23815 - type: "plot"
23816   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23817   algorithm: "plot_tsa_name"
23818   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
23819   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23820   include:
23821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23825   layout:
23826     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
23827     layout: "plot-throughput-speedup-analysis"
23828
23829 - type: "plot"
23830   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23831   algorithm: "plot_tsa_name"
23832   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
23833   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23834   include:
23835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23836     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23837     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23839   layout:
23840     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
23841     layout: "plot-throughput-speedup-analysis"
23842
23843 - type: "plot"
23844   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23845   algorithm: "plot_tsa_name"
23846   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
23847   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23848   include:
23849     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23850     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23851     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23852     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23853   layout:
23854     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
23855     layout: "plot-throughput-speedup-analysis"
23856
23857 - type: "plot"
23858   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23859   algorithm: "plot_tsa_name"
23860   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
23861   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23862   include:
23863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23869   layout:
23870     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
23871     layout: "plot-throughput-speedup-analysis"
23872
23873 - type: "plot"
23874   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23875   algorithm: "plot_tsa_name"
23876   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
23877   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23878   include:
23879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
23880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23885   layout:
23886     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
23887     layout: "plot-throughput-speedup-analysis"
23888
23889 - type: "plot"
23890   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23891   algorithm: "plot_tsa_name"
23892   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
23893   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23894   include:
23895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23899   layout:
23900     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
23901     layout: "plot-throughput-speedup-analysis"
23902
23903 - type: "plot"
23904   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23905   algorithm: "plot_tsa_name"
23906   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
23907   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23908   include:
23909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
23910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
23911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
23912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
23913   layout:
23914     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
23915     layout: "plot-throughput-speedup-analysis"
23916
23917 - type: "plot"
23918   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23919   algorithm: "plot_tsa_name"
23920   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
23921   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23922   include:
23923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23926   layout:
23927     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
23928     layout: "plot-throughput-speedup-analysis"
23929
23930 - type: "plot"
23931   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23932   algorithm: "plot_tsa_name"
23933   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
23934   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23935   include:
23936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
23937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
23938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
23939   layout:
23940     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
23941     layout: "plot-throughput-speedup-analysis"
23942
23943 - type: "plot"
23944   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23945   algorithm: "plot_tsa_name"
23946   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
23947   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23948   include:
23949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23954   layout:
23955     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
23956     layout: "plot-throughput-speedup-analysis"
23957
23958 - type: "plot"
23959   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23960   algorithm: "plot_tsa_name"
23961   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
23962   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23963   include:
23964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
23965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
23966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
23967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
23968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
23969   layout:
23970     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
23971     layout: "plot-throughput-speedup-analysis"
23972
23973 - type: "plot"
23974   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23975   algorithm: "plot_tsa_name"
23976   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
23977   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23978   include:
23979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23982   layout:
23983     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
23984     layout: "plot-throughput-speedup-analysis"
23985
23986 - type: "plot"
23987   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23988   algorithm: "plot_tsa_name"
23989   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
23990   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
23991   include:
23992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
23993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
23994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
23995   layout:
23996     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
23997     layout: "plot-throughput-speedup-analysis"
23998
23999 - type: "plot"
24000   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
24001   algorithm: "plot_tsa_name"
24002   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
24003   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24004   include:
24005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24011   layout:
24012     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
24013     layout: "plot-throughput-speedup-analysis"
24014
24015 - type: "plot"
24016   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
24017   algorithm: "plot_tsa_name"
24018   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
24019   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24020   include:
24021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
24023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
24024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
24025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
24026   layout:
24027     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
24028     layout: "plot-throughput-speedup-analysis"
24029
24030 #- type: "plot"
24031 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
24032 #  algorithm: "plot_tsa_name"
24033 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
24034 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24035 #  include:
24036 #    - "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"
24037 #    - "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"
24038 #    - "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"
24039 #    - "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"
24040 #    - "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"
24041 #  layout:
24042 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
24043 #    layout: "plot-throughput-speedup-analysis"
24044 #
24045 #- type: "plot"
24046 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
24047 #  algorithm: "plot_tsa_name"
24048 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
24049 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24050 #  include:
24051 #    - "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"
24052 #    - "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"
24053 #    - "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"
24054 #    - "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"
24055 #    - "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"
24056 #    - "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"
24057 #    - "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"
24058 #    - "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"
24059 #    - "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"
24060 #    - "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"
24061 #  layout:
24062 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
24063 #    layout: "plot-throughput-speedup-analysis-cps"
24064 #
24065 #- type: "plot"
24066 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
24067 #  algorithm: "plot_tsa_name"
24068 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
24069 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24070 #  include:
24071 #    - "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"
24072 #    - "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"
24073 #    - "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"
24074 #    - "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"
24075 #    - "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"
24076 #    - "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"
24077 #    - "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"
24078 #    - "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"
24079 #    - "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"
24080 #    - "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"
24081 #  layout:
24082 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
24083 #    layout: "plot-throughput-speedup-analysis"
24084 #
24085 #- type: "plot"
24086 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
24087 #  algorithm: "plot_tsa_name"
24088 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
24089 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24090 #  include:
24091 #    - "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"
24092 #    - "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"
24093 #    - "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"
24094 #    - "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"
24095 #    - "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"
24096 #    - "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"
24097 #    - "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"
24098 #    - "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"
24099 #    - "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"
24100 #    - "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"
24101 #  layout:
24102 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
24103 #    layout: "plot-throughput-speedup-analysis-cps"
24104 #
24105 #- type: "plot"
24106 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
24107 #  algorithm: "plot_tsa_name"
24108 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
24109 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24110 #  include:
24111 #    - "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"
24112 #    - "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"
24113 #    - "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"
24114 #    - "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"
24115 #    - "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"
24116 #    - "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"
24117 #    - "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"
24118 #    - "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"
24119 #    - "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"
24120 #    - "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"
24121 #  layout:
24122 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
24123 #    layout: "plot-throughput-speedup-analysis"
24124
24125 - type: "plot"
24126   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
24127   algorithm: "plot_tsa_name"
24128   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
24129   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24130   include:
24131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24137   layout:
24138     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
24139     layout: "plot-throughput-speedup-analysis"
24140
24141 - type: "plot"
24142   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
24143   algorithm: "plot_tsa_name"
24144   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
24145   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24146   include:
24147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
24149     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
24150     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
24151     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
24152   layout:
24153     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
24154     layout: "plot-throughput-speedup-analysis"
24155
24156 #- type: "plot"
24157 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
24158 #  algorithm: "plot_tsa_name"
24159 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
24160 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24161 #  include:
24162 #    - "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"
24163 #    - "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"
24164 #    - "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"
24165 #    - "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"
24166 #    - "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"
24167 #  layout:
24168 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
24169 #    layout: "plot-throughput-speedup-analysis"
24170 #
24171 #- type: "plot"
24172 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
24173 #  algorithm: "plot_tsa_name"
24174 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
24175 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24176 #  include:
24177 #    - "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"
24178 #    - "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"
24179 #    - "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"
24180 #    - "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"
24181 #    - "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"
24182 #    - "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"
24183 #    - "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"
24184 #    - "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"
24185 #    - "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"
24186 #    - "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"
24187 #  layout:
24188 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
24189 #    layout: "plot-throughput-speedup-analysis-cps"
24190 #
24191 #- type: "plot"
24192 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
24193 #  algorithm: "plot_tsa_name"
24194 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
24195 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24196 #  include:
24197 #    - "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"
24198 #    - "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"
24199 #    - "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"
24200 #    - "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"
24201 #    - "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"
24202 #    - "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"
24203 #    - "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"
24204 #    - "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"
24205 #    - "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"
24206 #    - "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"
24207 #  layout:
24208 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
24209 #    layout: "plot-throughput-speedup-analysis"
24210 #
24211 #- type: "plot"
24212 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
24213 #  algorithm: "plot_tsa_name"
24214 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
24215 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24216 #  include:
24217 #    - "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"
24218 #    - "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"
24219 #    - "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"
24220 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
24221 #    - "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"
24222 #    - "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"
24223 #    - "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"
24224 #    - "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"
24225 #    - "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"
24226 #    - "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"
24227 #  layout:
24228 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
24229 #    layout: "plot-throughput-speedup-analysis-cps"
24230 #
24231 #- type: "plot"
24232 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
24233 #  algorithm: "plot_tsa_name"
24234 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
24235 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24236 #  include:
24237 #    - "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"
24238 #    - "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"
24239 #    - "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"
24240 #    - "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"
24241 #    - "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"
24242 #    - "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"
24243 #    - "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"
24244 #    - "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"
24245 #    - "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"
24246 #    - "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"
24247 #  layout:
24248 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
24249 #    layout: "plot-throughput-speedup-analysis"
24250
24251 - type: "plot"
24252   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
24253   algorithm: "plot_tsa_name"
24254   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
24255   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24256   include:
24257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24263   layout:
24264     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
24265     layout: "plot-throughput-speedup-analysis"
24266
24267 - type: "plot"
24268   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
24269   algorithm: "plot_tsa_name"
24270   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
24271   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24272   include:
24273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
24274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24279   layout:
24280     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
24281     layout: "plot-throughput-speedup-analysis"
24282
24283 - type: "plot"
24284   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
24285   algorithm: "plot_tsa_name"
24286   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
24287   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24288   include:
24289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
24290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
24291   layout:
24292     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
24293     layout: "plot-throughput-speedup-analysis"
24294
24295 - type: "plot"
24296   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
24297   algorithm: "plot_tsa_name"
24298   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
24299   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24300   include:
24301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
24302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
24303   layout:
24304     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
24305     layout: "plot-throughput-speedup-analysis"
24306
24307 - type: "plot"
24308   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
24309   algorithm: "plot_tsa_name"
24310   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
24311   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24312   include:
24313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
24314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
24316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
24318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24319   layout:
24320     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
24321     layout: "plot-throughput-speedup-analysis"
24322
24323 - type: "plot"
24324   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
24325   algorithm: "plot_tsa_name"
24326   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
24327   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24328   include:
24329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
24330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
24332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
24334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24335   layout:
24336     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
24337     layout: "plot-throughput-speedup-analysis"
24338
24339 - type: "plot"
24340   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
24341   algorithm: "plot_tsa_name"
24342   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
24343   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24344   include:
24345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24351   layout:
24352     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
24353     layout: "plot-throughput-speedup-analysis"
24354
24355 - type: "plot"
24356   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
24357   algorithm: "plot_tsa_name"
24358   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
24359   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24360   include:
24361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
24366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
24367   layout:
24368     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
24369     layout: "plot-throughput-speedup-analysis"
24370
24371 - type: "plot"
24372   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24373   algorithm: "plot_tsa_name"
24374   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24375   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24376   include:
24377     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
24378     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
24379     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
24380     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
24381     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
24382   layout:
24383     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-ndr-tsa"
24384     layout: "plot-throughput-speedup-analysis"
24385
24386 - type: "plot"
24387   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24388   algorithm: "plot_tsa_name"
24389   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24390   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24391   include:
24392     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
24393     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
24394     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
24395     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
24396     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
24397   layout:
24398     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-pdr-tsa"
24399     layout: "plot-throughput-speedup-analysis"
24400
24401 - type: "plot"
24402   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
24403   algorithm: "plot_tsa_name"
24404   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
24405   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24406   include:
24407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24408     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24409     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24410     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24411     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24412     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24414   layout:
24415     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
24416     layout: "plot-throughput-speedup-analysis"
24417
24418 - type: "plot"
24419   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
24420   algorithm: "plot_tsa_name"
24421   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
24422   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24423   include:
24424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24431   layout:
24432     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
24433     layout: "plot-throughput-speedup-analysis"
24434
24435 - type: "plot"
24436   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
24437   algorithm: "plot_tsa_name"
24438   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
24439   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24440   include:
24441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24442     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24443     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
24444     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
24445     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24446   layout:
24447     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
24448     layout: "plot-throughput-speedup-analysis"
24449
24450 - type: "plot"
24451   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
24452   algorithm: "plot_tsa_name"
24453   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
24454   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24455   include:
24456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
24457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
24459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
24460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
24461   layout:
24462     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
24463     layout: "plot-throughput-speedup-analysis"
24464
24465 - type: "plot"
24466   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
24467   algorithm: "plot_tsa_name"
24468   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr-tsa"
24469   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24470   include:
24471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
24473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
24474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24475   layout:
24476     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-ndr"
24477     layout: "plot-throughput-speedup-analysis"
24478
24479 - type: "plot"
24480   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
24481   algorithm: "plot_tsa_name"
24482   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr-tsa"
24483   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24484   include:
24485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
24486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
24487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
24488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
24489   layout:
24490     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-avf-pdr"
24491     layout: "plot-throughput-speedup-analysis"
24492
24493 - type: "plot"
24494   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
24495   algorithm: "plot_tsa_name"
24496   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
24497   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24498   include:
24499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
24502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
24503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24504   layout:
24505     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
24506     layout: "plot-throughput-speedup-analysis"
24507
24508 - type: "plot"
24509   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
24510   algorithm: "plot_tsa_name"
24511   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
24512   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24513   include:
24514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
24515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
24517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
24518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
24519   layout:
24520     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
24521     layout: "plot-throughput-speedup-analysis"
24522
24523 - type: "plot"
24524   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
24525   algorithm: "plot_tsa_name"
24526   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr-tsa"
24527   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24528   include:
24529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
24531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
24532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
24533   layout:
24534     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-ndr"
24535     layout: "plot-throughput-speedup-analysis"
24536
24537 - type: "plot"
24538   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
24539   algorithm: "plot_tsa_name"
24540   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr-tsa"
24541   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24542   include:
24543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
24544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
24545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
24546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
24547   layout:
24548     title: "2n-zn2-xxv710-78b-ip6routing-rnd-base-scale-dpdk-pdr"
24549     layout: "plot-throughput-speedup-analysis"
24550
24551 - type: "plot"
24552   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
24553   algorithm: "plot_tsa_name"
24554   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
24555   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24556   include:
24557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
24558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
24559     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
24560     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
24561     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
24562   layout:
24563     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
24564     layout: "plot-throughput-speedup-analysis"
24565
24566 - type: "plot"
24567   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
24568   algorithm: "plot_tsa_name"
24569   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
24570   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24571   include:
24572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
24573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
24574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
24575     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
24576     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
24577   layout:
24578     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
24579     layout: "plot-throughput-speedup-analysis"
24580
24581 - type: "plot"
24582   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
24583   algorithm: "plot_tsa_name"
24584   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
24585   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24586   include:
24587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24592   layout:
24593     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
24594     layout: "plot-throughput-speedup-analysis"
24595
24596 - type: "plot"
24597   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
24598   algorithm: "plot_tsa_name"
24599   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
24600   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24601   include:
24602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24607   layout:
24608     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
24609     layout: "plot-throughput-speedup-analysis"
24610
24611 - type: "plot"
24612   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24613   algorithm: "plot_tsa_name"
24614   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24615   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24616   include:
24617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24622   layout:
24623     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
24624     layout: "plot-throughput-speedup-analysis"
24625
24626 - type: "plot"
24627   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24628   algorithm: "plot_tsa_name"
24629   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24630   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24631   include:
24632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24637   layout:
24638     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
24639     layout: "plot-throughput-speedup-analysis"
24640
24641 - type: "plot"
24642   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
24643   algorithm: "plot_tsa_name"
24644   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
24645   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24646   include:
24647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24653   layout:
24654     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
24655     layout: "plot-throughput-speedup-analysis"
24656
24657 - type: "plot"
24658   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24659   algorithm: "plot_tsa_name"
24660   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
24661   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24662   include:
24663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
24664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
24667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
24668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24669   layout:
24670     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
24671     layout: "plot-throughput-speedup-analysis"
24672
24673 - type: "plot"
24674   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24675   algorithm: "plot_tsa_name"
24676   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
24677   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24678   include:
24679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24683   layout:
24684     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
24685     layout: "plot-throughput-speedup-analysis"
24686
24687 - type: "plot"
24688   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24689   algorithm: "plot_tsa_name"
24690   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
24691   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24692   include:
24693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
24694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
24695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
24696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
24697   layout:
24698     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
24699     layout: "plot-throughput-speedup-analysis"
24700
24701 - type: "plot"
24702   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24703   algorithm: "plot_tsa_name"
24704   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
24705   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24706   include:
24707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24713   layout:
24714     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
24715     layout: "plot-throughput-speedup-analysis"
24716
24717 - type: "plot"
24718   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24719   algorithm: "plot_tsa_name"
24720   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
24721   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24722   include:
24723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
24724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
24725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
24727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
24728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24729   layout:
24730     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
24731     layout: "plot-throughput-speedup-analysis"
24732
24733 - type: "plot"
24734   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24735   algorithm: "plot_tsa_name"
24736   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
24737   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24738   include:
24739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24743   layout:
24744     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
24745     layout: "plot-throughput-speedup-analysis"
24746
24747 - type: "plot"
24748   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24749   algorithm: "plot_tsa_name"
24750   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
24751   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24752   include:
24753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
24754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
24755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
24756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
24757   layout:
24758     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
24759     layout: "plot-throughput-speedup-analysis"
24760
24761 - type: "plot"
24762   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24763   algorithm: "plot_tsa_name"
24764   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
24765   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24766   include:
24767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24773   layout:
24774     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
24775     layout: "plot-throughput-speedup-analysis"
24776
24777 - type: "plot"
24778   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24779   algorithm: "plot_tsa_name"
24780   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
24781   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24782   include:
24783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
24784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
24787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
24788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24789   layout:
24790     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
24791     layout: "plot-throughput-speedup-analysis"
24792
24793 - type: "plot"
24794   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24795   algorithm: "plot_tsa_name"
24796   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
24797   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24798   include:
24799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24803   layout:
24804     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
24805     layout: "plot-throughput-speedup-analysis"
24806
24807 - type: "plot"
24808   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24809   algorithm: "plot_tsa_name"
24810   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
24811   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24812   include:
24813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24817   layout:
24818     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
24819     layout: "plot-throughput-speedup-analysis"
24820
24821 - type: "plot"
24822   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24823   algorithm: "plot_tsa_name"
24824   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
24825   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24826   include:
24827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24832   layout:
24833     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
24834     layout: "plot-throughput-speedup-analysis"
24835
24836 - type: "plot"
24837   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24838   algorithm: "plot_tsa_name"
24839   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
24840   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24841   include:
24842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24847   layout:
24848     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
24849     layout: "plot-throughput-speedup-analysis"
24850
24851 - type: "plot"
24852   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24853   algorithm: "plot_tsa_name"
24854   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
24855   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24856   include:
24857     - "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"
24858     - "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"
24859     - "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"
24860     - "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"
24861     - "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"
24862   layout:
24863     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
24864     layout: "plot-throughput-speedup-analysis"
24865
24866 - type: "plot"
24867   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24868   algorithm: "plot_tsa_name"
24869   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
24870   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24871   include:
24872     - "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"
24873     - "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"
24874     - "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"
24875     - "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"
24876     - "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"
24877   layout:
24878     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
24879     layout: "plot-throughput-speedup-analysis"
24880
24881 - type: "plot"
24882   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24883   algorithm: "plot_tsa_name"
24884   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
24885   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24886   include:
24887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24892   layout:
24893     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
24894     layout: "plot-throughput-speedup-analysis"
24895
24896 - type: "plot"
24897   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24898   algorithm: "plot_tsa_name"
24899   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
24900   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24901   include:
24902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24907   layout:
24908     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
24909     layout: "plot-throughput-speedup-analysis"
24910
24911 - type: "plot"
24912   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24913   algorithm: "plot_tsa_name"
24914   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
24915   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24916   include:
24917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24922   layout:
24923     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
24924     layout: "plot-throughput-speedup-analysis"
24925
24926 - type: "plot"
24927   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24928   algorithm: "plot_tsa_name"
24929   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
24930   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24931   include:
24932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24937   layout:
24938     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
24939     layout: "plot-throughput-speedup-analysis"
24940
24941 - type: "plot"
24942   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24943   algorithm: "plot_tsa_name"
24944   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
24945   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24946   include:
24947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24951   layout:
24952     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
24953     layout: "plot-throughput-speedup-analysis"
24954
24955 - type: "plot"
24956   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24957   algorithm: "plot_tsa_name"
24958   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
24959   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24960   include:
24961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24965   layout:
24966     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
24967     layout: "plot-throughput-speedup-analysis"
24968
24969 - type: "plot"
24970   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24971   algorithm: "plot_tsa_name"
24972   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
24973   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24974   include:
24975     - "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"
24976     - "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"
24977     - "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"
24978     - "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"
24979   layout:
24980     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
24981     layout: "plot-throughput-speedup-analysis"
24982
24983 - type: "plot"
24984   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24985   algorithm: "plot_tsa_name"
24986   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
24987   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
24988   include:
24989     - "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"
24990     - "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"
24991     - "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"
24992     - "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"
24993   layout:
24994     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
24995     layout: "plot-throughput-speedup-analysis"
24996
24997 - type: "plot"
24998   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
24999   algorithm: "plot_tsa_name"
25000   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
25001   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25002   include:
25003     - "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"
25004     - "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"
25005     - "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"
25006     - "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"
25007     - "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"
25008     - "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"
25009   layout:
25010     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
25011     layout: "plot-throughput-speedup-analysis"
25012
25013 - type: "plot"
25014   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
25015   algorithm: "plot_tsa_name"
25016   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
25017   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
25018   include:
25019     - "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"
25020     - "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"
25021     - "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"
25022     - "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"
25023     - "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"
25024     - "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"
25025   layout:
25026     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
25027     layout: "plot-throughput-speedup-analysis"
25028
25029 # Packet Throughput - DPDK
25030
25031 # 2n-zn2-xxv710
25032
25033 - type: "plot"
25034   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
25035   algorithm: "plot_perf_box_name"
25036   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
25037   data: "plot-dpdk-throughput-latency-2n-zn2"
25038   include:
25039     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25040     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25041   layout:
25042     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
25043     layout: "plot-throughput"
25044
25045 - type: "plot"
25046   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
25047   algorithm: "plot_perf_box_name"
25048   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
25049   data: "plot-dpdk-throughput-latency-2n-zn2"
25050   include:
25051     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25052     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25053   layout:
25054     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
25055     layout: "plot-throughput"
25056
25057 - type: "plot"
25058   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
25059   algorithm: "plot_perf_box_name"
25060   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
25061   data: "plot-dpdk-throughput-latency-2n-zn2"
25062   include:
25063     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25064     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25065   layout:
25066     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
25067     layout: "plot-throughput"
25068
25069 - type: "plot"
25070   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
25071   algorithm: "plot_perf_box_name"
25072   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
25073   data: "plot-dpdk-throughput-latency-2n-zn2"
25074   include:
25075     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25076     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25077   layout:
25078     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
25079     layout: "plot-throughput"
25080
25081 # 2n-zn2-x710
25082
25083 - type: "plot"
25084   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
25085   algorithm: "plot_perf_box_name"
25086   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
25087   data: "plot-dpdk-throughput-latency-2n-zn2"
25088   include:
25089     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25090     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25091   layout:
25092     title: "2n-zn2-x710-64b-2t1c-base-ndr"
25093     layout: "plot-throughput"
25094
25095 - type: "plot"
25096   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
25097   algorithm: "plot_perf_box_name"
25098   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
25099   data: "plot-dpdk-throughput-latency-2n-zn2"
25100   include:
25101     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25102     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25103   layout:
25104     title: "2n-zn2-x710-64b-4t2c-base-ndr"
25105     layout: "plot-throughput"
25106
25107 - type: "plot"
25108   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
25109   algorithm: "plot_perf_box_name"
25110   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
25111   data: "plot-dpdk-throughput-latency-2n-zn2"
25112   include:
25113     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
25114     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
25115   layout:
25116     title: "2n-zn2-x710-64b-2t1c-base-pdr"
25117     layout: "plot-throughput"
25118
25119 - type: "plot"
25120   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
25121   algorithm: "plot_perf_box_name"
25122   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
25123   data: "plot-dpdk-throughput-latency-2n-zn2"
25124   include:
25125     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
25126     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
25127   layout:
25128     title: "2n-zn2-x710-64b-4t2c-base-pdr"
25129     layout: "plot-throughput"
25130
25131 ################################################################################
25132
25133 - type: "plot"
25134   title: "Latency by percentile: 2n-skx"
25135   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25136   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25137   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25138   target-links: "../../_static/vpp"
25139   data: "plot-vpp-hdrh-lat-2n-skx"
25140   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25141   layout:
25142     layout: "plot-hdrh-latency-percentile-x-log"
25143
25144 - type: "plot"
25145   title: "Latency by percentile: 2n-skx RND"
25146   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25147   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25148   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25149   target-links: "../../_static/vpp"
25150   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
25151   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25152   layout:
25153     layout: "plot-hdrh-latency-percentile-x-log"
25154
25155 - type: "plot"
25156   title: "Latency by percentile: 2n-skx NAT"
25157   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25158   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
25159   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
25160   target-links: "../../_static/vpp"
25161   data: "plot-vpp-hdrh-lat-2n-skx-nat"
25162   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25163   layout:
25164     layout: "plot-hdrh-latency-percentile-x-log"
25165
25166 - type: "plot"
25167   title: "Latency by percentile: 2n-zn2"
25168   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25169   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
25170   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
25171   target-links: "../../_static/vpp"
25172   data: "plot-vpp-hdrh-lat-2n-zn2"
25173   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25174   layout:
25175     layout: "plot-hdrh-latency-percentile-x-log"
25176
25177 - type: "plot"
25178   title: "Latency by percentile: 2n-zn2 RND"
25179   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25180   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
25181   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
25182   target-links: "../../_static/vpp"
25183   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
25184   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25185   layout:
25186     layout: "plot-hdrh-latency-percentile-x-log"
25187
25188 - type: "plot"
25189   title: "Latency by percentile: 3n-skx"
25190   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25191   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
25192   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
25193   target-links: "../../_static/vpp"
25194   data: "plot-vpp-hdrh-lat-3n-skx"
25195   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25196   layout:
25197     layout: "plot-hdrh-latency-percentile-x-log"
25198
25199 - type: "plot"
25200   title: "Latency by percentile: 2n-clx"
25201   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25202   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25203   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25204   target-links: "../../_static/vpp"
25205   data: "plot-vpp-hdrh-lat-2n-clx"
25206   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25207   layout:
25208     layout: "plot-hdrh-latency-percentile-x-log"
25209
25210 - type: "plot"
25211   title: "Latency by percentile: 2n-clx RND"
25212   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25213   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25214   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25215   target-links: "../../_static/vpp"
25216   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
25217   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25218   layout:
25219     layout: "plot-hdrh-latency-percentile-x-log"
25220
25221 - type: "plot"
25222   title: "Latency by percentile: 2n-clx NAT"
25223   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25224   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
25225   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
25226   target-links: "../../_static/vpp"
25227   data: "plot-vpp-hdrh-lat-2n-clx-nat"
25228   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25229   layout:
25230     layout: "plot-hdrh-latency-percentile-x-log"
25231
25232 - type: "plot"
25233   title: "Latency by percentile: 3n-hsw"
25234   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25235   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
25236   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
25237   target-links: "../../_static/vpp"
25238   data: "plot-vpp-hdrh-lat-3n-hsw"
25239   filter: "'1T1C' and 'NIC_Intel-XL710'"
25240   layout:
25241     layout: "plot-hdrh-latency-percentile-x-log"
25242
25243 - type: "plot"
25244   title: "Latency by percentile: 3n-hsw RND"
25245   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25246   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
25247   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
25248   target-links: "../../_static/vpp"
25249   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
25250   filter: "'1T1C' and 'NIC_Intel-XL710'"
25251   layout:
25252     layout: "plot-hdrh-latency-percentile-x-log"
25253
25254 - type: "plot"
25255   title: "Latency by percentile: 3n-tsh"
25256   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25257   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
25258   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
25259   target-links: "../../_static/vpp"
25260   data: "plot-vpp-hdrh-lat-3n-tsh"
25261   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
25262   layout:
25263     layout: "plot-hdrh-latency-percentile-x-log"
25264
25265 - type: "plot"
25266   title: "Latency by percentile: 2n-tx2"
25267   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25268   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
25269   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
25270   target-links: "../../_static/vpp"
25271   data: "plot-vpp-hdrh-lat-2n-tx2"
25272   filter: "'1T1C' and 'NIC_Intel-XL710'"
25273   layout:
25274     layout: "plot-hdrh-latency-percentile-x-log"
25275
25276 - type: "plot"
25277   title: "Latency by percentile: DPDK 2n-skx"
25278   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25279   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
25280   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
25281   target-links: "../../_static/dpdk"
25282   data: "plot-dpdk-hdrh-lat-2n-skx"
25283   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25284   layout:
25285     layout: "plot-hdrh-latency-percentile-x-log"
25286
25287 - type: "plot"
25288   title: "Latency by percentile: DPDK 3n-skx"
25289   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25290   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
25291   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
25292   target-links: "../../_static/dpdk"
25293   data: "plot-dpdk-hdrh-lat-3n-skx"
25294   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25295   layout:
25296     layout: "plot-hdrh-latency-percentile-x-log"
25297
25298 - type: "plot"
25299   title: "Latency by percentile: DPDK 2n-clx"
25300   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25301   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
25302   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
25303   target-links: "../../_static/dpdk"
25304   data: "plot-dpdk-hdrh-lat-2n-clx"
25305   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25306   layout:
25307     layout: "plot-hdrh-latency-percentile-x-log"
25308
25309 - type: "plot"
25310   title: "Latency by percentile: DPDK 2n-zn2"
25311   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25312   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
25313   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
25314   target-links: "../../_static/dpdk"
25315   data: "plot-dpdk-hdrh-lat-2n-zn2"
25316   filter: "'2T1C' and 'NIC_Intel-XXV710'"
25317   layout:
25318     layout: "plot-hdrh-latency-percentile-x-log"
25319
25320 - type: "plot"
25321   title: "Latency by percentile: DPDK 3n-hsw"
25322   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25323   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
25324   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
25325   target-links: "../../_static/dpdk"
25326   data: "plot-dpdk-hdrh-lat-3n-hsw"
25327   filter: "'1T1C' and 'NIC_Intel-XL710'"
25328   layout:
25329     layout: "plot-hdrh-latency-percentile-x-log"
25330
25331 - type: "plot"
25332   title: "Latency by percentile: DPDK 3n-tsh"
25333   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25334   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
25335   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
25336   target-links: "../../_static/dpdk"
25337   data: "plot-dpdk-hdrh-lat-3n-tsh"
25338   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
25339   layout:
25340     layout: "plot-hdrh-latency-percentile-x-log"
25341
25342 - type: "plot"
25343   title: "Latency by percentile: DPDK 2n-tx2"
25344   algorithm: "plot_hdrh_lat_by_percentile_x_log"
25345   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
25346   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
25347   target-links: "../../_static/dpdk"
25348   data: "plot-dpdk-hdrh-lat-2n-tx2"
25349   filter: "'1T1C' and 'NIC_Intel-XL710'"
25350   layout:
25351     layout: "plot-hdrh-latency-percentile-x-log"